@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Lexend", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-color: #19009D;
  --bs-link-color: #D90114;
  --bs-link-color-rgb: 217, 1, 20;
  --bs-link-hover-color: #EE8105;
  --bs-link-hover-color-rgb: 238, 129, 5;
}

@font-face {
  font-family: "Verveine";
  src: url("../fonts/VerveineRegular.TTF") format("truetype");
}
.linear_orange {
  background: transparent linear-gradient(90deg, #D90114 0%, #EE8105 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.linear_bleu {
  background: transparent linear-gradient(255deg, #133188 0%, #70BDF5 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.linear_bleu2 {
  background: transparent linear-gradient(255deg, #70BDF5 0%, #133188 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.linear_bleu_accordeons {
  background: transparent linear-gradient(255deg, #70BDF5 0%, #133188 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.container_soustitre {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .container_soustitre {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .container_soustitre {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.texte_bold {
  font-weight: bold;
}
.texte_orange {
  color: #EE8105;
}
.texte_rouge {
  color: #D90114;
}
.texte_bleu {
  color: #19009D;
}

.bg_orange {
  background-color: #EE8105;
  color: #fff;
}
.bg_rouge {
  background-color: #D90114;
  color: #fff;
}
.bg_bleu {
  background-color: #19009D;
  color: #fff;
}

b,
strong {
  font-weight: 800;
}

.before {
  padding-top: 20px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  display: inline-block;
  background-color: transparent;
  margin-bottom: 2rem;
}
.before:before {
  content: "";
  background-color: transparent;
  background-image: url("../images/SVG/before_blanc.svg");
  position: absolute;
  width: 85px;
  height: 85px;
  bottom: 0;
  left: 0;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.before_bleu:before {
  background-image: url("../images/SVG/before_bleu.svg");
}
.before_orange:before {
  background-image: url("../images/SVG/before_orange.svg");
}
.before_rouge:before {
  background-image: url("../images/SVG/before_rouge.svg");
}
.before.before_center {
  left: 50%;
  transform: translateX(-50%);
}
.before.before_end {
  left: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .before.before_end {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .before {
    left: 50%;
    transform: translateX(-50%);
    float: none !important;
  }
}

.formatted_content .blocs.bloc_3col {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .formatted_content .blocs.bloc_3col {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .formatted_content .blocs.bloc_3col {
    padding-top: 100px;
  }
}
.formatted_content .blocs.bloc_3col .col-30 {
  opacity: 0;
}
.formatted_content .blocs .accordion-item {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 50px 50px;
  border: none;
  margin-bottom: 1rem;
  position: relative;
}
.formatted_content .blocs .accordion-item .accordion-button {
  font-weight: 700;
  padding-left: 10%;
  border-radius: 0px 0px 50px 50px;
  color: #fff;
  text-transform: uppercase;
  filter: brightness(0) invert(1);
  background-size: 50px 60%;
  background-position: 4% center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .formatted_content .blocs .accordion-item .accordion-button {
    padding-left: 12%;
  }
}
@media (max-width: 767px) {
  .formatted_content .blocs .accordion-item .accordion-button {
    padding-left: 15%;
  }
}
@media (max-width: 575px) {
  .formatted_content .blocs .accordion-item .accordion-button {
    padding-left: 20%;
  }
}
.formatted_content .blocs .accordion-item .accordion-button:not(.collapsed) {
  background-size: 50px 60%;
  background-position: 4% center;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.formatted_content .blocs .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.formatted_content .blocs .accordion-item .accordion-button:after {
  background-image: url("../images/SVG/arrow_bottom_sharp.svg");
  background-size: contain !important;
  background-position: center;
  width: 20px;
  height: 20px;
}
.formatted_content .blocs .accordion-item .accordion-body {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .formatted_content .blocs .accordion-item .accordion-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .formatted_content .blocs .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .formatted_content .blocs .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.formatted_content .blocs .accordion-item .accordion-body p:last-child,
.formatted_content .blocs .accordion-item .accordion-body ul:last-child {
  margin-bottom: 0;
}
.formatted_content .row1col {
  padding-top: 30px;
  padding-bottom: 30px;
}
.formatted_content .row2col {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .formatted_content .row2col > .order-1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .formatted_content .row2col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .formatted_content .row2col {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.formatted_content .row2col.vertical_align {
  display: flex;
  align-items: center;
}
.formatted_content .row3col a.liens {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px 50px 0px 0px;
  transition: 0.2s;
  max-height: 100px;
  height: 100px;
  transition: 0.2s;
}
.formatted_content .row3col a.liens span {
  position: relative;
  z-index: 1;
  display: block;
  background-image: url("../images/SVG/arrow_right_sharp.svg");
  background-repeat: no-repeat;
  background-size: 14px 17px;
  filter: brightness(0) invert(1) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.54));
  background-position: right center;
  width: 100%;
  padding-right: 20px;
}
.formatted_content .row3col a.liens .filtre {
  background-color: #19009D;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px 50px 0px 0px;
}
.formatted_content .row3col a.liens:hover {
  background-size: 115%;
}

/*
.bloc_blanc,
.bloc_bleu {
    padding-top: 30px;
    padding-bottom: 30px;

    @media (min-width:992px) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    @media (min-width:1200px) {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}*/
/*.blocs {
    padding-top: 1rem;
    padding-bottom: 1rem;

    @media (min-width:991px) {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}*/
.bloc_blanc {
  color: #19009D;
}
.bloc_blanc .before:before {
  background-image: url("../images/SVG/before_bleu.svg");
}
.bloc_blanc .slick-dots li button {
  background: #19009D;
}
.bloc_blanc .slick-dots li.slick-active button {
  background: #19009D;
}
@media (min-width: 1400px) {
  .bloc_blanc#satisfaction-clients .container {
    max-width: 850px;
  }
  .bloc_blanc#satisfaction-clients .container .left_contenu_content,
  .bloc_blanc#satisfaction-clients .container .right_contenu_content {
    width: 90%;
  }
  .bloc_blanc#satisfaction-clients .container .right_contenu_content {
    margin-left: auto;
  }
}
.bloc_blanc#satisfaction-clients .svg_container .starsGroupe {
  stroke: #19009D;
}
@media (min-width: 992px) {
  .bloc_blanc#satisfaction-clients .left_contenu {
    border-right: 2px solid #19009D;
  }
}
.bloc_bleu {
  background-color: #19009D;
  color: #fff;
  /*  .before:before {
      background-image: url("../images/SVG/before_blanc.svg");
  } */
}
.bloc_orange {
  background-color: #EE8105;
  color: #fff;
  /* .before:before {
      background-image: url("../images/SVG/before_blanc.svg");
  } */
}
.bloc_rouge {
  background-color: #D90114;
  color: #fff;
  /* .before:before {
      background-image: url("../images/SVG/before_blanc.svg");
  } */
}

@media (min-width: 992px) {
  .col-30,
  .col-40 {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 18px;
  }
  .col-30 .bouton_rouge_bordure,
  .col-40 .bouton_rouge_bordure {
    position: absolute;
    right: 12px;
    bottom: 0;
  }
  .col-30 {
    width: 30%;
  }
  .col-40 {
    width: 40%;
  }
  .col_type_texte {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .col-40 {
    padding-bottom: 30px;
  }
}
/* .h1, h1 {
    font-size: calc(1.425rem + 5vw);
} */
.font_16 {
  font-size: 11.5px;
}

.font_18 {
  font-size: 13.5px;
}

.font_20 {
  font-size: 14.5px;
}

.font_24 {
  font-size: 17.5px;
}

h3, .h3, .font_30 {
  font-size: calc(1.2625rem + 0.15vw);
}

.font_36 {
  font-size: calc(1.29375rem + 0.525vw);
}

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

h1, .h1, .font_60 {
  font-size: calc(1.39375rem + 1.725vw);
}

@media (min-width: 1200px) {
  /* .h1, h1 {
      font-size: 5.125rem;
  } */
  h3, .h3, .font_30 {
    font-size: 22.5px;
  }
  .font_36 {
    font-size: 27px;
  }
  h2, .h2, .font_38 {
    font-size: 28.5px;
  }
  h1, .h1, .font_60 {
    font-size: 43.5px;
  }
}
.bouton_rouge_bordure {
  color: #D90114;
  transition: 0.2s;
  display: inline-block;
  position: relative;
  padding-right: 120px;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
}
.bouton_rouge_bordure:hover {
  padding-left: 60px;
  padding-right: 65px;
}
.bouton_rouge_bordure:hover:after {
  content: "";
  width: 60px;
}
.bouton_rouge_bordure:after {
  content: "";
  border-top: 2px solid #D90114;
  padding-left: 0;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  width: 115px;
  transition: 0.2s;
  top: 2px;
}

.bouton_blanc_bordure {
  color: #fff;
  transition: 0.2s;
  display: inline-block;
  position: relative;
  padding-right: 120px;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
}
.bouton_blanc_bordure:hover {
  padding-left: 60px;
  padding-right: 65px;
}
.bouton_blanc_bordure:hover:after {
  content: "";
  width: 60px;
}
.bouton_blanc_bordure:after {
  content: "";
  border-top: 2px solid #fff;
  padding-left: 0;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  width: 120px;
  transition: 0.2s;
  top: 2px;
}

body {
  max-width: 1920px;
  margin: auto;
  font-weight: 400;
  /* .h1 {
      color: $couleur_2;
  } */
}
@media (max-width: 991px) {
  body#index {
    /*header {
        background-color:transparent;
        .container {
            max-width:100%;
        } 

        .logo_container {
            background:white;
        }
    }*/
  }
}
body#index #video_home {
  position: relative;
}
body#index #video_home #video_home_layout {
  color: white;
  position: absolute;
  width: 100%;
  left: 24px;
  height: 70%;
  z-index: 5;
  display: flex;
  bottom: 24px;
  align-items: center;
}
body#index #video_home #video_home_layout h1 {
  font-size: 4.677vw !important;
  width: 50%;
}
@media (max-width: 991px) {
  body#index #video_home #video_home_layout h1 {
    font-size: 6vw !important;
    width: 60%;
  }
}
body#index #video_home #video_home_layout #video_home_bg {
  width: 28%;
  background-image: url("../images/SVG/SMI_Flamme.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 100%;
}
body#index #site-content {
  position: relative;
}
body#index #site-content:before {
  background-image: url("../images/SVG/SMI_Flamme.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 100%;
  height: 98%;
  opacity: 0.1;
  z-index: -1;
}
body #boutons_raccs {
  position: fixed;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 20%;
  z-index: 10;
}
@media (max-width: 575px) {
  body #boutons_raccs {
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
body #boutons_raccs .bouton_racc {
  font-size: 13.5px;
  transition: transform ease-in-out 0.2s;
}
@media (min-width: 576px) {
  body #boutons_raccs .bouton_racc {
    transform: translate(calc(100% - 55px));
  }
}
@media (max-width: 500px) {
  body #boutons_raccs .bouton_racc:not(:last-of-type) a .texte {
    display: none;
  }
}
body #boutons_raccs .bouton_racc a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}
@media (min-width: 576px) {
  body #boutons_raccs .bouton_racc a {
    justify-content: start;
  }
}
body #boutons_raccs .bouton_racc .picto_container {
  width: 55px;
}
body #boutons_raccs .bouton_racc div {
  padding: 10px;
}
body #boutons_raccs .bouton_racc.bouton_bleu {
  background-color: #19009D;
}
body #boutons_raccs .bouton_racc.bouton_bleu a {
  color: #fff !important;
}
body #boutons_raccs .bouton_racc.bouton_bleu img {
  filter: brightness(0) invert(1);
}
body #boutons_raccs .bouton_racc.bouton_rouge {
  background-color: #fff;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1607843137);
}
body #boutons_raccs .bouton_racc.bouton_rouge a {
  color: #D90114 !important;
}
body #boutons_raccs .bouton_racc.bouton_rouge img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(76%) saturate(3961%) hue-rotate(344deg) brightness(88%) contrast(119%);
}
body #boutons_raccs .bouton_racc:hover {
  transform: translate(0);
  transition: transform ease-in-out 0.2s;
}
@media (max-width: 575px) {
  body #boutons_raccs .bouton_racc {
    bottom: 0;
    width: 100%;
  }
}
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) {
  position: relative;
}
body p:has(img)::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
}
body p:has(img) img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 150px 0px 0px;
}
body p:has(img) img.size-large {
  width: 400px;
  height: 400px;
}
body p:has(img) img.size-medium {
  width: 300px;
  height: 300px;
}
body .size-large {
  max-width: 700px;
  width: 100%;
}
body h2,
body .h1 {
  font-weight: bold;
}
body .btn_submit_container {
  position: relative;
}
body .btn_submit_container:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 28px;
  background-color: #19009D;
  top: 0;
  left: 0;
  z-index: 10;
}
body .btn_submit_container:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: white;
  top: 20px;
  right: 0;
}
body .btn_submit_container .wpcf7-submit {
  font-size: 13.5px;
  background: #19009D;
  color: #fff;
  z-index: 10000000;
  position: relative;
  transition: transform ease-in-out 0.2s;
  border-radius: 0;
}
body .btn_submit_container .wpcf7-submit:hover {
  transform: translate(50px);
  transition: transform ease-in-out 0.2s;
}
body .wpcf7-submit {
  /*&:after {
      content: "";
      width: 100%;
      height: 3px;
      background-color: white;
      top: 50%;
      right: 0;
  }*/
  border: unset;
  float: right;
  padding: 0;
  color: #fff;
  transition: 0.2s;
  display: inline-block;
  position: relative;
  padding-right: 120px;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
}
body .wpcf7-submit:hover {
  padding-left: 60px;
  padding-right: 65px;
}
body .wpcf7-submit:hover:after {
  content: "";
  width: 60px;
}
body .btn_envoyer {
  position: relative;
}
body .btn_envoyer #wpcf-custom-btn-0 {
  width: auto;
}
body .btn_envoyer .bordure_blanche {
  border-top: 2px solid #fff;
  padding-left: 0;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  width: 115px;
  transition: 0.2s;
  top: 2px;
  right: 0;
}
body .col_logos_rs a,
body .nav_item_rs a {
  margin: 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: 50px;
}
body .logo_site {
  max-width: 225px;
  max-height: 125px;
}
@media (max-width: 767px) {
  body .logo_site {
    max-width: 100%;
  }
}
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 .right_contenu_content,
body .left_contenu .left_contenu_content,
body .right_contenu .right_contenu_content,
body .right_contenu .left_contenu_content {
  width: 100%;
  height: 100%;
  position: relative;
}
body .left_contenu .right_contenu_content .slider_2col,
body .left_contenu .left_contenu_content .slider_2col,
body .right_contenu .right_contenu_content .slider_2col,
body .right_contenu .left_contenu_content .slider_2col {
  aspect-ratio: 1/1;
}
body .left_contenu .right_contenu_content .slider_2col .image_slider,
body .left_contenu .left_contenu_content .slider_2col .image_slider,
body .right_contenu .right_contenu_content .slider_2col .image_slider,
body .right_contenu .left_contenu_content .slider_2col .image_slider {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 150px 0 0;
}
@media (min-width: 1200px) {
  body .left_contenu .right_contenu_content .slider_2col,
  body .left_contenu .left_contenu_content .slider_2col,
  body .right_contenu .right_contenu_content .slider_2col,
  body .right_contenu .left_contenu_content .slider_2col {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  body .left_contenu .right_contenu_content .slider_2col,
  body .left_contenu .left_contenu_content .slider_2col,
  body .right_contenu .right_contenu_content .slider_2col,
  body .right_contenu .left_contenu_content .slider_2col {
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: -30px;
  }
}
body .left_contenu .right_contenu_content .contenu_image,
body .left_contenu .left_contenu_content .contenu_image,
body .right_contenu .right_contenu_content .contenu_image,
body .right_contenu .left_contenu_content .contenu_image {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 150px 0 0;
}
@media (max-width: 575px) {
  body .left_contenu .right_contenu_content .contenu_image,
  body .left_contenu .left_contenu_content .contenu_image,
  body .right_contenu .right_contenu_content .contenu_image,
  body .right_contenu .left_contenu_content .contenu_image {
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: -30px;
  }
}
@media (min-width: 1200px) {
  body .left_contenu .right_contenu_content .contenu_image,
  body .left_contenu .left_contenu_content .contenu_image,
  body .right_contenu .right_contenu_content .contenu_image,
  body .right_contenu .left_contenu_content .contenu_image {
    max-width: 400px;
  }
}
body .left_contenu .right_contenu_content .contenu_image,
body .left_contenu .right_contenu_content .slider_2col,
body .right_contenu .right_contenu_content .contenu_image,
body .right_contenu .right_contenu_content .slider_2col {
  margin-left: auto;
  margin-right: 0;
}
body .slick-track {
  margin: 0;
}
body .slick-dots {
  bottom: 25px;
}
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: 20px;
  padding: 0;
  background: white;
  opacity: 0.3;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: white;
  opacity: 1;
}
body .slick-arrow {
  bottom: 15px;
  top: 128px;
  width: 35px;
  height: 35px;
  background: transparent;
}
body .slick-arrow.slick-prev {
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
body .slick-arrow.slick-prev::before {
  -webkit-mask-image: url("../images/SVG/arrow_left_sharp.svg");
          mask-image: url("../images/SVG/arrow_left_sharp.svg");
}
body .slick-arrow.slick-next {
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
body .slick-arrow.slick-next::before {
  -webkit-mask-image: url("../images/SVG/arrow_right_sharp.svg");
          mask-image: url("../images/SVG/arrow_right_sharp.svg");
}
body .slick-arrow.slick-prev::before, body .slick-arrow.slick-next::before {
  opacity: 1;
}
body .slick-arrow.slick-prev.slick-disabled::before, body .slick-arrow.slick-next.slick-disabled::before {
  opacity: 0;
}
body .slick-arrow::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #EE8105;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 50%;
  transform: translate(-50%, -50%);
}
body .bloc_slicks {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  body .bloc_slicks {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  body .bloc_slicks {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  body .slicks {
    width: 90%;
    margin: auto;
  }
}
body .slicks .slick-slide {
  margin: 0 15px;
}
body .slicks .slick-arrow {
  top: 50%;
}
body .slicks .slick-arrow:before {
  background-color: #19009D;
}
body .slicks a {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body #module_references.box_shadow {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
    background-color: white;
  }
}
@media (max-width: 991px) {
  body #module_references.box_shadow {
    max-width: 300px;
    margin: 0 auto;
  }
}
body #module_references .slick_slide_image {
  aspect-ratio: 265/177;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body #module_references .slider-nav {
  margin-top: 2rem;
  /* the parent */
}
body #module_references .slider-nav .slick-slide {
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
}
body #module_references .slider-nav .slick-list {
  margin-left: -1px;
  margin-right: -1px;
}
@media (min-width: 992px) {
  body #module_references .slider-for {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
    background-color: white;
    padding: 0.8rem;
  }
}
@media (max-width: 575px) {
  body #module_references .slider-for {
    width: 90%;
    margin: auto;
  }
}
body #module_references .slick-arrow:before {
  background-color: #19009D;
}
body #module_references .slick-arrow.slick-next {
  right: -35px;
}
body #module_references .slick-arrow.slick-prev {
  left: -35px;
}
body #module_references .slick-dots li button {
  background-color: #19009D;
}
body #module_references .slick-dots li.slick-active button {
  background: #D90114;
}
@media (min-width: 991px) {
  body #module_references .credit_photo {
    text-align: right;
  }
}
body #module_references span {
  font-size: 12px;
}
body #module_references .filter {
  list-style: none;
}
@media (min-width: 575px) and (max-width: 991px) {
  body #module_references .filter {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 991px) {
  body #module_references .filter .btn_filter {
    background-image: none !important;
    color: #19009D;
    border: 1px solid #19009D;
    margin-bottom: 12px;
    padding: 4px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  body #module_references .filter .btn_filter {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 50px 0px 0px;
    transition: 0.2s;
    max-height: 100px;
    height: 100px;
    font-size: 18px;
    cursor: pointer;
  }
}
body #module_references .filter .btn_filter span {
  position: relative;
  z-index: 1;
  display: block;
  background-image: url("../images/SVG/arrow_right_sharp.svg");
  background-repeat: no-repeat;
  background-size: 14px 17px;
  filter: brightness(0) invert(1) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.54));
  background-position: right center;
  width: 100%;
  padding-right: 20px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body #module_references .filter .btn_filter span {
    background-image: none !important;
    color: #19009D;
    filter: none;
  }
}
@media (min-width: 991px) {
  body #module_references .filter .btn_filter .filtre {
    background-color: #19009D;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px 50px 0px 0px;
  }
}
body form {
  font-size: 13.5px;
}
body form label {
  width: 100%;
}
body form input:not([type=submit]),
body form textarea {
  width: 100%;
}
body form input[type=radio] {
  width: auto;
}
body form input,
body form textarea {
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
  border-radius: 0px 0px 50px 0px;
}
body form input::-moz-placeholder, body form textarea::-moz-placeholder {
  color: #19009D;
  opacity: 1;
}
body form input::placeholder,
body form textarea::placeholder {
  color: #19009D;
  opacity: 1;
}
body form .wpcf7-submit {
  background-color: transparent;
  color: white;
}
body form .wpcf7-spinner {
  margin: auto;
  display: block;
  margin-top: 10px;
}
body form .wpcf7-not-valid-tip {
  color: #EE8105;
}
body form .wpcf7-file {
  padding: 10px 0px;
}
body form.invalid .wpcf7-response-output,
body form .wpcf7 form.unaccepted .wpcf7-response-output,
body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #EE8105;
  border-color: #EE8105 !important;
  border-radius: 0px 0px 50px 0px;
}
body form p:has(.wpcf7-form-control-wrap) {
  margin-bottom: 8px;
}
body form #addPieceJointe {
  text-decoration: underline;
  font-size: 9.5px;
}
body form #addPieceJointe:hover {
  cursor: pointer;
}
body form #form_picto_container {
  width: 13px;
  display: inline-block;
  margin-left: 3px;
}
body .actualites_container .lien_actu {
  text-decoration: none;
  color: #19009D;
}
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: -moz-fit-content;
  height: fit-content;
  background: #D90114;
  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: #D90114;
  border-radius: 10px 0 0 10px;
  top: 0;
  z-index: -1;
  width: 180px;
  left: -155px;
}
body .actualites_container .page-numbers {
  padding: 8px 16px;
  background: #EE8105;
  margin: 2px;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
}
body .actualites_container .page-numbers.current {
  background: #D90114;
}
body header {
  background-color: #fff;
  color: #19009D;
  color: #19009D;
  z-index: 1000;
  display: flex;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1607843137);
  position: sticky;
  top: 0;
  font-weight: 400;
}
body header a {
  color: #19009D;
}
body header a {
  color: #19009D;
}
body header a::after {
  color: #19009D;
}
body header a:hover {
  color: #19009D;
}
body header a:hover::after {
  color: #19009D;
}
body header a:hover span {
  color: #19009D;
}
body header a span {
  color: #384247;
}
body header .picto_rs {
  background: #19009D;
}
body header #offcanvasNavbar .dropdown-menu.show .dropdown-item:hover {
  background: #fff;
  color: #19009D;
}
body header a {
  color: #19009D;
}
body header a::after {
  color: #19009D;
}
body header a:hover {
  color: #19009D;
}
body header a:hover::after {
  color: #19009D;
}
body header a:hover span {
  color: #19009D;
}
body header a span {
  color: #19009D;
}
body header .picto_rs {
  background: unset !important;
}
body header .logo_container {
  text-align: right;
  padding: 10px 30px;
  margin-right: 0;
  width: 70%;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 20px 0;
  position: relative;
}
body header .logo_container .logo_site {
  width: 100%;
  max-width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
body header .logo_container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 40px;
  left: -20px;
  background-color: #fff;
  top: 0;
}
body header .navbar {
  width: 30%;
}
body header .navbar .navbar-toggler {
  margin: auto;
}
body header .navbar #offcanvasNavbar .dropdown-menu.show {
  width: inherit;
  min-width: -moz-fit-content;
  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: #19009D !important;
}
body .thumbnail_page {
  position: relative;
  /*&:after {
      background-image: url();
  }*/
}
@media (min-width: 992px) {
  body .thumbnail_page {
    aspect-ratio: 5/1;
  }
}
body .thumbnail_page .thumbnail_image {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
}
@media (min-width: 992px) {
  body .thumbnail_page .thumbnail_image {
    position: absolute;
    width: 55%;
  }
}
@media (max-width: 991px) {
  body .thumbnail_page .thumbnail_image {
    width: 100%;
    aspect-ratio: 3/1;
  }
}
body .thumbnail_page .masque_header {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  body .thumbnail_page .masque_header {
    position: absolute;
    right: 0;
    -webkit-mask-image: url("../images/SVG/Masque_Header.svg");
            mask-image: url("../images/SVG/Masque_Header.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-position: right center;
            mask-position: right center;
    width: 55%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  body .thumbnail_page .masque_header {
    width: 100%;
    padding-bottom: 1%;
  }
}
body .thumbnail_page .titre_page {
  height: 100%;
  position: relative;
  z-index: 10;
  font-family: "Verveine";
}
@media (min-width: 992px) {
  body .thumbnail_page .titre_page {
    display: flex;
    /*justify-content: start;
    align-items: end;*/
    justify-content: center;
    align-items: center;
  }
}
body .thumbnail_page .titre_page h1 {
  font-size: 3.521vw;
  text-wrap: nowrap;
}
@media (max-width: 1200px) {
  body .thumbnail_page .titre_page h1 {
    font-size: 5vw;
  }
}
@media (max-width: 992px) {
  body .thumbnail_page .titre_page h1 {
    font-size: 6vw;
  }
}
@media (max-width: 992px) {
  body .thumbnail_page .titre_page h1 {
    text-align: center;
    font-size: 8vw;
  }
  body .thumbnail_page .titre_page h1 br {
    display: none;
  }
}
body .thumbnail_page.header_bleu .masque_header {
  background: transparent linear-gradient(255deg, #133188 0%, #70BDF5 100%) 0% 0% no-repeat padding-box;
}
body .thumbnail_page.header_bleu .titre_page {
  color: #fff;
}
body .thumbnail_page.header_blanc .masque_header {
  background: #fff;
}
body .thumbnail_page.header_blanc .titre_page {
  color: #19009D;
}
body .breadcrumb_bleu {
  color: #19009D;
}
body .breadcrumb_bleu a {
  color: #19009D;
}
body .breadcrumb_blanc {
  color: #fff;
}
body .breadcrumb_blanc a {
  color: #fff;
}
body .breadcrumbs {
  font-size: 13px;
}
body .line_btn_container {
  color: white;
  display: flex;
}
body .line_btn_container .line_btn p {
  margin: 0;
}
body .line_btn_container .line_btn .wpcf7-spinner {
  display: none;
}
body .line_btn_container .line_btn_after_container {
  width: 100%;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  transition: max-width ease-in-out 0.2s;
}
body .line_btn_container .line_btn_after_container .line_btn_after {
  height: 2px;
  background: white;
  width: 100%;
}
body .line_btn_container:hover .line_btn_after_container {
  max-width: 100px;
  transition: max-width ease-in-out 0.2s;
}
body footer {
  text-align: center;
  /* .linear_orange {
      height: 40px;
  } */
}
@media (max-width: 575px) {
  body footer {
    margin-bottom: 60px;
  }
}
body footer a {
  text-decoration: none;
}
body footer .logo_site {
  margin-bottom: 20px;
}
body footer .col_logos_rs {
  text-align: center;
  flex-direction: row;
  display: flex;
  justify-content: center;
}
body footer .bloc_rs {
  background-color: #EE8105;
  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_footer {
  background: transparent linear-gradient(255deg, #70BDF5 0%, #133188 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
body footer .bloc_footer a {
  color: #fff;
}
@media (max-width: 991px) {
  body footer .bloc_footer .before {
    left: inherit;
    transform: inherit;
  }
}
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 form a {
  text-decoration: underline;
}
body footer .bloc_footer form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
body footer .bloc_footer form #modal_rgpd {
  color: #19009D;
}
body footer .row_vep {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
}
body footer .row_vep ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body footer .row_vep ul li {
    display: inline-block;
  }
  body footer .row_vep ul li:not(:last-child):after {
    content: " • ";
  }
}
body footer .row_vep a {
  width: auto;
  padding: 0;
  margin: 0 7px;
}

.v_center {
  display: flex;
  align-items: center;
}

.h_center {
  display: flex;
  justify-content: center;
}

.items_large {
  display: block;
  height: auto !important;
  position: relative;
  justify-content: end;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  background: url("../images/SVG/Menu_Deroulant_picto.svg");
  transform: rotate(0deg);
  transition: transform ease-in-out 0.2s;
  border: unset !important;
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .dropdown-toggle::after {
    position: absolute;
  }
}

.dropdown-toggle.dropdown-toggle_open::after {
  transform: rotate(-180deg);
  transition: transform ease-in-out 0.2s;
}

.children_container {
  position: absolute;
  display: none;
  z-index: -10;
  top: 100%;
  left: 5%;
  width: 80%;
}
.children_container.children_open {
  display: block;
}
.children_container .dropdown-menu {
  width: 100%;
  background: #19009D;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  display: flex;
  min-height: 80px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  flex-wrap: wrap;
}
.children_container .dropdown-menu li {
  width: 20%;
  min-height: 80px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.children_container .dropdown-menu a {
  padding: 20px;
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: initial;
}
.children_container .dropdown-menu a:hover {
  background: #D90114;
}

.nav_item_rs .picto_rs_menu {
  width: 32px;
  height: 32px;
  background-color: #19009D;
}
.nav_item_rs .picto_rs_menu:hover {
  background-color: #D90114;
}

.chiffres_cles .col_dispo {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .chiffres_cles .col_dispo {
    border-right: 2px solid #19009D;
  }
}
.chiffres_cles .col_dispo:nth-child(4n+0) {
  border-right: unset;
}
.chiffres_cles .dispo_ligne {
  flex-direction: row;
}
.chiffres_cles .dispo_colonne {
  flex-direction: column-reverse;
}
.chiffres_cles .picto_chiffre_cle {
  width: 50px;
  height: 50px;
  background: #fff;
  min-width: 50px;
}

@media (min-width: 1200px) {
  .linear_orange .chiffres_cles .col_dispo {
    border-right: 2px solid #fff;
  }
}
.linear_orange .chiffres_cles .col_dispo:nth-child(4n+0) {
  border-right: unset;
}

body .page_metier .bloc_processus {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  body .page_metier .bloc_processus {
    margin-bottom: 75px;
  }
}
body .page_metier .bloc_processus h2 {
  margin-bottom: 40px;
}
body .page_metier .bloc_processus .bloc_processus_top {
  padding: 1rem;
}
@media (min-width: 992px) {
  body .page_metier .bloc_processus .bloc_processus_top {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  body .page_metier .bloc_processus .bloc_processus_top {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  body .page_metier .bloc_processus .col_processus:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  body .page_metier .bloc_processus .col_processus:last-of-type {
    margin-top: 20px;
  }
}
body .page_metier .bloc_processus .contribution_titre {
  line-height: 18px;
}
@media (min-width: 991px) {
  body .page_metier .bloc_processus .contribution_titre {
    margin-bottom: 20px;
  }
}
body .page_metier .bloc_processus .contribution_texte {
  line-height: 17px;
}
body .page_metier .bloc_processus .contribution_texte p:last-of-type {
  margin-bottom: 0;
}
body .page_metier .bloc_processus .bg_orange p:last-of-type {
  margin-bottom: 0;
}
body .page_metier .bloc_processus p:last-child {
  margin-bottom: 0;
}
body .page_metier .liens_ancres_categories {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  body .page_metier .liens_ancres_categories {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body .page_metier .liens_ancres_categories .lien_ancre_categorie:not(body .page_metier .liens_ancres_categories .lien_ancre_categorie:last-child) {
    margin-bottom: 1rem;
  }
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie .lien_ancre_categorie_link {
  color: white;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  padding: 5px 1rem;
  gap: 1rem;
  transition: 0.2s;
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie .lien_ancre_categorie_link .lien_ancre_categorie_cercle {
  position: relative;
  transition: 0.2s;
  background-repeat: no-repeat;
  height: 70px;
  background-size: contain;
  width: 50px;
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie .lien_ancre_categorie_link .lien_ancre_categorie_picto {
  background: #fff;
  transition: 0.2s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie .lien_ancre_categorie_link .lien_ancre_categorie_inner {
  line-height: 20px;
  transition: 0.2s;
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie .lien_ancre_categorie_link:hover .lien_ancre_categorie_cercle {
  animation: hoverCercle 0.2s;
  animation-iteration-count: 1;
  min-width: 70px;
  width: 70px;
  background-image: url("../images/SVG/before_blanc.svg");
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie:nth-child(3n+0) .lien_ancre_categorie_link {
  background: #EE8105;
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie:nth-child(3n+1) .lien_ancre_categorie_link {
  background: transparent linear-gradient(255deg, #70BDF5 0%, #133188 100%) 0% 0% no-repeat padding-box;
}
body .page_metier .liens_ancres_categories .lien_ancre_categorie:nth-child(3n+2) .lien_ancre_categorie_link {
  background: transparent linear-gradient(90deg, #D90114 0%, #EE8105 100%) 0% 0% no-repeat padding-box;
}
body .page_metier .rows_categories .row_categorie {
  margin-bottom: 30px;
  /* &:nth-child(3n+0) {
      color: $orange;
      .slick-arrow::before {
          background-color: $orange;
      }
  }
  &:nth-child(3n+1) {
      color: $bleu;
      .slick-arrow::before {
          background-color: $bleu;
      }
  }
  &:nth-child(3n+2) {
      color: $rouge;
      .slick-arrow::before {
          background-color: $rouge;
      }
  } */
}
@media (min-width: 992px) {
  body .page_metier .rows_categories .row_categorie {
    margin-bottom: 60px;
  }
}
body .page_metier .rows_categories .row_categorie .produit {
  /*&:not(&:last-child) {
          margin-right: 20px;
      }*/
  margin-right: 10px;
  margin-left: 10px;
}
body .page_metier .rows_categories .row_categorie .produit .produit_image {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .page_metier .rows_categories .row_categorie .produit .produit_image_default {
  background-image: url("../images/PNG/SMI_logo(Sans_Baseline)_produit.png");
  background-size: contain;
}
body .page_metier .rows_categories .row_categorie .produit .produit_contenu {
  padding: 15px;
}
@media (max-width: 575px) {
  body .page_metier .rows_categories .row_categorie .produit .produit_contenu {
    padding: 10px 0;
  }
}
body .page_metier .rows_categories .row_categorie_orange {
  color: #EE8105;
}
body .page_metier .rows_categories .row_categorie_orange .slick-arrow::before {
  background-color: #EE8105;
}
body .page_metier .rows_categories .row_categorie_bleu {
  color: #19009D;
}
body .page_metier .rows_categories .row_categorie_bleu .slick-arrow::before {
  background-color: #19009D;
}
body .page_metier .rows_categories .row_categorie_rouge {
  color: #D90114;
}
body .page_metier .rows_categories .row_categorie_rouge .slick-arrow::before {
  background-color: #D90114;
}
body .page_metier .rows_categories .row_categorie .h3 {
  margin-bottom: 15px;
  max-width: 320px;
}
@media (min-width: 991px) {
  body .page_metier .rows_categories .row_categorie .h3 {
    margin-bottom: 40px;
  }
}
body .page_metier .slick_produits .slick-dots {
  bottom: -25px;
}
body .page_metier .slick_produits .slick-dots li button {
  background: #19009D;
}
body .page_metier .slick_produits .slick-dots li.slick-active button {
  background: #19009D;
}

.col_avis {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .col_avis {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .col_avis {
    margin-bottom: 1rem;
  }
}

.bloc_moyenne_avis_client {
  display: flex;
  align-items: center;
}
.bloc_moyenne_avis_client .bloc_moyenne_avis {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bloc_moyenne_avis_client .bloc_moyenne_avis span {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloc_moyenne_avis_client .bloc_moyenne_avis span {
    font-size: 25px;
  }
}
.bloc_moyenne_avis_client .total_avis {
  margin-bottom: 1rem;
}

.col_avis2 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .col_avis2 {
    justify-content: flex-end;
  }
}

.svg_container {
  width: 210px;
}
.svg_container .starsGroupe {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3;
}

#showAvisModal .avis_client .avis_title {
  color: #D90114;
}
#showAvisModal .avis_client:not(:first-child) {
  padding-top: 0.8rem;
  border-top: 1px solid #DBDBDB;
}
#showAvisModal .avis_client .avis_note_date {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#showAvisModal .avis_client .svg_container {
  width: 100px;
}
#showAvisModal .avis_client .svg_container svg {
  height: 20px;
}
#showAvisModal .avis_client .svg_container svg .starsGroupe {
  fill: transparent;
  stroke: #19009D;
  stroke-width: 3;
}

#formAddAvis input:not([type=submit]),
#formAddAvis textarea {
  padding: 4px 20px;
  font-size: 14px;
  border: 1px solid #19009D;
  border-radius: 0px 0px 50px 0px;
}
#formAddAvis .btn_envoyer .wpcf7-submit {
  color: #D90114 !important;
}
#formAddAvis .bordure_blanche {
  border-top: 2px solid #D90114;
}

@keyframes hoverCercle {
  0% {
    background-image: none;
    min-width: 50px;
    width: 50px;
  }
  100% {
    min-width: 70px;
    width: 70px;
    background-image: url("../images/SVG/before_blanc.svg");
  }
}
#timeline-wrap {
  margin: 30px 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 250px;
}
#timeline-wrap #timeline-line {
  height: 3px;
  width: 100%;
  background-color: #E6E5EA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#timeline-wrap .timeline {
  position: relative;
}
#timeline-wrap .timeline.bleu {
  color: #19009D;
}
#timeline-wrap .timeline.orange {
  color: #EE8105;
}
#timeline-wrap .timeline.rouge {
  color: #D90114;
}
#timeline-wrap .timeline.bleu_transparent {
  color: #5899d9;
}
#timeline-wrap .timeline.jaune {
  color: #FFD000;
}
#timeline-wrap .timeline.clicked .marker {
  transform: scale(1.2);
  top: 40%;
}
#timeline-wrap .timeline.clicked .marker:after {
  content: "";
  -webkit-mask-image: url(../images/SVG/before_bleu.svg);
          mask-image: url(../images/SVG/before_bleu.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  width: 72px;
  height: 72px;
  left: -13px;
  top: -10px;
}
#timeline-wrap .timeline.clicked.bleu .cercle,
#timeline-wrap .timeline.clicked.bleu .marker:after {
  background-color: #19009D;
}
#timeline-wrap .timeline.clicked.bleu svg .st0 {
  fill: #19009D !important;
}
#timeline-wrap .timeline.clicked.bleu_transparent .cercle,
#timeline-wrap .timeline.clicked.bleu_transparent .marker:after {
  background-color: #5899d9;
}
#timeline-wrap .timeline.clicked.bleu_transparent svg .st0 {
  fill: #5899d9 !important;
}
#timeline-wrap .timeline.clicked.rouge .cercle,
#timeline-wrap .timeline.clicked.rouge .marker:after {
  background-color: #D90114;
}
#timeline-wrap .timeline.clicked.rouge svg .st0 {
  fill: #D90114 !important;
}
#timeline-wrap .timeline.clicked.orange {
  color: #EE8105;
}
#timeline-wrap .timeline.clicked.orange .cercle,
#timeline-wrap .timeline.clicked.orange .marker:after {
  background-color: #EE8105;
}
#timeline-wrap .timeline.clicked.orange svg .st0 {
  fill: #EE8105 !important;
}
#timeline-wrap .timeline.clicked.jaune {
  color: #FFD000;
}
#timeline-wrap .timeline.clicked.jaune .cercle,
#timeline-wrap .timeline.clicked.jaune .marker:after {
  background-color: #FFD000;
}
#timeline-wrap .timeline.clicked.jaune svg .st0 {
  fill: #FFD000 !important;
}
#timeline-wrap .timeline .marker {
  z-index: 1000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
