@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Raleway", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-color: #100166;
  --bs-link-color: #B96C0B;
  --bs-link-color-rgb: 185, 108, 11;
  --bs-link-hover-color: #A87436;
  --bs-link-hover-color-rgb: 168, 116, 54;
  --bs-body-font-size: 15px;
  --bs-body-font-weight: 500;
}

@font-face {
  font-family: Tahu;
  src: url(../fonts/Tahu!.ttf);
}
h1, .h1, .tahu {
  font-family: Tahu;
}

.line_height_1 {
  line-height: 1;
}

.bloc_shadow {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}

.texte_bold {
  font-weight: bold;
}
.texte_italic {
  font-style: italic;
}
.texte_orange {
  color: #B96C0B;
}
.texte_blanc {
  color: #fff;
}
.texte_bleu {
  color: #100166;
}
.texte_bleu_c {
  color: #0b62b9;
}
.texte_bleu_f {
  color: #060024;
}

.white_border {
  border: 4px solid #fff;
  border-top-width: 4px;
  height: calc(100% + 4px);
  width: calc(100% + 8px);
  z-index: 10;
  position: absolute;
  top: 0;
  border-top-width: 0;
  right: -4px;
  height: 37.5vw;
}

.bouton, .submit_container {
  position: relative;
  background: transparent;
  padding: 5px 25px;
  font-size: 12px;
  text-decoration: none;
  border-right-color: transparent;
  border-right-width: 0;
}
.bouton::before, .submit_container::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 15px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -15px;
  top: -1px;
  height: calc(100% + 2px);
  z-index: 10;
}
.bouton::after, .submit_container::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 14px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -14px;
  top: 50%;
  z-index: 125;
  transform: translate(0, -50%);
  height: 100%;
}
.bouton:hover, .submit_container:hover {
  color: #fff;
}
.bouton_orange, .submit_container_orange {
  border: 1px solid #B96C0B;
  color: #B96C0B;
}
.bouton_orange::before, .submit_container_orange::before {
  background: #B96C0B;
}
.bouton_orange:hover, .submit_container_orange:hover {
  background: #B96C0B;
}
.bouton_orange:hover::after, .submit_container_orange:hover::after {
  background: #B96C0B;
}
.bouton_bleu, .submit_container_bleu {
  border: 1px solid #100166;
  color: #100166;
}
.bouton_bleu::before, .submit_container_bleu::before {
  background: #100166;
}
.bouton_bleu:hover, .submit_container_bleu:hover {
  background: #100166;
}
.bouton_bleu:hover::after, .submit_container_bleu:hover::after {
  background: #100166;
}
.bouton_bleu_f, .submit_container_bleu_f {
  border: 1px solid #060024;
  color: #060024;
}
.bouton_bleu_f::before, .submit_container_bleu_f::before {
  background: #060024;
}
.bouton_bleu_f:hover, .submit_container_bleu_f:hover {
  background: #060024;
}
.bouton_bleu_f:hover::after, .submit_container_bleu_f:hover::after {
  background: #060024;
}

.bg_orange {
  color: #fff;
  background-color: #B96C0B;
}
.bg_orange .bouton {
  border: 1px solid #fff;
  color: #fff;
}
.bg_orange .bouton::before {
  background: #fff;
  right: -16px;
}
.bg_orange .bouton:hover {
  background: #fff;
}
.bg_orange .bouton:hover::after {
  background: #fff;
}
.bg_orange .bouton::after {
  background: #B96C0B;
}
.bg_orange .bouton:hover {
  color: #B96C0B;
}
.bg_old {
  color: #fff;
  background-color: #1679b9;
}
.bg_old .bouton {
  border: 1px solid #fff;
  color: #fff;
}
.bg_old .bouton::before {
  background: #fff;
  right: -16px;
}
.bg_old .bouton:hover {
  background: #fff;
}
.bg_old .bouton:hover::after {
  background: #fff;
}
.bg_old .bouton::after {
  background: #1679b9;
}
.bg_old .bouton:hover {
  color: #1679b9;
}
.bg_bleu {
  color: #fff;
  background-color: #100166;
}
.bg_bleu .bouton {
  border: 1px solid #fff;
  color: #fff;
}
.bg_bleu .bouton::before {
  background: #fff;
  right: -16px;
}
.bg_bleu .bouton:hover {
  background: #fff;
}
.bg_bleu .bouton:hover::after {
  background: #fff;
}
.bg_bleu .bouton::after {
  background: #100166;
}
.bg_bleu .bouton:hover {
  color: #100166;
}
.bg_bleu_f {
  color: #fff;
  background-color: #060024;
}
.bg_bleu_f .bouton {
  border: 1px solid #fff;
  color: #fff;
}
.bg_bleu_f .bouton::before {
  background: #fff;
  right: -16px;
}
.bg_bleu_f .bouton:hover {
  background: #fff;
}
.bg_bleu_f .bouton:hover::after {
  background: #fff;
}
.bg_bleu_f .bouton::after {
  background: #060024;
}
.bg_bleu_f .bouton:hover {
  color: #060024;
}
.bg_blanc {
  color: #100166;
  background-color: #fff;
}

