@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller_Rg.ttf"); }

@font-face {
  font-family: "Aller";
  font-style: italic;
  src: url("../fonts/Aller_It.ttf"); }

@font-face {
  font-family: "Aller";
  font-weight: 100;
  src: url("../fonts/Aller_Lt.ttf"); }

@font-face {
  font-family: "Aller";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Aller_LtIt.ttf"); }

@font-face {
  font-family: "Aller";
  font-weight: 600;
  src: url("../fonts/Aller.ttf"); }

@font-face {
  font-family: "Aller";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Aller_BdIt.ttf"); }

body {
  top: 150px;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    body {
      top: 90px; } }

.btn-outline-primary:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-secondary:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-success:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-info:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-warning:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-danger:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-light:hover {
  border-color: #ec5200;
  background: none; }

.btn-outline-dark:hover {
  border-color: #ec5200;
  background: none; }

.breadcrumb img {
  display: none; }

.breadcrumb-item a {
  color: #fff; }

h1.title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  letter-spacing: 1.5px;
  color: #253c94;
  font-weight: 600;
  position: relative; }
  h1.title:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/vague.svg");
    background-repeat: no-repeat;
    width: 65px;
    height: 10px;
    top: 0;
    left: 0; }
  h1.title a {
    text-decoration: none; }
    h1.title a:hover {
      color: #253c94; }

.home h1.title:before {
  display: none; }

h2,
h2.title,
h2.subtitle {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.8px;
  color: #253c94; }
  @media (max-width: 991.98px) {
    h2,
    h2.title,
    h2.subtitle {
      margin-top: 0;
      margin-bottom: 1rem; } }

.home h2.title {
  font-weight: 600;
  margin-bottom: 5rem;
  margin-top: 0;
  padding-top: 1.5rem;
  position: relative; }
  .home h2.title:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/vague.svg");
    background-repeat: no-repeat;
    width: 65px;
    height: 10px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }

h3,
h3.title {
  margin-top: 0;
  margin-bottom: 20px; }

p {
  letter-spacing: 0.5px; }

a {
  transition: 0.25s; }

.btn {
  min-width: 185px;
  box-shadow: none !important; }

.btn-outline-quaternary {
  border-color: #ffbb02; }
  .btn-outline-quaternary:hover {
    border-color: #ec5200; }

.btn-circle {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #29b3de;
  border-radius: 100%;
  cursor: pointer; }
  .btn-circle:hover {
    border-color: #ec5200; }

table {
  display: contents; }

hr {
  margin: 0;
  border: none;
  height: 2rem; }
  @media (max-width: 767.98px) {
    hr {
      height: 1.5rem; } }

.top-bar {
  height: 38px; }
  .top-bar .accroche {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #253c94;
    text-transform: uppercase;
    padding-left: 155px;
    padding-top: 10px; }
  .top-bar .nav-social {
    padding-right: calc(1.5rem + 1rem); }
    .top-bar .nav-social li a {
      padding-top: 6px; }

.navigation {
  z-index: 10;
  position: relative; }

.navbar {
  height: 82px; }
  .navbar .navbar-brand {
    padding: 0; }
    .navbar .navbar-brand img {
      width: 235px; }
  .navbar .navbar-collapse .navbar-nav .nav-link.dropdown-toggle {
    font-weight: 600;
    letter-spacing: 1px; }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    letter-spacing: 0.6px; }

#main-navbar li.parent {
  display: block !important; }

@media (max-width: 1220px) {
  .top-bar {
    height: 32px; }
    .top-bar .accroche {
      padding-left: 114px; }
    .top-bar .nav-social {
      padding-right: calc(1.5rem + 0.25rem); }
  .navbar {
    height: 57px; }
    .navbar .navbar-brand img {
      width: 170px; }
  .navbar-collapse .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .nav-link {
    font-size: 0.9rem; } }

@media (max-width: 991.98px) {
  .top-bar {
    display: none; }
  .navigation {
    padding: 0;
    position: relative;
    z-index: 10; }
    .navigation .navbar {
      padding: 0.5rem 0;
      top: 0;
      height: auto; }
      .navigation .navbar .navbar-brand {
        margin-left: 1rem;
        z-index: 100; }
      .navigation .navbar .navbar-toggler {
        margin-right: 1.5rem;
        margin-top: -5px;
        padding: 0;
        background: none !important;
        border: none; }
        .navigation .navbar .navbar-toggler:hover, .navigation .navbar .navbar-toggler:focus {
          background: none !important;
          outline: none !important; }
        .navigation .navbar .navbar-toggler .navbar-toggler-icon {
          background-image: url("../images/burger.svg");
          width: 25px;
          height: 19px; }
      .navigation .navbar .navbar-collapse {
        padding: 1.5rem 1.5rem 0.5rem 1rem;
        width: 100%;
        margin-top: -20px;
        background: white; }
        .navigation .navbar .navbar-collapse .dropdown-menu {
          position: absolute;
          top: 40px;
          left: 0;
          padding: 1rem 1.75rem; } }

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 135px; }
  .navigation .navbar .navbar-collapse .dropdown-menu {
    position: relative;
    top: 0;
    margin-left: -1rem;
    margin-bottom: 0.5rem;
    width: 100vw; } }

.footer {
  padding: 2.5rem 0 3.5rem;
  background-image: url("../images/fond-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  .footer .navbar-nav {
    display: block;
    text-align: center; }
    .footer .navbar-nav li {
      display: inline-block;
      margin: 0 15px; }
      .footer .navbar-nav li a {
        color: white;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 1px solid white; }
        .footer .navbar-nav li a:hover {
          border-color: #ec5200; }
  .footer .contact p {
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.8px; }
  .footer .contact .logo img {
    width: 170px;
    height: auto; }
  .footer .contact .title {
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .footer .contact p a {
    color: white;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid white; }
    .footer .contact p a:hover {
      border-color: #ec5200; }
  .footer .contact a[href^="tel:"] {
    color: white; }
  .footer .contact .logo a {
    border-bottom: 0; }
  .footer .meteo div {
    display: inline-block;
    background-color: white; }
  @media (max-width: 991.98px) {
    .footer .contact .custom {
      text-align: center;
      margin-bottom: 3rem; } }

ol.breadcrumb {
  font-size: 0.8rem;
  letter-spacing: 0.75px;
  padding: 1rem 0; }

.map {
  padding: 2.5rem 0 3rem 0;
  margin-bottom: 3.5rem;
  background: url("../images/fond-intro.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  color: white;
  position: relative; }
  .map .visuel {
    position: relative; }
    .map .visuel .zone {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0px; }
      .map .visuel .zone #map-interactive {
        width: 541px;
        height: 559px; }
      .map .visuel .zone .st0 {
        opacity: 0;
        fill: #222; }
      .map .visuel .zone .st0.active {
        opacity: 0.1; }
    .map .visuel .st0 {
      cursor: pointer; }
  .map .texte {
    margin-top: 1rem; }
    .map .texte #introduction p {
      font-size: 0.9rem; }
    .map .texte .infos {
      display: none; }
      .map .texte .infos.active {
        display: block;
        animation: animOnScroll 0.25s ease-in-out forwards; }
      .map .texte .infos .title {
        color: white;
        padding-top: 0; }
      .map .texte .infos h2.title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1.75rem;
        padding-top: 1.5rem; }
        .map .texte .infos h2.title:before {
          display: none; }
      .map .texte .infos .president {
        margin-bottom: 1.25rem; }
      .map .texte .infos .technicien {
        margin-bottom: 0.5rem; }
      .map .texte .infos .contact {
        margin-bottom: 3rem; }
      .map .texte .infos a[href^="tel:"] {
        color: white; }
    .map .texte .btn {
      color: #fff; }
  .map .scroll {
    font-size: 0.9rem;
    font-weight: 600;
    color: #253c94;
    letter-spacing: 1px;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none; }
  .map .scroll:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 9px;
    background-color: #253c94;
    left: -50px; }
  @media (max-width: 1199.98px) {
    .map .visuel .zone #map-interactive {
      width: 451px;
      height: 467px; }
    .map .texte {
      margin-top: 0; }
      .map .texte .infos .title {
        font-size: 2rem; }
      .map .texte .infos h2.title {
        font-size: 1.75rem; } }
  @media (max-width: 991.98px) {
    .map {
      padding-bottom: 8rem;
      margin-bottom: -2.5rem; }
      .map .visuel .zone #map-interactive {
        width: 388px;
        height: 402px; }
      .map .texte .infos h2.title {
        padding-top: 0;
        margin-bottom: 1rem; }
      .map .texte .infos .president {
        margin-bottom: 0.5rem; }
      .map .texte .infos .contact {
        margin-bottom: 1rem; }
      .map .btn-outline-quaternary {
        margin-bottom: 0.75rem; }
      .map .scroll {
        display: none; } }
  @media (max-width: 767.98px) {
    .map {
      padding-bottom: 2rem;
      margin-bottom: -2rem;
      margin-top: -1rem; }
      .map .visuel .zone #map-interactive {
        width: 100%;
        height: 100%; }
      .map .texte {
        padding: 1.5rem 1rem 5rem; }
        .map .texte .btn {
          display: block;
          width: fit-content; } }

.chiffres-cles {
  margin-bottom: 5rem;
  height: 100px;
  width: fit-content;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1.2; }
  .chiffres-cles .item {
    padding: 0 2.75rem; }
    .chiffres-cles .item .content {
      display: flex;
      align-items: center; }
  .chiffres-cles .item:first-child {
    padding-left: 0; }
  .chiffres-cles .item:last-child {
    padding-right: 0; }
  .chiffres-cles .item .image {
    margin-right: 1rem; }
  .chiffres-cles .item:nth-child(1) .image img {
    height: 60px; }
  .chiffres-cles .item:nth-child(2) .image img {
    height: 80px; }
  .chiffres-cles .item:nth-child(3) .image img {
    height: 75px; }
  .chiffres-cles .item:nth-child(4) .image img {
    height: 80px; }
  .chiffres-cles .valeur {
    font-size: 1.75rem;
    font-weight: 600; }
  @media (max-width: 1199.98px) {
    .chiffres-cles .item {
      padding: 0 1.25rem; }
    .chiffres-cles .item:nth-child(1) .image {
      height: 55px; }
    .chiffres-cles .item:nth-child(2) .image {
      height: 75px; }
    .chiffres-cles .item:nth-child(3) .image {
      height: 70px; }
    .chiffres-cles .item:nth-child(4) .image {
      height: 75px; }
    .chiffres-cles .texte {
      font-size: 1rem; }
      .chiffres-cles .texte .valeur {
        font-size: 1.5rem; } }
  @media (max-width: 991.98px) {
    .chiffres-cles {
      flex-wrap: wrap;
      padding: 0 1rem;
      margin-bottom: 3.25rem;
      height: auto; }
      .chiffres-cles .item {
        width: calc(50% - 30px);
        padding: 2.25rem 1.25rem !important;
        margin: 0 15px;
        border-right: none !important;
        border-bottom: 2px solid #f5f5f5 !important; }
        .chiffres-cles .item .content {
          width: fit-content;
          margin: auto; }
      .chiffres-cles .item:nth-child(3),
      .chiffres-cles .item:nth-child(4) {
        border-bottom: none !important; } }
  @media (max-width: 767.98px) {
    .chiffres-cles .item {
      width: 100%; }
    .chiffres-cles .item:nth-child(3) {
      border-bottom: 2px solid #f5f5f5 !important; }
    .chiffres-cles .item:first-child {
      padding-top: 0; }
    .chiffres-cles .item:last-child {
      padding-bottom: 0; } }

.cta {
  margin-bottom: 5.75rem; }
  .cta .item .title {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;
    color: #253c94;
    text-decoration: none;
    transition: 0.25s; }
  .cta .item .texte {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 1.05rem; }
  .cta .item .btn-circle {
    background: url("../images/more.svg"); }
  .cta .item .global-link-cta {
    position: absolute;
    width: 100%;
    height: calc(100% + 15rem);
    top: 0; }
  .cta .item:hover .title {
    color: #ec5200; }
  .cta .item:hover .btn-circle {
    border-color: #ec5200; }
  .cta .item:nth-child(1) {
    padding-right: 8rem; }
    .cta .item:nth-child(1) .btn-circle {
      bottom: -12px;
      right: 4rem; }
  .cta .item:nth-child(2) {
    padding-right: 6rem;
    padding-left: 2rem; }
    .cta .item:nth-child(2) .btn-circle {
      bottom: -12px;
      right: 2rem; }
  .cta .item:nth-child(3) {
    padding-left: 4rem;
    padding-right: 4rem; }
    .cta .item:nth-child(3) .btn-circle {
      bottom: -12px;
      right: 0rem; }
  @media (max-width: 1199.98px) {
    .cta .item:nth-child(1) {
      padding-right: 4rem; }
      .cta .item:nth-child(1) .btn-circle {
        right: 1rem; }
    .cta .item:nth-child(2) {
      padding-right: 3.5rem;
      padding-left: 1.5rem; }
      .cta .item:nth-child(2) .btn-circle {
        right: 1rem; }
    .cta .item:nth-child(3) {
      padding-right: 2rem;
      padding-left: 3rem; }
      .cta .item:nth-child(3) .btn-circle {
        right: 0; } }
  @media (max-width: 991.98px) {
    .cta .col-cta {
      margin: 0 auto 4rem;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .cta .col-cta .texte {
        padding-right: 5rem; }
      .cta .col-cta .btn-circle {
        right: 15px !important; }
    .cta .col-cta:last-child {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .cta .col-cta {
      max-width: 345px; } }

.actualites {
  padding: 0 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: linear-gradient(to top, #f5f5f5, white);
  cursor: grab !important; }
  .actualites:active {
    cursor: grabbing !important; }
  .actualites .slider {
    display: flex; }
    .actualites .slider .actu {
      width: 350px;
      height: 530px;
      margin: 0;
      margin-right: 5px;
      background-color: #253c94;
      position: relative;
      overflow: hidden; }
    .actualites .slider .actu .global-link-actu {
      position: absolute;
      height: 100%;
      width: 100%;
      cursor: inherit; }
    .actualites .slider .actu .image img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.75s ease-in-out; }
    .actualites .slider .actu .texte {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1.75rem 1.75rem;
      background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
      .actualites .slider .actu .texte .title {
        margin: 0;
        padding-top: 10rem;
        font-size: 1.25rem;
        line-height: 1.4;
        color: white; }
        .actualites .slider .actu .texte .title a {
          color: white;
          text-decoration: none; }
      .actualites .slider .actu .texte .teaser {
        opacity: 0;
        max-height: 0;
        color: #fff;
        transition: all 0.75s ease-in-out;
        transform: translateY(50px);
        overflow: hidden; }
        .actualites .slider .actu .texte .teaser p {
          margin-top: 1rem;
          margin-bottom: 0;
          font-weight: 100; }
    .actualites .slider .actu:hover .image img {
      opacity: 0.3; }
    .actualites .slider .actu:hover .texte .title {
      margin-bottom: 0; }
    .actualites .slider .actu:hover .texte .teaser {
      opacity: 1;
      height: auto;
      max-height: 200px;
      transform: translateY(0); }
    @media (max-width: 991.98px) {
      .actualites .slider {
        display: block; }
        .actualites .slider .actu {
          margin: 0.5rem;
          width: 47.5%;
          display: none; }
        .actualites .slider .actu:nth-child(1),
        .actualites .slider .actu:nth-child(2),
        .actualites .slider .actu:nth-child(3),
        .actualites .slider .actu:nth-child(4) {
          display: inline-block; } }
    @media (max-width: 767.98px) {
      .actualites .slider {
        text-align: center; }
        .actualites .slider .actu {
          height: 450px;
          width: calc(100% - 30px);
          max-width: 345px;
          margin: 0 auto 30px;
          text-align: left; }
        .actualites .slider .actu:nth-child(1),
        .actualites .slider .actu:nth-child(2),
        .actualites .slider .actu:nth-child(3) {
          display: block; }
        .actualites .slider .actu:nth-child(4) {
          display: none; } }

.fleches {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background-color: #f5f5f5; }
  .fleches .btn-left,
  .fleches .btn-right {
    position: relative;
    margin: 0 0.75rem;
    background-image: url("../images/arrow.svg"); }
  .fleches .btn-left {
    background-image: url("../images/arrow-left.svg"); }
  @media (max-width: 991.98px) {
    .fleches {
      display: none; } }

.profils-bg {
  background-color: #f5f5f5;
  margin-bottom: 11rem;
  padding-top: 2.5rem; }
  .profils-bg:after {
    content: url("../images/fond-gris.png");
    display: block;
    position: absolute;
    width: 100vw;
    overflow-x: hidden; }
  @media (max-width: 991.98px) {
    .profils-bg {
      margin-bottom: 0;
      padding-bottom: 5.75rem; }
      .profils-bg:after {
        display: none; } }
  @media (max-width: 767.98px) {
    .profils-bg {
      padding-bottom: 2rem; } }

.profils {
  padding-bottom: 1rem; }
  .profils .profil-type {
    height: 320px;
    background-color: white; }
    .profils .profil-type .image {
      text-align: center;
      height: 240px; }
      .profils .profil-type .image img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .profils .profil-type:nth-child(1) .image img {
      width: 85px; }
    .profils .profil-type:nth-child(2) .image img {
      width: 70px; }
    .profils .profil-type:nth-child(3) .image img {
      width: 60px; }
    .profils .profil-type:nth-child(4) .image img {
      width: 65px; }
    .profils .profil-type:nth-child(5) .image img {
      width: 60px; }
    .profils .profil-type .texte {
      padding: 0.5rem 1.25rem; }
      .profils .profil-type .texte h3.title {
        margin: 0; }
        .profils .profil-type .texte h3.title a {
          color: #222;
          letter-spacing: 0.5px;
          text-decoration: none;
          transition: all 0.5s ease-in-out; }
    .profils .profil-type .global-link-profil {
      position: absolute;
      width: calc(100% - 30px);
      height: 100%;
      top: 0; }
  .profils .profil-type:hover .texte h3.title a {
    color: #ec5200; }
  @media (max-width: 1199.98px) {
    .profils .profil-type {
      height: 250px; }
      .profils .profil-type .image {
        height: 190px; }
      .profils .profil-type .texte {
        padding: 0.5rem 0.75rem; } }
  @media (max-width: 991.98px) {
    .profils {
      padding-top: 5.75rem; }
      .profils h2.title {
        margin-bottom: 3rem; }
      .profils .w-20 {
        flex-basis: auto;
        max-width: 33.33%;
        margin-bottom: 30px; }
      .profils .profil-type {
        height: 300px; }
        .profils .profil-type .image {
          height: 230px; }
        .profils .profil-type .texte {
          padding: 0.5rem 0.75rem; } }
  @media (max-width: 767.98px) {
    .profils .w-20 {
      max-width: 100%; }
    .profils .profil-type {
      height: 180px;
      max-width: 350px;
      margin: auto; }
      .profils .profil-type .image {
        height: 130px; }
      .profils .profil-type .texte {
        padding-top: 0; } }
  @media (max-width: 767.98px) {
    .profils {
      padding-top: 2rem; }
      .profils h2.title {
        margin-bottom: 2rem; } }

.en-images {
  margin-bottom: 6.5rem; }
  .en-images .image {
    border: 3px solid white;
    overflow: hidden; }
    .en-images .image img {
      width: 100%; }
  .en-images .image-un,
  .en-images .image-cinq,
  .en-images .image-six {
    height: 275px; }
  .en-images .image-deux,
  .en-images .image-quatre,
  .en-images .image-sept {
    height: 235px; }
  .en-images .image-trois {
    height: 330px; }
  .en-images .image-un {
    padding-top: 45px;
    padding-left: 45px; }
  .en-images .image-cinq {
    padding-top: 45px; }
  .en-images .image-six {
    padding-top: 95px; }
  .en-images .image-sept {
    padding-right: 90px; }
  @media (max-width: 1199.98px) {
    .en-images .image-un,
    .en-images .image-cinq,
    .en-images .image-six {
      height: 230px; }
    .en-images .image-deux,
    .en-images .image-quatre,
    .en-images .image-sept {
      height: 190px; }
    .en-images .image-trois {
      height: 275px; } }
  @media (max-width: 991.98px) {
    .en-images {
      display: none; } }

.hideme {
  opacity: 0; }
  @media (max-width: 991.98px) {
    .hideme {
      opacity: 1; } }

.anim-on-scroll {
  animation: animOnScroll 0.5s ease-in-out forwards; }
  @media (max-width: 991.98px) {
    .anim-on-scroll {
      animation: none; } }

.anim-on-scroll.anim-on-scroll-delay-1 {
  animation-delay: 0.125s; }

.anim-on-scroll.anim-on-scroll-delay-2 {
  animation-delay: 0.25s; }

.anim-on-scroll.anim-on-scroll-delay-3 {
  animation-delay: 0.5s; }

.anim-on-scroll.anim-on-scroll-delay-4 {
  animation-delay: 0.75s; }

.anim-on-scroll.anim-on-scroll-delay-5 {
  animation-delay: 1s; }

.anim-on-scroll.anim-on-scroll-delay-6 {
  animation-delay: 1.25s; }

.anim-on-scroll.anim-on-scroll-delay-7 {
  animation-delay: 1.5s; }

.anim-on-scroll.anim-on-scroll-delay-8 {
  animation-delay: 1.75s; }

@keyframes animOnScroll {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

#content-article {
  padding: 6rem 0; }
  @media (max-width: 991.98px) {
    #content-article {
      padding: 4rem 0 8rem; } }
  @media (max-width: 767.98px) {
    #content-article {
      padding: 2rem 0 6rem; } }

#content-article-left .a-lire {
  padding: 2rem 1.5rem;
  margin-bottom: 30px; }
  #content-article-left .a-lire .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #253c94;
    letter-spacing: 0.8px; }
  #content-article-left .a-lire .content {
    margin-top: 1.75rem; }
    #content-article-left .a-lire .content .navbar-nav .nav-item:before {
      content: ""; }
    #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link {
      font-size: 1.05rem;
      font-weight: 400;
      color: #333;
      padding: 0;
      padding-left: 1.25rem;
      margin-bottom: 0.5rem;
      border: none;
      position: relative; }
      #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link:before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #29b3de;
        top: 11px;
        left: 0;
        transition: 0.25s; }
      #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link:after {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 10px;
        background-color: #ec5200;
        top: 12px;
        left: 4px;
        opacity: 0;
        transition: 0.25s; }
    #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link:hover {
      color: #333; }
      #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link:hover:before {
        background-color: #ec5200; }
      #content-article-left .a-lire .content .navbar-nav .nav-item .nav-link:hover:after {
        top: 7px;
        opacity: 1; }

