/*
Couleurs d'états
  --couleur-etat-tbe:  @etat-tbe;
  --couleur-etat-be:  @etat-be;
  --couleur-etat-moy:  @etat-moy;
  --couleur-etat-med:  @etat-med;
  --couleur-etat-mauv: @etat-mauv;
  --couleur-etat-ind:  @etat-ind;
*/
:root {
  --couleur-vert: #86B544;
  --couleur-bleu: #3A76C0;
  --couleur-midbleu: #6191CD;
  --couleur-grisleger: #eaeaea;
  --couleur-grisdefondleger: #F6F9F9;
  --couleur-anthracite: #4C5962;
  --couleur-fond-grisbleu: #F8FAFD;
  --couleur-fond-blocksbleus: #EBF1F9;
  --couleur-lightwriting: #A7A7A7;
  --filtre-bleu: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(559%) hue-rotate(177deg) brightness(94%) contrast(79%);
  --filtre-vert: brightness(0) saturate(100%) invert(64%) sepia(51%) saturate(471%) hue-rotate(43deg) brightness(92%) contrast(88%);
  --filtre-blanc: brightness(0) saturate(100%) invert(100%);
  --filtre-noir: brightness(0) saturate(100%);
  --couleur-etat-tbe: #00CCFF;
  --couleur-etat-be: #66CC99;
  --couleur-etat-moy: #FFFF66;
  --couleur-etat-med: #FF9900;
  --couleur-etat-mauv: #FF6666;
  --couleur-etat-ind: #CCCCCC;
}
.chemical_status {
  --couleur-etat-be: #00CCFF;
  --couleur-etat-med: #FF6666;
}
.contrast {
  --couleur-vert: #5e7f30;
  --couleur-bleu: #264e7e;
  --couleur-grisleger: #F6F9F9;
  --couleur-grisdefondleger: #fff;
  --couleur-fond-blocksbleus: #FAFCFC;
  --couleur-midbleu: #3A76C0;
  --couleur-lightwriting: #666666;
}
@media (prefers-contrast: more) {
  :root {
    --couleur-noir: #3A3A3A;
    --couleur-vert: #5e7f30;
    --couleur-bleu: #264e7e;
    --couleur-grisleger: #F6F9F9;
    --couleur-grisdefondleger: #fff;
  }
}
.visually-hidden {
  color: white;
  background-color: black;
}
.btn-primary {
  background-color: #3A76C0;
  border-color: #3A76C0;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #3A76C0;
  border-color: #3A76C0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #3A76C0;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light.woff2') format('woff2'), url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf') format('truetype'), url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg'), url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'), url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
}
.shadowlight {
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0);
}
.shadow-externe-interne {
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
}
.shadow-hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
}
.shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #3A3A3A;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: normal;
}
:root {
  --largeur-site: 1279.98px;
  --largeur-marge: 55px;
  --largeur-marge-droite: 55px;
  --nombre-colonnes-hubs: 3;
  --nombre-colonnes-resultats: 3;
  --largeur-contenu: calc(var(--largeur-site) - var(--largeur-marge) - var(--largeur-marge-droite));
}
.container-fluid {
  max-width: 991.98px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 529.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 369.98px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 991.98px) {
  :root {
    --largeur-site: 991.98px;
  }
  .container-fluid {
    max-width: 991.98px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1279.98px) {
  :root {
    --largeur-site: 1279.98px;
  }
  .container-fluid {
    max-width: 1279.98px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1279.98px) {
  :root {
    --nombre-colonnes-resultats: 2;
  }
}
@media (max-width: 991.98px) {
  :root {
    --largeur-site: 100%;
    --largeur-marge: 0px;
  }
}
@media (max-width: 829.98px) {
  :root {
    --nombre-colonnes-hubs: 2;
  }
}
@media (max-width: 649.98px) {
  :root {
    --nombre-colonnes-hubs: 1;
    --nombre-colonnes-resultats: 1;
  }
}
@media (max-width: 469.98px) {
  :root {
    --nombre-colonnes-resultats: 1;
  }
}
h1 {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: #3A76C0;
}
h2 {
  /* text-transform: uppercase; */
  font-family: 'Roboto-Medium', sans-serif;
  color: #4C5962;
  /* @darkblue; */
  margin: 20px 0;
}
h3 {
  text-transform: uppercase;
  font-family: 'Roboto-Medium', sans-serif;
  color: #3A76C0;
  margin: 20px 0;
}
h4 {
  text-transform: uppercase;
  font-family: 'Roboto-Medium', sans-serif;
  color: #3A76C0;
}
h5 {
  text-transform: uppercase;
  font-family: 'Roboto-Medium', sans-serif;
  color: #3A76C0;
  font-size: 1.6rem;
}
h6 {
  font-family: 'Roboto-Medium', sans-serif;
  color: #3A3A3A;
  font-size: 1.4rem;
}
.cke_editor h4 {
  text-transform: none;
}
.cke_editor h5 {
  text-transform: none;
}
.cke_editor h6 {
  text-transform: none;
}
a {
  color: var(--couleur-bleu);
  cursor: pointer;
}
a:hover {
  color: var(--couleur-bleu);
}
ul li {
  list-style-type: none;
}
.content ul {
  padding-left: 3px;
}
.content ul li::before {
  content: '';
}
select {
  padding: 5px;
  background-color: #eaeaea;
  border: 1px solid #3A76C0;
  color: #3A76C0;
  border-radius: 4px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
  /* Styles pour le menu latéral si actif dans les pages rubriques et contenus */
}
.row .region-sidebar-right {
  display: block;
  margin: inherit;
  padding-top: 150px;
}
.row .region-sidebar-right .col-link {
  margin-bottom: 10px;
}
.modal .modal-dialog {
  min-width: 880px;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 2px;
  padding: 30px;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 2.2rem;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .modal .modal-dialog {
    min-width: auto;
    max-width: 500px;
  }
}
header {
  height: 130px;
  background: var(--Background-White, #FFF);
  /* Shadow/Soft */
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding-top: 3px;
  background-color: #fff;
  z-index: 11;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
header div.container-fluid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 469.98px) {
  header div.container-fluid {
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0px;
  }
}
header .justify-content-between {
  justify-content: initial !important;
}
header .justify-content-between .header-title {
  justify-content: left !important;
}
header .header-burger {
  display: none;
}
header .header-logo {
  text-align: left;
  padding-top: 6px;
}
header .header-title {
  margin-left: 10px;
  text-align: left !important;
  display: flex;
  align-items: flex-end;
  max-height: 80px;
}
@media (min-width: 991.98px) {
  header .header-title {
    max-width: 450px;
    margin-left: 50px;
  }
}
@media (max-width: 469.98px) {
  header .header-title {
    margin-left: 0px;
    font-size: 1.8rem;
    text-align: left !important;
  }
}
@media (max-width: 369.98px) {
  header .header-title {
    /*
      h1 {
      font-size: 2rem;
      width: calc(100vw);
      position: absolute;
      top: -62px;
      *
       */
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
  }
  header .header-title h1 {
    text-align: left !important;
    margin: 0px;
    width: 90%;
  }
}
@media (max-width: 1279.98px) {
  .header-title {
    min-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .header-title h1 {
    font-size: 2.3rem;
    text-align: right;
  }
}
@media (min-width: 829.98px) and (max-width: 961.98px) {
  .header-title {
    min-width: 60%;
    margin-left: 21px !important;
    max-width: 250px;
  }
}
@media (max-width: 829.98px) {
  .header-title {
    /* min-width: 60%; */
    max-width: 250px;
  }
}
@media (max-width: 649.98px) {
  .header-logo {
    display: none;
  }
  .header-title {
    min-width: 60%;
    max-width: inherit;
  }
}
.header-illustration {
  text-align: right;
}
.header-illustration .header-illustration-img {
  overflow: hidden;
}
.header-illustration .header-illustration-img img {
  height: 100%;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  header {
    -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
    box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  }
  header .header-burger {
    order: 1;
    display: block;
  }
  header .header-logo {
    order: 1;
    text-align: right;
    line-height: 68px;
  }
  header .header-title {
    order: 2;
    text-align: left;
  }
  header .header-illustration {
    display: none;
  }
}
@media (max-width: 829.98px) {
  header .header-logo img {
    width: 100%;
  }
  header .header-title h1 {
    font-size: 2.2rem;
    text-align: center ;
  }
}
@media (max-width: 375.98px) {
  header .header-title h1 {
    font-size: 2rem;
  }
}
nav.navbar-arrow {
  display: none;
}
nav.navbar {
  /* margin-top: -12px; */
  background-color: #3A76C0;
  text-transform: none;
  z-index: 997;
}
@media (min-width: 529.98px) {
  nav.navbar {
    /* .shadow; */
  }
}
@media (max-width: 529.98px) {
  nav.navbar {
    /* .shadowlight; */
  }
}
nav.navbar ul.navbar-nav {
  flex-wrap: nowrap;
  align-items: center;
}
nav.navbar ul.navbar-nav li.nav-item::before {
  content: '';
}
nav.navbar ul.navbar-nav li.nav-item .nav-link {
  color: #4C5962;
  padding: 15px 10px 10px 10px;
  text-align: center;
}
nav.navbar ul.navbar-nav li.nav-item .nav-link.is-active {
  position: relative;
  font-family: 'Roboto-Medium', sans-serif;
}
nav.navbar ul.navbar-nav li.nav-item .nav-link.is-active::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
nav.navbar ul.navbar-nav.second-nav li.nav-item::before {
  content: '';
}
nav.navbar ul.navbar-nav.second-nav li.nav-item .nav-link {
  position: relative;
}
nav.navbar ul.navbar-nav.second-nav li.nav-item .nav-link::before {
  content: '|';
  position: absolute;
  top: 55%;
  left: 0;
  margin-top: -10px;
}
nav.navbar ul.navbar-nav.second-nav li.nav-item .nav-search {
  padding-right: 25px;
  cursor: pointer;
  margin: 0;
}
nav.navbar ul.navbar-nav.second-nav li.nav-item .nav-search::after {
  content: '';
  background-image: url('../img/icon_search.svg');
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 15px;
  height: 16px;
}
nav.navbar ul.navbar-nav.second-nav li.nav-item.search {
  position: relative;
}
nav.navbar .navbar-toggler-icon {
  filter: saturate(0%) brightness(0%) contrast(100%) invert(1);
  padding: 0px;
  font-weight: bold;
  width: 31px;
  height: 31px;
}
@media (max-width: 1279.98px) {
  nav.navbar {
    /* margin-top:-12px; */
  }
}
.navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  /*
	// NAV
	nav.navbar {
		background-color: transparent;
		.shadow-none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 997;

		.navbar-toggler {
			border: none;
			padding: 40px;

			&:focus {
				outline: none;
			}

			.navbar-toggler-icon {
				background-image: url('../img/white-burger.svg');
        filter: saturate(00%) brightness(00%) contrast(100%) invert(1);
				width: 53px;
				height: 34px;
			}
		}
		// NAV RESPONSIVE - MENU BURGER DEPLIE
		.collapse.show {
			background-color: @darkblue;
			margin-top: 25px;
			padding: 10px 20px;
			.shadow;

			ul.navbar-nav {
				li.nav-item {
					.nav-link.is-active {
						&::after {
							display: none;
						}
					}
				}
			}

			ul.navbar-nav.second-nav {
				li.nav-item {
					.nav-link {
						&::before {
							display: none;
						}
					}
				}
			}
		}
	}
*/
}
@media (max-width: 829.98px) {
  nav.navbar .navbar-toggler {
    /* padding: 25px; */
  }
}
@media (max-width: 575.98px) {
  nav.navbar .navbar-toggler {
    /* padding: 20px 15px; */
  }
  nav.navbar .navbar-toggler .navbar-toggler-icon {
    /* background-size: 60%; */
  }
}
@media (max-width: 375.98px) {
  nav.navbar .navbar-toggler {
    padding: 0;
  }
}
/*
Style des sous-menus en colonnes
 */
button.racine.nav-link {
  display: none;
}
#block-menuprincipal2024 > ul {
  flex-wrap: nowrap;
  /* FIX 3 colonnes */
  /* height:fit-content; */
  /* max-height: calc(90vh - 130px); FIX 3 colonnes */
  /* Fin FIX 3 colonnes */
}
#block-menuprincipal2024 > ul > li:last-of-type {
  flex-grow: 1;
}
#block-menuprincipal2024 > ul > li:first-of-type + li {
  max-width: 22%;
}
@media (max-width: 1279.98px) {
  #block-menuprincipal2024 > ul > li:first-of-type + li {
    max-width: 26%;
  }
}
#block-menuprincipal2024 .racine.rubriques + ul.menu > li > a.nav-link,
#block-menuprincipal2024 button.nav-link {
  border: none;
  background: transparent;
  color: #3A76C0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}
#block-menuprincipal2024 button.nav-link:focus {
  outline: none;
}
#block-menuprincipal2024 .racine + ul.menu {
  height: calc(100% - 40px);
  padding-top: 0px;
  margin-left: 20px;
  border-right: 2px solid #eaeaea;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#block-menuprincipal2024 a.icone.nav-link {
  padding-left: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 10px;
}
#block-menuprincipal2024 a.nav-link {
  display: inline-block;
}
#block-menuprincipal2024 a.icone.bassin {
  background-image: url('../img/icon-sie-1.svg');
}
#block-menuprincipal2024 a.icone.actualites {
  background-image: url('../img/icon-news-1.svg');
}
#block-menuprincipal2024 a.icone.contact {
  background-image: url('../img/icon-contacts-1.svg');
}
#block-menuprincipal2024 a.icone.extranet {
  background-image: url('../img/icon-extranet-1.svg');
}
#block-menuprincipal2024 a.icone.faq {
  background-image: url('../img/icon-faq-1.svg');
}
#block-menuprincipal2024 a.icone.glossary {
  background-image: url('../img/icon-glossary-1.svg');
}
#block-menuprincipal2024 .racine.liensrapides + ul.menu {
  text-transform: uppercase;
  font-weight: bold;
}
#block-menuprincipal2024 .racine.liensdirects + ul.menu {
  border-right-style: dashed;
}
#block-menuprincipal2024 .racine.liensdirects + ul.menu > li > ul.menu {
  /* max-width:60%; */
  margin-bottom: 24px;
}
#block-menuprincipal2024 .racine.rubriques {
  /*
    @media (min-width:@screen-sm-min ) {
      + ul.menu
      {
        display:grid;
        grid-template-columns: 50% 50%;
        > li.nav-item {
          width: 100%;
        }
      }
    }
    */
}
#block-menuprincipal2024 .racine.rubriques + ul.menu {
  border-right-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1279.98px) {
  #block-menuprincipal2024 .racine.rubriques + ul.menu {
    max-height: calc(100vh - 140px) /* essais pour trouver la bonne hauteur calc(110vh - 140px) */;
    min-height: 780px;
    height: fit-content;
  }
}
#block-menuprincipal2024 .racine.rubriques + ul.menu > li.nav-item {
  width: 50%;
}
#block-menuprincipal2024 .racine.rubriques + ul.menu li button {
  text-align: left;
}
#block-menuprincipal2024 .racine.rubriques + ul.menu li a:first-letter {
  text-transform: uppercase;
}
#block-menuprincipal2024 .racine.rubriques + ul.menu li a {
  /* text-transform: lowercase;  Ne pas forcer les minuscules, ex acronymes comme SDAGE */
  text-align: left;
}
#block-menuprincipal2024 .racine.rubriques + ul.menu li ul.menu {
  margin-bottom: 24px;
}
#block-menuprincipal2024 ul.menu {
  padding-inline-start: 0px;
}
#block-menuprincipal2024 .liensdirects + ul > li > .nav-link {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--couleur-vert);
}
.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
  color: inherit;
}
.menubreak {
  display: none;
}
nav#mega-menu {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
}
@media (max-width: 469.98px) {
  .navbar .navbar-collapse {
    left: 92px;
    width: calc(100vw - 17px);
  }
  nav#mega-menu {
    font-size: 1.4rem;
    position: relative;
    top: 0px;
    position: absolute;
    left: auto;
    right: 13px;
    margin-left: calc(991.98px / 2 - 210px);
    width: 80px;
    height: 80px;
    border: 1px solid #4C5962;
    top: 27px;
  }
}
div#block-siermc2024-search {
  position: absolute;
  left: 50%;
  margin-left: calc(1279.98px / 2 - 240px);
  width: 80px;
  height: 80px;
  border: 1px solid #4C5962;
  top: 27px;
}
div#block-siermc2024-search .nav-search {
  width: 80px;
  height: 80px;
  background-image: url(../img/loupe.svg);
  overflow: hidden;
  text-indent: -200px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