.chiffre_orange {
  color: #B96C0B;
}
.chiffre_bleu {
  color: #100166;
}
.chiffre_bleu_f {
  color: #060024;
}

.text-bold {
  font-weight: bold;
}

.pastille {
  font-size: 19.5px;
  font-weight: bold;
  color: white;
  padding: 13px;
  border-radius: 15px;
  display: inline-block;
}
.pastille_orange {
  background-color: #B96C0B;
}
.pastille_bleu {
  background-color: #100166;
}
.pastille_bleu_c {
  background-color: #0b62b9;
}
.pastille_bleu_f {
  background-color: #060024;
}

/* .h1, h1 {
    font-size: calc(1.425rem + 5vw);
} */
.font_11 {
  font-size: 11px;
}

.breadcrumbs, .font_12 {
  font-size: 12px;
}

.nav-link {
  font-size: 14.5px;
}

h4, .h4, .bouton_arteur {
  font-size: 17.5px;
}

.tel_link {
  font-size: 20px;
}

.h3, .h3, .font_23 {
  font-size: calc(1.26875rem + 0.225vw);
}

.font_29 {
  font-size: calc(1.30625rem + 0.675vw);
}

.font_51 {
  font-size: calc(1.44375rem + 2.325vw);
}

.font_68 {
  font-size: calc(1.55rem + 3.6vw);
}

.service_home_title, .service_bandeau_title {
  font-size: calc(1.575rem + 3.9vw);
}

h1, .h1 {
  font-size: calc(1.575rem + 3.9vw);
}

h2, .h2 {
  font-size: calc(1.30625rem + 0.675vw);
}

.header_bandeau_home .h2 {
  font-size: calc(1.3rem + 0.6vw);
}

.font_90 {
  font-size: calc(1.6875rem + 5.25vw);
}