#content-article-left .milieux-aquatiques {
  font-size: 1.075rem;
  position: relative;
  padding-right: 50px; }
  #content-article-left .milieux-aquatiques p {
    margin-bottom: 0; }
  #content-article-left .milieux-aquatiques span {
    font-size: 1.75rem;
    font-weight: 600;
    color: #253c94;
    line-height: 1.2;
    letter-spacing: 1px; }
  #content-article-left .milieux-aquatiques .more {
    background-image: url("../images/more.svg");
    bottom: -12px;
    right: 0; }

@media (max-width: 767.98px) {
  #content-article-left {
    margin-top: 3rem;
    order: 12; }
    #content-article-left .milieux-aquatiques {
      max-width: 235px;
      margin: auto; } }

.item-page .actions.navbar-nav {
  float: right;
  list-style-type: none; }
  .item-page .actions.navbar-nav .nav-item img {
    display: none; }
  .item-page .actions.navbar-nav .nav-item {
    margin-left: 1rem; }
    .item-page .actions.navbar-nav .nav-item:before {
      display: none; }
  .item-page .actions.navbar-nav .nav-item a:before {
    width: 32px;
    display: block; }
  .item-page .actions.navbar-nav .print-icon a:before {
    content: url("../images/print.svg"); }
  .item-page .actions.navbar-nav .email-icon a:before {
    content: url("../images/mail.svg"); }