#timeline-wrap .timeline .marker svg .st0 {
  fill: #A5A5A5 !important;
}
#timeline-wrap .timeline .annee {
  position: absolute;
  left: -50px;
  width: 100px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 575px) {
  #timeline-wrap .timeline .annee {
    font-size: 30px;
  }
}
#timeline-wrap .timeline .texte {
  position: absolute;
  max-width: 200px;
  width: 220px;
  font-size: 20px;
  font-weight: 700;
  border-left: 3px solid #E6E5EA;
  height: 150px;
  padding-left: 20px;
  padding-bottom: 20px;
  top: 25px;
  z-index: 0;
  line-height: 22px;
  display: none;
  left: -2px;
}
#timeline-wrap .timeline .cercle {
  width: 20px;
  height: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  position: absolute;
  display: none;
}
#timeline-wrap .timeline:nth-child(even) .texte {
  top: 50%;
  align-items: flex-end;
}
#timeline-wrap .timeline:nth-child(even) .annee {
  top: 13%;
}
#timeline-wrap .timeline:nth-child(even) .cercle {
  bottom: -35px;
  left: -10px;
}
#timeline-wrap .timeline:nth-child(odd) .texte {
  top: 0;
}
#timeline-wrap .timeline:nth-child(odd) .annee {
  top: 67%;
}
#timeline-wrap .timeline:nth-child(odd) .cercle {
  top: -9px;
  left: -10px;
}
@media (max-width: 1300px) {
  #timeline-wrap .timeline:last-child .texte {
    border-left: 0;
    border-right: 3px solid #E6E5EA;
    right: calc(100% - 2px);
    padding-left: 0;
    padding-right: 10px;
    left: inherit;
  }
}
@media (max-width: 575px) {
  #timeline-wrap .timeline:nth-last-child(2) .texte {
    border-left: 0;
    border-right: 3px solid #E6E5EA;
    right: calc(100% - 2px);
    padding-left: 0;
    padding-right: 10px;
    left: inherit;
    width: 170px;
  }
}

