@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Roboto", "Raleway", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-color: #6e656a;
  --bs-link-color: #3F3146;
  --bs-link-color-rgb: 63, 49, 70;
  --bs-link-hover-color: #53405C;
  --bs-link-hover-color-rgb: 83, 64, 92;
}

/* .h1, h1 {
    font-size: calc(1.425rem + 5vw);
} */
@media (min-width: 1200px) {
  /* .h1, h1 {
      font-size: 5.125rem;
  } */
}
body {
  max-width: 1920px;
  margin: auto;
}
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 .size-large {
  max-width: 700px;
  width: 100%;
}
body .h1 {
  color: #c3bbc4;
}
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 .btn, body .wpcf7-submit {
  border: unset;
  background-color: #ecc9ce;
  color: #fff;
}
body .btn a, body .wpcf7-submit a {
  color: #fff;
}
body .btn:hover, body .wpcf7-submit:hover {
  background-color: #c3bbc4;
  color: #fff;
}
body .btn:hover a, body .wpcf7-submit:hover a {
  color: #fff;
}
body .col_logos_rs a, body .nav_item_rs a {
  margin: 10px;
}
body .col_logos_rs a .picto_rs, body .nav_item_rs a .picto_rs {
  width: 100%;
  max-width: 50px;
  border-radius: 100%;
  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 .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: #c3bbc4;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: #ecc9ce;
}
body .slick-arrow {
  z-index: 110;
  bottom: 15px;
  left: unset;
  right: 65px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #ecc9ce;
  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-repeat: no-repeat;
  background-color: #c3bbc4;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 50%;
  transform: translate(-50%, -50%);
}
body #chiffres_cles_home_container .slick-dots {
  bottom: -20px;
}
body #chiffres_cles_home_container .slick-arrow {
  top: 0px;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div {
  position: relative;
  height: auto !important;
  width: fit-content;
  margin: 20px auto;
  max-width: 240px !important;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div .nombre-div-inner {
  border-radius: 100%;
  height: 250px;
  width: 100%;
  border: solid 3px #ecc9ce;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div .nombre-div-inner .chiffres {
  padding: 2rem 1rem;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div .nombre-div-inner .nombre {
  line-height: 1;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div .nombre-div-inner .nombre * {
  white-space: nowrap;
}
body #chiffres_cles_home_container #chiffres_cles_home .nombre-div .nombre-div-inner .image_circle.chiffre_circle {
  max-width: 230px;
}
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;
  font-size: 14px;
  border: 1px solid #6e656a;
  border-radius: 10px;
}
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: #ecc9ce;
}
body form .wpcf7-not-valid-tip {
  color: #c3bbc4;
}
body form.invalid .wpcf7-response-output, body form .wpcf7 form.unaccepted .wpcf7-response-output, body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #c3bbc4;
  border-color: #c3bbc4 !important;
  border-radius: 10px;
}
body .actualites_container .lien_actu {
  text-decoration: none;
  color: #6e656a;
}
body .actualites_container .lien_actu .actu_container {
  display: flex;
  flex-direction: column;
}
body .actualites_container .lien_actu .actu_container .img_container {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width ease-in-out 0.2s;
  border-radius: 10px;
  margin-bottom: 0;
  max-width: initial;
}
body .actualites_container .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%;
}
body .actualites_container .lien_actu .actu_container .texte_container .lire_article {
  height: fit-content;
  background: #ecc9ce;
  color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 6px 25px;
  text-align: right;
  font-size: 14px;
  position: relative;
}
body .actualites_container .lien_actu .actu_container .texte_container .lire_article::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ecc9ce;
  border-radius: 10px 0 0 10px;
  top: 0;
  z-index: -1;
  width: 180px;
  left: -155px;
}
body .actualites_container .page-numbers {
  padding: 8px 16px;
  background: #c3bbc4;
  margin: 2px;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
}
body .actualites_container .page-numbers.current {
  background: #ecc9ce;
}
body header {
  background-color: #ecc9ce;
  color: #fff;
  color: #384247;
  z-index: 1000;
  display: flex;
}
body header a {
  color: #fff;
}
body header a {
  color: #384247;
}
body header a::after {
  color: #384247;
}
body header a:hover {
  color: #c3bbc4;
}
body header a:hover::after {
  color: #c3bbc4;
}
body header a:hover span {
  color: #c3bbc4;
}
body header a span {
  color: #384247;
}
body header .picto_rs {
  background: #c3bbc4;
}
body header #offcanvasNavbar .dropdown-menu.show {
  border-color: #ecc9ce;
}
body header #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  background: #ecc9ce;
  color: #fff;
}
@media (min-width: 768px) {
  body header {
    color: #fff;
  }
  body header a {
    color: #fff;
  }
  body header a::after {
    color: #fff;
  }
  body header a:hover {
    color: #384247;
  }
  body header a:hover::after {
    color: #384247;
  }
  body header a:hover span {
    color: #384247;
  }
  body header a span {
    color: #fff;
  }
  body header .picto_rs {
    background: unset !important;
  }
}
body header .logo_container {
  text-align: center;
  padding: 20px 15px;
  margin-right: 0;
  width: 70%;
}
body header .logo_container .logo_site {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}
body header .navbar {
  width: 30%;
}
body header .navbar .navbar-toggler {
  margin: auto;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show {
  width: inherit;
  min-width: fit-content;
  margin-top: 10px;
  border-radius: 10px;
  padding: 8px;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  border-radius: 10px;
}
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: #6e656a !important;
}
body .bandeau_header {
  display: flex;
  justify-content: start;
  padding-bottom: 20px;
}
body .bandeau_header .thumnail_page_container {
  display: flex;
  justify-content: end;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  padding: 0;
}
body .bandeau_header .thumnail_page_container .thumnail_page {
  min-height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .bandeau_header .page_titre_container .breadcrumbs {
  max-width: 60%;
  margin: 20px;
  width: fit-content;
  background: white;
  padding: 10px;
  border-radius: 10px;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
body .bandeau_header .page_titre_container .breadcrumbs 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;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img)):hover {
  color: #fff;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img)) {
  color: #c3bbc4;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img))::after {
  background-color: #c3bbc4;
}
body .bandeau_header .page_titre_container .breadcrumbs a:not(a:has(img)):hover {
  color: #c3bbc4;
}
body .bandeau_header .page_titre_container .page_titre_inner {
  padding: 45px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #c3bbc4;
  color: #fff;
}
body .bandeau_header .page_titre_container .page_titre_inner .page_titre_width {
  max-width: 75%;
}
body footer {
  text-align: center;
}
body footer .bloc_rs {
  background-color: #c3bbc4;
  color: #fff;
}
body footer .bloc_rs a {
  color: #fff;
}
body footer .bloc_rs .phrase_rs_container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body footer .bloc_rs .col_logos_rs {
  text-align: center;
}
body footer .bloc_rs .col_logos_rs .picto_rs:hover {
  background-color: #ecc9ce;
}
body footer .bloc_footer {
  background-color: #384247;
  color: #fff;
}
body footer .bloc_footer a {
  color: #fff;
}
body footer .bloc_footer a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
body 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;
}
body footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
body footer .bloc_footer a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
body footer .bloc_footer a:not(a:has(img))::after {
  background-color: #fff;
}
body footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
body footer .bloc_footer .menu_bas {
  padding-left: 0;
  list-style-type: none;
}
body footer .bloc_footer .menu_bas .menu-item {
  margin-bottom: 10px;
}
body footer .row_vep {
  text-align: center;
}
body footer .row_vep a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
body 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;
}
body footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}
body footer .row_vep a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
body footer .row_vep a:not(a:has(img))::after {
  background-color: #fff;
}
body footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}