.item-page .image-left,
.item-page .image-right {
  margin-top: 3rem; }

.item-page .title-img {
  padding: 5rem 1.5rem 1.25rem;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  position: absolute;
  color: white;
  letter-spacing: 0.5px;
  overflow: hidden;
  width: 100%;
  bottom: 0; }

.item-page p a:not(.btn),
.item-page ul a:not(.btn) {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #29b3de;
  line-height: 2; }
  .item-page p a:not(.btn):hover,
  .item-page ul a:not(.btn):hover {
    border-bottom-color: #ec5200; }

.item-page ul {
  list-style-type: disc;
  padding-left: 20px; }
  .item-page ul li {
    margin-bottom: 0.5rem; }

@media (max-width: 991.98px) {
  .item-page .image-left,
  .item-page .image-right {
    margin-top: 2rem; } }

.item-page li p {
  display: inline; }

.item-page p:empty {
  display: none; }

.item-page .img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden; }

@media (max-width: 991.98px) {
  .item-page img {
    max-width: 100%;
    height: auto; } }

.hub-bassin-item {
  height: 350px;
  margin-bottom: 30px;
  background-color: #253c94;
  position: relative;
  overflow: hidden; }
  .hub-bassin-item .item-image img {
    height: 350px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out; }
  .hub-bassin-item .item-titre {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.75rem;
    background-image: linear-gradient(to top, black, transparent); }
    .hub-bassin-item .item-titre h2 {
      margin: 0;
      padding-top: 10rem;
      font-size: 1.25rem;
      line-height: 1.4;
      color: white;
      transition: all 0.75s ease-in-out; }
    .hub-bassin-item .item-titre h2 a {
      color: white;
      text-decoration: none; }
  .hub-bassin-item:hover .item-image img {
    opacity: 0.3; }
  .hub-bassin-item:hover .item-titre {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); }

