@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Lexend", Arial, sans-serif;
  --bs-body-color: #7F7E7E;
  /* --bs-link-color: #3F3146;
  --bs-link-color-rgb: 63, 49, 70;    
  --bs-link-hover-color: #53405C;
  --bs-link-hover-color-rgb: 83, 64, 92; */
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 500;
  --bs-link-color-rgb: 0, 105, 180;
  --bs-link-hover-color-rgb: 0, 105, 180;
}

.g-6, .gy-6 {
  --bs-gutter-y: 5.5rem;
}

.g-6, .gx-6 {
  --bs-gutter-x: 5.5rem;
}

.my-6 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.pt-6 {
  padding-top: 5.5rem !important;
}

.pb-6 {
  padding-bottom: 5.5rem !important;
}

@media (min-width: 992px) {
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 5.5rem;
  }
  .m-xl-6, .my-xl-6 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-xl-6, .py-xl-6 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}
.nodeco {
  text-decoration: none !important;
}

body [style^="background-image: url"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body [style^="mask-image: url"] {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
body .text_light {
  font-weight: 300;
}
body .text_regular {
  font-weight: 400;
}
body .text_medium {
  font-weight: 500;
}
body .text_semibold {
  font-weight: 600;
}
body .text_bold {
  font-weight: 700;
}
body .text_uppercase {
  text-transform: uppercase;
}
body .text_underline {
  text-decoration: underline;
}
body .text_bleu {
  color: #0069B4;
}
body .text_gris {
  color: #7F7E7E;
}
body .text_rouge {
  color: #E30613;
}
body .titre_cercle {
  position: relative;
  color: #E30613;
  padding-left: 65px;
}
body .titre_cercle[style^="text-align: center"] {
  width: fit-content;
  margin: auto;
}
body .titre_cercle::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background-image: url("../images/PNG/cercle_rouge.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0px;
  left: 0;
  z-index: 100;
}
body .btn, body .wpcf7-submit {
  font-weight: 700;
  background-color: transparent;
  color: #7F7E7E;
  border: 2px solid #7F7E7E;
  border-radius: 76px;
  padding: 7px 25px;
}
body .btn:hover, body .btn:focus, body .btn:focus-visible, body .btn:active, body .btn:focus-within, body .wpcf7-submit:hover, body .wpcf7-submit:focus, body .wpcf7-submit:focus-visible, body .wpcf7-submit:active, body .wpcf7-submit:focus-within {
  background-color: #7F7E7E;
  color: #fff;
}
body h2:not(.titre_cercle) {
  width: fit-content;
  padding: 7px 25px;
}
body a:not(.btn):hover, body a:not(.btn):focus, body a:not(.btn):focus-visible, body a:not(.btn):active, body a:not(.btn):focus-within, body .text_underline:hover, body .text_underline:focus, body .text_underline:focus-visible, body .text_underline:active, body .text_underline:focus-within {
  text-decoration-thickness: 2px;
}
body a:has(.text_underline):hover .text_underline, body a:has(.text_underline):focus .text_underline, body a:has(.text_underline):focus-visible .text_underline, body a:has(.text_underline):active .text_underline, body a:has(.text_underline):focus-within .text_underline {
  text-decoration-thickness: 2px;
}
body :not(.bg_blanc)[class^=bg_], body :not(.bg_blanc)[class*=" bg_"] {
  color: #fff;
}
body :not(.bg_blanc)[class^=bg_] a:not(.btn), body :not(.bg_blanc)[class*=" bg_"] a:not(.btn) {
  color: #fff;
}
body :not(.bg_blanc)[class^=bg_] .btn, body :not(.bg_blanc)[class*=" bg_"] .btn {
  color: #fff;
  border-color: #fff;
}
body :not(.bg_blanc)[class^=bg_] .btn:hover, body :not(.bg_blanc)[class^=bg_] .btn:focus, body :not(.bg_blanc)[class^=bg_] .btn:focus-visible, body :not(.bg_blanc)[class^=bg_] .btn:active, body :not(.bg_blanc)[class^=bg_] .btn:focus-within, body :not(.bg_blanc)[class*=" bg_"] .btn:hover, body :not(.bg_blanc)[class*=" bg_"] .btn:focus, body :not(.bg_blanc)[class*=" bg_"] .btn:focus-visible, body :not(.bg_blanc)[class*=" bg_"] .btn:active, body :not(.bg_blanc)[class*=" bg_"] .btn:focus-within {
  background-color: #fff;
}
body :not(.bg_blanc)[class^=bg_] .titre_cercle, body :not(.bg_blanc)[class*=" bg_"] .titre_cercle {
  color: #fff;
}
body :not(.bg_blanc)[class^=bg_] .titre_cercle::before, body :not(.bg_blanc)[class*=" bg_"] .titre_cercle::before {
  background-image: url("../images/PNG/cercle_blanc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body :not(.bg_blanc)[class^=bg_] h2:not(.titre_cercle), body :not(.bg_blanc)[class*=" bg_"] h2:not(.titre_cercle) {
  background-color: #fff;
}
body .bg_blanc {
  background-color: #fff;
}
body .bg_blanc a:not(.btn) {
  color: #0069B4;
}
body .bg_blanc h2:not(.titre_cercle) {
  color: #fff;
  background-color: #0069B4;
}
body .bg_blanc h2:not(.titre_cercle).titre_bg_rouge {
  background-color: #E30613;
}
body .bg_blanc .titre_cercle_actus {
  color: #7F7E7E;
}
body .bg_blanc .titre_cercle_actus::before {
  background-image: url("../images/PNG/cercle_bleu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .bg_bleu {
  background-color: #0069B4;
}
body .bg_bleu .btn:hover, body .bg_bleu .btn:focus, body .bg_bleu .btn:focus-visible, body .bg_bleu .btn:active, body .bg_bleu .btn:focus-within {
  color: #0069B4;
}
body .bg_bleu h2:not(.titre_cercle) {
  color: #0069B4;
}
body .bg_gris {
  background-color: #7F7E7E;
}
body .bg_gris .btn:hover, body .bg_gris .btn:focus, body .bg_gris .btn:focus-visible, body .bg_gris .btn:active, body .bg_gris .btn:focus-within {
  color: #7F7E7E;
}
body .bg_gris h2:not(.titre_cercle) {
  color: #7F7E7E;
}
body .bg_rouge {
  background-color: #E30613;
}
body .bg_rouge .btn:hover, body .bg_rouge .btn:focus, body .bg_rouge .btn:focus-visible, body .bg_rouge .btn:active, body .bg_rouge .btn:focus-within {
  color: #E30613;
}
body .bg_rouge h2:not(.titre_cercle) {
  color: #E30613;
}

.container_xx_large {
  max-width: 1670px;
}

.container_x_large {
  max-width: 1500px;
}

.container_large {
  max-width: 1260px;
}

.container_medium {
  max-width: 1270px;
}

.container_small {
  max-width: 1150px;
}

.container_x_small {
  max-width: 1000px;
}

.font_14 {
  font-size: 14px;
}

.font_16, .breadcrumbs {
  font-size: 16px;
}

.font_18, h4, .h4, .btn {
  font-size: 18px;
}

.font_20, h3, .h3 {
  font-size: 20px;
}

.font_24, h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

.font_30 {
  font-size: calc(1.3125rem + 0.75vw);
}

.font_32 {
  font-size: calc(1.325rem + 0.9vw);
}

.font_45, h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw);
}

.font_52 {
  font-size: calc(1.45rem + 2.4vw);
}

@media (min-width: 1200px) {
  .font_24, h2, .h2 {
    font-size: 24px;
  }
  .font_30 {
    font-size: 30px;
  }
  .font_32 {
    font-size: 32px;
  }
  .font_45, h1, .h1 {
    font-size: 45px;
  }
  .font_52 {
    font-size: 52px;
  }
}
header {
  color: #7F7E7E;
  /* @media (min-width: 768px) {
      color: $blanc;
      a {
          color: $blanc;
          &::after {
              color: $blanc;
          }
          &:hover {
              color: $gris;
              &::after {
                  color: $gris;
              }
              span {
                  color: $gris;
              }
          }
          span {
              color: $blanc;
          }
      }
      .picto_rs {
          background: unset !important;
      }
  } */
  z-index: 1000;
  display: flex;
  /* .nav-link {
      padding: 33px !important;
  } */
}
header a {
  color: #7F7E7E;
}
header a::after {
  color: #7F7E7E;
}
header a:hover {
  color: #E30613;
}
header a:hover::after {
  color: #E30613;
}
header a:hover span {
  color: #E30613;
}
header a span {
  color: #7F7E7E;
}
header .picto_rs {
  background: #E30613;
}
header #offcanvasNavbar .dropdown-menu.show {
  border-color: #fff;
}
header #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  background: #fff;
  color: #7F7E7E;
}
header .picto_menu_haut {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
header .logo {
  max-height: 140px;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: 100%;
}
header .navbar {
  background-color: #fff;
}
header .white-circle {
  background: white;
  height: 100%;
  padding: 25px 22px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header #collapse_menu_haut .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0px;
  top: -5px;
}
header #collapse_menu_haut .nav-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header #collapse_menu_haut .nav-link span {
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header #collapse_menu_haut .nav-link .dropdown {
  min-width: 260px;
}
header #collapse_menu_haut .nav-item_rs {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}
header #collapse_menu_haut .nav-item_rs .nav-link {
  padding: 33px 25px !important;
  width: 90px;
}
header #collapse_menu_haut .dropdown-menu.show {
  margin-top: 0;
  border-radius: 0;
  border: unset;
  background: #0069B4;
  max-width: 254px;
  width: 100%;
  text-align: center;
  margin: auto;
}
header #collapse_menu_haut .dropdown-menu.show * {
  color: #fff;
}
header #collapse_menu_haut.collapsing, header #collapse_menu_haut.show {
  margin-top: 60px;
}
header .bloc_btns_menu_haut {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  height: 106px;
}
header .bloc_btns_menu_haut .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 150px;
  top: 0;
  margin-top: -5px;
  height: 150px;
  aspect-ratio: 1.069/1;
}
header .bloc_btns_menu_haut .navbar_brand_mask_container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  z-index: 1;
}
header .bloc_btns_menu_haut .navbar_brand_mask_container::before, header .bloc_btns_menu_haut .navbar_brand_mask_container::after {
  content: "";
  position: absolute;
  height: 106px;
  background-color: #fff;
  width: 25px;
  top: 0;
}
header .bloc_btns_menu_haut .navbar_brand_mask_container::before {
  left: -90px;
}
header .bloc_btns_menu_haut .navbar_brand_mask_container::after {
  right: -90px;
}