@media (max-width: 1279.98px) {
  div#block-siermc2024-search {
    position: absolute;
    left: calc(50% - 10px);
    margin-left: calc(991.98px / 2 - 210px);
    width: 80px;
    height: 80px;
    border: 1px solid #4C5962;
    top: 27px;
  }
}
@media (max-width: 991.98px) {
  div#block-siermc2024-search {
    position: absolute;
    left: auto;
    right: 140px;
    margin-left: calc(991.98px / 2 - 210px);
    width: 80px;
    height: 80px;
    border: 1px solid #4C5962;
    top: 27px;
  }
}
@media (max-width: 469.98px) {
  div#block-siermc2024-search {
    position: absolute;
    left: auto;
    right: 110px;
    margin-left: calc(991.98px / 2 - 210px);
    width: 80px;
    height: 80px;
    border: 1px solid #4C5962;
    top: 27px;
  }
}
.navbar {
  width: 80px;
  height: 80px;
  background-color: #3A76C0;
  color: white;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/white-burger-cross.svg);
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../img/white-burger.svg);
}
.navbar .navbar-toggler::after {
  content: "MENU";
  color: white;
  /* font-weight: bold; */
  top: 6px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Roboto-Regular';
}
.navbar .navbar-collapse {
  position: absolute;
  z-index: 10;
  color: #4C5962;
}
.navbar .navbar-collapse a {
  color: #4C5962;
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    width: calc(100vw - 17px);
    left: 134px;
    position: absolute;
    margin-left: calc(-1 * 100vw);
    top: 100px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    /* display: block; */
    /* z-index: 10; */
    /* width: calc(100vw - 40px); */
    overflow: hidden;
    right: 0px;
    background-color: white;
    top: 103px;
    margin-right: -40px;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav {
    max-height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: fit-content(0%) fit-content(0%);
    grid-gap: 10px;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li:first-child {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-column-end: 1;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 1;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li:last-child {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 10;
    grid-column-end: 2;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li {
    max-width: 100%;
    height: fit-content;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li .racine.rubriques + ul.menu {
    flex-wrap: nowrap;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li .racine.rubriques + ul.menu > li.nav-item {
    width: 100%;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li ul.menu {
    border: none;
    width: 100%;
  }
}
@media (max-width: 529.98px) {
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav {
    display: flex;
    flex-direction: column;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li:first-child {
    order: 3;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li {
    order: 2;
  }
  .navbar .navbar-collapse nav#block-menuprincipal2024 ul.nav > li:last-child {
    order: 1;
  }
}
@media (min-width: 991.98px) and (max-width: 1279.98px) {
  .navbar .navbar-collapse {
    /*
        max-height: calc(90vh - 130px);
        width: calc(@screen-sm-min);
        left: -40px;
        position: absolute;
        margin-left: calc(-1 * @screen-sm-min + 160px);
        top: 100px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        background-color: @white;
        */
    max-height: fit-content;
    /* calc(90vh - 130px); */
    left: auto;
    width: calc(100vw);
    right: calc(-1*(100vw - 992px) / 2 - 32px);
    position: absolute;
    margin-left: 0px;
    top: 100px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .navbar .navbar-collapse ul.nav {
    margin-left: 40px;
    max-height: fit-content !important;
  }
  .navbar .navbar-collapse ul.nav li .racine.rubriques + ul.menu {
    max-height: fit-content;
    flex-direction: inherit !important;
  }
  .navbar .navbar-collapse .contextual-region,
  .navbar .navbar-collapse .menu--menu-principal-2024 {
    width: calc(100vw - 80px);
    max-height: fit-content;
    position: relative;
    margin-left: 40px;
  }
  .navbar .navbar-collapse .contextual-region ul.nav,
  .navbar .navbar-collapse .menu--menu-principal-2024 ul.nav {
    max-height: fit-content !important;
  }
  .navbar .navbar-collapse .contextual-region ul.nav ul.menu,
  .navbar .navbar-collapse .menu--menu-principal-2024 ul.nav ul.menu {
    flex-direction: row !important;
  }
}
@media (min-width: 1279.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    /* Styles ci-dessous : pour avoir le menu en pleine largeur */
    /*
        width: calc(@screen-sm-max);
        left: -40px;
        */
    width: calc(100vw - 20px);
    left: calc(1279.98px / 2 - 50vw - 30px);
    /* Fin styles : pour avoir le menu en pleine largeur */
    margin-left: calc(-1 * 1279.98px + 160px);
    top: 103px;
    /* FIX 3 colonnes */
    /* height:fit-content; */
    /* max-height: calc(90vh - 130px); FIX 3 colonnes */
    /* Fin FIX 3 colonnes */
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .navbar .navbar-collapse .contextual-region,
  .navbar .navbar-collapse .menu--menu-principal-2024 {
    width: calc(1279.98px - 80px);
    position: relative;
    /* Styles ci-dessous : pour avoir le menu en pleine largeur */
    left: 50vw;
    margin-left: calc(-1*1279.98px / 2 + 40px);
    /* Fin styles : pour avoir le menu en pleine largeur */
  }
}
@media (max-width: 469.98px) {
  .navbar .navbar-collapse {
    left: 92px !important;
    width: calc(100vw) !important;
  }
}
.navbar .container-fluid {
  padding: 0px;
  width: 100%;
  align-content: center;
  text-align: left;
  flex-basis: content;
}
.navbar .responsive {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 100px;
  right: 50%;
  margin-right: -600px;
  background-color: #3A76C0;
  color: white;
}
.navbar .mega-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 50px;
  padding-bottom: 0;
  float: none;
  background-color: #3A76C0;
  color: #fff;
  text-align: left;
  list-style: none;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu {
  margin-bottom: 50px;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu .first-sub-menu {
  border-bottom: 2px solid var(--couleur-vert);
  padding: 5px;
  padding-bottom: 10px;
  margin: 0;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu .first-sub-menu a {
  font-family: Roboto-Medium, sans-serif;
  font-size: 1.4rem;
  color: #fff;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu ul {
  margin: 0;
  padding: 5px;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu ul li {
  padding: 5px 0;
}
.navbar .mega-dropdown .dropdown-menu .sub-menu ul li a {
  color: #fff;
  text-transform: none;
  font-size: 1.4rem;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}
.navbar .mega-dropdown .dropdown-menu.show {
  display: block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
}
.navbar .mega-dropdown.show .nav-link {
  position: relative;
}
.navbar .mega-dropdown.show .nav-link::before {
  content: '';
  background-image: url('../img/icon_arrow_bottom_white.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 8px;
  padding: 8px 12px;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -15px;
  z-index: 200;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .navbar .mega-dropdown .dropdown-menu {
    top: calc(100% - 5px);
    margin: 0 1rem;
    padding: 20px 50px 30px 50px;
  }
  .navbar .mega-dropdown .dropdown-menu h5 {
    padding-top: 20px;
  }
  .navbar .mega-dropdown .dropdown-menu.mega-menu {
    width: auto;
    top: auto;
  }
}
#main-content .fil-ariane .bloc-size {
  z-index: 11;
}
.block-system-breadcrumb-block {
  width: 100%;
}
main > nav.fil-ariane {
  /* Mise en place nouvelle charte */
  margin-top: -22px;
  padding-top: 12px;
  background-color: #F8FAFD;
  padding-bottom: 12px;
}
.page-view-frontpage main > nav.fil-ariane {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
nav.fil-ariane ol.breadcrumb {
  background: none;
  padding: 0px 0;
  margin: 0 15px;
  font-size: inherit;
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item::before {
  content: '>';
  color: #727272;
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item:last-child,
nav.fil-ariane ol.breadcrumb li.breadcrumb-item:last-child a {
  color: var(--couleur-bleu);
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item:first-child a {
  background: url('../img/icon-home-1.png') no-repeat;
  text-indent: -9999px;
  /* Cacher le texte */
  width: 23px;
  /* Largeur de l'icône */
  height: 23px;
  /* Hauteur de l'icône */
  display: inline-block;
  /* Permettre la définition de la largeur et de la hauteur */
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item:first-child::before {
  display: none;
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item a {
  color: #727272;
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item a:hover {
  color: #727272;
}
nav.fil-ariane ol.breadcrumb li.breadcrumb-item {
  color: #727272;
}
#text_toggle_contrast {
  padding-top: 2px;
}
.page-view-frontpage footer .background-footer {
  background-color: #eaeaea;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  margin-top: 60px;
  background-color: #4C5962 !important;
  position: relative;
  z-index: 10;
}
footer .background-footer {
  background-color: #fff;
  background-image: url(../img/element-decor-footer.svg);
  background-position-x: center;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: calc(100% + 1px);
  display: block;
  width: 100%;
  margin-bottom: -2px;
  background-size: 100% auto;
}
footer .container-fluid {
  background-color: #4C5962 !important;
  padding: 30px;
}
footer .block-footer {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
}
footer .block-footer .block-content-basic .align-left {
  margin-right: 40px;
}
@media (max-width: 469.98px) {
  footer .block-footer .block-content-basic .align-left {
    float: none;
  }
}
footer .block-footer .block-content-basic h3 {
  color: #fff;
  clear: none;
  text-transform: none;
}
footer .block-footer .block-content-basic p {
  color: #fff;
  clear: none;
  overflow: auto;
}
footer .block-footer ul.nav {
  margin-top: 10px;
  justify-content: center;
}
footer .block-footer ul.nav li.nav-item {
  margin-right: 0px;
  border-right: 1px solid white;
  padding-right: 12px;
}
footer .block-footer ul.nav li.nav-item::before {
  content: '';
}
footer .block-footer ul.nav li.nav-item a.nav-link {
  color: #fff;
  padding: 0 0 0 15px;
}
footer .block-footer ul.nav li.nav-item:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
footer nav {
  border-top: 1px solid white;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  margin-top: 40px;
}
#main-content footer {
  z-index: auto;
  display: block;
  background-color: #fff !important;
}
/*
SRC-51 : Date sur les pages d'articles
 */
.content article footer .author,
.content .node--type-page footer .author,
.content .node--type-coastal-water footer .author,
.content .node--type-priority-works footer .author,
.content .node--type-station-superficial-stream footer .author,
.content .node--type-uq-water footer .author,
.content .node--type-waterbody-hydrogeological footer .author {
  /* font-style: italic; */
  font-size: 1.5rem;
  color: #4C5962;
}
table {
  font-size: inherit;
}
table tr {
  background-color: #eaeaea;
}
table.array {
  text-align: center;
  width: 100%;
  overflow: auto;
  display: inline-block;
}
table.array tr:nth-child(odd) {
  background: #eaeaea;
}
table.array tr:nth-child(even) {
  background: #fff;
}
table.array tr th {
  padding: 5px 20px;
}
table.array tr th.active {
  color: #3A76C0;
  border-right: 2px solid var(--couleur-vert);
  border-left: 2px solid var(--couleur-vert);
}
table.array tr td.active {
  border-right: 2px solid var(--couleur-vert);
  border-left: 2px solid var(--couleur-vert);
}
table.array tr td {
  padding: 5px 20px;
}
table.array tr td:first-child {
  text-align: left;
  min-width: 260px;
}
table.array tr td h4 {
  margin: 0;
}
.col-right-left .btn-download {
  width: 100%;
  min-width: auto;
}
.search_box {
  visibility: hidden;
  display: none;
}
.search_box:checked ~ .search_form {
  width: 500px;
  height: auto;
  transition: opacity 0.1s ease-out 0.2s, height 0.2s ease-out 0.5s, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: opacity 0.1s ease-out 0.2s, height 0.2s ease-out 0.5s, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  opacity: 1;
  z-index: 10000;
}
.search_box:checked ~ .search_form form {
  opacity: 1;
  transition: 0.3s all ease-out 0.5s;
  -webkit-transition: 0.3s all ease-out 0.5s;
}
.search_form {
  background-color: #3A76C0;
  position: absolute;
  z-index: 0;
  right: 0;
  top: calc(100% + 24px);
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  transition: opacity 0.1s ease-out 0.2s, height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: opacity 0.1s ease-out 0.2s, height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4), 0 2px 4px 0 rgba(51, 51, 51, 0.4) inset;
  opacity: 0;
}
.search_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  position: relative;
  background-color: #3A76C0;
  padding: 30px 30px 5px 30px;
}
.search_form form .form-title {
  width: 100%;
  justify-content: space-between !important;
}
.search_form form input[type='search'] {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #fff;
  color: #3A76C0;
  border: none;
  border-radius: 4px;
}
.search_form form select {
  width: 100%;
}
.search_form form p {
  margin: 0;
  padding: 10px 0;
  font-family: 'Roboto-Medium', sans-serif;
  color: #fff;
  text-transform: none;
}
input[type='search']::-webkit-input-placeholder {
  /* Chrome */
  color: #3A76C0;
}
input[type='search']:-ms-input-placeholder {
  /* IE 10+ */
  color: #3A76C0;
}
input[type='search']::-moz-placeholder {
  /* Firefox 19+ */
  color: #3A76C0;
  opacity: 1;
}
input[type='search']:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #3A76C0;
  opacity: 1;
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .search_box:checked ~ .search_form {
    width: calc(100vw - 20px);
  }
  .search_form {
    left: calc(50% - 50vw + 10px);
    top: calc(100% + 10px);
    border-top: 1px solid #fff;
  }
}
/*
Mise en forme des blocs des moteurs de recherche à la nouvelle charte
 */
.node--type-contenu-recherche .container-fluid .field__item .strate-grey-paragraph-intro.full-width,
.recherche-lacs-et-plans-deau .container-fluid .field__item .strate-grey-paragraph-intro.full-width,
.path-recherche-lacs-et-plans-deau .container-fluid .field__item .strate-grey-paragraph-intro.full-width,
.detail-recherche .container-fluid .field__item .strate-grey-paragraph-intro.full-width {
  margin-top: -90px /* -120px Réduction de la remontée de marge suite à réduction de la hauteur des marges du titre fix 337 */;
  background-color: var(--couleur-fond-grisbleu);
  padding-bottom: 10px;
}
.node--type-contenu-recherche .container-fluid .field__item .strate-grey-paragraph-intro.full-width .intro-text,
.recherche-lacs-et-plans-deau .container-fluid .field__item .strate-grey-paragraph-intro.full-width .intro-text,
.path-recherche-lacs-et-plans-deau .container-fluid .field__item .strate-grey-paragraph-intro.full-width .intro-text,
.detail-recherche .container-fluid .field__item .strate-grey-paragraph-intro.full-width .intro-text {
  margin-left: 20px;
}
.node--type-contenu-recherche .container-fluid .field__item .container-fluid,
.recherche-lacs-et-plans-deau .container-fluid .field__item .container-fluid,
.path-recherche-lacs-et-plans-deau .container-fluid .field__item .container-fluid,
.detail-recherche .container-fluid .field__item .container-fluid {
  width: auto;
  padding: 0px;
  margin: 0px;
}
.node--type-contenu-recherche .filter-options .col-result,
.recherche-lacs-et-plans-deau .filter-options .col-result,
.path-recherche-lacs-et-plans-deau .filter-options .col-result,
.detail-recherche .filter-options .col-result {
  color: var(--couleur-vert);
  border-bottom: 2px solid #eaeaea;
  width: 100%;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
}
.node--type-contenu-recherche .result-rows,
.recherche-lacs-et-plans-deau .result-rows,
.path-recherche-lacs-et-plans-deau .result-rows,
.detail-recherche .result-rows {
  display: grid;
  grid-template-columns: repeat(var(--nombre-colonnes-resultats), 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.node--type-contenu-recherche .result-rows .views-row,
.recherche-lacs-et-plans-deau .result-rows .views-row,
.path-recherche-lacs-et-plans-deau .result-rows .views-row,
.detail-recherche .result-rows .views-row,
.node--type-contenu-recherche .result-rows article,
.recherche-lacs-et-plans-deau .result-rows article,
.path-recherche-lacs-et-plans-deau .result-rows article,
.detail-recherche .result-rows article {
  width: 100% !important;
}
.node--type-contenu-recherche .result-rows .views-row a:hover,
.recherche-lacs-et-plans-deau .result-rows .views-row a:hover,
.path-recherche-lacs-et-plans-deau .result-rows .views-row a:hover,
.detail-recherche .result-rows .views-row a:hover,
.node--type-contenu-recherche .result-rows article a:hover,
.recherche-lacs-et-plans-deau .result-rows article a:hover,
.path-recherche-lacs-et-plans-deau .result-rows article a:hover,
.detail-recherche .result-rows article a:hover {
  text-decoration: none;
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue {
  border-top: 5px solid #3A76C0;
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  display: block;
  height: 185px;
  line-height: 25px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue.sq-stream,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue.sq-stream,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue.sq-stream,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue.sq-stream,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue.sq-stream,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue.sq-stream,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue.sq-stream,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue.sq-stream {
  height: 210px;
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue .link-doc-blue,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue .link-doc-blue,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue .link-doc-blue,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue .link-doc-blue,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue .link-doc-blue,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue .link-doc-blue,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue .link-doc-blue,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue .link-doc-blue {
  color: #3A3A3A;
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue .timeline-date,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue .timeline-date,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue .timeline-date,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue .timeline-date,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue .timeline-date,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue .timeline-date,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue .timeline-date,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue .timeline-date {
  color: #4C5962;
  font-weight: normal /* lighter */;
  font-size: 1.4rem;
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h5,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h5,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h5,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h5,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h5,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h5,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h5,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h5,
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h3,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h3,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h3,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h3,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h3,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h3,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h3,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h3,
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h4,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h4,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h4,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h4,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h4,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h4,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h4,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h4 {
  color: #3A76C0;
  font-size: 2.4rem;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  /* text-transform: lowercase; SRC-339 : ne plus transformer en minuscules artificiellement */
  display: block;
  /* &::first-letter { text-transform: uppercase; } SRC-339 : ne plus transformer en minuscules artificiellement */
}
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h5.news-card-doc-blue-accessibility,
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h3.news-card-doc-blue-accessibility,
.node--type-contenu-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows .views-row .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.detail-recherche .result-rows .views-row .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.node--type-contenu-recherche .result-rows article .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.path-recherche-lacs-et-plans-deau .result-rows article .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility,
.detail-recherche .result-rows article .bloc-doc-blue .card-doc-blue h4.news-card-doc-blue-accessibility {
  height: auto;
}
.icone-recherche {
  display: none;
}
/*
Détail du moteur de recherche
*/
.detail-recherche {
  margin-top: -47px;
}
.detail-recherche header {
  display: none;
}
.detail-recherche .intro.strate-grey {
  padding-bottom: 30px;
  padding-top: 0px;
  margin-bottom: 10px;
  background-color: var(--couleur-fond-grisbleu);
}
.detail-recherche .intro.strate-grey a.btn-download {
  background-color: #3A76C0;
  color: #fff;
  border-radius: 2px;
  min-height: 30px;
  min-width: 350px;
  margin: 0 10px 10px 0;
  padding: 5px 20px 5px 45px;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
}
.detail-recherche .intro.strate-grey a.btn-download.csv {
  display: block;
  margin-bottom: 15px;
  background-color: transparent;
  color: #3A3A3A;
  text-transform: none;
  font-size: 1.6rem;
  min-width: auto;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  line-height: 19px;
}
.detail-recherche .intro.strate-grey a.btn-download.csv::before {
  background-image: url('../img/filetypes/csv.svg');
  filter: var(--filtre-bleu);
  display: block;
  background-size: 35px;
  float: left;
  width: 35px;
  height: 35px;
  content: "";
}
.detail-recherche .intro.strate-grey a.btn-download.csv::after {
  display: none;
  content: 'CSV';
  padding-left: 19px;
  background-image: url('../img/icon_download.svg') !important;
  background-repeat: no-repeat;
  width: 16px;
  filter: var(--filtre-bleu);
  /* height: 20px; */
  height: 100%;
  /* position: absolute; */
  /* top: 5px; */
  top: calc(50% - 26px);
  left: 10px;
  background-position-y: center;
}
.detail-recherche .entete {
  display: flex;
  width: 100%;
  flex-grow: 1;
  column-gap: 25px;
}
.detail-recherche .entete > * {
  flex-grow: 1;
  max-width: 33%;
}
.detail-recherche .entete .intro-text h3 {
  text-transform: none;
}
.detail-recherche .entete .intro-text ul li {
  list-style: none;
  padding: 3px 0px;
}
.detail-recherche .entete .intro-text ul li::before {
  content: '';
}
.etats {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 30px;
  padding-bottom: 70px;
  /* Tooltip sur dernière ligne */
}
.etats h3 {
  text-transform: none;
  font-size: 2.4rem;
}
.etats h4 {
  text-transform: none;
  color: #fff;
}
.etats td h4 {
  color: var(--couleur-bleu);
  font-size: 1.8rem;
}
.etats .clicker p {
  margin-left: -1000px;
  overflow: hidden;
  display: block;
  float: left;
  width: 0px;
  height: 0px;
  color: transparent;
}
.legendes,
.col-right-left .legendes {
  background-color: var(--couleur-fond-grisbleu);
  width: 100%;
}
.legendes h3,
.col-right-left .legendes h3 {
  font-size: 2.4rem;
  text-transform: none;
  color: var(--couleur-bleu);
}
.legendes h4,
.col-right-left .legendes h4 {
  font-size: 2rem;
  text-transform: none;
  color: var(--couleur-bleu) !important;
}
.legendes .legende,
.col-right-left .legendes .legende {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: 15px;
}
.legendes .legende > *,
.col-right-left .legendes .legende > * {
  min-width: 22%;
}
@media (max-width: 829.98px) {
  .legendes .legende > *,
  .col-right-left .legendes .legende > * {
    min-width: 45%;
  }
}
.legendes .legende .etat-type-style,
.col-right-left .legendes .legende .etat-type-style {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
.legendes .legende-renvois,
.col-right-left .legendes .legende-renvois {
  margin-bottom: 30px;
}
.legendes .legende-renvois p,
.col-right-left .legendes .legende-renvois p {
  font-weight: normal;
}
table.listedetail {
  margin-bottom: 25px;
}
table.listedetail:last-child {
  margin-bottom: 0px;
}
table.array.listedetail tr,
.listedetail tr,
.legende tr {
  /* Largeur fixe sur la première colonne pour s'assurer que les années soient alignées */
  background-color: var(--couleur-fond-grisbleu);
}
table.array.listedetail tr > *:first-child,
.listedetail tr > *:first-child,
.legende tr > *:first-child {
  min-width: 260px;
  max-width: 100%;
  width: 260px;
}
table.array.listedetail tr:nth-child(even),
.listedetail tr:nth-child(even),
.legende tr:nth-child(even) {
  background: #fff;
}
table.array.listedetail tr td.lastcolumn,
.listedetail tr td.lastcolumn,
.legende tr td.lastcolumn {
  width: 100%;
}
table.array.listedetail tr th + td.lastcolumn,
.listedetail tr th + td.lastcolumn,
.legende tr th + td.lastcolumn {
  background-color: var(--couleur-bleu);
}
table.array.listedetail tr th,
.listedetail tr th,
.legende tr th,
table.array.listedetail tr td.header,
.listedetail tr td.header,
.legende tr td.header {
  width: 160px;
  align: center;
  background-color: var(--couleur-bleu);
  color: white;
}
table.array.listedetail tr th.active,
.listedetail tr th.active,
.legende tr th.active,
table.array.listedetail tr td.header.active,
.listedetail tr td.header.active,
.legende tr td.header.active {
  color: #fff;
}
table.array.listedetail tr th + th,
.listedetail tr th + th,
.legende tr th + th,
table.array.listedetail tr td.header + th,
.listedetail tr td.header + th,
.legende tr td.header + th {
  min-width: 60px;
  width: 60px;
  text-align: center;
}
table.array.listedetail tr th.active,
.listedetail tr th.active,
.legende tr th.active,
table.array.listedetail tr td.header.active,
.listedetail tr td.header.active,
.legende tr td.header.active {
  border: 1px solid #fff;
  color: #fff;
}
table.array.listedetail tr td,
.listedetail tr td,
.legende tr td {
  padding: 2px 9px;
  /* width: 100%; */
  align: center;
}
table.array.listedetail tr td + td,
.listedetail tr td + td,
.legende tr td + td {
  min-width: 60px;
  text-align: center;
}
table.array.listedetail tr td.active,
.listedetail tr td.active,
.legende tr td.active {
  border: 1px solid #fff;
}
table.array.listedetail .clicker,
.listedetail .clicker,
.legende .clicker {
  box-shadow: none;
  background-color: transparent;
}
table.array.listedetail .clicker i.icone,
.listedetail .clicker i.icone,
.legende .clicker i.icone {
  background-color: var(--couleur-etat-med);
  box-shadow: 2px 5px 4px 1px var(--couleur-anthracite);
}
table.array.listedetail i + img,
.listedetail i + img,
.legende i + img {
  display: none;
}
table.array.listedetail i.icone,
.listedetail i.icone,
.legende i.icone {
  width: 30px;
  background-color: var(--couleur-etat-ind);
  display: inline-block;
  height: 30px;
  align-items: center;
  border-radius: 15px;
}
table.array.listedetail i.icone.tbe,
.listedetail i.icone.tbe,
.legende i.icone.tbe {
  background-color: var(--couleur-etat-tbe);
  border: 2px solid var(--couleur-etat-tbe);
}
table.array.listedetail i.icone.be,
.listedetail i.icone.be,
.legende i.icone.be {
  background-color: var(--couleur-etat-be);
  border: 2px solid var(--couleur-etat-be);
}
table.array.listedetail i.icone.moy,
.listedetail i.icone.moy,
.legende i.icone.moy {
  background-color: var(--couleur-etat-moy);
  border: 2px solid var(--couleur-etat-moy);
}
table.array.listedetail i.icone.med,
.listedetail i.icone.med,
.legende i.icone.med {
  background-color: var(--couleur-etat-med);
  border: 2px solid var(--couleur-etat-med);
}
table.array.listedetail i.icone.mauv,
.listedetail i.icone.mauv,
.legende i.icone.mauv {
  background-color: var(--couleur-etat-mauv);
  border: 2px solid var(--couleur-etat-mauv);
}
table.array.listedetail i.icone.ind,
.listedetail i.icone.ind,
.legende i.icone.ind {
  background-color: var(--couleur-etat-ind);
  border: 2px solid var(--couleur-etat-ind);
}
body .node--type-station-superficial-stream .chemical_status .listedetail i.icone,
body .node--type-station-superficial-stream .chemical_status .legende i.icone {
  background-color: #fff !important;
}
body .node--type-station-superficial-stream .listedetail .chemical_status i.icone,
body .node--type-station-superficial-stream .legende .chemical_status i.icone {
  background-color: #fff !important;
}
/*
Styles pour la recherche BSH
 */
#views-exposed-form-bsh-bsh .d-flex.flex-wrap > * {
  width: 33%;
  padding: 10px;
}
#views-exposed-form-bsh-bsh .d-flex.flex-wrap > * > label {
  display: block ;
}
#views-exposed-form-bsh-bsh .d-flex.flex-wrap input#search_submit {
  background-color: var(--couleur-bleu);
  color: #fff;
}
#views-exposed-form-bsh-bsh .d-flex.flex-wrap input#search_textfield {
  /* padding: 7px; */
  font-size: 1.4rem;
}
#views-exposed-form-bsh-bsh .d-flex.flex-wrap div#edit-actions {
  width: 100%;
}
#views-exposed-form-bsh-bsh .d-flex.flex-wrap .nb-result {
  display: none;
}
/* Styles pour la page de recherche générique */
.views-exposed-form .col-filter {
  margin: 0px !important;
}
.views-exposed-form .form-group .form-radios input.form-radio,
.views-exposed-form .form-group .form-checkboxes input.form-radio,
.views-exposed-form .form-group .form-radios input.form-checkbox,
.views-exposed-form .form-group .form-checkboxes input.form-checkbox {
  width: auto !important;
}
.views-exposed-form .form-group .form-radios input.form-radio + .form-check-label,
.views-exposed-form .form-group .form-checkboxes input.form-radio + .form-check-label,
.views-exposed-form .form-group .form-radios input.form-checkbox + .form-check-label,
.views-exposed-form .form-group .form-checkboxes input.form-checkbox + .form-check-label {
  margin-left: 10px !important ;
}
.views-exposed-form .form-actions {
  align-self: flex-start;
  width: auto !important;
}
.views-exposed-form .text-center.submit-search {
  flex-direction: column-reverse;
  width: 200px;
}
.views-exposed-form .text-center.submit-search button {
  line-height: 20px;
}
.views-exposed-form .text-center.submit-search a.reset {
  padding: 5px;
}
form.user-login-form,
form.user-form,
form.user-pass {
  width: 40%;
  margin: 20px auto;
  background-color: #3A76C0;
  color: #fff;
  padding: 30px 20px 10px 20px;
}
form.user-login-form .form-group,
form.user-form .form-group,
form.user-pass .form-group {
  margin-bottom: 20px;
}
form.user-login-form .form-group label,
form.user-form .form-group label,
form.user-pass .form-group label {
  content: ' *';
  background-image: none;
  vertical-align: inherit;
  font-family: 'Roboto-Medium', sans-serif;
}
form.user-login-form .form-group text-muted,
form.user-form .form-group text-muted,
form.user-pass .form-group text-muted {
  color: #eaeaea;
  font-style: italic;
}
form.user-login-form #edit-actions::before,
form.user-form #edit-actions::before,
form.user-pass #edit-actions::before {
  content: '';
  background-image: url('../img/icon_arrow_white.svg');
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 12px;
  padding: 12px 14px;
}
form.user-login-form #edit-actions #edit-submit,
form.user-form #edit-actions #edit-submit,
form.user-pass #edit-actions #edit-submit {
  background: none;
  border: none;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: inherit;
  text-transform: uppercase;
  margin-top: 10px;
}
/* .bloc-size {
  padding: 20px 0;

  ul {
    text-align: right;

    li {
      display: inline-block;
      margin-left: 10px;
    }
  }
}
*/
.bloc-size {
  position: fixed;
  right: 0px;
}
.bloc-size ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.bloc-size ul li {
  list-style: none;
  display: block;
  width: 30px;
  margin-bottom: 10px;
  background-color: #4C5962;
  color: white;
  padding: 0px;
  height: 30px;
  font-size: 2rem;
}
.bloc-size ul li a {
  color: white;
  background-repeat: no-repeat;
  background-position: 6px 8px;
  display: block;
  width: 100%;
  height: 100%;
}
.bloc-size ul li button {
  cursor: pointer;
}
.bloc-size ul li a#text_resize_increase,
.bloc-size ul li button#text_resize_increase {
  background-image: url("../img/more-text.svg");
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  border: none;
  outline: none;
  overflow: hidden;
}
.bloc-size ul li a#text_resize_increase span,
.bloc-size ul li button#text_resize_increase span {
  text-indent: -1000px;
  color: black;
  overflow: hidden;
  background-color: white;
  display: block;
  top: -40px;
  width: 300px;
  position: relative;
}
.bloc-size ul li a#text_resize_decrease,
.bloc-size ul li button#text_resize_decrease {
  background-image: url("../img/less-text.svg");
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  border: none;
  outline: none;
  overflow: hidden;
}
.bloc-size ul li a#text_resize_decrease span,
.bloc-size ul li button#text_resize_decrease span {
  text-indent: -1000px;
  color: black;
  overflow: hidden;
  background-color: white;
  display: block;
  top: -40px;
  width: 300px;
  position: relative;
}
.bloc-size ul li button#text_toggle_contrast {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  border: none;
  color: white;
  outline: none;
  overflow: hidden;
}
.bloc-size ul li button#text_toggle_contrast span {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  top: -40px;
  width: 300px;
  position: relative;
}
.bloc-size ul li button#text_go_up {
  background-image: url(../img/chevron-left.svg);
  width: 66px;
  height: 66px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  border: 1px solid #fff;
  outline: none;
  overflow: hidden;
  filter: var(--filtre-blanc);
  rotate: 90deg;
  background-size: 70%;
}
.bloc-size ul li button#text_go_up span {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  top: -40px;
  width: 300px;
  position: relative;
}
.bloc-size ul li.scrollbutton {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 90px;
  background-color: var(--couleur-vert);
  width: 66px;
  height: 66px;
}
.longscrolled li.scrollbutton {
  display: block !important;
}
/*
  Fix marge en haut des blocs génériques placés en page d'accueil : remontée de 24px pour ne plus avoir de marge
 */
.page-view-frontpage #main-content .content-resize .block-content-basic {
  top: -24px;
  width: var(--largeur-contenu);
  left: 50%;
  margin-left: calc(-0.5*var(--largeur-contenu));
  margin-bottom: 24px;
  position: relative;
}
/*
Style pour le bloc d'actualités en affichage 2 colonnes avec un article en première colonne et 3 articles en seconde colonne
Un bloc parent a la classe news-1-plus-3, il contient des blocs enfants ayant la classe views-row
Le premier bloc est affiché en colonne gauche avec 50% de large
Les blocs suivants sont affichés en colonne droite avec 50% de large, les un en dessous des autres
En responsive, les blocs enfants sont affichés en colonne unique avec 100% de large
*/
/*
All blocs contained in a div which has class news-1-plus-3
Each bloc has class views-row
First bloc is on left colomn with 50% width
Other blocs are on right colomn with 50% width, one under the other
 */
.news-1-plus-3 {
  display: flex;
  flex-direction: column;
}
.news-1-plus-3 .toutes-les-actualites.eau-et-urbanisme {
  display: none;
}
.news-1-plus-3 img.image-style-actualites-entete-accueil {
  /* box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1333); */
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.news-1-plus-3 h3 {
  font-size: 3rem;
  text-transform: none;
  font-weight: bold;
}
.news-1-plus-3 .view-content.row {
  width: 100%;
  flex-direction: column;
  place-content: flex-end;
  position: relative;
}
.news-1-plus-3 .views-row .card-timeline {
  display: flex;
}
@media (max-width: 529.98px) {
  .news-1-plus-3 .views-row .card-timeline {
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
  }
}
.news-1-plus-3 .views-row .card-timeline .timeline-date {
  font-style: normal;
  color: var(--Text-Heading, #4C5962);
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300 /* lighter */;
  margin-bottom: 0.4rem;
}
.news-1-plus-3 .views-row .card-timeline .timeline-img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-1-plus-3 .views-row .card-timeline .timeline-img {
    width: auto;
    margin-right: 15px;
  }
}
@media (max-width: 529.98px) {
  .news-1-plus-3 .views-row .card-timeline .timeline-img {
    /* display:none; */
  }
}
.news-1-plus-3 .views-row .card-timeline .timeline-img img {
  max-width: calc(100%);
  width: auto;
  height: auto;
}
.news-1-plus-3 .views-row .card-timeline .timeline-text {
  width: 100%;
  color: var(--Text-Black-80, #3A3A3A);
  /* Common/Body 2/Default */
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.5rem;
  /* 150% */
}
.news-1-plus-3 .views-row .card-timeline .timeline-text h3.news-homepage-accessibility {
  text-transform: none;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
@media (min-width: 991.98px) {
  .news-1-plus-3 .views-row:first-child {
    width: calc(50% - 15px);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .news-1-plus-3 .views-row:first-child .card-timeline {
    flex-direction: column;
  }
  .news-1-plus-3 .views-row:first-child .card-timeline .timeline-img img {
    max-height: 379px;
    width: calc(100%);
  }
}
@media (min-width: 991.98px) {
  .news-1-plus-3 .views-row:not(:first-child) {
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}
.news-1-plus-3 .views-row:not(:first-child) .card-timeline .timeline-img {
  width: auto ;
  margin-right: 15px;
}
.news-1-plus-3 .views-row:not(:first-child) .card-timeline .timeline-img img {
  max-height: 155px;
  min-width: 227px;
}
@media (max-width: 529.98px) {
  .news-1-plus-3 .views-row:not(:first-child) .card-timeline .timeline-img img {
    /* display:none; */
    max-height: none;
  }
}
.sitemap-item.sitemap-plugin--menu.sitemap-item--menu-main > div > ul > li > ul li {
  padding-left: 25px;
  list-style: inherit;
  list-style-position: inside;
  line-height: 2.5rem;
}
.fiche-paot .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  text-align: left;
}
.fiche-paot .field__items li::before {
  display: none;
}
.fiche-paot .field__items .field__item {
  padding: 10px;
  border-left: 10px solid #3A76C0;
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  background-color: #fff;
}
.fiche-paot .intro h2 {
  font-size: 3.2rem;
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin-left: 20px !important;
  padding-top: 30px;
}
.fiche-paot .intro .intro-text ul {
  padding-inline-start: 0px;
}
.fiche-paot .intro .intro-text ul li {
  margin-bottom: 0px;
}
article.node--type-fiche-paot header {
  border: none;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  height: auto;
}
article.node--type-fiche-paot header h2 {
  margin: 10px 0 5px 0px;
  max-height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
article.node--type-fiche-paot header h2 a {
  color: #3A76C0;
  padding-bottom: 15px;
  display: block;
}
article.node--type-fiche-paot header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
article.node--type-fiche-paot header + .node__content {
  margin: 0px;
}
article.node--type-fiche-paot .field {
  margin-bottom: 0.1rem;
}
article.node--type-fiche-paot .field .field__label {
  font-weight: bold;
}
article.node--type-fiche-paot .field .field__label::after {
  content: " :";
}
.fiche-masse-eau-superficielle h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.fiche-masse-eau-superficielle__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.fiche-masse-eau-superficielle__box {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33% - 2rem);
}
.fiche-masse-eau-superficielle__box h3 {
  margin-top: 0;
  color: var(--couleur-bleu);
  text-transform: uppercase;
}
.fiche-masse-eau-superficielle__box p {
  margin: 0.5rem 0;
}
.fiche-masse-eau-superficielle__section {
  background: #fff;
  border-left: 4px solid var(--couleur-bleu);
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.fiche-masse-eau-superficielle__section h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--couleur-bleu);
  margin-bottom: 1rem;
}
.fiche-masse-eau-superficielle__section a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
.fiche-masse-eau-superficielle__section a:hover {
  color: var(--couleur-bleu);
}
.paot-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  text-align: left;
}
.paot-table th {
  background-color: #6191cd;
  color: #fff;
  padding: 8px 15px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}
.paot-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  font-weight: 600;
  text-align: left;
}
.paot-table tr:nth-child(odd) {
  background-color: #f8fafd;
}
.paot-table tr:nth-child(even) {
  background-color: #ebf1f9;
}
.paot-table tr:hover {
  background-color: #e8f0fa;
}
.paot-table th a,
.paot-table th a:hover,
.paot-table th a:focus {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.table-responsive {
  position: relative;
  overflow: auto;
}
.table-responsive.is-overflowing::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent);
  pointer-events: none;
  z-index: 2;
}
/* fiche-paot-recherche.less */
/* Styles spécifiques à la vue de recherche PAOT */
.fiche-paot-recherche-filtres {
  width: 100%;
  margin-bottom: 20px;
}
.fiche-paot-recherche-filtres .col-right-left {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .fiche-paot-recherche-filtres .col-right-left {
    width: 25%;
    /* Ajuste la largeur à 25% sur grand écran */
    display: block;
  }
}
.fiche-paot-recherche-resultats {
  width: 100%;
  margin-bottom: 20px;
}
.fiche-paot-recherche-resultats .row {
  display: flex;
  flex-wrap: wrap;
}
.fiche-paot-recherche-resultats .col-lg-3,
.fiche-paot-recherche-resultats .col-lg-9 {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .fiche-paot-recherche-resultats .col-lg-3 {
    flex: 0 0 25%;
    /* Ajuste à 25% sur grand écran */
  }
  .fiche-paot-recherche-resultats .col-lg-9 {
    flex: 0 0 75%;
    /* Ajuste à 75% sur grand écran */
  }
}
.view-fiches-paot-recherche .col-result {
  margin-bottom: 20px;
}
.view-fiches-paot-recherche .form-type-textfield {
  width: 100%;
}
.view-fiches-paot-recherche .row.filter-options {
  margin: 0px;
}
.view-fiches-paot-recherche .result-rows .ligne-detail-mdosout article {
  border-top: 5px solid var(--couleur-bleu);
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  display: block;
  height: 210px;
  line-height: 25px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  padding: 0px 20px;
  margin-bottom: 5px;
}
.view-fiches-paot-recherche .result-rows .views-view-grid {
  padding: 0px;
}
.view-fiches-paot-recherche .result-rows .views-view-grid .views-col.col-1 {
  min-width: 100%;
  max-width: none !important;
}
.view-fiches-paot-recherche .result-rows .views-view-grid .views-col article {
  border-top: 5px solid var(--couleur-bleu);
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  display: block;
  height: 210px;
  line-height: 25px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  padding: 0px 20px;
  margin-bottom: 5px;
}
.view-fiches-paot-recherche .js-form-item-title {
  margin-bottom: 6px !important;
}
.view-fiches-paot-recherche .js-form-item-h-field-mdosout-code-value,
.view-fiches-paot-recherche .js-form-item-h-field-code-eu-mdo-value {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  display: none !important;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot header {
  border: none;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  height: auto;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot header h2 {
  margin: 10px 0 5px 0px;
  max-height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot header h2 a {
  color: var(--couleur-bleu);
  padding-bottom: 15px;
  display: block;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  pointer-events: none;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot header + .node__content {
  margin: 0px;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot .field {
  margin-bottom: 0.1rem;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot .field .field__label {
  font-weight: bold;
}
article.node--type-masse-d-eau-superficielle.node--view-mode-recherche-paot .field .field__label::after {
  content: " :";
}
nav h4#pagination-heading {
  display: none;
}
nav ul.pagination li.page-item .page-link {
  color: var(--couleur-vert);
}
nav ul.pagination li.page-item.active .page-link {
  color: #fff;
  background-color: var(--couleur-vert);
  border-color: var(--couleur-vert);
}
nav ul.pagination li.page-item.active .page-link:hover {
  color: var(--couleur-noir);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
nav ul.pagination li::before {
  content: '';
  display: none;
}
.view-fiches-paot-recherche .nombre-resultats {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--couleur-vert);
  margin-bottom: 15px;
}
.view-fiches-paot-recherche h2::after {
  display: none !important;
  content: none !important;
}
.block-content-les_acces_directs {
  /* width: calc(@screen-sm-max / 2); */
  /*
  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { width: calc(@screen-sm-min / 2); }
  @media (min-width: @screen-xs-max) and (max-width: @screen-sm-min) { width: calc(@screen-xs-max / 2); }
  @media (min-width: @screen-xs-min) and (max-width: @screen-xs-max) { width: calc(@screen-xs-min / 2); }
   */
  position: relative;
  display: inline-block;
  left: calc(50% - 20px);
}
@media (min-width: 1279.98px) {
  .block-content-les_acces_directs {
    width: calc(1279.98px / 2);
    margin-left: calc(-1*1279.98px / 2 + 20px);
  }
}
@media (min-width: 829.98px) and (max-width: 1279.98px) {
  .block-content-les_acces_directs {
    width: calc(50vw);
    margin-left: calc(-1 * 50vw + 20px);
  }
}
@media (max-width: 829.98px) {
  .block-content-les_acces_directs {
    width: calc(100vw);
    margin-left: calc(-1*50vw + 20px);
  }
}
.block-content-les_acces_directs .row.title h3 {
  color: var(--couleur-vert);
  font-size: 3rem;
  text-transform: none;
}
.block-content-les_acces_directs .row.line {
  height: 450px;
  margin-left: 15px;
  padding: 20px;
  background-color: var(--couleur-vert);
}
@media (max-width: 829.98px) {
  .block-content-les_acces_directs .row.line {
    height: auto;
  }
}
.block-content-les_acces_directs .row.line a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 20px 20px 20px 0px;
  background-image: url('../img/chevron-right-blanc.svg');
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}
.block-content-les_applications_utiles {
  /*
  @screen-sm-max : 1199.98px;
  @screen-sm-min : 991.98px;
  @screen-xs-max : 829.98px;
  @screen-xs-min : 529.98px;
   */
  /* width: calc(@screen-sm-max / 2); */
  /*
  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { width: calc(@screen-sm-min / 2); }
  @media (min-width: @screen-xs-max) and (max-width: @screen-sm-min) { width: calc(@screen-xs-max / 2); }
  @media (min-width: @screen-xs-min) and (max-width: @screen-xs-max) { width: calc(@screen-xs-min / 2); }
   */
  position: relative;
  display: inline-block;
  left: calc(50% - 54px);
}
@media (min-width: 1279.98px) {
  .block-content-les_applications_utiles {
    width: calc(1279.98px / 2);
  }
}
@media (min-width: 829.98px) and (max-width: 1279.98px) {
  .block-content-les_applications_utiles {
    width: calc(50vw);
  }
}
@media (max-width: 829.98px) {
  .block-content-les_applications_utiles {
    width: calc(100vw);
    margin-left: calc(-1*50vw + 20px);
    left: calc(50% - 20px);
  }
}
.block-content-les_applications_utiles .row.title h3 {
  color: #4C5962;
  font-size: 3rem;
  text-transform: none;
}
.block-content-les_applications_utiles .row.line {
  height: 450px;
  margin-left: 15px;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 829.98px) {
  .block-content-les_applications_utiles .row.line {
    height: auto;
  }
}
.block-content-les_applications_utiles .row.line .detail-application-utile {
  display: flex;
  height: 140px;
  padding: 20px 0px;
  width: 100%;
  overflow: hidden;
}
.block-content-les_applications_utiles .row.line .detail-application-utile .introduction {
  max-height: 76px;
  overflow: hidden;
}
.block-content-les_applications_utiles .row.line .detail-application-utile .icone {
  width: 165px;
  height: 103px;
}
@media (max-width: 529.98px) {
  .block-content-les_applications_utiles .row.line .detail-application-utile .icone {
    display: none;
  }
}
.block-content-les_applications_utiles .row.line .detail-application-utile .detail {
  width: 100%;
  max-height: 103px;
  overflow: hidden;
}
.block-content-les_applications_utiles .row.line .detail-application-utile a {
  font-size: 1.7rem;
  margin-bottom: 6px;
  font-weight: bold;
  color: #4C5962;
  display: block;
}
.block-content-les_applications_utiles .application-utile-item {
  border-bottom: 2px solid #eaeaea;
}
.block-content-les_applications_utiles .application-utile-item:last-child {
  border-bottom: none;
}
.block-content-important_pages {
  background-color: #3A76C0 !important;
  padding: 0px !important;
  margin-bottom: 20px;
}
/* Important pages */
.block-important-pages-conteneur .important-page-footer,
.block-important-pages-conteneur .important-page-header {
  height: 99px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.block-important-pages-conteneur .important-page-header {
  background-image: url('../img/element-decor-top-essential-topics.svg');
  background-position-y: bottom ;
}
.block-important-pages-conteneur .important-page-footer {
  background-position-y: top ;
  margin-top: 10px;
  background-image: url('../img/element-decor-bottom-essential-topics.svg');
}
.block-important-pages-conteneur .row.title h3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 30px 0;
  font-weight: normal;
  font-size: 3rem;
}
.block-important-pages-conteneur .row.line .bloc-align > div {
  width: 100%;
  /* max-width: 200px; */
}
@media (min-width: 1279.98px) {
  .block-important-pages-conteneur .row.line .bloc-align {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 1279.98px) {
  .block-important-pages-conteneur .row.line .bloc-align {
    display: grid;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-auto-columns: 2 2;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1279.98px) and (max-width: 469.98px) {
  .block-important-pages-conteneur .row.line .bloc-align {
    grid-auto-columns: 1;
    grid-template-columns: 1fr;
  }
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item {
  width: 100% ;
  text-align: center;
  min-width: 200px;
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item a.lien {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item .icone {
  width: 100% ;
  text-align: center;
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item .icone img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item .icone div {
  width: 100% ;
  text-align: center;
}
.block-important-pages-conteneur .row.line .bloc-align .contenu-item h3 {
  color: #fff;
  margin: 10px 0;
  max-width: 200px;
}
.block-content-some_numbers {
  margin-bottom: -40px;
  overflow: visible !important;
  top: 40px;
  position: relative;
  background-color: #eaeaea !important;
}
@media (max-width: 369.98px) {
  .block-content-some_numbers {
    overflow: hidden !important;
  }
}
.block-content-some_numbers img {
  position: relative;
  z-index: 11;
}
@media (min-width: 829.98px) {
  .block-content-some_numbers .container-fluid .row .col-12 + .col-12 {
    margin-top: -87px;
  }
}
.block-content-some_numbers .container-fluid .row h3 {
  text-transform: none;
  font-size: 3rem;
}
div.titre-en-tete {
  margin-top: -25px;
  position: relative;
  height: fit-content;
}
div.titre-en-tete .row.title {
  height: 0px;
}
div.titre-en-tete .row.title h3 {
  font-size: 5rem;
  width: 50%;
  /* background: radial-gradient(var(--couleur-vert), @darkblue); */
  background: linear-gradient(135deg, #3A76C0, var(--couleur-vert), #3A76C0);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 900;
  position: relative;
  /*
      transform: scale(2,2);
      max-width: 304px;
      */
  transform-origin: top left;
  display: block;
}
div.titre-en-tete .row.line h3 {
  margin-top: 170px;
  width: 50%;
  font-size: 3rem;
  text-transform: none;
  color: #3A3A3A;
}
div.titre-en-tete .row.line p {
  width: 50%;
  margin: 10px 0px;
}
div.titre-en-tete .row.line img {
  position: absolute;
  top: 0px;
  right: -80px;
  width: calc(50% + 50px);
  mask-image: url(../img/crop-image-entete-resize.svg);
  mask-size: 100% 100%;
  max-height: 445px;
}
@media (min-width: 961.98px) and (max-width: 1279.98px) {
  div.titre-en-tete .row.line h3 {
    margin-top: 170px;
  }
}
@media (min-width: 829.98px) and (max-width: 961.98px) {
  div.titre-en-tete .row.line h3 {
    margin-top: 220px;
  }
}
@media (max-width: 829.98px) {
  div.titre-en-tete {
    margin-top: 0px;
  }
  div.titre-en-tete .row.title {
    height: auto;
  }
  div.titre-en-tete .row.title h3 {
    font-size: 5rem;
    width: 100%;
  }
  div.titre-en-tete .row.line h3 {
    margin-top: 0px;
    width: 100%;
  }
  div.titre-en-tete .row.line p {
    width: 100%;
  }
  div.titre-en-tete .row.line img {
    display: none;
  }
}
/* Puce spécifique pour les listes non numérotées dans les paragraphes de contenu */
div#block-siermc2024-page-title {
  width: 100vw;
  /* position: relative; */
  /* left: 0px; */
  background-color: #F8FAFD;
  display: block;
  --margin-gauche: calc( -1 * 50vw - var(--largeur-marge) + ( var(--largeur-site) / 2 ));
  margin-left: var(--margin-gauche);
  --padding-gauche: calc(50vw + var(--largeur-marge) - (var(--largeur-site) / 2));
  padding-left: var(--padding-gauche);
  margin-top: -20px;
  padding-bottom: 12px;
  /* margin-bottom: 47px;  Réduction de marge importante pour compacter les pages */
  margin-bottom: 17px;
  padding-right: var(--largeur-marge-droite);
}
div#block-siermc2024-page-title h2 {
  font-size: 3.2rem;
  z-index: 1;
  position: relative;
  max-width: var(--largeur-contenu);
  margin-bottom: 5px;
  /* Réduction de marge importante pour compacter les pages */
}
.content .node ul li::before {
  /* content: '\2003 \2014 \2003'; */
}
.content .node nav#summary-scrollspy {
  margin: 0px 0px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  background-color: var(--couleur-grisdefondleger);
}
.content .node nav#summary-scrollspy h3 {
  margin: 0px;
  background-color: var(--couleur-vert);
  color: #fff;
  width: 100%;
  padding: 10px;
  text-transform: none;
}
.content .node nav#summary-scrollspy ul.nav.nav-pills {
  margin-left: 0px;
}
.content .node nav#summary-scrollspy ul.nav.nav-pills li.nav-item::before {
  content: '';
  background-color: transparent;
}
.content .node nav#summary-scrollspy ul.nav.nav-pills li {
  color: var(--couleur-vert);
}
.content .node nav#summary-scrollspy ul.nav.nav-pills li a.nav-link {
  color: var(--couleur-vert);
  text-transform: none;
  padding: 1px 20px;
  position: relative;
}
.paragraph .embedded-entity {
  margin-bottom: 10px;
}
.text-formatted ul.grille {
  display: grid;
  text-transform: uppercase;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 529.98px) {
  .text-formatted ul.grille {
    grid-template-columns: 1fr 1fr auto;
  }
}
@media (min-width: 369.98px) and (max-width: 529.98px) {
  .text-formatted ul.grille {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 369.98px) {
  .text-formatted ul.grille {
    grid-template-columns: auto;
  }
}
.text-formatted ul.grille li {
  padding: 5px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.text-formatted ul.grille li b,
.text-formatted ul.grille li strong {
  text-transform: uppercase;
  color: #3A76C0;
  font-size: 4.5rem;
  font-weight: 500;
}
a.button,
a.bouton,
a.buttonlarge,
a.boutonlarge {
  background-color: #3A76C0;
  color: #fff;
  padding: 8px 15px 8px 28px;
  /* height:34px; */
  background-image: url('../img/chevron-right-blanc.svg');
  background-repeat: no-repeat;
  background-position-x: 9px;
  background-position-y: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  min-height: 38px;
  line-height: 20px;
  margin-top: 5px;
  display: inline-block;
  border: 2px solid #3A76C0;
}
a.button.retour,
a.bouton.retour,
a.buttonlarge.retour,
a.boutonlarge.retour {
  background-color: #fff;
  border: 2px solid #3A76C0;
  color: #3A76C0;
  background-image: none;
}
a.button.retour:hover,
a.bouton.retour:hover,
a.buttonlarge.retour:hover,
a.boutonlarge.retour:hover,
a.button.retour:focus,
a.bouton.retour:focus,
a.buttonlarge.retour:focus,
a.boutonlarge.retour:focus,
a.button.retour:active,
a.bouton.retour:active,
a.buttonlarge.retour:active,
a.boutonlarge.retour:active {
  background-color: #fff;
  padding: 7px 15px 7px 28px;
}
a.button.retour::before,
a.bouton.retour::before,
a.buttonlarge.retour::before,
a.boutonlarge.retour::before {
  content: '';
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  filter: var(--filtre-bleu);
  background-image: url('../img/chevron-left.svg');
}
a.button:hover,
a.bouton:hover,
a.buttonlarge:hover,
a.boutonlarge:hover {
  background-color: #4C5962;
  text-decoration: none ;
}
a.button:focus,
a.bouton:focus,
a.buttonlarge:focus,
a.boutonlarge:focus {
  border: 2px solid #3A3A3A;
  /* padding: 5px 13px 5px 26px; */
}
a.button:active,
a.bouton:active,
a.buttonlarge:active,
a.boutonlarge:active {
  background-color: #3A3A3A;
}
a.buttonlarge,
a.boutonlarge {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}
img.card-ppt,
img.card-pptx,
img.card-file,
img.card-doc,
img.card-docx,
img.card-zip,
img.card-ppt_blue,
img.card-file_blue,
img.card-xls,
img.card-xlsx,
img.card-zip_blue,
img.card-ppt_blue_0,
img.card-pdf_blue,
img.card-pdf,
img.card-ods,
img.card-xls_blue,
img.card-odt,
img.card-ods_bleu,
img.card-csv,
img.card-doc_blue,
img.card-odt_blue,
img.card-csv_blue,
img.card-PPT,
img.card-PPTX,
img.card-FILE,
img.card-DOC,
img.card-DOCX,
img.card-ZIP,
img.card-PPT_BLUE,
img.card-FILE_BLUE,
img.card-XLS,
img.card-XLSX,
img.card-ZIP_BLUE,
img.card-PPT_BLUE_0,
img.card-PDF_BLUE,
img.card-PDF,
img.card-ODS,
img.card-XLS_BLUE,
img.card-ODT,
img.card-ODS_BLEU,
img.card-CSV,
img.card-DOC_BLUE,
img.card-ODT_BLUE,
img.card-CSV_BLUE {
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(559%) hue-rotate(177deg) brightness(94%) contrast(79%) !important;
}
/* Fichier : paragraph.less */
figure figcaption {
  white-space: nowrap;
  /* Empêche le texte de revenir à la ligne */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute les "..." en fin de ligne */
  width: 100%;
  text-align: center;
  padding: 0px 5px;
}
/* SRC-371 : Remplacement du style générique */
.align-center {
  text-align: center;
}
@media (min-width: 1590px) {
  .content .node__content.clearfix {
    position: relative;
  }
  .content .node__content.clearfix nav#summary-scrollspy {
    /* position: absolute;
          left: calc(var(--largeur-contenu) + 20px);
          width: 280px;
          top: 0px;
          */
    position: absolute;
    left: calc(var(--largeur-contenu) + 10px);
    max-width: 200px;
    top: 0px;
    min-width: 200px;
    /* Si scroll supérieur à 150px */
    /*
          position: fixed;
          right: 1vw;
          width: 280px;
          top: 241px;
          */
  }
  .content .node__content.clearfix nav#summary-scrollspy a:active,
  .content .node__content.clearfix nav#summary-scrollspy a.linkactive {
    color: #3A3A3A !important;
  }
}
@media (min-width: 1690px) {
  .content .node__content.clearfix nav#summary-scrollspy {
    max-width: 240px;
  }
}
@media (min-width: 1790px) {
  .content .node__content.clearfix nav#summary-scrollspy {
    max-width: 280px;
  }
}
@media (min-width: 1590px) {
  .longscrolled .content .node__content.clearfix {
    position: relative;
  }
  .longscrolled .content .node__content.clearfix nav#summary-scrollspy {
    /* Si scroll supérieur à 150px */
    position: fixed;
    right: 1vw;
    width: 200px;
    top: 81px;
    left: initial;
    right: calc(50vw - var(--largeur-contenu) / 2 - 280px + 72px);
    /* calc(50vw - var(--largeur-contenu) / 2 - 280px - 28px); */
  }
}
@media (min-width: 1690px) {
  .longscrolled .content .node__content.clearfix nav#summary-scrollspy {
    width: 240px;
    right: calc(50vw - var(--largeur-contenu) / 2 - 280px - 20px);
  }
}
@media (min-width: 1790px) {
  .longscrolled .content .node__content.clearfix nav#summary-scrollspy {
    width: 280px;
  }
}
#content,
.intro .intro-text,
.cke_editable {
  /*
  ul li::before {
    content: '';
    background-image: url(../img/chevron-right.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    display: block;
    left: -20px;
    top: 0px;
    filter: var(--filtre-bleu);
  }
  */
}
#content h3,
.intro .intro-text h3,
.cke_editable h3,
#content h4,
.intro .intro-text h4,
.cke_editable h4,
#content h5,
.intro .intro-text h5,
.cke_editable h5 {
  text-transform: none;
}
#content .bloc-doc-biglist h3,
.intro .intro-text .bloc-doc-biglist h3,
.cke_editable .bloc-doc-biglist h3,
#content .bloc-doc-blue h3,
.intro .intro-text .bloc-doc-blue h3,
.cke_editable .bloc-doc-blue h3 {
  font-size: 1.6rem;
}
#content .bloc-image,
.intro .intro-text .bloc-image,
.cke_editable .bloc-image {
  display: flex;
}
#content .bloc-image > span,
.intro .intro-text .bloc-image > span,
.cke_editable .bloc-image > span {
  display: none;
}
#content .bloc-image *,
.intro .intro-text .bloc-image *,
.cke_editable .bloc-image * {
  flex-grow: 1;
}
#content p.text-align-center,
.intro .intro-text p.text-align-center,
.cke_editable p.text-align-center {
  text-align: center;
}
#content h3,
.intro .intro-text h3,
.cke_editable h3 {
  font-size: 2.4rem;
}
#content h4,
.intro .intro-text h4,
.cke_editable h4,
#content h5,
.intro .intro-text h5,
.cke_editable h5 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#content h5,
.intro .intro-text h5,
.cke_editable h5 {
  color: #3A3A3A;
}
#content a,
.intro .intro-text a,
.cke_editable a {
  text-decoration: underline;
}
#content li,
.intro .intro-text li,
.cke_editable li {
  margin-bottom: 15px;
  position: relative;
}
#content li::marker,
.intro .intro-text li::marker,
.cke_editable li::marker {
  color: #3A76C0;
  font-weight: bold;
}
#content ul,
.intro .intro-text ul,
.cke_editable ul {
  padding-inline-start: 40px;
}
#content ul li,
.intro .intro-text ul li,
.cke_editable ul li {
  list-style-image: url(../img/chevron-right-blue-h12.png);
  list-style-position: inside;
}
#content ul li::before,
.intro .intro-text ul li::before,
.cke_editable ul li::before {
  content: '' !important;
}
#content blockquote,
.intro .intro-text blockquote,
.cke_editable blockquote {
  border-left: 2px solid #3A76C0;
  padding: 20px;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
  font-size: 2rem;
}
#content table caption,
.intro .intro-text table caption,
.cke_editable table caption {
  caption-side: top;
  background-color: var(--couleur-bleu);
  color: #fff;
  padding: 10px 15px;
  font-size: 2rem;
}
#content table th,
.intro .intro-text table th,
.cke_editable table th {
  background-color: var(--couleur-midbleu);
  color: #fff;
  padding: 8px 15px;
  font-size: 1.6rem;
}
#content table thead + tbody td,
.intro .intro-text table thead + tbody td,
.cke_editable table thead + tbody td {
  background-color: var(--couleur-fond-grisbleu);
  font-size: 1.6rem;
}
#content table thead + tbody tr:nth-child(even) td,
.intro .intro-text table thead + tbody tr:nth-child(even) td,
.cke_editable table thead + tbody tr:nth-child(even) td {
  background-color: var(--couleur-fond-blocksbleus);
}
.intro .intro-text .field--name-field-introduction {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 500;
}
/* Fichier : documents.less */
.embedded-entity.documents,
#content .embedded-entity.documents,
#content .documents,
.intro-text .embedded-entity.documents,
.intro-text .documents,
.col-resultat .search.row {
  width: 100%;
  clear: left;
}
.embedded-entity.documents article,
#content .embedded-entity.documents article,
#content .documents article,
.intro-text .embedded-entity.documents article,
.intro-text .documents article,
.col-resultat .search.row article {
  width: 100%;
}
.embedded-entity.documents .documentslist,
#content .embedded-entity.documents .documentslist,
#content .documents .documentslist,
.intro-text .embedded-entity.documents .documentslist,
.intro-text .documents .documentslist,
.col-resultat .search.row .documentslist {
  background-color: var(--couleur-fond-blocksbleus);
  padding: 0px;
  /* PATCH SRC-347 padding: 25px 35px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
  .embedded-entity.documents .documentslist,
  #content .embedded-entity.documents .documentslist,
  #content .documents .documentslist,
  .intro-text .embedded-entity.documents .documentslist,
  .intro-text .documents .documentslist,
  .col-resultat .search.row .documentslist {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 649.98px) {
  .embedded-entity.documents .documentslist,
  #content .embedded-entity.documents .documentslist,
  #content .documents .documentslist,
  .intro-text .embedded-entity.documents .documentslist,
  .intro-text .documents .documentslist,
  .col-resultat .search.row .documentslist {
    grid-template-columns: 1fr;
  }
}
.embedded-entity.documents .result-document,
#content .embedded-entity.documents .result-document,
#content .documents .result-document,
.intro-text .embedded-entity.documents .result-document,
.intro-text .documents .result-document,
.col-resultat .search.row .result-document {
  padding: 20px;
  background-color: var(--couleur-fond-blocksbleus);
}
.embedded-entity.documents .result-document a.link-document,
#content .embedded-entity.documents .result-document a.link-document,
#content .documents .result-document a.link-document,
.intro-text .embedded-entity.documents .result-document a.link-document,
.intro-text .documents .result-document a.link-document,
.col-resultat .search.row .result-document a.link-document {
  /* display: flex; */
  position: relative;
  display: block;
  padding-left: 50px;
  text-decoration: none;
}
.embedded-entity.documents .result-document a.link-document h3,
#content .embedded-entity.documents .result-document a.link-document h3,
#content .documents .result-document a.link-document h3,
.intro-text .embedded-entity.documents .result-document a.link-document h3,
.intro-text .documents .result-document a.link-document h3,
.col-resultat .search.row .result-document a.link-document h3,
.embedded-entity.documents .result-document a.link-document h4,
#content .embedded-entity.documents .result-document a.link-document h4,
#content .documents .result-document a.link-document h4,
.intro-text .embedded-entity.documents .result-document a.link-document h4,
.intro-text .documents .result-document a.link-document h4,
.col-resultat .search.row .result-document a.link-document h4,
.embedded-entity.documents .result-document a.link-document h5,
#content .embedded-entity.documents .result-document a.link-document h5,
#content .documents .result-document a.link-document h5,
.intro-text .embedded-entity.documents .result-document a.link-document h5,
.intro-text .documents .result-document a.link-document h5,
.col-resultat .search.row .result-document a.link-document h5 {
  color: #3A3A3A;
  margin: 0px;
  font-size: 1.6rem;
}
.embedded-entity.documents .result-document a.link-document img,
#content .embedded-entity.documents .result-document a.link-document img,
#content .documents .result-document a.link-document img,
.intro-text .embedded-entity.documents .result-document a.link-document img,
.intro-text .documents .result-document a.link-document img,
.col-resultat .search.row .result-document a.link-document img {
  width: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.embedded-entity.documents .result-document a.link-document .doc-legend,
#content .embedded-entity.documents .result-document a.link-document .doc-legend,
#content .documents .result-document a.link-document .doc-legend,
.intro-text .embedded-entity.documents .result-document a.link-document .doc-legend,
.intro-text .documents .result-document a.link-document .doc-legend,
.col-resultat .search.row .result-document a.link-document .doc-legend {
  color: var(--couleur-lightwriting);
}
.col-resultat .search.row .result-document {
  border: 1px solid var(--couleur-grisleger);
  background-color: #fff;
}
.col-resultat .search.row .result-document h3 {
  font-size: 1.6rem;
  color: #3A76C0 !important;
  text-transform: none;
}
.col-resultat .search.row .result-document:hover {
  border: 1px solid var(--couleur-anthracite);
}
.paragraph-a-voir-aussi {
  background-color: var(--couleur-fond-blocksbleus);
  padding: 25px 30px;
  /* PATCH SRC-344 padding: 40px 50px; */
  margin: 40px 0;
  margin: 10px 0px 20px 0px;
}
.paragraph-a-voir-aussi h3 {
  text-transform: none;
  font-size: 2.4rem;
  margin-top: 0px;
}
.btn-article {
  border: none !important;
  background-color: var(--couleur-fond-blocksbleus);
  padding: 40px 50px;
  margin: 10px 0px 20px 0px;
}
.liste-chiffres-clef.field--name-field-documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  background-color: var(--couleur-fond-blocksbleus);
  padding: 30px 40px;
  text-transform: uppercase;
  font-size: 1.6rem;
  width: 80%;
}
.liste-chiffres-clef.field--name-field-documents h3 {
  margin: 0px;
  margin-left: -2px;
  font-size: 4.6rem !important;
}
@media (max-width: 961.98px) {
  .liste-chiffres-clef.field--name-field-documents {
    width: 100%;
  }
}
@media (max-width: 829.98px) {
  .liste-chiffres-clef.field--name-field-documents {
    grid-template-columns: 1fr 1fr;
    padding: 20px 30px;
    grid-column-gap: 35px;
  }
  .liste-chiffres-clef.field--name-field-documents h3 {
    font-size: 4rem !important;
  }
}
@media (max-width: 469.98px) {
  .liste-chiffres-clef.field--name-field-documents {
    grid-template-columns: 1fr;
    padding: 15px 25px;
    grid-column-gap: 20px;
  }
  .liste-chiffres-clef.field--name-field-documents h3 {
    font-size: 3.6rem !important;
  }
}
drupal-entity.cke_widget_element {
  width: 100%;
  margin-bottom: 5px;
}
.paragraph-bloc-depliant {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 20px 0px;
}
.paragraph-bloc-depliant .title {
  position: relative;
  padding: 10px 15px;
  background-color: var(--couleur-bleu);
  color: #fff;
  cursor: pointer;
}
.paragraph-bloc-depliant .title::before {
  content: '';
  position: absolute;
  background-image: url(../img/chevron-right.svg);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  right: 15px;
  filter: var(--filtre-blanc);
}
.paragraph-bloc-depliant .title.ouvert::before {
  background-image: url(../img/chevron-down.svg);
}
.paragraph-bloc-depliant .title h3,
.paragraph-bloc-depliant .title h4 {
  text-transform: none;
  color: #fff;
  font-size: 2rem !important;
  font-weight: normal;
  margin: 0px;
}
.paragraph-bloc-depliant .content {
  padding: 15px;
  background-color: var(--couleur-fond-grisbleu);
}
.paragraph-bloc-depliant .content h3,
.paragraph-bloc-depliant .content h4 {
  text-transform: none;
}
.liste-de-blocs-depliants {
  margin: 10px 0px 20px 0px;
}
.liste-de-blocs-depliants .paragraph-bloc-depliant,
.liste-de-blocs-depliants > .field__item {
  margin: 0px 0px 1px 0px !important;
}
.paragraph-message-d-alerte {
  position: relative;
  border-left: 58px solid #3A76C0;
  padding: 20px;
  margin: 10px 0px 20px 0px;
  background-color: var(--couleur-fond-blocksbleus);
}
.paragraph-message-d-alerte::before {
  content: '';
  background-image: url(../img/icon-info.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  display: block;
  left: -43px;
  top: 17px;
}
.paragraph-message-d-alerte h3 {
  font-size: 1.6rem !important;
  text-transform: none;
  margin-top: 0px;
}
.paragraph--type--navigation-hub,
#content .paragraph--type--navigation-hub {
  margin-top: 30px;
}
.paragraph--type--navigation-hub .col-12,
#content .paragraph--type--navigation-hub .col-12,
.paragraph--type--navigation-hub .container-fluid,
#content .paragraph--type--navigation-hub .container-fluid {
  padding: 0px;
}
.paragraph--type--navigation-hub .bloc-doc-blue,
#content .paragraph--type--navigation-hub .bloc-doc-blue {
  display: grid;
  grid-template-columns: repeat(var(--nombre-colonnes-hubs), 1fr);
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: inherit;
  width: inherit;
}
.paragraph--type--navigation-hub .bloc-doc-blue > *,
#content .paragraph--type--navigation-hub .bloc-doc-blue > * {
  /* width: calc(33% - 30px); */
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  /* margin-right: 30px; */
  /* margin-bottom: 30px; */
  border: 1px solid #fff;
  border-left: 5px solid var(--couleur-bleu);
  background-color: #fff;
}
.paragraph--type--navigation-hub .bloc-doc-blue a,
#content .paragraph--type--navigation-hub .bloc-doc-blue a {
  text-decoration: none;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue {
  background-color: #fff;
  color: var(--couleur-anthracite);
  width: 100%;
  min-height: 104px;
  height: 104px;
  margin: inherit;
  text-align: left;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue {
  display: flex;
  width: 100%;
  align-items: center;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique {
  margin-left: -15px;
  /* margin-top:10px; */
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique > div,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique > div {
  margin-right: 5px;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique img,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique img,
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique .field__item,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique .field__item {
  height: auto;
  margin: 0px !important;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique img,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue .image-rubrique img {
  min-width: 76px;
}
.paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue h3,
#content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue .link-doc-blue h3 {
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Roboto, Roboto-medium, sans-serif;
  color: var(--couleur-anthracite);
  text-transform: none;
}
@media (max-width: 529.98px) {
  .paragraph--type--navigation-hub,
  #content .paragraph--type--navigation-hub {
    padding-left: 0px;
  }
  .paragraph--type--navigation-hub .bloc-doc-blue > *,
  #content .paragraph--type--navigation-hub .bloc-doc-blue > * {
    flex-grow: 1;
  }
  .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue,
  #content .paragraph--type--navigation-hub .bloc-doc-blue .card-doc-blue {
    width: 100%;
  }
}
.paragraph-texte-en-deux-colonnes .columns {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px 0px 20px 0px;
}
@media (min-width: 829.98px) {
  .paragraph-texte-en-deux-colonnes .columns {
    /* grid-template-columns: 50% 50%; */
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
.paragraph-texte-et-image {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px 0px 20px 0px;
}
@media (min-width: 829.98px) {
  .paragraph-texte-et-image {
    /* grid-template-columns: 50% 50%; */
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
.paragraph-texte-et-image.image_texte .media {
  order: -1;
}
.paragraph-texte-et-image .media > div {
  display: flex;
  flex-grow: 1;
}
.paragraph-texte-et-image .media img {
  width: 100%;
  height: auto;
}
/* Fichier : recherche-lacs-et-plans-deau.less */
article.node--type-lacs-et-plans-d-eau .strate-white .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
article.node--type-lacs-et-plans-d-eau .strate-white .container-fluid .etats {
  overflow: initial;
}
.mdosout-details .field__items {
  display: grid;
  /* grid-auto-columns: 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  text-align: left;
}
.mdosout-details .field__items li::before {
  display: none;
}
.mdosout-details .field__items .field__item {
  padding: 10px;
  border-left: 10px solid var(--couleur-bleu);
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  background-color: #fff;
}
.mdosout-details .intro h2 {
  font-size: 3.2rem;
  z-index: 1;
  position: relative;
  max-width: var(--largeur-contenu);
  margin-left: 20px !important;
  padding-top: 30px;
}
.mdosout-details .intro .intro-text ul {
  padding-inline-start: 0px;
}
.mdosout-details .intro .intro-text ul li {
  margin-bottom: 0px;
}
article.node--type-masse-d-eau-souterraine header {
  border: none;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  height: auto;
}
article.node--type-masse-d-eau-souterraine header h2 {
  margin: 10px 0 5px 0px;
  max-height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
article.node--type-masse-d-eau-souterraine header h2 a {
  color: var(--couleur-bleu);
  padding-bottom: 15px;
  display: block;
}
article.node--type-masse-d-eau-souterraine header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  /* Adjust the height of the gradient */
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
article.node--type-masse-d-eau-souterraine header + .node__content {
  margin: 0px;
}
article.node--type-masse-d-eau-souterraine .field {
  margin-bottom: 0.1rem;
}
article.node--type-masse-d-eau-souterraine .field .field__label {
  font-weight: bold;
}
article.node--type-masse-d-eau-souterraine .field .field__label::after {
  content: " :";
}
.view-masses-d-eau-souterraines-recherche .col-result {
  margin-bottom: 20px;
}
.view-masses-d-eau-souterraines-recherche .form-type-textfield {
  width: 100%;
}
.view-masses-d-eau-souterraines-recherche .row.filter-options {
  margin: 0px;
}
.view-masses-d-eau-souterraines-recherche .result-rows .ligne-detail-mdosout article {
  border-top: 5px solid #3A76C0;
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  display: block;
  height: 210px;
  line-height: 25px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  padding: 0px 20px 0px 20px;
  margin-bottom: 5px;
}
.view-masses-d-eau-souterraines-recherche .result-rows .views-view-grid {
  padding: 0px;
}
.view-masses-d-eau-souterraines-recherche .result-rows .views-view-grid .views-col.col-1 {
  min-width: 100%;
  max-width: none !important;
}
.view-masses-d-eau-souterraines-recherche .result-rows .views-view-grid .views-col article {
  border-top: 5px solid #3A76C0;
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  display: block;
  height: 210px;
  line-height: 25px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  padding: 0px 20px 0px 20px;
  margin-bottom: 5px;
}
nav h4#pagination-heading {
  display: none;
}
nav ul.pagination li.page-item .page-link {
  color: var(--couleur-vert);
}
nav ul.pagination li.page-item.active .page-link {
  color: #fff;
  background-color: var(--couleur-vert);
  border-color: var(--couleur-vert);
}
nav ul.pagination li.page-item.active .page-link:hover {
  color: var(--couleur-noir);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
nav ul.pagination li::before {
  content: '';
  display: none;
}
body.user-logged-in nav.tabs {
  background-color: #F8FAFD;
  height: 0px;
  overflow: visible;
  z-index: 2;
  position: relative;
}
body.user-logged-in nav.tabs + * {
  padding-top: 31px;
}
/*
.webform-submission-contact-form {
  background-color: @darkblue;
  padding: 30px 20px 10px 20px;
  color: @white;
}
.webform-submission-contact-form .webform-button--submit {
  background: none;
  border: none;
  color: @white;
  width: 100%;
  margin: 40px 0 20px 0;
  font-family: 'Roboto-Medium', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}
.webform-submission-contact-form .form-select {
  display: block;
  width: 100%;
}
.webform-submission-contact-form .webform-button--submit::before {
  content: '';
  background-image: url('../img/icon_arrow_white.svg');
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 12px;
  padding: 12px 14px;
}
.webform-submission-contact-form .form-email,
.webform-submission-contact-form .form-text,
.webform-submission-contact-form .form-textarea {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #eaeaea;
  color: @darkblue;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

 */
form.webform-submission-form {
  background-color: var(--couleur-fond-grisbleu);
  padding: 20px 40px;
}
form.webform-submission-form fieldset {
  padding: 0px;
  margin-top: 20px;
}
form.webform-submission-form fieldset:first-of-type {
  margin-top: 0px;
}
form.webform-submission-form fieldset h3 {
  text-transform: none;
  font-size: 2.4rem;
  color: var(--couleur-bleu);
}
form.webform-submission-form fieldset p em strong,
form.webform-submission-form fieldset p em b {
  color: var(--couleur-bleu);
}
form.webform-submission-form fieldset legend {
  margin-bottom: 0px;
  color: #3A3A3A;
  font-size: 2rem;
  font-weight: bold;
}
form.webform-submission-form fieldset legend label {
  color: #3A3A3A;
  font-size: 2rem;
  font-weight: bold;
}
form.webform-submission-form fieldset legend label.form-required::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(559%) hue-rotate(177deg) brightness(94%) contrast(79%);
}
form.webform-submission-form fieldset legend.form-required::after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(559%) hue-rotate(177deg) brightness(94%) contrast(79%);
}
form.webform-submission-form fieldset select {
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #3A3A3A;
  font-size: inherit;
}
form.webform-submission-form fieldset input {
  font-size: inherit;
}
form.webform-submission-form fieldset input::placeholder {
  color: var(--couleur-lightwriting);
  font-style: italic;
  font-weight: lighter;
  font-size: inherit;
}
form.webform-submission-form .form-actions {
  margin-top: 20px;
}
form.webform-submission-form .form-actions button.button {
  color: #fff;
  background-color: #3A76C0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.6rem;
  font-weight: bold;
}
form.webform-submission-form .form-actions button::before {
  content: " ";
  width: 19px;
  height: 15px;
  background-image: url(../img/check.svg);
  background-position-x: 0px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position-y: 0px;
  color: white;
  display: inline-block;
  margin-right: 4px;
}
/* Fichier : actualites.less */
.article-intro {
  /*margin-top: 30px;*/
  max-width: var(--largeur-contenu);
  display: flex;
  flex-grow: 1;
}
.article-intro > div {
  flex-grow: 1;
}
.article-intro .article-detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 20px;
}
.article-intro .article-detail h2 {
  margin: 0px;
  margin-top: 20px;
  color: var(--couleur-bleu);
}
.article-intro .intro-img {
  max-height: 379px;
  max-height: 279px;
  text-align: right;
}
.article-intro .intro-img img {
  max-height: 279px;
}
/*
Styles pour la page de liste d'actualités
 */
.col-actualites .col-resultat {
  padding: 0xp;
}
.col-actualites .col-resultat button.toggle-search {
  color: #fff;
  background-color: var(--couleur-vert);
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
}
.col-actualites .col-resultat .count-results .col-result {
  text-align: center;
  color: var(--couleur-vert);
  font-weight: bold;
  border-bottom: 1px solid var(--couleur-grisleger);
  padding-bottom: 8px;
  margin-top: 15px;
}
.col-actualites .col-resultat .filter-options {
  padding: 0px;
}
.col-actualites .col-resultat .filter-options .button-toggle-search {
  padding: 0px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche {
  padding: 20px;
  background-color: var(--couleur-grisdefondleger);
}
.col-actualites .col-resultat button.toggle-search + .col-recherche h3 {
  text-transform: none;
  margin-top: 0px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form {
  display: flex;
  flex-grow: 1;
  column-gap: 15px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form > * {
  flex-grow: 1;
  color: #3A3A3A;
  font-weight: bold;
  white-space: nowrap;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form > * label {
  margin: 0px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form > * .label-choix-annee {
  visibility: hidden;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form > * input,
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form > * select {
  border: 1px solid var(--couleur-grisleger) !important;
  padding: 4px;
  width: 100%;
  background-color: #fff;
  color: #3A3A3A;
  margin-top: 0.25rem;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions {
  margin-bottom: 0px !important;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions > * {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 649.98px) {
  .col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions {
    margin-top: 25px;
  }
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions > * {
  width: 100%;
  height: 30px;
  margin: 0px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions button[type=submit] {
  background-color: var(--couleur-bleu);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions button[type=submit]::before {
  content: '';
  background-image: url(../img/filter.svg);
  background-repeat: no-repeat;
  filter: var(--filtre-blanc);
  width: 19px;
  height: 19px;
  display: inline;
  margin-right: 5px;
  background-size: 19px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions a.reset {
  padding: 5px 20px 4px 34px;
  background: #fff;
  border: 1px solid #3A76C0;
  color: #3A76C0;
  min-width: 135px;
}
.col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form .form-actions .boutons-actions a.reset::before {
  content: '';
  background-image: url("../img/clear.svg");
  filter: var(--filtre-bleu);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  background-size: 19px;
  float: left;
  margin-left: -10px;
}
@media (max-width: 649.98px) {
  .col-actualites .col-resultat button.toggle-search + .col-recherche .col-content form {
    display: block;
  }
}
.col-actualites .bloc-doc-actu {
  width: 100%;
}
.col-actualites .bloc-doc-actu .results-actu {
  display: flex;
  position: relative;
  background-color: #fff;
  width: 100%;
  /* .shadow; */
  margin: 10px 0;
  cursor: pointer;
  border: 1px solid var(--couleur-grisleger);
}
.col-actualites .bloc-doc-actu .results-actu:hover {
  /* .shadow-hover; */
  border: 1px solid var(--couleur-anthracite);
}
.col-actualites .bloc-doc-actu .results-actu .actu-text h3 {
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
.col-actualites .bloc-doc-actu .results-actu .actu-text h3 span {
  text-transform: none;
}
.col-actualites .bloc-doc-actu .results-actu .actu-img {
  width: 25%;
  height: auto;
}
.col-actualites .bloc-doc-actu .results-actu .actu-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* opacity: .5; */
}
.col-actualites .bloc-doc-actu .results-actu .actu-img.no-img {
  width: 0;
}
.col-actualites .bloc-doc-actu .results-actu .actu-date {
  color: var(--couleur-anthracite);
  font-size: 1.5rem;
  font-weight: normal;
  padding: 5px 0px 10px 0px;
}
.col-actualites .bloc-doc-actu .results-actu .empty-search {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3A76C0;
  color: #fff;
  padding: 10px 55px;
}
.col-actualites .bloc-doc-actu .results-actu .actu-text {
  padding: 20px;
  width: 75%;
}
.col-actualites .bloc-doc-actu .results-actu .actu-text p {
  margin: 0;
}
.col-actualites .bloc-doc-actu .results-actu .actu-text.no-img {
  width: 100%;
  padding-top: 30px;
}
.strate-blue {
  background-color: #3A76C0;
  padding: 30px 0 60px 0;
  margin-bottom: 30px;
}
.strate-blue h2 {
  color: #fff;
}
.strate-grey {
  background-color: var(--couleur-grisleger);
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.strate-grey h2 {
  padding-top: 30px;
}
.strate-grey a {
  color: var(--couleur-bleu);
}
.strate-white {
  background-color: #fff;
  padding-bottom: 30px;
}
.strate-white h2 {
  padding-top: 30px;
}
.read-more {
  background-color: #3A76C0;
  margin: 5px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.read-more a {
  color: #fff;
}
.read-more a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.doc-blue {
  width: 23%;
  display: inline-flex;
}
.doc-blue .view-mode-medium {
  width: 98%;
}
.bloc-doc-blue {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
.bloc-doc-blue .card-doc-blue {
  background-color: #3A76C0;
  padding: 0px 20px 0px 20px;
  /* Marges spécifiques pour mise en place bloc */
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
  height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.bloc-doc-blue .card-doc-blue h3.important-page-accessibility {
  padding-top: 10px;
}
.bloc-doc-blue .card-doc-blue .img-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bloc-doc-blue .card-doc-blue .img-background img {
  width: 100%;
  min-height: 100%;
}
.bloc-doc-blue .card-doc-blue .img-background::after {
  content: '';
  background-color: #3A3A3A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.bloc-doc-blue .card-doc-blue .img-background.no-txt::after {
  display: none;
}
.bloc-doc-blue .card-doc-blue .link-doc-blue {
  max-width: 100%;
  color: #fff;
  z-index: 1;
}
.bloc-doc-blue .card-doc-blue .link-doc-blue:hover {
  opacity: 0.75;
  text-decoration: none;
}
.bloc-doc-blue .card-doc-blue .link-doc-blue h5 {
  color: #fff;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 0;
  word-wrap: break-word;
}
.bloc-doc-blue .card-doc-blue .link-doc-blue hr {
  width: 50%;
  height: 2px;
  background-color: white;
  border: none;
  border-radius: 1px;
}
.bloc-doc-blue .card-doc-blue .link-doc-blue img {
  height: 30px;
  margin-bottom: 10px;
  vertical-align: inherit;
}
.bloc-doc-blue.bloc-align .node--view-mode-important-page {
  width: 16%;
  margin-right: 5px;
}
.bloc-doc-duo {
  display: inline-block;
  padding-bottom: 20px;
}
.bloc-doc-duo .bloc-doc-blue {
  flex-wrap: nowrap;
  justify-content: start;
}
.bloc-doc-duo .bloc-doc-blue .card-doc-blue {
  margin-right: 10px;
}
.smalllist {
  width: 32%;
  display: inline-flex;
}
.smalllist .view-mode-small {
  width: 98%;
}
.smalllist .view-mode-small .doc-legend {
  min-width: 75px;
  font-size: 1rem;
}
.smalllist .view-mode-small h6 {
  width: 100%;
}
.smalllist .media.media-document.view-mode-small h6 {
  width: 65%;
}
.bloc-doc-smalllist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.bloc-doc-smalllist .results-smalllist {
  width: 100%;
  height: 43px;
  color: #3A76C0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  padding: 10px;
  border-left: 10px solid #3A76C0;
  margin: 5px 0;
}
.bloc-doc-smalllist .results-smalllist:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
}
.bloc-doc-smalllist .results-smalllist a.link-smalllist {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bloc-doc-smalllist .results-smalllist a.link-smalllist:hover {
  text-decoration: none;
}
.bloc-doc-smalllist .results-smalllist a.link-smalllist h6 {
  margin: 0;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3A76C0;
}
.bloc-doc-smalllist .results-smalllist a.link-smalllist img {
  width: 18px;
  height: 23px;
  margin-right: 10px;
  margin-left: 2px;
}
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ppt,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-file,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-doc,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-docx,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-zip,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ppt_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-pptx_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-file_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-xls,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-xlsx,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-zip_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ppt_blue_0,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-pdf_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-pdf,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ods,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-xls_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-odt,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ods_bleu,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-csv,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-doc_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-odt_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-csv_blue,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PPT,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-FILE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-DOC,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-DOCX,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ZIP,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PPT_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PPTX_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-FILE_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-XLS,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-XLSX,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ZIP_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PPT_BLUE_0,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PDF_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-PDF,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ODS,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-XLS_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ODT,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ODS_BLEU,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-CSV,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-DOC_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-ODT_BLUE,
.bloc-doc-smalllist .results-smalllist a.link-smalllist img .card-CSV_BLUE {
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(559%) hue-rotate(177deg) brightness(94%) contrast(79%) !important;
}
.biglist {
  width: 100%;
  display: inline-flex;
}
.biglist .view-mode-strong {
  width: 100%;
}
.bloc-doc-biglist {
  width: 100%;
}
.bloc-doc-biglist .results-biglist:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
}
.bloc-doc-biglist .results-biglist a.link-biglist {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 46px;
}
.bloc-doc-biglist .results-biglist a.link-biglist:hover {
  text-decoration: none;
}
.bloc-doc-biglist .results-biglist a.link-biglist .text-biglist {
  margin: 0;
}
.bloc-doc-biglist .results-biglist a.link-biglist .text-biglist p {
  margin: 0;
}
.bloc-doc-biglist .results-biglist a.link-biglist h5 {
  margin: 0;
  text-transform: none;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bloc-doc-biglist .results-biglist a.link-biglist img {
  width: 35px;
  height: 46px;
  margin-right: 20px;
  margin-left: 5px;
}
.bloc-doc-biglist .results-biglist a.link-biglist img.img-background {
  height: 86px;
  width: auto;
  margin: -20px 10px -20px -12px;
}
.doc-legend {
  min-width: 85px;
  text-align: right;
}
.bloc-content-grey {
  background-color: #eaeaea;
  padding: 10px 50px;
  margin-bottom: 60px;
}
.bloc-content-grey .card-content-text {
  background-color: #fff;
  padding: 20px 60px 10px 30px;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
}
.bloc-content-grey .card-content-text h5 {
  padding: 10px 0;
}
.bloc-content-grey .card-content-text p {
  padding-left: 20px;
}
.faq {
  position: relative;
}
.question-faq::before {
  content: '';
  background-image: url('../img/btn_filter_blue.svg');
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.open .question-faq::before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.bloc-content {
  margin-bottom: 20px;
}
.bloc-content img {
  margin-right: 10px;
}
.btn-article {
  border: 1px solid #3A76C0;
  border-radius: 2px;
  display: inline-block;
  padding: 20px;
}
.btn-article a {
  color: #3A76C0;
  padding: 20px 0;
  font-family: 'Roboto-Medium', sans-serif;
}
.btn-back-top {
  text-align: right;
  margin: 60px 0 40px 0;
}
.btn-back-top a {
  color: #727272;
  position: relative;
  padding: 10px 40px;
}
.btn-back-top a::after {
  content: '';
  background-image: url('../img/btn_back_top.svg');
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 2px;
  right: 0;
}
.actu-une .bloc-actu {
  position: relative;
}
.actu-une .bloc-actu .img-default-actu {
  background-color: #74ccd6;
  background-image: url('../img/img_default_news.png');
  background-repeat: no-repeat;
  border-radius: 2px;
  width: 360px;
  height: 200px;
  margin-bottom: 80px;
}
.actu-une .bloc-actu .card-actu {
  position: absolute;
  top: 80px;
  left: 80px;
  height: 180px;
  padding: 20px 20px 50px 20px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
}
.actu-une .bloc-actu .card-actu h4 {
  margin-bottom: 10px;
  max-height: 40px;
  overflow: hidden;
}
.actu-une .bloc-actu .card-actu .actu-text {
  max-height: 55px;
  overflow: hidden;
}
.bloc-timeline {
  background-color: #eaeaea;
  padding: 40px 50px;
  position: relative;
}
.bloc-timeline::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 2px;
  height: calc(100% - 30px);
  border-radius: 1px;
  background-color: #3A76C0;
}
.bloc-timeline .timeline {
  position: relative;
}
.bloc-timeline .timeline::after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #3A76C0;
  border: 3px solid #eaeaea;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: calc(50% - 8px);
}
.bloc-timeline .timeline div.node--view-mode-timeline,
.bloc-timeline .timeline div.node--view-mode-homepage {
  width: 47%;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline {
  display: flex;
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline::before,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-img,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-img {
  width: 40%;
  height: auto;
  max-height: 205px;
  overflow: hidden;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-img img,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-img.no-img,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-img.no-img {
  width: 0;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-date,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3A76C0;
  color: #fff;
  padding: 5px 10px;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-text,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-text {
  padding: 20px;
  width: 60%;
  max-height: 195px;
  overflow: hidden;
}
.bloc-timeline .timeline div.node--view-mode-timeline .card-timeline .timeline-text.no-img,
.bloc-timeline .timeline div.node--view-mode-homepage .card-timeline .timeline-text.no-img {
  width: 100%;
  padding-top: 30px;
}
.bloc-timeline .timeline.right div.node--view-mode-timeline .card-timeline,
.bloc-timeline .timeline.right div.node--view-mode-homepage .card-timeline {
  flex-direction: row-reverse;
}
.bloc-timeline .timeline.right div.node--view-mode-timeline .card-timeline::before,
.bloc-timeline .timeline.right div.node--view-mode-homepage .card-timeline::before {
  right: 100%;
  left: auto;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
.bloc-timeline .timeline.right div.node--view-mode-timeline .card-timeline .timeline-date,
.bloc-timeline .timeline.right div.node--view-mode-homepage .card-timeline .timeline-date {
  top: 0;
  right: 0;
  left: auto;
}
h5.search-timeline-title-style * h2 {
  padding-top: 0px;
}
/*
.bloc-link {
    padding-top: 15px;
    text-align: center;

    a {
        color: @darkblue;
        position: relative;
        padding-left: 20px;
        font-family: 'Roboto-Medium', sans-serif;

        &::before {
            content: '';
            background-image: url('../img/icon_arrow_darkblue.svg');
            background-repeat: no-repeat;
            position: absolute;
            top: ~'calc(50% - 5px)';
            left: 0;
            width: 14px;
            height: 12px;
        }
    }
}
*/
/*
.bloc-link {
  text-align: left;
  background-color: @darkblue;
  width: auto;
  display: inline-block;
  padding: 7px 15px 7px 16px;
  color: white;

  a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.2rem;
  }
  a::before {
    content: "";
    background-image: url('../img/chevron-right-blanc.svg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 0px 3px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: -7px;
  }
}
*/
.img-map {
  background-color: #eaeaea;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
}
.img-map img {
  max-width: 100%;
  height: auto;
}
.highlight {
  font-family: 'Roboto-Medium', sans-serif;
  color: #3A76C0;
  text-transform: uppercase;
}
.col-right-left {
  background-color: #F6F9F9;
  border-radius: 2px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #4C5962;
}
.col-right-left .col-content .group-btn-download form {
  width: 100%;
}
.col-right-left .col-content .col-link {
  border-left: none;
  padding: 0px;
}
.col-right-left .col-content .col-link a {
  text-decoration: underline;
}
.col-right-left .col-content .col-link a > * {
  text-decoration: underline;
}
.col-right-left .col-content .col-link a .external-link-title,
.col-right-left .col-content .col-link a .external-link-description {
  color: black;
}
.col-right-left .col-content .col-link a .external-link-description .field__item::after {
  content: "";
  background-image: url(../img/external-link.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  display: inline-block;
  background-position-x: 2px;
  background-position-y: 3px;
  background-size: 13px;
}
.col-right-left .col-content .col-link a .external-link-title {
  float: left;
}
.col-right-left .col-content .col-link a .external-link-title::after {
  content: " : ";
  padding-right: 4px;
}
.col-right-left .col-content a.reset {
  background: #fff;
  border: 1px solid #3A76C0;
  color: #3A76C0;
  min-width: 135px;
}
.col-right-left .col-content a.reset::before {
  content: '';
  background-image: url("../img/clear.svg");
  filter: var(--filtre-bleu);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: inline;
  margin-right: 5px;
  background-size: 19px;
}
.col-right-left .btn-ok {
  margin-top: 15px;
}
.col-right-left .form-actions {
  width: 100%;
}
.col-right-left h3 {
  color: var(--couleur-bleu);
  text-transform: none;
  text-align: left;
  width: 100%;
}
.col-right-left p,
.col-right-left label {
  color: #3A3A3A;
  font-weight: bold;
  margin-bottom: 3px;
}
.col-right-left .col-legend p,
.col-right-left .col-legend label {
  font-weight: normal;
}
.col-right-left input,
.col-right-left select,
.col-right-left button,
.col-right-left textarea {
  border-radius: 0px;
  width: 100%;
  color: #4C5962;
  background-color: white;
  padding: 5px;
  border: 1px solid #A7A7A7;
  margin-bottom: 8px;
}
.col-right-left input::placeholder,
.col-right-left select::placeholder,
.col-right-left button::placeholder,
.col-right-left textarea::placeholder {
  color: var(--couleur-lightwriting) !important;
}
.col-right-left a.bouton,
.col-right-left a.button {
  width: 100%;
}
.col-right-left a.bouton::before,
.col-right-left a.button::before {
  display: none;
}
.col-right-left .chosen-container {
  background-color: white;
  border: 1px solid #A7A7A7;
}
.col-right-left .chosen-container .chosen-single {
  border: none;
}
.col-right-left .chosen-container .chosen-drop {
  background-color: white;
}
.col-right-left .chosen-container .chosen-drop .chosen-results,
.col-right-left .chosen-container .chosen-drop .chosen-search {
  background-color: white;
}
.col-right-left input[type=submit],
.col-right-left button[type=submit] {
  background-color: #3A76C0;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
  min-width: auto;
  display: block;
  color: white;
  overflow: hidden;
  line-height: 25px;
  font-weight: bold;
}
.col-right-left input[type=submit]::active,
.col-right-left button[type=submit]::active {
  background-color: #3A76C0;
}
.col-right-left input[type=submit]::before,
.col-right-left button[type=submit]::before {
  content: '';
  background-image: url("../img/filter.svg");
  background-repeat: no-repeat;
  filter: var(--filtre-blanc);
  width: 19px;
  height: 19px;
  display: inline;
  margin-right: 5px;
  background-size: 19px;
}
.col-right-left input[type=submit].retour,
.col-right-left button[type=submit].retour {
  background-color: #fff;
  color: #3A76C0;
}
.col-right-left input[type=submit].retour::before,
.col-right-left button[type=submit].retour::before {
  background-image: url('../img/chevron-left.svg');
  filter: var(--filtre-bleu);
  display: block;
  background-size: 35px;
  float: left;
  width: 35px;
  height: 35px;
}
.col-right-left input[type=submit].btn-download,
.col-right-left button[type=submit].btn-download {
  background-color: #3A76C0;
  color: #fff;
  border-radius: 2px;
  min-height: 30px;
  min-width: 350px;
  margin: 0 10px 10px 0;
  padding: 5px 20px 5px 45px;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
}
.col-right-left input[type=submit].btn-download.csv,
.col-right-left button[type=submit].btn-download.csv {
  background-color: transparent;
  color: #3A3A3A;
  text-transform: none;
  font-size: 1.6rem;
  min-width: auto;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  line-height: 19px;
}
.col-right-left input[type=submit].btn-download.csv::before,
.col-right-left button[type=submit].btn-download.csv::before {
  background-image: url('../img/filetypes/csv.svg');
  filter: var(--filtre-bleu);
  display: block;
  background-size: 35px;
  float: left;
  width: 35px;
  height: 35px;
}
.col-right-left input[type=submit].btn-download.csv::after,
.col-right-left button[type=submit].btn-download.csv::after {
  display: none;
  content: 'CSV';
  padding-left: 19px;
  background-image: url('../img/icon_download.svg') !important;
  background-repeat: no-repeat;
  width: 16px;
  filter: var(--filtre-bleu);
  /* height: 20px; */
  height: 100%;
  /* position: absolute; */
  /* top: 5px; */
  top: calc(50% - 26px);
  left: 10px;
  background-position-y: center;
}
.col-right-left h4 {
  color: #3A3A3A;
  padding: 20px 0 10px 0;
}
.col-right-left .col-content {
  /* color: @white; */
}
.col-right-left .col-content .col-result {
  padding: 30px 0 10px 0;
  text-align: center;
}
.col-right-left .col-content .col-filter {
  margin: 20px 0;
}
.col-right-left .col-content .col-filter p {
  margin: 0;
  padding: 10px 0;
  font-family: 'Roboto-Medium', sans-serif;
}
.col-right-left .col-content .col-filter select {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.col-right-left .col-content .col-filter input {
  display: block;
  width: 100%;
  /*
                margin-bottom: 5px;
                padding: 5px 10px;
                background-color: @lightgrey;
                color: @darkblue;
                border: none;
                border-radius: 4px;
               */
}
.col-right-left .col-content .col-filter input::-webkit-input-placeholder {
  color: #3A76C0;
}
.col-right-left .col-content .col-filter input:-ms-input-placeholder {
  color: #3A76C0;
}
.col-right-left .col-content .col-filter input::-moz-placeholder {
  color: #3A76C0;
  opacity: 1;
}
.col-right-left .col-content .col-filter input:-moz-placeholder {
  color: #3A76C0;
  opacity: 1;
}
.col-right-left .col-content .col-filter .checkbox {
  margin: 5px 0;
  position: relative;
}
.col-right-left .col-content .col-filter .checkbox input[type="checkbox"] {
  display: inline-block;
  width: auto;
  position: relative;
  top: 2px;
  left: 2px;
}
.col-right-left .col-content .col-filter .checkbox label {
  position: absolute;
  top: 0;
  left: 25px;
}
.col-right-left .col-content .col-link {
  /*
            border-left: 2px solid @white;
            padding: 0 15px;
           */
  margin: 20px 0;
}
.col-right-left .col-content .col-link a {
  color: #fff;
}
.col-right-left .col-content .col-link a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.col-right-left .col-content .col-link a.is-active {
  border-bottom: 2px solid var(--couleur-vert);
  font-family: 'Roboto-Medium', sans-serif;
}
.col-right-left .col-content .col-legend {
  display: flex;
  padding: 2px 0;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
.col-right-left .col-content .col-legend img {
  margin-right: 10px;
}
.col-right-left .col-content .col-legend p {
  margin-top: 4px;
}
.col-right-left.sticky {
  position: sticky;
  top: 10px;
}
.btn-ok {
  background: none;
  border: none;
  color: #fff;
  margin: 40px 0 20px 0;
  font-family: 'Roboto-Medium', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-ok::before {
  content: '';
  background-image: url('../img/icon_arrow_white.svg');
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 12px;
  padding: 12px 14px;
}
.btn-ok:hover {
  opacity: 0.75;
}
.intro .intro-img {
  float: left;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .intro-img img {
  padding-right: 20px;
  padding-bottom: 20px;
}
.intro .intro-text {
  padding-bottom: 20px;
}
.intro .card-intro {
  background-color: #fff;
  border-radius: 2px;
  height: calc(100% - 10px);
  margin-bottom: 10px;
  display: flex;
}
.intro .card-intro .intro-img {
  float: none;
}
.intro .card-intro .intro-img img {
  padding-right: 0;
  padding-bottom: 0;
}
.intro .card-intro .intro-text {
  padding: 0 20px 10px 20px;
}
.intro.bg-grey {
  background-color: #eaeaea;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}
.intro.bg-grey .intro-text {
  padding: 20px;
}
.intro.bg-grey .intro-img {
  min-width: 100%;
  float: none;
  position: absolute;
  left: 0;
}
.intro.bg-grey .intro-img img {
  padding-right: 15px;
  padding-bottom: 0;
  width: 100%;
}
/* Hotfix SRC-345 : affichage en une ligne de h3 et de l'ul qui suit */
article.actualite .intro .content nav.navbar-scrollspy ul.nav {
  width: 84%;
}
nav.navbar-scrollspy {
  width: 100%;
  height: auto;
  background-color: var(--couleur-grisleger);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 60px 0;
  z-index: 4;
}
nav.navbar-scrollspy h3 {
  width: 16%;
  color: var(--couleur-bleu);
}
nav.navbar-scrollspy ul.nav {
  width: 100%;
  /* Sommaire en pleine largeur sur la colonne de droite 84%; */
  flex-direction: column;
  margin: 10px 0;
}
nav.navbar-scrollspy ul.nav li.nav-item {
  position: relative;
  margin: 5px;
}
nav.navbar-scrollspy ul.nav li.nav-item::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3A76C0;
}
nav.navbar-scrollspy ul.nav li.nav-item a.nav-link {
  color: var(--couleur-bleu);
  text-transform: none;
  font-family: 'Roboto-Medium', sans-serif;
  padding: 5px 20px;
  position: relative;
}
nav.navbar-scrollspy ul.nav li.nav-item a.nav-link:hover {
  text-decoration: underline;
}
nav.navbar-scrollspy ul.nav li.nav-item a.nav-link.active {
  background: none;
}
nav.navbar.navbar-fixed {
  background: none;
  position: fixed;
  top: 50vh;
  left: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
nav.navbar.navbar-fixed ul.nav {
  flex-direction: column;
}
nav.navbar.navbar-fixed ul.nav li.nav-item {
  position: relative;
  padding: 10px;
}
nav.navbar.navbar-fixed ul.nav li.nav-item::before {
  content: '';
}
nav.navbar.navbar-fixed ul.nav li.nav-item a.nav-link {
  height: 12px;
  width: 12px;
  padding: 0;
  margin: 5px 0;
}
nav.navbar.navbar-fixed ul.nav li.nav-item a.nav-link::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: var(--couleur-vert);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 11px;
}
nav.navbar.navbar-fixed ul.nav li.nav-item a.nav-link.active {
  background: none;
}
nav.navbar.navbar-fixed ul.nav li.nav-item a.nav-link.active::before {
  background-color: #3A76C0;
}
.navbar-arrow {
  position: relative;
}
.navbar-arrow::before {
  content: '';
  background-color: var(--couleur-vert);
  width: 2px;
  height: calc(50vh - 65px);
  position: absolute;
  top: -20px;
  left: 50%;
  opacity: 0.5;
}
.navbar-arrow::after {
  content: '';
  background-image: url('../img/timeline_arrow.svg');
  width: 22px;
  height: 15px;
  position: absolute;
  top: -24px;
  left: calc(50% - 10px);
  opacity: 0.5;
}
.filter-options {
  margin: 0 0 40px 0;
}
.filter-options-footer {
  margin: 30px 0 0 0;
}
.pagination {
  line-height: 30px;
  color: var(--couleur-vert);
  position: relative;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-weight: bold;
  /*&::before {
        content: '';
        background-image: url('../img/icon_arrow_left.svg');
        background-repeat: no-repeat;
        width: 7px;
        height: 9px;
        position: absolute;
        top: 11px;
        left: 0;
    }

    &::after {
        content: '';
        background-image: url('../img/icon_arrow_right.svg');
        background-repeat: no-repeat;
        width: 7px;
        height: 9px;
        position: absolute;
        top: 11px;
        right: 0;
    }*/
}
.pagination > * {
  /* width: 30px; */
  text-align: center;
  padding: 0px 10px;
}
.pagination .page-item.active .page-link {
  border-radius: 0px;
}
.pagination a {
  color: var(--couleur-vert);
}
.pagination a.page-link {
  border: none;
  border-radius: 0px;
}
.pagination a img {
  filter: var(--filtre-vert);
  width: 16px;
  margin-top: -4px;
  /* filter: brightness(0) saturate(100%) invert(64%) sepia(51%) saturate(471%) hue-rotate(43deg) brightness(92%) contrast(88%); */
}
.pagination .img-pager-left {
  padding-right: 10px;
  margin-top: -1px;
}
.pagination .img-pager-right {
  padding-left: 10px;
  margin-top: -1px;
}
.pagination span {
  margin: 0 5px;
  /* width: 30px; */
  display: block;
  text-align: center;
}
.pagination span.active {
  text-decoration: underline;
  font-family: 'Roboto-Medium', sans-serif;
  color: #fff;
  background-color: var(--couleur-vert);
  /* width: 30px; */
  text-align: center;
  text-decoration: none;
}
.nb-result {
  color: #3A76C0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.nb-result select {
  background-color: #fff;
  margin-left: 10px;
}
.icon-display {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.icon-display img {
  margin: 2px 4px;
  opacity: 0.5;
}
.icon-display img.active {
  opacity: 1;
}
.switch-list-map {
  margin-bottom: 10px;
  color: #3A76C0;
}
.switch-list-map .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px;
}
.switch-list-map .switch input {
  display: none;
}
.switch-list-map .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-list-map .slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #3A76C0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-list-map input:checked + .slider {
  background-color: #eaeaea;
}
.switch-list-map input:focus + .slider {
  box-shadow: 0 0 1px #eaeaea;
}
.switch-list-map input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch-list-map .slider.round {
  border-radius: 10px;
}
.switch-list-map .slider.round:before {
  border-radius: 50%;
}
.results-mosaic {
  width: 23%;
  height: 120px;
  color: #fff;
  background-color: #3A76C0;
  padding: 10px;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.results-biglist {
  color: #3A76C0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  padding: 20px;
  border-left: 10px solid #3A76C0;
  margin: 10px 0;
}
/* TEXTE SUR IMAGE */
.texte-image {
  position: relative;
  margin: 0 10px 10px 0;
  display: inline-flex;
  width: 48%;
}
.texte-image img {
  width: 100%;
}
.texte-image .texte {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
  width: calc(100% - 20px);
  padding: 5px;
  margin: 10px;
}
.texte-image .texte p {
  margin: 0;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.texte-image .texte p::before {
  content: '';
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 8px;
}
.texte-image .texte p.check::before {
  background-image: url('../img/icon_check.svg');
}
.texte-image .texte p.cross::before {
  background-image: url('../img/icon_cross.svg');
}
.texte-image .texte p.up::before {
  background-image: url('../img/icon_up.svg');
}
.texte-image .texte p.down::before {
  background-image: url('../img/icon_down.svg');
}
.word-search {
  color: #3A3A3A;
  font-weight: bolder;
}
/* RESPONSIVE */
@media (max-width: 1549.98px) {
  .navbar-fixed {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bloc-timeline {
    padding: 20px 50px;
  }
  .bloc-timeline::before {
    display: none;
  }
  .bloc-timeline .timeline::after {
    display: none;
  }
  .bloc-timeline .timeline div.node--view-mode-timeline,
  .bloc-timeline .timeline div.node--view-mode-homepage {
    width: 100%;
  }
  .bloc-timeline .timeline div.node--view-mode-timeline .card-timeline,
  .bloc-timeline .timeline div.node--view-mode-homepage .card-timeline {
    width: 100%;
    margin: 15px 0;
  }
  .bloc-timeline .timeline div.node--view-mode-timeline .card-timeline::before,
  .bloc-timeline .timeline div.node--view-mode-homepage .card-timeline::before {
    display: none;
  }
  .bloc-doc-blue.bloc-align .node--view-mode-important-page {
    width: 24%;
  }
}
@media (max-width: 991.98px) {
  .actu-une .bloc-actu .img-default-actu {
    width: 100%;
    background-size: cover;
    height: 220px;
    margin-bottom: 20px;
  }
  .actu-une .bloc-actu .card-actu {
    width: 50%;
    height: auto;
    left: 25%;
    top: 20px;
  }
  .actu-une .bloc-actu .card-actu h4 {
    max-height: inherit;
  }
  .img-map {
    margin-bottom: 20px;
  }
  /*.title-menu-right {
        position: relative;
        padding: 1px 70px 1px 20px;

        &::before {
            content: '';
            background-image: url('../img/btn_filter.svg');
            background-repeat: no-repeat;
            width: 39px;
            height: 39px;
            position: absolute;
            right: 0px;
            -webkit-transition: -webkit-transform .4s ease-in-out;
            -ms-transition: -ms-transform .4s ease-in-out;
            transition: transform .4s ease-in-out;
        }
    }
    .open .title-menu-right {
        &::before {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }
    }*/
  .title-menu-right {
    position: relative;
    padding: 1px 70px 1px 20px;
  }
  .title-menu-right::before {
    content: '';
    background-image: url('../img/btn_filter.svg');
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .open .title-menu-right::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav.navbar-scrollspy {
    background-color: var(--couleur-grisleger);
    position: relative;
    padding-right: 70px;
  }
  nav.navbar-scrollspy::before {
    content: '';
    background-image: url('../img/btn_sommaire.svg');
    filter: brightness(0) saturate(100%) invert(100%);
    background-repeat: no-repeat;
    width: 30px;
    height: 030px;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  nav.navbar-scrollspy h3 {
    width: 100%;
    color: var(--couleur-bleu);
  }
  nav.navbar-scrollspy ul.nav {
    display: none;
    margin: 0;
  }
  nav.navbar-scrollspy ul.nav li.nav-item {
    margin: 0 0 20px 0;
  }
  nav.navbar-scrollspy.open::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav.navbar-scrollspy.open ul.nav {
    display: block;
  }
  .intro.bg-grey .intro-img {
    position: relative;
    max-height: 300px;
  }
  .intro.bg-grey .intro-img img {
    padding-right: 0;
  }
  .bloc-doc-blue.bloc-align .node--view-mode-important-page {
    width: 32%;
  }
}
@media (max-width: 829.98px) {
  .bloc-content-grey {
    padding: 5px 25px;
  }
  .intro .intro-img {
    float: none;
  }
  .intro .intro-img img {
    padding-right: 0;
  }
  .smalllist {
    width: 49%;
  }
  .doc-blue {
    width: 49%;
  }
  .bloc-doc-blue.bloc-align .node--view-mode-important-page {
    width: 48%;
  }
}
@media (max-width: 375.98px) {
  .bloc-doc-duo .bloc-doc-blue {
    flex-wrap: wrap;
  }
  .actu-une .bloc-actu .card-actu {
    width: 80%;
    left: 10%;
  }
  .bloc-content-grey {
    padding: 5px 15px;
  }
  .bloc-content-grey .card-content-text {
    padding: 20px 20px 10px 20px;
  }
  .bloc-content-grey .card-content-text p {
    padding-left: 0;
  }
  .smalllist {
    width: 100%;
  }
  .doc-blue {
    width: 100%;
  }
  .bloc-doc-blue.bloc-align .node--view-mode-important-page {
    width: 100%;
  }
}
/* Cacher la zone "Masse d'eau souterraine"*/
#edit-h-field-mdosout-code-value {
  display: none !important;
}
/* Cacher la zone "Masse d'eau superficielle"*/
#edit-h-field-code-eu-mdo-value {
  display: none !important;
}
/* Cacher l'étiquette "Masse d'eau souterraine" */
label[for="edit-h-field-mdosout-code-value"] {
  display: none !important;
}
/* Cacher l'étiquette "Masse d'eau superficielle" */
label[for="edit-h-field-code-eu-mdo-value"] {
  display: none !important;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