#content-article.content-list #content-article-right {
  max-width: 100%; }

#content-article.content-list h1.title {
  margin-bottom: 4rem; }
  #content-article.content-list h1.title:before {
    left: 50%;
    transform: translateX(-50%); }

#content-article.content-list ul.pagination {
  margin: auto; }
  #content-article.content-list ul.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 7.5px; }
    #content-article.content-list ul.pagination li:before {
      content: none; }
    #content-article.content-list ul.pagination li a, #content-article.content-list ul.pagination li span {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      border: 2px solid #29b3de;
      border-radius: 20px;
      padding: 0; }
    #content-article.content-list ul.pagination li a {
      padding-top: 5px;
      color: #222;
      text-decoration: none; }
    #content-article.content-list ul.pagination li a:hover {
      border-color: #ec5200; }
    #content-article.content-list ul.pagination li span {
      padding-top: 5px;
      font-weight: 600;
      background-color: #29b3de;
      color: white; }
  #content-article.content-list ul.pagination li.pagination-next,
  #content-article.content-list ul.pagination li.pagination-prev {
    width: 135px;
    display: none; }

#content-article.content-list .cat-list-row-content {
  margin-bottom: 30px;
  overflow: hidden; }
  #content-article.content-list .cat-list-row-content .cat-list-row-image {
    height: 530px;
    background-color: #253c94;
    position: relative;
    overflow: hidden; }
    #content-article.content-list .cat-list-row-content .cat-list-row-image img {
      height: 530px;
      width: auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.5s ease-in-out; }
    #content-article.content-list .cat-list-row-content .cat-list-row-image .title-img {
      display: none; }
  #content-article.content-list .cat-list-row-content .cat-list-row-titre {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 1.75rem;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
    #content-article.content-list .cat-list-row-content .cat-list-row-titre .titre a {
      text-decoration: none; }
    #content-article.content-list .cat-list-row-content .cat-list-row-titre .titre a h2 {
      margin: 0;
      margin-bottom: -1rem;
      padding-top: 10rem;
      font-size: 1.25rem;
      line-height: 1.4;
      color: white;
      transition: all 0.75s ease-in-out; }
    #content-article.content-list .cat-list-row-content .cat-list-row-titre .teaser {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      color: #fff;
      transition: all 0.75s ease-in-out;
      transform: translateY(50px); }
      #content-article.content-list .cat-list-row-content .cat-list-row-titre .teaser p {
        margin-top: 0rem;
        margin-bottom: 0;
        font-weight: 100; }