@media (min-width: 1200px) {
  /* .h1, h1 {
      font-size: 5.125rem;
  } */
  h3, .h3, .font_23 {
    font-size: 23.5px;
  }
  .header_bandeau_home .h2 {
    font-size: 28.5px;
  }
  h2, .h2, .font_29 {
    font-size: 29px;
  }
  .font_51 {
    font-size: 51px;
  }
  .font_68 {
    font-size: 68px;
  }
  .service_home_title, .service_bandeau_title {
    font-size: 72px;
  }
  h1, .h1 {
    font-size: 72px;
  }
  .font_90 {
    font-size: 90px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  /* img[class^="wp"] {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
  } */
  /* .accroche {
      text-align: center;
  } */
}
body .bottom_divider {
  border-bottom: 1px solid white;
  margin: 30px 0;
}
body .nodeco a {
  text-decoration: none;
}
body .bloc_contact {
  position: relative;
  margin-top: 210px;
  max-width: 350px;
}
body .bloc_contact::before {
  position: absolute;
  content: "";
  height: 230px;
  top: -210px;
  width: 100%;
  left: 0;
  background: url("../images/PNG/Visuel_Maison_DRU.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .form_contact_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bloc_bonnes_raisons .row_bonnes_raisons {
  justify-content: end;
}
body .bloc_bonnes_raisons .row_bonnes_raisons h2 span {
  display: block;
}
body .bloc_bonnes_raisons .bonne_raison {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 250px;
  max-height: 250px;
  margin: auto;
}
body .bloc_bonnes_raisons .bonne_raison img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 80%;
}
body .bloc_bonnes_raisons .bonne_raison p {
  width: 100%;
  text-align: center;
}
body img[class*=wp-image-] {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
body img[class*=wp-image-].carre {
  object-fit: cover !important;
}
body .bloc_contenu_formate_full img[class*=wp-image-] {
  aspect-ratio: initial !important;
}
body .wp-caption {
  max-width: 100%;
}
body .aligncenter {
  text-align: center;
}
body .v_center {
  display: flex;
  align-items: center;
}
body .h_center {
  display: flex;
  justify-content: center;
}
body main {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body img.arrondi {
  border-radius: 10px;
}
body img.ellipse {
  border-radius: 100%;
}
body #boutons_raccs {
  position: fixed;
  right: 0;
  width: fit-content;
  bottom: 15%;
  z-index: 100;
}
body #boutons_raccs .bouton_racc {
  background: #B96C0B;
  border-radius: 15px;
  transform: translate(calc(100% - 55px));
  font-size: 13.5px;
  transition: transform ease-in-out 0.2s;
  border: 1px solid white;
}
body #boutons_raccs .bouton_racc a {
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
}
body #boutons_raccs .bouton_racc .picto_container {
  width: 55px;
}
body #boutons_raccs .bouton_racc div {
  padding: 10px;
}
body #boutons_raccs .bouton_racc:hover {
  transform: translate(0);
  transition: transform ease-in-out 0.2s;
}
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;
  /* &.size-large {
      width: 630px;
      height: 630px;
  }
  &.size-medium {
      width: 300px;
      height: 300px;
  } */
}
body .size-large {
  max-width: 700px;
  width: 100%;
}
body h2, body .h2, body h3, body .h3, body h4, body .h4 {
  font-weight: bold;
}
body h1, body .h1,
body h2, body .h2,
body h3, body .h3,
body h4, body .h4,
body h5, body .h5,
body h6, body .h6 {
  margin-bottom: 30px;
}
body .btn, body .wpcf7-submit {
  border: unset;
  background-color: #100166;
  color: #fff;
}
body .btn a, body .wpcf7-submit a {
  color: #fff;
}
body .btn:hover, body .wpcf7-submit:hover {
  background-color: #060024;
  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 5px;
}
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 .nav_item_rs {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
body .logo_site {
  max-width: 110px;
  max-height: 90px;
}
body .logo_vep {
  max-width: 150px;
}
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: #B96C0B;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: #100166;
}
body .slick-arrow {
  z-index: 110;
  bottom: 15px;
  left: unset;
  right: 65px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #100166;
  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: #B96C0B;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 50%;
  transform: translate(-50%, -50%);
}
body .bloc_emphase {
  padding-top: 100px;
  padding-bottom: 100px;
}
body .bloc_emphase p {
  font-weight: bold;
  line-height: initial;
  text-align: center;
}
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: 2px solid #100166;
}
body form input::placeholder, body form textarea::placeholder {
  opacity: 1;
  font-style: italic;
  color: #100166;
}
body form .wpcf7-submit, body form .wpcf7-spinner {
  margin: auto;
  display: block;
  margin-top: 10px;
  background-color: #100166;
}
body form .wpcf7-not-valid-tip {
  color: #B96C0B;
}
body form.invalid .wpcf7-response-output, body form .wpcf7 form.unaccepted .wpcf7-response-output, body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #B96C0B;
  border-color: #B96C0B !important;
  border-radius: 10px;
}
body .actualites_container .lien_actu {
  text-decoration: none;
  color: #100166;
}
body .actualites_container .lien_actu .actu_container {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  background: white;
  overflow: hidden;
}
body .actualites_container .lien_actu .actu_container .img_container {
  background-position: center;
  min-height: 200px;
  background-size: cover;
}
body .actualites_container .lien_actu .actu_container .img_container_first {
  background-position: center;
  min-height: 250px;
  background-size: cover;
}
body .actualites_container .lien_actu .actu_container .texte_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .actualites_container .page-numbers {
  color: #100166 !important;
  text-decoration: none;
  margin: 3px;
}
body .actualites_container .page-numbers.current {
  text-decoration: underline;
}
body #menu_haut {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
}
body header {
  justify-content: center;
  font-weight: bold;
  color: #100166;
  z-index: 1000;
  display: flex;
}
body header a {
  color: #100166;
}
body header a::after {
  color: #B96C0B;
}
body header a:hover {
  color: #B96C0B;
}
body header a:hover::after {
  color: #B96C0B;
}
body header a:hover span {
  color: #B96C0B;
}
body header a span {
  color: #100166;
}
body header .picto_rs {
  background: #100166;
}
body header #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  background: #fff;
  color: #B96C0B;
}
@media (min-width: 768px) {
  body header {
    color: #100166;
  }
  body header a {
    color: #100166;
  }
  body header a::after {
    color: #100166;
  }
  body header a:hover {
    color: #B96C0B;
  }
  body header a:hover::after {
    color: #B96C0B;
  }
  body header a:hover span {
    color: #B96C0B;
  }
  body header a span {
    color: #100166;
  }
  body header .picto_rs {
    background: unset !important;
  }
}
body header .lien_pro_container_overflow {
  position: absolute;
  overflow: hidden;
  max-width: 1920px;
}
body header .lien_pro_container_overflow .lien_pro_container {
  justify-content: end;
  display: flex;
  z-index: 10;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_content {
  width: fit-content;
  border-radius: 0 0 0 15px;
  font-size: 13px;
  background: #100166;
  position: relative;
  z-index: 10;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_content a {
  color: white;
  text-decoration: none;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_content a div {
  padding: 6px 15px;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_pro_content {
  background: #100166;
  padding-right: 110px;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_pro_content::after {
  position: absolute;
  content: "";
  background-color: #100166;
  width: 1000px;
  height: 100%;
  top: 0;
  right: -1000px;
}
body header .lien_pro_container_overflow .lien_pro_container .lien_particulier_content {
  padding-right: 15px;
  background: #B96C0B;
  margin-right: -15px;
}
body header .logo_container {
  padding: 20px 15px;
  margin-right: 0;
  text-align: center;
  width: calc(100% - 100px);
  margin-left: 50px;
}
body header .logo_container .navbar-brand {
  margin-right: 25px;
  margin-left: 25px;
}
body header .logo_container .navbar-brand .logo_site {
  width: 100%;
  max-width: 70px;
  object-fit: contain;
}
body header .navbar {
  width: 100px;
}
body header .navbar .navbar-toggler {
  margin: auto;
}
@keyframes animate_arrow {
  from {
    bottom: calc(100% - 35px);
  }
  to {
    bottom: -25px;
  }
}
body header .navbar #offcanvasNavbar .dropdown-toggle::after {
  background: url("../images/SVG/chevron_menu.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  border: unset;
  vertical-align: unset;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show {
  width: inherit;
  min-width: fit-content;
  margin-top: 0;
  border-radius: 10px;
  padding: 8px;
  border-color: #B96C0B;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show .dropdown-item {
  white-space: initial;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  border-radius: 10px;
}
body header .picto_rs_menu {
  width: 28px;
  height: 28px;
  background: #100166;
}
body header .picto_rs_menu:hover {
  background: #B96C0B;
}
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: #100166 !important;
}
body .bloc_carre {
  aspect-ratio: 1/1;
}
body .bloc_facebook {
  border: 15px solid #100166;
  padding: 40px;
}
body .bloc_facebook .bloc_facebook_inside {
  aspect-ratio: 1/1;
  overflow: hidden;
}
body .bloc_facebook .bloc_facebook_inside ._2lqh {
  display: none;
}
body #facebook ._2lqh {
  display: none;
}
body .header_bandeau_home {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("../images/PNG/Trame_Fond_DRU.png");
  position: relative;
}
body .header_bandeau_home::after {
  position: absolute;
  content: unset;
  height: 25vw;
  width: 25vw;
  max-width: 350px;
  max-height: 270px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../images/PNG/Filigrane_la_maison_Dru.png");
  left: 0;
}
body .header_bandeau_home .logo_dru_home {
  max-width: 310px;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 55px;
}
body .header_bandeau_home .service_home_padding .service_home_container {
  aspect-ratio: 2/0.78;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
body .header_bandeau_home .service_home_padding .service_home_container::before {
  position: absolute;
  content: "";
  background: url("../images/SVG/chevrons.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 240px;
  top: -60px;
  left: -35px;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
body .header_bandeau_home .service_home_padding .service_home_container:hover::before {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
body .header_bandeau_home .service_home_padding .service_home_container .service_home_lien {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
body .header_bandeau_home .service_home_padding .service_home_container .service_home_content {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border: 4px solid transparent;
  height: 100%;
  width: 100%;
  border-bottom-width: 0;
  border-right-width: 0;
  margin-top: 0;
  margin-left: 0;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -8px;
}
body .header_bandeau_home .service_home_padding .service_home_container .service_home_content .service_home_title_container {
  height: 100%;
  position: relative;
  padding: 30px;
}
body .header_bandeau_home .service_home_padding .service_home_container .service_home_content .service_home_title_container .service_home_title {
  position: absolute;
  transition: all ease-in-out 0.2s;
  bottom: 50%;
  right: calc(100% - 60px);
  transform: translate(100%, 50%);
  color: #fff;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3607843137);
}
body .header_bandeau_home .service_home_padding .service_home_container:nth-child(even) {
  margin: 0 auto 25px 25px;
}
body .header_bandeau_home .service_home_padding .service_home_container:nth-child(odd) {
  margin: 0 25px 25px auto;
}
body .header_bandeau_home .service_home_padding .service_home_container:hover .service_home_content {
  margin-top: 25px;
  margin-left: 25px;
  transition: all ease-in-out 0.2s;
  border-color: #fff;
  max-width: calc(100% - 25px);
  max-height: calc(100% - 25px);
}
body .header_bandeau_home .service_home_padding .service_home_container:hover .service_home_content .service_home_title_container .service_home_title {
  transition: all ease-in-out 0.2s;
  bottom: 0%;
  right: calc(0% + 30px);
  transform: translate(0px, 0%);
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container::before {
  position: absolute;
  content: "";
  background: url("../images/SVG/chevrons.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 240px;
  top: -60px;
  left: -35px;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container:hover::before {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container.aspect_carre, body .bandeau_services .service_bandeau_lien .service_bandeau_container.aspect_rectangle {
  aspect-ratio: 2/0.78;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container .service_bandeau_content {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border: 4px solid transparent;
  height: 100%;
  width: 100%;
  border-bottom-width: 0;
  border-right-width: 0;
  margin-top: 0;
  margin-left: 0;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -8px;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container .service_bandeau_content .service_bandeau_title_container {
  height: 100%;
  position: relative;
  padding: 30px;
}
body .bandeau_services .service_bandeau_lien .service_bandeau_container .service_bandeau_content .service_bandeau_title_container .service_bandeau_title {
  position: absolute;
  transition: all ease-in-out 0.2s;
  bottom: 50%;
  right: calc(100% - 60px);
  transform: translate(100%, 50%);
  color: #fff;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3607843137);
}
body .bandeau_services .service_bandeau_lien:hover .service_bandeau_container .service_bandeau_content {
  margin-top: 25px;
  margin-left: 25px;
  transition: all ease-in-out 0.2s;
  border-color: #fff;
  max-width: calc(100% - 25px);
  max-height: calc(100% - 25px);
}
body .bandeau_services .service_bandeau_lien:hover .service_bandeau_container .service_bandeau_content .service_bandeau_title_container .service_bandeau_title {
  transition: all ease-in-out 0.2s;
  bottom: 0%;
  right: calc(0% + 30px);
  transform: translate(0px, 0%);
}
body .bloc_recrutement {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
body .bloc_recrutement .img_boite_outils_container {
  position: absolute;
  top: -40px;
}
body .bloc_recrutement .bloc_recrutement_inside {
  padding: 55px;
}
body p, body .accroche {
  line-height: 18.5px;
}
body .nombre-div {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  padding: 15px;
}
body .nombre-div .content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .nombre-div .content .nombre {
  height: 100px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body .nombre-div .content .picto_chiffre::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
body .nombre-div .content .picto_chiffre_orange::after {
  background-color: #B96C0B;
}
body .nombre-div .content .picto_chiffre_bleu::after {
  background-color: #100166;
}
body .nombre-div .content .picto_chiffre_bleu_f::after {
  background-color: #060024;
}
body .nombre-div .content .picto_chiffre_toit::after {
  mask-image: url("../images/SVG/chiffre_toit.svg");
  width: 90px;
  height: 85px;
  top: 0;
  transform: translateX(-50%);
}
body .nombre-div .content .picto_chiffre_traits::after {
  mask-image: url("../images/SVG/chiffre_traits.svg");
  width: 30px;
  height: 45px;
  top: 0;
  left: calc(50% - 60px);
}
body .nombre-div .content .picto_chiffre_zigzags::after {
  mask-image: url("../images/SVG/chiffre_zigzags.svg");
  width: 100px;
  left: unset;
  top: 0;
  right: calc(50% - 80px);
  height: 80px;
}
body .nombre-div .content .picto_chiffre_carte::after {
  mask-image: url("../images/SVG/chiffre_carte.svg");
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
}
body .nombre-div .content .picto_chiffre_outils::after {
  mask-image: url("../images/SVG/chiffre_outils.svg");
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}
body .nombre-div .content .picto_chiffre_drapeaux::after {
  mask-image: url("../images/SVG/chiffre_drapeaux.svg");
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}
body .nombre-div .content p, body .nombre-div .content ul {
  margin-bottom: 0;
}
body .nombre-div .content .texte {
  font-weight: bold;
}
body .nombre-div .content .texte:has(ul) {
  text-align: initial !important;
}
body .nombre-div .content .texte:has(ul) ul {
  padding-left: 14px;
}
body .filtres_container .real_menu_div {
  width: fit-content;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px;
}
body .filtres_container .real_menu_div:hover {
  cursor: pointer;
}
body .filtres_container .real_menu_div .real_menu_item {
  padding: 5px 10px;
}
body .fix_header_real {
  padding-bottom: 90px;
  margin-bottom: -140px;
}
body .bandeau_header .header_texte_container {
  padding: 25px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
body .bandeau_header .breadcrumbs {
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 11;
  font-weight: 300;
}
body .bandeau_header .breadcrumbs a {
  color: #fff !important;
  text-decoration: none;
}
body .bandeau_header .breadcrumbs .current-page {
  font-weight: 500;
}
body .bandeau_header .thumbnail_page_container {
  position: relative;
  height: 35vw;
  max-height: 672px;
  min-height: 29.5vw;
}
body .bandeau_header .thumbnail_page_container .thumnail_page {
  width: 100vw;
  height: 39vw;
  position: absolute;
  right: 40px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  max-height: 730px;
  max-width: 922px;
}
body .bouton_arteur {
  font-weight: bold;
  position: relative;
  min-height: 35px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 70px 20px 35px;
  background: #100166;
  text-decoration: none;
  color: white;
  border-radius: 15px 15px 0 0;
}
body .bouton_arteur::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transition: transform ease-in-out 0.2s;
  mask-image: url("../images/SVG/picto_plus.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .bouton_arteur:hover {
  background: #B96C0B;
}
body .bouton_arteur:hover::after {
  transform: translate(0, -50%) rotate(180deg);
  transition: transform ease-in-out 0.2s;
}
body .page_offredemploi .avantages_container .avantage_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  flex-direction: column;
}
body .page_offredemploi .avantages_container .avantage_container .avantage_nom {
  text-align: center;
  font-size: 13px;
}
body .page_offredemploi .picto_avantage {
  width: 60px;
  height: 60px;
  background-color: #100166;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
body .page_offredemploi .picto_avantage_repas {
  mask-image: url("../images/SVG/avantage_repas.svg");
}
body .page_offredemploi .picto_avantage_equipement_fourni {
  mask-image: url("../images/SVG/avantage_equipement_fourni.svg");
}
body .page_offredemploi .picto_avantage_mutuelle {
  mask-image: url("../images/SVG/avantage_mutuelle.svg");
}
body .page_offredemploi .picto_avantage_rtt {
  mask-image: url("../images/SVG/avantage_rtt.svg");
}
body .page_offredemploi .picto_avantage_prime_perf {
  mask-image: url("../images/SVG/avantage_prime_perf.svg");
}
body .page_offredemploi .picto_avantage_prime_suivi_chantier {
  mask-image: url("../images/SVG/avantage_prime_suivi_chantier.svg");
}
body .page_offredemploi .picto_avantage_telephone {
  mask-image: url("../images/SVG/avantage_telephone.svg");
}
body .offresdemploi {
  padding: 0;
}
body .offresdemploi .bloc_offre_bleu {
  padding: 25px;
}
body .offresdemploi .lien_offre {
  text-decoration: none;
}
body .offresdemploi .lien_offre .bloc_offre_container {
  color: #B96C0B;
  background-color: #B96C0B;
  padding: 0;
  transition: padding ease-in-out 0.2s;
}
body .offresdemploi .lien_offre .bloc_offre_container .bloc_offre_content {
  background-color: #fff;
  padding: 25px;
  transition: padding ease-in-out 0.2s;
}
body .offresdemploi .lien_offre .bloc_offre_container .bloc_offre_content .bloc_offre h2 {
  max-width: 94%;
}
body .offresdemploi .lien_offre:hover .bloc_offre_container {
  padding: 5px;
  transition: padding ease-in-out 0.2s;
}
body .offresdemploi .lien_offre:hover .bloc_offre_container .bloc_offre_content {
  padding: 20px;
  transition: padding ease-in-out 0.2s;
}
body .offresdemploi .lien_offre:hover .bouton_savoir_plus::after {
  transform: translate(0, -50%) rotate(180deg);
  transition: transform ease-in-out 0.2s;
}
body .lien_actu:hover .bouton_savoir_plus::after {
  transform: translate(0, -50%) rotate(180deg);
  transition: transform ease-in-out 0.2s;
}
body .bouton_savoir_plus {
  font-weight: bold;
  position: relative;
  min-height: 35px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 50px;
}
body .bouton_savoir_plus::after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transition: transform ease-in-out 0.2s;
  background: url("../images/SVG/picto_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body footer {
  text-align: center;
}
body footer .logo_certif {
  max-width: 80px;
  margin: 5px 15px;
  object-fit: contain;
  max-height: 80px;
}
body footer .bloc_rs {
  background-color: #060024;
  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: #100166;
}
body footer .bloc_footer {
  background-color: #060024;
  color: #fff;
  overflow: hidden;
  background-color: #060024 !important;
}
body footer .bloc_footer a {
  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 .bloc_footer.bg_old {
  background-color: #1679b9 !important;
  background: #1679b9 !important;
}
body footer .logo_tel {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
body footer .tel_link {
  font-weight: bold;
}
body footer .tel_link a {
  text-decoration: none;
}
body footer .row_vep {
  text-align: center;
}
body footer .fix_before {
  position: relative;
}
body footer .fix_before::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: -500px;
  height: 100%;
  width: 500px;
}
body footer .fix_before::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  right: -500px;
  height: 100%;
  width: 500px;
}
body footer .row_bottom {
  text-align: center;
  height: 100%;
}
body footer .row_bottom .row_bottom_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .module_realisations .header_module_realisations {
  padding-top: 90px;
  padding-bottom: 220px;
  margin-bottom: -180px;
}
body .module_realisations .link_real {
  text-decoration: none;
}
body .module_realisations .img_module_real_container {
  overflow: hidden;
  position: relative;
}
body .module_realisations .img_module_real_container .img_module_real {
  aspect-ratio: 1/1;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform ease-in-out 0.2s;
}
body .module_realisations .img_module_real_container .img_module_real:hover {
  transform: scale(1.15);
  transition: transform ease-in-out 0.2s;
}
body .module_realisations .img_module_real_container::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  mask-image: url("../images/SVG/picto_plus.svg");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals {
  aspect-ratio: 2/1;
  background: #100166;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none !important;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals .bouton_voir_toutes_realisations {
  border: 1px solid #100166;
  transition: all ease-in-out 0.2s;
  color: #fff;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals .bouton_voir_toutes_realisations::before, body .module_realisations .voir_toutes_reals_container .voir_toutes_reals .bouton_voir_toutes_realisations::after {
  background: #100166;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals:hover {
  background: #B96C0B;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals:hover .bouton_voir_toutes_realisations {
  border: 1px solid #fff;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals:hover .bouton_voir_toutes_realisations::before {
  background: #fff;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container .voir_toutes_reals:hover .bouton_voir_toutes_realisations::after {
  background: #B96C0B;
  transition: all ease-in-out 0.2s;
}
body .module_realisations .voir_toutes_reals_container::after {
  content: unset;
}
body .bg_orange a {
  color: #100166;
}
body .filter_container .selects_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
body .filter_container .select_container {
  width: 250px;
}
body .filter_container .filtre_titre {
  display: flex;
  height: 40px;
  padding: 5px 20px;
  align-items: center;
}
body .filter_container .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
body .filter_container .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid white;
  max-width: 250px;
}
body .filter_container .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 30px 8px 15px;
  display: flex;
  align-items: center;
}
body .filter_container .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: calc(50% + 4px);
  transform: translate(0, -50%);
}
body .filter_container .select-styled:active:after {
  border-color: transparent transparent #fff transparent;
  top: calc(50% - 4px);
}
body .filter_container .select-styled.active:after {
  border-color: transparent transparent #fff transparent;
  top: calc(50% - 4px);
}
body .filter_container .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #B96C0B;
  border: 1px solid white;
  border-top: unset;
  width: calc(100% + 2px);
  margin-left: -1px;
}
body .filter_container .select-options li {
  margin: 0;
  padding: 12px 15px;
  border: unset;
}
body .filter_container .select-options li[rel=hide] {
  display: none;
}

.container-fluid, .container-full {
  max-width: 1920px;
}

/* .container_xl {
    max-width: 1220px;
}
.container_lg {
    max-width: 1020px;
}
.container_md {
    max-width: 920px;
}
.container_sm {
    max-width: 820px;
}
.container_xs {
    max-width: 450px;
}

.container_xs {
    max-width: 450px;
} */
.img_boite_outils_container {
  display: none;
}

@media (min-width: 450px) {
  .img_boite_outils_container {
    display: block;
  }
}
@media (min-width: 576px) {
  /* .container_sm, .container_md, .container_lg, .container_xl, .container_xxl {
      max-width: 540px;
  } */
  body header {
    display: flex;
  }
  body header .logo_container {
    width: 99%;
  }
  body .header_bandeau_home .service_home_padding .service_home_container:nth-child(even) {
    margin: 0 auto 25px 75px;
  }
  body .header_bandeau_home .service_home_padding .service_home_container:nth-child(odd) {
    margin: 0 75px 25px auto;
  }
  body .bandeau_header .header_texte_container {
    padding: 50px;
  }
  body .bandeau_header .breadcrumbs {
    padding: 10px 10px 10px 75px;
  }
  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;
  }
  body .module_realisations .voir_toutes_reals_container .voir_toutes_reals {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  /* .container_md, .container_lg, .container_xl, .container_xxl {
      max-width: 720px;
  } */
  body header .logo_container {
    width: auto;
    text-align: end;
    margin-left: 0;
  }
  body header .navbar {
    width: auto;
    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;
    height: inherit;
  }
  body header .navbar #offcanvasNavbar .nav_item_rs {
    display: flex;
    padding-top: 0;
  }
  body .header_bandeau_home .service_home_padding {
    padding: 0px 15px 0 50px;
  }
  body .header_bandeau_home .service_home_padding .service_home_container:nth-child(even) {
    margin: 0 auto 25px 100px;
  }
  body .header_bandeau_home .service_home_padding .service_home_container:nth-child(odd) {
    margin: 0 100px 25px auto;
  }
  body .bandeau_header.bandeau_header_image {
    margin-bottom: 70px;
  }
  body .bandeau_header .thumbnail_page_container {
    height: calc(100% + 4px);
  }
  body .bandeau_header .thumbnail_page_container .thumnail_page {
    width: 48vw !important;
    height: 100%;
  }
  body .bandeau_header .white_border {
    height: calc(100% - 50px);
  }
  body .bandeau_header .header_texte_container {
    padding: 60px;
  }
  body .bandeau_header_image .header_texte_container {
    padding-right: 30px;
  }
  body .bandeau_services .service_bandeau_lien .service_bandeau_container.aspect_carre {
    aspect-ratio: 1/1;
  }
  body .actualites_container .lien_actu .actu_container .img_container_first {
    min-height: 300px;
  }
  body .fix_header_real {
    margin-bottom: -230px;
  }
  body .bloc_recrutement .bloc_recrutement_inside {
    padding: 35px;
  }
  body .bloc_facebook {
    padding: 25px;
  }
  body .bloc_emphase {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  body footer .row_bottom {
    text-align: initial;
  }
  body footer .fix_before {
    flex-wrap: wrap;
  }
  body footer .fix_before::after {
    content: unset;
  }
  body footer .fix_before .texte_certif {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* .container_lg, .container_xl, .container_xxl {
      max-width: 960px;
  } */
  .col-lg-30 {
    flex: 0 0 auto;
    width: 27.5%;
  }
  .col-lg-45 {
    flex: 0 0 auto;
    width: 45%;
  }
  body header .navbar #offcanvasNavbar .navbar-nav {
    flex-wrap: initial;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item {
    width: 100%;
    min-width: 130px;
    min-height: 100px;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav-item .nav-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
  }
  body header .navbar #offcanvasNavbar .navbar-nav .nav_item_rs {
    min-width: auto;
  }
  body header .navbar #offcanvasNavbar .dropdown-toggle::after {
    content: unset;
  }
  body header .navbar #offcanvasNavbar .dropdown-toggle span::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/SVG/chevron_menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 23px;
    left: calc(50% - 6px);
  }
  body header .navbar #offcanvasNavbar .dropdown-toggle.show span::after {
    content: unset;
  }
  body header .navbar #offcanvasNavbar .dropdown-menu {
    position: relative;
  }
  body header .navbar #offcanvasNavbar .dropdown-menu.show {
    padding-top: 100px;
    border-radius: 0 0 10px 10px;
    border: unset;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    position: absolute;
    top: 0;
    z-index: 0;
    text-align: center;
  }
  body header .navbar #offcanvasNavbar .dropdown-menu::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/SVG/chevron_menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 6px);
    bottom: -25px;
    animation-name: animate_arrow;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
  }
  body .sitemap_container {
    column-count: 2;
  }
  body .bandeau_header {
    padding-bottom: initial;
  }
  body .bandeau_header .breadcrumbs {
    padding: 10px 10px 10px 150px;
  }
  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;
  }
  body .bandeau_header .header_texte_container {
    padding: 100px;
  }
  body .bandeau_header_image .header_texte_container {
    padding-right: 30px;
  }
  body .actualites_container .lien_actu .actu_container .img_container_first {
    min-height: 350px;
  }
  body .fix_header_real {
    margin-bottom: -250px;
  }
  body .header_bandeau_home::after {
    content: "";
  }
  body .bloc_recrutement .bloc_recrutement_inside {
    padding: 55px;
  }
  body .bloc_facebook {
    padding: 40px;
  }
  body .bloc_emphase {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  body footer .bloc_footer {
    background: url("../images/JPG/Carte_Footer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
  }
}
@media (min-width: 1200px) {
  /* .container_xl, .container_xxl {
      // max-width: 1140px;
      max-width: 1220px;
  } */
  body .bandeau_header.bandeau_header_image {
    margin-bottom: 130px;
  }
  body .bandeau_header .thumnail_page_container .thumnail_page {
    max-width: 60.6%;
  }
  body .bandeau_header .page_titre_container {
    margin-left: 4.5%;
  }
  body .bandeau_header_image .header_texte_container {
    padding-right: 100px;
  }
  body .actualites_container .lien_actu .actu_container .img_container_first {
    min-height: 400px;
  }
  body footer .fix_before .texte_certif {
    width: initial;
  }
}
@media (min-width: 1400px) {
  /* .container_xxl {
      max-width: 1320px;
  } */
  body .bandeau_header .breadcrumbs {
    padding: 10px 10px 10px 200px;
  }
  body .bandeau_header .page_titre_container {
    margin-left: 6.5%;
  }
}
@media (min-width: 1920px) {
  body .bandeau_header .thumbnail_page_container {
    min-height: 565px;
  }
}
.container_xs {
  max-width: calc(100% - 50px);
}
.container_xs .container {
  max-width: 100%;
}

.container_sm {
  max-width: calc(100% - 50px);
}
.container_sm .container {
  max-width: 100%;
}

.container_md {
  max-width: calc(100% - 50px);
}
.container_md .container {
  max-width: 100%;
}

.container_lg {
  max-width: calc(100% - 50px);
}
.container_lg .container {
  max-width: 100%;
}

.container_xl {
  max-width: calc(100% - 50px);
}
.container_xl .container {
  max-width: 100%;
}

.container_xxl {
  max-width: calc(100% - 50px);
}
.container_xxl .container {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container_xs {
    max-width: 518.4px;
  }
  .container_sm {
    max-width: 529.92px;
  }
  .container_md {
    max-width: 541.44px;
  }
  .container_lg {
    max-width: 552.96px;
  }
  .container_xl {
    max-width: 564.48px;
  }
  .container_xxl {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  /* .container_xs {
      max-width: 587.66px;
  }
  .container_sm {
      max-width: 610.95px;
  }
  .container_md {
      max-width: 645.74px;
  }
  .container_lg {
      max-width: 688.20px;
  }
  .container_xl {
      max-width: 733.21px;
  }
  .container_xxl {
      max-width: 757.77px;
  } */
  .container_xs {
    max-width: 450px;
  }
  .container_sm {
    max-width: 610.95px;
  }
  .container_md {
    max-width: 645.74px;
  }
  .container_lg {
    max-width: 688.2px;
  }
  .container_xl {
    max-width: 733.21px;
  }
  .container_xxl {
    max-width: 757.77px;
  }
}
@media (min-width: 992px) {
  .container_xs {
    max-width: 450px;
  }
  .container_sm {
    max-width: 820px;
  }
  .container_md {
    max-width: 920px;
  }
  .container_lg {
    max-width: 814.95px;
  }
  .container_xl {
    max-width: 917.78px;
  }
  .container_xxl {
    max-width: 963.38px;
  }
}
@media (min-width: 1200px) {
  .container_xs {
    max-width: 450px;
  }
  .container_sm {
    max-width: 820px;
  }
  .container_md {
    max-width: 920px;
  }
  .container_lg {
    max-width: 1020px;
  }
  .container_xl {
    max-width: 1077.34px;
  }
  .container_xxl {
    max-width: 1148.07px;
  }
}
@media (min-width: 1400px) {
  /* .container_xs {
      max-width: 450px;
  }
  .container_sm {
      max-width: 540px;
  }
  .container_md {
      max-width: 720px;
  }
  .container_lg {
      max-width: 960px;
  }
  .container_xl {
      max-width: 1220px;
  }
  .container_xxl {
      max-width: 1320px;
  } */
  .container_xs {
    max-width: 450px;
  }
  .container_sm {
    max-width: 820px;
  }
  .container_md {
    max-width: 920px;
  }
  .container_lg {
    max-width: 1020px;
  }
  .container_xl {
    max-width: 1220px;
  }
  .container_xxl {
    max-width: 1320px;
  }
}

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