body:has(header .fixed-top) {
  margin-top: 105px !important;
}

@media (min-width: 1200px) {
  body #collapse_menu_haut .nav-link {
    padding: 33px 10px !important;
  }
  body #collapse_menu_haut .nav-link:hover span {
    color: #0069B4;
  }
  body #collapse_menu_haut .nav-item_rs {
    order: initial !important;
  }
  body #collapse_menu_haut .nav-item_rs .nav-link {
    padding: 33px 10px !important;
  }
  body .navbar-nav {
    display: flex;
    align-items: center;
    width: calc(50vw - 12px);
    flex-wrap: wrap;
  }
  body .navbar-nav.ms-auto {
    padding-right: 95px;
    justify-content: end;
  }
  body .navbar-nav.ms-auto::before {
    right: 80px;
  }
  body .navbar-nav.me-auto {
    padding-left: 95px;
  }
  body .navbar-nav.me-auto::before {
    left: 80px;
  }
  body .navbar-nav.ms-auto, body .navbar-nav.me-auto {
    position: relative;
  }
  body .navbar-nav.ms-auto::before, body .navbar-nav.me-auto::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 100%;
    z-index: 1;
  }
  body .navbar-nav .dropdown-toggle::after {
    content: unset;
  }
  body .dropdown-menu.show {
    margin: initial;
  }
  body .dropdown-menu.show a {
    padding: 10px 25px;
    white-space: initial;
    font-size: 18px;
  }
  body .dropdown-item:focus, body .dropdown-item:hover {
    background-color: initial !important;
  }
  body .navbar-nav.me-auto .dropdown-menu.show {
    background: #E30613 !important;
  }
  body .navbar-nav.me-auto .nav-item.dropdown .nav-link:hover span {
    color: #E30613 !important;
  }
}
@media (min-width: 1400px) {
  body #collapse_menu_haut .nav-link {
    padding: 33px !important;
  }
  body .navbar-nav.ms-auto {
    padding-right: 100px;
  }
  body .navbar-nav.me-auto {
    padding-left: 100px;
  }
}
@media (min-width: 1500px) {
  body .navbar-nav.ms-auto {
    padding-right: 150px;
  }
  body .navbar-nav.me-auto {
    padding-left: 150px;
  }
}
.header_page .breadcrumbs a {
  color: #7F7E7E;
  text-decoration: none;
}
.header_page .breadcrumbs .current-page {
  font-weight: 300;
}
.header_page .col_bloc_title_container {
  display: flex;
  justify-content: end;
}
.header_page .col_bloc_title_container .bloc_title_container {
  width: 100%;
}
.header_page .image_header_container {
  position: relative;
}
.header_page .image_header_container::after {
  content: "";
  aspect-ratio: 1.31/1;
  background-image: url("../images/PNG/cercle_bleu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 69%;
  bottom: -50px;
  left: 25.5%;
}
.header_page .image_header_container .image_header {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.header_page .ancre_real {
  position: relative;
  text-align: center;
}
.header_page .ancre_real .ancre_real_image {
  width: 32px;
  height: 40px;
  object-fit: contain;
  margin-top: 10px;
  transition: margin-top ease-in-out 0.2s;
}
.header_page .ancre_real:hover .ancre_real_image {
  margin-top: 35px;
  transition: margin-top ease-in-out 0.2s;
}

.header_home .image_header {
  width: 100%;
  aspect-ratio: 1.88/1;
  object-fit: cover;
}
.header_home .overlay_image {
  display: none;
  position: absolute;
  height: 73%;
  width: 100%;
  bottom: 0;
  background: transparent linear-gradient(to top, #FFFFFF 0%, #FFFFFF 20%, rgba(255, 255, 255, 0.5215686275) 59%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.header_home .col_bloc_title_container {
  text-align: center;
  bottom: 11vw;
}
.header_home .col_bloc_title_container .bloc_title_container {
  position: relative;
}
.header_home .col_bloc_title_container .bloc_title_container h1, .header_home .col_bloc_title_container .bloc_title_container div {
  z-index: 2;
  position: relative;
}
.header_home .col_bloc_title_container .bloc_title_container span {
  line-height: 2.5;
  padding: 10px 35px;
}
.header_home .col_bloc_title_container .bloc_title_container::before, .header_home .col_bloc_title_container .bloc_title_container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 29.5vw;
  aspect-ratio: 1.49/1;
  max-width: 565px;
}
.header_home .col_bloc_title_container .bloc_title_container::before {
  background-image: url("../images/PNG/cercle_bleu.png");
  left: -21.5vw;
  top: -16.5vw;
}
.header_home .col_bloc_title_container .bloc_title_container::after {
  background-image: url("../images/PNG/cercle_rouge.png");
  right: -23.5vw;
  bottom: -13.5vw;
  z-index: 2;
}

@media (min-width: 768px) {
  body .header_page .image_header_container::after {
    left: -14.5%;
  }
  body .header_page .col_bloc_title_container .bloc_title_container {
    max-width: 630px;
  }
  body .header_page .ancre_real {
    margin-top: 20px;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  body .header_page .image_header_container::after {
    left: -24.5%;
  }
  body .header_page .ancre_real {
    margin-top: 60px;
  }
  body .header_home .overlay_image {
    display: block;
  }
  body .header_home .col_bloc_title_container {
    text-align: initial;
    position: absolute;
  }
  body .header_home .col_bloc_title_container .bloc_title_container {
    margin-left: 70px;
  }
  body .header_home .col_bloc_title_container .bloc_title_container span {
    line-height: initial;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  body .header_page .image_header_container::after {
    left: -34.5%;
  }
  body .header_page .ancre_real {
    margin-top: 90px;
  }
  body .header_home .col_bloc_title_container .bloc_title_container {
    margin-left: 45px;
  }
}
@media (min-width: 1400px) {
  body .header_page .image_header_container::after {
    left: -44.5%;
  }
  body .header_page .ancre_real {
    margin-top: 120px;
  }
}
@media (min-width: 1920px) {
  body .header_home .col_bloc_title_container {
    bottom: 211.2px;
  }
  body .header_home .col_bloc_title_container .bloc_title_container::before, body .header_home .col_bloc_title_container .bloc_title_container::after {
    width: 566.4vw;
  }
  body .header_home .col_bloc_title_container .bloc_title_container::before {
    left: -412.8px;
    top: -316.8px;
  }
  body .header_home .col_bloc_title_container .bloc_title_container::after {
    right: -451.2px;
    bottom: -259.2px;
  }
}
footer {
  text-align: center;
}
footer .bloc_rs {
  background-color: #0069B4;
  color: #fff;
}
footer .bloc_rs a {
  color: #fff;
}
footer .bloc_rs .col_logos_rs {
  text-align: center;
  display: flex;
  align-items: center;
}
footer .bloc_footer {
  padding-top: 70px;
  background-color: #7F7E7E;
  color: #fff;
  text-align: center;
}
footer .bloc_footer a {
  color: #fff;
}
footer .bloc_footer a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
footer .bloc_footer a:not(a:has(img))::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
footer .bloc_footer a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
footer .bloc_footer a:not(a:has(img))::after {
  background-color: #fff;
}
footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
footer .bloc_footer .logo_site {
  max-width: 200px;
  max-height: 230px;
  width: 100%;
}
footer .bloc_footer .menu_bas_list {
  padding-left: 0;
  list-style-type: none;
}
footer .bloc_footer .menu_bas_list ul {
  padding-left: 0;
  list-style-type: none;
}
footer .bloc_footer .menu_bas_list ul a {
  margin-bottom: 10px;
}
footer .bloc_footer .menu_bas_list li {
  break-inside: avoid;
}
footer .row_vep {
  text-align: center;
}
footer .row_vep a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
footer .row_vep a:not(a:has(img))::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}
footer .row_vep a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
footer .row_vep a:not(a:has(img))::after {
  background-color: #fff;
}
footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}

@media (min-width: 576px) {
  body footer {
    text-align: initial;
  }
  body footer .menu_bas {
    column-count: 2;
  }
  body footer .bloc_footer .menu_bas_list {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  body footer .bloc_footer .menu_bas_list {
    column-count: unset;
    display: flex;
    justify-content: space-between;
    text-align: initial;
  }
}
/* .actualites_container { */
.lien_actu {
  text-decoration: none;
  color: #7F7E7E;
}
.lien_actu .img_actu {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.lien_actu .actu_container {
  display: flex;
  flex-direction: column;
}
.lien_actu .actu_container .texte_container {
  transition: margin-left ease-in-out 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.lien_actu .actu_container .texte_container .lire_article {
  height: fit-content;
  background: #fff;
  color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 6px 25px;
  text-align: right;
  font-size: 14px;
  position: relative;
}
.lien_actu .actu_container .texte_container .lire_article::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  top: 0;
  z-index: -1;
  width: 180px;
  left: -155px;
}

.page-numbers {
  padding: 8px 16px;
  background: #0069B4;
  margin: 2px;
  color: #fff !important;
  text-decoration: none;
}
.page-numbers.current {
  background: #fff;
}

/* } */
@media (min-width: 768px) {
  body .lien_actu .actu_container {
    /* .img_container {
        max-width: 320px !important;
    }
    .texte_container {
        margin-left: 65px;
    } */
  }
  body .lien_actu .actu_container.row {
    flex-direction: initial;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  /* .btn, .wpcf7-submit {
      border: unset;
      @include color_1;
      &:hover {
          @include color_2;
      }
  } */
}
body main {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body img.arrondi {
  border-radius: 10px;
}
body img.ellipse {
  border-radius: 100%;
}
body p:has(img.aligncenter) {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
body p:has(img.aligncenter) img {
  margin: 5px;
}
body p:has(img.alignleft) {
  display: table;
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
body p:has(img.alignright) {
  display: table;
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
body p:has(img.carre) {
  position: relative;
}
body p:has(img.carre)::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
}
body p:has(img.carre) img {
  object-fit: cover;
}
body p:has(img.carre) img.size-large {
  width: 630px;
  height: 630px;
}
body p:has(img.carre) img.size-medium {
  width: 300px;
  height: 300px;
}
body .img_cercle_clip {
  width: 100%;
  aspect-ratio: 1.16/1;
  max-width: 540px;
  margin: auto;
}
body .img_cercle_clip img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .box_shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
body .box_shadow_menu {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
}
body .size-large {
  max-width: 700px;
  width: 100%;
}
body h1, body .h1,
body h2, body .h2,
body h3, body .h3,
body h4, body .h4,
body h5, body .h5,
body h6, body .h6 {
  font-weight: bold;
}
body .bloc_rs_content {
  display: flex;
  justify-content: end;
  gap: 50px;
}
body .col_logos_rs a, body .nav_item_rs a {
  display: block;
  aspect-ratio: 1/1;
  width: 60px;
}
body .col_logos_rs a:hover, body .nav_item_rs a:hover {
  color: initial;
}
body .col_logos_rs a .picto_rs, body .nav_item_rs a .picto_rs {
  width: 60px;
  border-radius: 100%;
  /* width: 100%;
  max-width: 50px;
  padding: 1px;
  min-width: 40px; */
}
body .logo_site {
  max-width: 250px;
  max-height: 100px;
}
body .logo_vep {
  max-width: 200px;
}
body .sitemap_container {
  list-style-type: none;
}
body .sitemap_container li {
  padding: 5px;
}
body .sitemap_container li a {
  text-decoration: none;
}
body .left_contenu, body .right_contenu {
  display: flex;
  align-items: center;
}
body .left_contenu .right_contenu_content, body .left_contenu .left_contenu_content, body .right_contenu .right_contenu_content, body .right_contenu .left_contenu_content {
  width: 100%;
}
body .left_contenu .left_contenu_content .img_cercle_clip, body .right_contenu .left_contenu_content .img_cercle_clip {
  clip-path: polygon(0% 16.889%, 0% 100%, 0% 100%, 9.404% 96.077%, 18.958% 92.533%, 28.656% 89.376%, 38.491% 86.615%, 48.456% 84.257%, 58.545% 82.311%, 68.75% 80.783%, 79.066% 79.682%, 89.485% 79.015%, 100% 78.791%, 100% 0%, 100% 0%, 89.849% 0.159%, 79.714% 0.661%, 69.603% 1.505%, 59.52% 2.69%, 49.474% 4.214%, 39.469% 6.077%, 29.513% 8.277%, 19.612% 10.813%, 9.772% 13.684%, 0% 16.889%);
}
body .left_contenu .right_contenu_content .img_cercle_clip, body .right_contenu .right_contenu_content .img_cercle_clip {
  clip-path: polygon(99.814% 17.033%, 99.814% 99.783%, 99.814% 99.783%, 90.445% 95.876%, 80.926% 92.348%, 71.265% 89.205%, 61.466% 86.456%, 51.538% 84.108%, 41.487% 82.17%, 31.32% 80.649%, 21.043% 79.553%, 10.663% 78.889%, 0.186% 78.666%, 0.186% 0.217%, 0.186% 0.217%, 10.3% 0.376%, 20.396% 0.875%, 30.47% 1.716%, 40.515% 2.895%, 50.524% 4.413%, 60.492% 6.268%, 70.411% 8.458%, 80.275% 10.983%, 90.078% 13.842%, 99.814% 17.033%);
}
body .slick-dots {
  bottom: 10px;
}
body .slick-dots li:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  display: none;
}
body .slick-dots li {
  width: 20px;
  height: 20px;
}
body .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 0;
  background: #0069B4;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: #fff;
}
body .slick-arrow {
  z-index: 110;
  bottom: 15px;
  left: unset;
  right: 65px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
}
body .slick-arrow.slick-prev {
  transform: translate(calc(50% - 20px));
}
body .slick-arrow.slick-prev::before {
  mask-image: url("../images/SVG/arrow_left_sharp.svg");
}
body .slick-arrow.slick-next {
  transform: translate(calc(50% + 30px));
}
body .slick-arrow.slick-next::before {
  mask-image: url("../images/SVG/arrow_right_sharp.svg");
}
body .slick-arrow::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #0069B4;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 50%;
  transform: translate(-50%, -50%);
}
body form label {
  width: 100%;
}
body form input:not([type=submit]), body form textarea {
  width: 100%;
}
body form input, body form textarea {
  padding: 10px 25px;
  border: 1px solid #7F7E7E;
  color: #7F7E7E;
}
body form input::placeholder, body form textarea::placeholder {
  opacity: 1;
}
body form .wpcf7-submit, body form .wpcf7-spinner {
  margin: auto;
  display: block;
  margin-top: 10px;
  background-color: #fff;
}
body form .wpcf7-not-valid-tip {
  color: #E30613;
}
body form.invalid .wpcf7-response-output, body form .wpcf7 form.unaccepted .wpcf7-response-output, body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #E30613;
  border-color: #E30613 !important;
}
body form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}
body form .wpcf7-acceptance .wpcf7-list-item input {
  width: fit-content;
}
body #slider_home_container #slider_home .slide_home {
  position: relative;
  height: auto;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body #slider_home_container #slider_home .slide_home .texte_container, body #slider_home_container #slider_home .slide_home .texte_container_height {
  padding: 15px;
  margin: 16px;
  width: calc(100% - 30px);
}
body #slider_home_container #slider_home .slide_home .texte_container {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  bottom: 25px;
}
body #slider_home_container #slider_home .slide_home .texte_container_height {
  opacity: 0;
  position: relative;
  z-index: -1;
}
body #slider_home_container #slider_home .slide_home .h1 {
  color: #7F7E7E !important;
}
body #services_autres_module_container .service_lien .service_container {
  background-size: cover !important;
}
body #services_autres_module_container .service_lien .service_container .service_content {
  overflow: hidden;
}
body #services_autres_module_container .service_lien .service_container .service_content .textes_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container {
  color: #E30613;
  background: #fff;
  text-align: center;
  padding: 17px 40px;
  transition: all ease-in-out 0.5s;
  z-index: 10;
  position: relative;
  max-width: 80%;
}
body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container::before, body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  max-width: 0px;
  z-index: 0;
  width: 2000px;
  transition: all ease-in-out 0.5s;
}
body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container::before {
  left: 5px;
  transform: translate(-100%);
}
body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container::after {
  right: 5px;
  transform: translate(100%);
}
body #services_autres_module_container .service_lien:hover .service_container .service_content .textes_container .service_titre_container {
  color: #fff;
  background: #E30613;
  transition: all ease-in-out 0.5s;
}
body #services_autres_module_container .service_lien:hover .service_container .service_content .textes_container .service_titre_container::before, body #services_autres_module_container .service_lien:hover .service_container .service_content .textes_container .service_titre_container::after {
  max-width: 2000px;
  background-color: #E30613;
  transition: all ease-in-out 0.5s;
}
body #services_all_module_container .service_container {
  position: relative;
  width: 100%;
  border: 1px solid white;
}
body #services_all_module_container .service_container:hover .service_image_container {
  z-index: 0;
  transition: z-index ease-in-out 0.2s;
}
body #services_all_module_container .service_container:hover .service_image_container .service_image_content {
  width: 50%;
  max-width: 622px;
  transition: all ease-in-out 0.2s;
}
body #services_all_module_container .service_container:hover .service_image_container .service_image_content .service_image_titre {
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
body #services_all_module_container .service_container:hover .service_image_container .service_image_content .service_image_hover {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
body #services_all_module_container .service_container .service_image_container {
  width: 100%;
  overflow: hidden;
  display: flex;
  z-index: 100;
  transition: z-index ease-in-out 0.2s;
}
body #services_all_module_container .service_container .service_image_container.left {
  justify-content: start;
}
body #services_all_module_container .service_container .service_image_container.left .service_image_content .service_image_titre {
  right: 0;
  padding-right: 55px;
}
body #services_all_module_container .service_container .service_image_container.left .service_image_content .service_image_titre span::before {
  left: -356px;
}
body #services_all_module_container .service_container .service_image_container.left .service_image_content .service_image_hover {
  right: 0;
}
body #services_all_module_container .service_container .service_image_container.right {
  justify-content: end;
}
body #services_all_module_container .service_container .service_image_container.right .service_image_content .service_image_titre {
  left: 0;
  padding-left: 55px;
}
body #services_all_module_container .service_container .service_image_container.right .service_image_content .service_image_titre span::before {
  right: -356px;
  transform: scale(-1, 1);
}
body #services_all_module_container .service_container .service_image_container.right .service_image_content .service_image_hover {
  left: 0;
  transform: scale(-1, 1);
}
body #services_all_module_container .service_container .service_image_container .service_image_content {
  transition: all ease-in-out 0.2s;
  max-width: 1244px;
  width: 100%;
  position: relative;
}
body #services_all_module_container .service_container .service_image_container .service_image_content .service_image {
  aspect-ratio: 2/1;
  width: 100%;
  object-fit: cover;
}
body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_titre {
  display: none;
  color: #E30613;
  background-color: #fff;
  top: 15px;
  padding: 20px;
  position: absolute;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_titre span::before {
  position: absolute;
  content: "";
  background-color: #fff;
  mask-image: url("../images/SVG/courbe_services.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: contain;
  top: 0;
  aspect-ratio: 1.49/1;
}
body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_hover {
  display: none;
  position: absolute;
  content: "";
  background-color: #fff;
  mask-image: url("../images/SVG/courbe_services.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  top: 0;
  aspect-ratio: 1.49/1;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
body #services_all_module_container .service_container .service_content {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
body #services_all_module_container .service_container .service_content.left {
  float: left;
}
body #services_all_module_container .service_container .service_content.right {
  float: right;
}
body #services_all_module_container .service_container .service_content .service_description_container {
  max-width: 435px;
  margin: auto;
}
body #services_all_module_container .service_container .service_content .textes_container {
  display: flex;
  flex-direction: column;
}
body #services_all_module_container .service_container .service_content .textes_container .service_bouton_container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .module_realisations .bloc_titre_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body .module_realisations .lien_lightbox {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
body .module_realisations .lien_lightbox .realisation_image {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  scale: 1;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .lien_lightbox .overlay_image_real {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 105, 180, 0.2);
}
body .module_realisations .lien_lightbox .overlay_image_real .image_plus_container {
  aspect-ratio: 1/1;
  width: 30%;
}
body .module_realisations .lien_lightbox .overlay_image_real .image_plus_container .image_plus {
  width: 100%;
  height: 100%;
  mask-image: url("../images/SVG/picto_plus.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #fff;
  rotate: 0deg;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .lien_lightbox:hover .realisation_image {
  scale: 1.4 !important;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .lien_lightbox:hover .overlay_image_real {
  background-color: transparent;
}
body .module_realisations .lien_lightbox:hover .overlay_image_real .image_plus_container .image_plus {
  rotate: 90deg;
  transition: all ease-in-out 0.2s;
}
body .page_recherche .excerpt {
  font-weight: 400;
}
body .page_recherche .search-highlight {
  font-weight: 900;
}

@media (min-width: 576px) {
  body h2:not(.titre_cercle) {
    min-width: 340px;
  }
  body .slick-dots {
    bottom: 17px;
  }
  body .slick-dots li {
    width: 40px;
    height: 10px;
  }
  body .slick-dots li button {
    width: 40px;
    height: 10px;
  }
  body #slider_home_container #slider_home .slide_home {
    min-height: 450px;
  }
  body #slider_home_container #slider_home .slide_home .texte_container, body #slider_home_container #slider_home .slide_home .texte_container_height {
    padding: 50px;
    margin: 50px;
    max-width: calc(100% - 100px);
    width: auto;
  }
  body #slider_home_container #slider_home .slide_home .texte_container {
    bottom: 0;
  }
  body #services_autres_module_container .service_lien .service_container .service_content .textes_container .service_titre_container {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  body #services_all_module_container .service_container {
    height: 100%;
  }
  body #services_all_module_container .service_container .service_image_container {
    position: absolute;
    height: 100%;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content {
    width: 50%;
    height: 100%;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content .service_image {
    aspect-ratio: unset;
    height: 100%;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_titre span::before {
    height: 290%;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_hover {
    height: 145px;
  }
  body #services_all_module_container .service_container .service_content {
    width: 50%;
    height: inherit;
    min-height: 450px;
  }
  body #services_all_module_container .service_container .service_content .textes_container {
    height: 100%;
  }
}
@media (min-width: 992px) {
  body .sitemap_container {
    column-count: 2;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content {
    width: 100%;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_titre {
    display: initial;
  }
  body #services_all_module_container .service_container .service_image_container .service_image_content .service_image_hover {
    display: initial;
  }
}

/*# sourceMappingURL=responsive.css.map */