#content-article.content-list .cat-list-row-content:hover .cat-list-row-image img {
  opacity: 0.3; }

#content-article.content-list .cat-list-row-content:hover .cat-list-row-titre {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); }

#content-article.content-list .cat-list-row-content:hover .cat-list-row-titre .titre a h2 {
  margin-bottom: 0.75rem; }

#content-article.content-list .cat-list-row-content:hover .cat-list-row-titre .teaser {
  margin-bottom: -1rem;
  opacity: 1;
  max-height: 150px;
  transform: translateY(0); }

@media (max-width: 991.98px) {
  #content-article.content-list .cat-list-row-content .cat-list-row-image {
    height: 450px; }
    #content-article.content-list .cat-list-row-content .cat-list-row-image img {
      height: 450px; } }

@media (max-width: 767.98px) {
  #content-article.content-list h1.title {
    margin-bottom: 2rem; }
  #content-article.content-list .cat-list-row-content {
    margin-left: auto;
    margin-right: auto;
    height: 450px;
    max-width: 345px;
    text-align: left; } }

.cursor {
  cursor: pointer; }

#list-modal-img .modal.fade {
  transition: opacity 0.15s linear; }
  #list-modal-img .modal.fade .modal-dialog {
    height: 100vh;
    margin: 0 auto; }
    #list-modal-img .modal.fade .modal-dialog .modal-content {
      top: calc(50% + 50px);
      transform: translateY(-50%);
      border: none;
      border-radius: 0;
      transition: 0.25s; }
      #list-modal-img .modal.fade .modal-dialog .modal-content .modal-header {
        border: none;
        border-radius: 0;
        padding: 0;
        height: 2rem; }
      #list-modal-img .modal.fade .modal-dialog .modal-content .close {
        position: absolute;
        top: 1.25rem;
        right: 1.5rem;
        display: block;
        background-image: url("/templates/epage/images/cross.svg");
        background-color: white;
        width: 2rem;
        height: 2rem;
        cursor: pointer; }
      #list-modal-img .modal.fade .modal-dialog .modal-content .modal-body {
        width: 100%;
        text-align: center;
        padding: 0.5rem 0.75rem 0.75rem; }
        #list-modal-img .modal.fade .modal-dialog .modal-content .modal-body img {
          max-width: 100%;
          max-height: calc(100vh - 9.5rem); }