.lien_offre {
  text-decoration: none;
}
.lien_offre .tag {
  border: 1px solid white;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  color: white;
}
.lien_offre .bloc_offre_container {
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  background: transparent linear-gradient(255deg, #70BDF5 0%, #133188 100%) 0% 0% no-repeat padding-box;
}
.lien_offre .bloc_offre_container .bloc_offre {
  padding: 30px;
  padding-bottom: 10px;
  color: white;
}
.lien_offre .bouton_savoir_plus {
  outline: none;
  border: none;
  background: transparent;
  color: white;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  height: 70px;
  z-index: 2;
}
.lien_offre .bouton_savoir_plus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #D90114 0%, #EE8105 100%) 0% 0% no-repeat padding-box;
  z-index: -2;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all ease-in-out 0.5s;
}
.lien_offre:hover .bouton_savoir_plus {
  color: white;
  transition: all ease-in-out 0.5s;
}
.lien_offre:hover .bouton_savoir_plus:before {
  transform: scaleY(1);
  transition: all ease-in-out 0.5s;
}

.page_offredemploi .tag {
  border: 1px solid #19009D;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  color: #19009D;
}

@media (min-width: 576px) {
  body header {
    display: flex;
  }
  body .slick-dots {
    position: inherit;
    bottom: -15px;
  }
  body .slick-dots li {
    width: 20px;
    height: 20px;
  }
  body .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  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 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body footer .menu_bas {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  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 {
    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 header .logo_container {
    width: 20%;
  }
  body header .navbar {
    width: 80%;
  }
  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 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1200px) {
  body header .logo_container {
    width: 25%;
  }
  body header .navbar {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .container_1 {
    max-width: 1000px;
  }
  .container_2 {
    max-width: 1070px;
  }
  .container_3 {
    max-width: 980px;
  }
  .container_4 {
    max-width: 860px;
  }
  .container_5 {
    max-width: 1020px;
  }
  .container_6 {
    max-width: 1290px;
  }
}
@media (max-width: 991px) {
  body header .navbar #offcanvasNavbar .offcanvas-body {
    height: 100%;
  }
  body header .navbar #offcanvasNavbar .navbar-nav {
    flex-wrap: wrap;
    height: 100%;
    /* .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;

        .nav-link {
            text-align: center;
        }
    }*/
  }
  body header .navbar #offcanvasNavbar .nav_item_rs {
    display: flex;
    padding-top: 0;
  }
  body header .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body header .dropdown-menu {
    background: #19009D;
    border-radius: 0 !important;
    border: none;
    font-size: 14px;
  }
  body header .dropdown-menu a {
    color: #fff;
  }
}/*# sourceMappingURL=responsive.css.map */