@media (min-width: 576px) {
  body header {
    display: flex;
  }
  body header .logo_container {
    width: 99%;
  }
  body header .navbar {
    width: 1%;
  }
  body header .navbar .navbar-toggler {
    transform: translate(-100px);
  }
  body .slick-dots {
    bottom: 17px;
  }
  body .slick-dots li {
    width: 40px;
    height: 10px;
  }
  body .slick-dots li button {
    width: 40px;
    height: 10px;
  }
  body #chiffres_cles_home_container .slick-dots {
    bottom: -15px;
  }
  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 footer {
    text-align: initial;
  }
  body footer .logo_site_container {
    text-align: center;
  }
  body footer .menu_bas {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  body header .logo_container {
    width: 25%;
  }
  body header .navbar {
    width: 75%;
    padding: 0;
    background: unset;
  }
  body header .navbar #offcanvasNavbar {
    height: 100% !important;
  }
  body header .navbar #offcanvasNavbar .offcanvas-body {
    height: 100%;
  }
  body header .navbar #offcanvasNavbar .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  body header .navbar #offcanvasNavbar .nav_item_rs {
    display: flex;
    padding-top: 0;
  }
  body .lien_actu .actu_container {
    flex-direction: row !important;
  }
  body .lien_actu .actu_container .img_container {
    margin-bottom: 0;
    max-width: 320px !important;
  }
  body .lien_actu .actu_container .texte_container {
    margin-left: 65px;
  }
}
@media (min-width: 992px) {
  body header .navbar #offcanvasNavbar .navbar-nav {
    flex-wrap: initial;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item {
    width: 100%;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item .nav-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav_item_rs {
    width: 50% !important;
    flex-direction: column;
  }
  body .sitemap_container {
    column-count: 2;
  }
  body .bandeau_header {
    padding-bottom: initial;
  }
  body .bandeau_header .thumnail_page_container {
    margin-top: initial;
    padding-bottom: 64px;
  }
  body .bandeau_header .thumnail_page_container .thumnail_page {
    max-width: 60.6%;
  }
  body .bandeau_header .page_titre_container .page_titre_inner {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  body .bandeau_header .thumnail_page_container .thumnail_page {
    max-width: 60.6%;
  }
  body .bandeau_header .page_titre_container {
    margin-left: 4.5%;
  }
}
@media (min-width: 1400px) {
  body .bandeau_header .page_titre_container {
    margin-left: 6.5%;
  }
}

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