#list-modal-img .modal.fade.show .modal-content {
  top: 50%; }

@media (max-width: 767.98px) {
  .table.m4j_form_table tr {
    display: block; } }

.table.m4j_form_table td {
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767.98px) {
    .table.m4j_form_table td {
      display: block;
      width: calc(100vw - 30px); } }

.m4j-email {
  display: none; }

.m4jInputField, .m4jTextArea {
  width: 100% !important; }

/*# sourceMappingURL=theme.css.map */




/* --------- POPUP COOKIES --------- */
.cookies-banner {
  display: block;
  padding: 25px;
  left: 5%;
  bottom: 15px;
  width: 90%;
  z-index: 99999;
  background: var(--primary-darkest);
  position: fixed;
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  transition: var(--transition-time-long) var(--transition-timing);
  color: #333;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, .75);
  box-sizing: border-box;
  font-style:normal;
}

@media (min-width: 1024px) {
  .cookies-banner {
    left: 85px;
    width: 400px;
  }

}

.cookies-banner.hide {
  opacity: 0;
  transform: translateY(1000px);
}

.cookies-banner-text-intro {
  margin: 0;
}

.cookies-banner-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
}

.cookies-banner-detail {
  height: 0;
  max-height: 0;
  overflow: hidden;
}

.cookies-banner.active .cookies-banner-detail {
  height: auto;
  max-height: 400px;

}

.cookies-banner .link {
  text-decoration: underline;
  cursor: pointer;
}

.cookies-banner .form-label {
  margin-top: 10px;
  display: block;
}

.accept-popup-button {
  margin-top: 20px;
  font-weight: 500;
}

.popup-content #popup-text {
  margin: 10px 0;
  text-align: left;
  max-width: 60%;
}
.cookies-banner.active .cookies-banner-detail {
  height: auto;
  max-height: 400px;
  margin-top: 20px;
}

.cookies-banner {
  display: block;
  padding: 25px;
  left: 5%;
  bottom: 15px;
  width: 90%;
  z-index: 99999;
  background: #fff;
  position: fixed;
  transition: 0,125s;
  box-shadow: 0 0 30px -10px rgb(0 0 0 / 75%);
  box-sizing: border-box;
}

.cookies-banner a,
.cookies-banner a:not([href]):not([tabindex]) {
  text-decoration: underline;
  color: #DE430B;
}

.accept-popup-button {
  margin-top: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  border: none;
  background-color: #DE430B ;
}

#proformsCaptcha .alignInput input {
  color:#000;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #253c94;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background-color: #3a53b4;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.searchintro {
  padding-top:20px;
}

#joomla-search form {
  padding-top:3px;
}

.search .form-control {
  font-size:0.7rem;
}

.search .search-btn {
  font-size:0.8rem;
  line-height: unset;
}