@charset "UTF-8";
/*
*
* Variables générales
*
*/
.poppins {
  font-family: "Poppins", sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

.gruppo {
  font-family: "Gruppo", cursive;
}

.bg_bleu_fonce {
  background-color: #001B43;
  color: white;
}
.bg_bleu_fonce * {
  color: white;
}
.bg_blanc {
  background-color: white;
}
.bg_bleu {
  background-color: #2092D9;
  color: white;
}
.bg_bleu * {
  color: white;
}
.bg_gris_clair {
  background-color: #E5E7EB;
}

.texte_bleu_fonce {
  color: #001B43;
}
.texte_bleu_fonce_t {
  color: rgba(2, 2, 2, 0.6);
}
.texte_blanc {
  color: white;
}
.texte_gris_clair {
  color: #E5E7EB;
}
.texte_lilas {
  color: #758EB7;
}
.texte_orange {
  color: #FFB57F;
}
.texte_bleu_clair {
  color: #70CEEA;
}
.texte_turquoise {
  color: #4DBDC1;
}
.texte_black {
  font-weight: 900 !important;
}
.texte_bold {
  font-weight: 700 !important;
}
.texte_semibold {
  font-weight: 600 !important;
}
.texte_italique {
  font-style: italic;
}

.border_image_lilas {
  border: 17px solid #758EB7;
}
.border_image_orange {
  border: 17px solid #FFB57F;
}
.border_image_bleu_clair {
  border: 17px solid #70CEEA;
}
.border_image_turquoise {
  border: 17px solid #4DBDC1;
}
.border_bleu {
  border: 1px solid #001B43 !important;
}
.border_shadow {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
}

.radius_circle {
  border-radius: 100% !important;
}
.radius_full {
  border-radius: 100px !important;
}
.radius_large {
  border-radius: 50px !important;
}
.radius_medium {
  border-radius: 40px !important;
}
.radius_small {
  border-radius: 35px !important;
}

.translate_gauche {
  margin: auto auto auto 0;
}
.translate_droite {
  margin: auto 0 auto auto;
}

.bouton {
  background-color: white;
  border-radius: 100px;
  padding: 13px 40px;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  word-break: break-word;
}
.bouton:hover {
  color: white;
}
.bouton_bleu_fonce {
  color: #001B43;
  border: 1px solid #001B43;
}
.bouton_bleu_fonce:hover {
  background-color: #001B43;
}
.bouton_bleu {
  color: #2092D9;
  border: 1px solid #2092D9;
}
.bouton_bleu:hover {
  background-color: #2092D9;
}
.bouton_turquoise {
  color: #4DBDC1;
  border: 2px solid #4DBDC1;
}
.bouton_turquoise:hover {
  background-color: #4DBDC1;
}

.btn_custom {
  text-decoration: none;
  padding: 5px 25px;
  font-size: 12px;
  display: block;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.btn_custom_lilas {
  background-color: #758EB7;
  color: white;
}
.btn_custom_orange {
  background-color: #FFB57F;
  color: white;
}
.btn_custom_bleu_clair {
  background-color: #70CEEA;
  color: white;
}
.btn_custom_turquoise {
  background-color: #4DBDC1;
  color: white;
}
.btn_custom_blanc {
  padding: initial;
  background-color: white;
  color: #001B43;
  min-height: initial;
  font-size: initial;
}
.btn_custom_blanc:hover, .btn_custom_blanc:active, .btn_custom_blanc:focus {
  color: #001B43;
}
.btn_custom_loupe {
  padding-left: 50px !important;
}
.btn_custom_loupe::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/SVG/Decouvrir_picto.svg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn_custom_search {
  padding: 10px 25px;
  padding-right: 35px !important;
  font-size: 12px;
}
.btn_custom_search::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/SVG/Loupe_picto.svg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn_custom_contact {
  text-decoration: none;
  position: relative;
  padding-left: 50px !important;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.btn_custom_contact::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/SVG/Contact_Service_picto.svg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

/* .etoile_container {
    &_right {
        position: relative;
        .image_etoile {
            max-width: 650px;
            width: 40%;
            position: absolute;
            top: 0;
            right: 7%;
            opacity: 0.1;
            z-index: -1;
            transform: translate(0, -63%);
        }
    }
} */
.h1, h1 {
  font-size: calc(1.375rem + 2.8vw);
}

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

.font_small {
  font-size: 13.5px;
}

.font_x_small {
  font-size: 11.5px;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3.438rem;
  }
  .h2, h2 {
    font-size: 2.313rem;
  }
}
#navbarSupportedContent {
  font-size: 14px;
}

.etoile_container_left, .etoile_container_right {
  position: relative;
}
.etoile_container_left .image_etoile, .etoile_container_right .image_etoile {
  max-width: 650px;
  width: 40%;
  position: absolute;
  opacity: 0.1;
  z-index: -1;
}

.img_activite_hover_container {
  position: relative;
  overflow: hidden;
  height: calc(100% + 17px + 17px);
  margin: -17px 0;
}
.img_activite_hover_container .img_activite_hover {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img_activite_hover_container:hover .img_activite_hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

* {
  color: #001B43;
  font-family: "Poppins", sans-serif;
}

h1, .h1 {
  font-weight: 900;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}

h2, .h2 {
  font-weight: 700;
  text-transform: initial;
}

h3 {
  font-weight: 700;
}

.content_wp a {
  color: #758EB7;
}

#global {
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
}
#global #global_container {
  margin-bottom: 80px;
}

.logo_header_bandeau {
  max-width: 600px;
}

#mapCanvas {
  height: 490px !important;
}

#mapInfos {
  overflow-y: scroll;
  scrollbar-width: thin;
  height: 490px !important;
}

#menu_haut {
  /* .navbar-nav {
      align-items: center;
  } */
}
#menu_haut .dropdown .nav-link:focus, #menu_haut .dropdown .nav-link:hover {
  color: white;
}
#menu_haut .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
#menu_haut .dropdown .dropdown-menu .dropdown-item {
  color: #001B43;
}
#menu_haut .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: initial;
  color: #4DBDC1;
}
#menu_haut .nav-item {
  text-align: center;
}
#menu_haut .navbar_lang {
  text-align: center;
  justify-content: center;
  align-items: center;
}
#menu_haut .navbar_lang_mobile {
  width: 100%;
}
#menu_haut .navbar_lang_mobile .nav-item {
  margin: 0 5px;
}
#menu_haut .navbar_lang_mobile .lang_container {
  display: flex;
  flex-direction: row;
}
#menu_haut .navbar_lang_mobile .lang_container .nav-item {
  margin: 0 10px !important;
}

.bandeau_produits {
  padding-top: 90px;
}
.bandeau_produits .categorie_image {
  background-size: cover;
  max-width: 230px;
}

.bandeau_produits_page {
  background: #001B43;
}

.rejoignez_nous_container {
  padding: 20px;
  text-align: center;
}
.rejoignez_nous_container .titre_rejoignez_nous {
  text-transform: uppercase;
  font-weight: initial !important;
}

.notre_societe_container {
  padding: 25px 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.notre_societe_container .texte_bleu_fonce_t * {
  color: rgba(2, 2, 2, 0.6);
}
.notre_societe_container .col_gauche {
  padding: 0 50px;
}
.notre_societe_container .col_droite .h2 {
  padding: 0;
  margin-bottom: 0px;
}
.notre_societe_container .bouton_bleu_fonce {
  text-transform: uppercase;
  font-weight: 700;
}

.page_offresdemploi .etoile_container_right .image_etoile {
  bottom: 0;
  right: -5%;
  transform: translate(0, -10%);
}
.page_offresdemploi #accordionOffresdemploi .accordion-item {
  margin-bottom: 20px;
  /* .accordion-body {
      padding: 0px 30px 30px 50px;
  } */
}
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:hover,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:active,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus-visible,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus-within,
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:visited:target {
  color: #001B43;
  /* padding-left: 46px;
  padding-right: 26px; */
  background: unset;
  background-color: unset;
  box-shadow: unset;
  border: 4px solid transparent;
  font-size: 18.5px;
  font-weight: 700;
  border-radius: 34px;
}
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:hover:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:active:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus-visible:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:focus-within:not(.collapsed),
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button:visited:target:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: unset !important;
}
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion-button.collapsed:hover {
  border: 4px solid #001B43;
  border-radius: 34px;
}
.page_offresdemploi #accordionOffresdemploi .accordion-item .accordion_contenu, .page_offresdemploi #accordionOffresdemploi .accordion-item .accordion_contenu * {
  color: #001B43;
}

.center_d {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.center_d p {
  width: 100%;
}
.center_v {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer .logo_vep {
  max-width: 200px;
}

.vague_container {
  position: relative;
}
.vague_container .vague {
  position: absolute;
  left: 0;
  top: 0;
}

.footer .vague_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 161px;
  background: #001B43;
  left: -370px;
  top: -161px;
  transform: translate(-100%);
}
.footer .vague_container .vague {
  transform: translate(-100%, -100%);
  width: 370px;
  z-index: -1;
}

footer {
  color: #7B7B7B;
  font-weight: 400;
  background-image: url("../images/PNG/Etoile_footer(descendue).png");
  background-repeat: no-repeat;
  background-position: right -70px top 50px;
  background-size: initial;
  position: relative;
}
footer a {
  color: #7B7B7B;
}
footer .col_logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .col_logo .logo_supergel {
  padding: 0 20px;
  max-width: 560px;
  width: 80%;
  margin: auto;
}
footer .col_logo .slogan {
  color: white;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
footer .col_logo .slogan .separator_1::after, footer .col_logo .slogan .separator_3::after {
  content: " ▪ ";
}
footer .col_logo .slogan .separator_2::after {
  content: "\a";
  white-space: pre;
}
footer .col_liens {
  padding-top: 30px;
}
footer .col_liens * {
  color: #6B738E;
}
footer .col_liens .col_menu_bas ul {
  margin-left: 0px;
  list-style-type: none;
}
footer .col_liens .col_menu_bas ul li:not(:last-child) {
  padding-bottom: 20px;
}
footer .col_liens .col_menu_bas ul li a {
  color: #6B738E;
  text-decoration: none;
}
footer .col_liens .col_menu_bas ul li:first-child a {
  color: white;
  font-weight: 500;
}
footer .col_liens .col_adresse p:first-child {
  color: white;
  font-weight: 500;
}
footer .col_liens .col_adresse .titre {
  font-weight: 500;
  text-transform: uppercase;
}
footer .col_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .col_image img {
  width: 85%;
}
footer .col_image .img_locaux_supergel {
  max-width: 300px;
}

.page_recherche .results a {
  text-decoration: none;
}
.page_recherche .results a .article-container {
  border: 4px solid white;
  border-radius: 34px;
}
.page_recherche .results a .article-container:hover {
  border: 4px solid #001B43;
}

.pages .activites_bandeau {
  position: relative;
}
.pages .activites_bandeau .activite_image_container {
  background: white;
  border-radius: 100%;
  padding: 34px;
  max-width: 170px;
  margin: auto;
  /* .activite_image {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  } */
}
.pages .activites_bandeau .activite_image_container .activite_image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages .activites_bandeau .activite_image_container:hover .activite_image {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pages .activites_bandeau .activite_titre {
  margin: 20px;
}
.pages .activites_bandeau a {
  text-decoration: none;
}
.pages .activites_bandeau::before, .pages .activites_bandeau::after {
  content: "";
  background-image: url("../images/PNG/Etoile_Bleue.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
}
.pages .activites_bandeau::before {
  top: -30px;
  width: 50%;
  height: 120%;
  left: -580px;
  /* left: -340px; */
}
.pages .activites_bandeau::after {
  bottom: -160px;
  width: 50%;
  height: 120%;
  right: -600px;
  /* right: -340px; */
}
.pages .categorie_image_container {
  position: relative;
  overflow: hidden;
  max-width: 230px;
}
.pages .categorie_image_container .categorie_image {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages .categorie_image_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .categorie_image_container .overlay .overlay_nom {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 35px !important;
}
.pages .categorie_image_container:hover .categorie_image {
  opacity: 1;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pages .categorie_image_container:hover .overlay .overlay_nom {
  background-color: white;
  color: #001B43;
}
.pages .image_contenu {
  height: 100%;
  width: 90%;
  background-size: cover;
  background-position: center;
  margin: auto;
  min-height: 200px;
}
.pages .colonne_droite .image_contenu {
  margin: auto 0 auto auto;
}
.pages .colonne_gauche .image_contenu {
  margin: auto auto auto 0;
}
.pages .texte_rubik p, .pages .texte_rubik li, .pages .texte_rubik strong, .pages .texte_rubik span {
  font-family: "Rubik", sans-serif;
  color: rgba(2, 2, 2, 0.6);
}
.pages .page_header_with_picto .img_cover {
  width: 100%;
  object-fit: cover;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages .page_header_with_picto:hover .img_cover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pages .page_header {
  max-height: 350px;
}
.pages .page_header .slogan {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
.pages .page_header .slogan .separator_1::after, .pages .page_header .slogan .separator_3::after {
  content: " ● ";
}
.pages .page_header .slogan .separator_2::after {
  content: "\a";
  white-space: pre;
}
.pages .page_header .img_cover {
  width: 100%;
  object-fit: cover;
  height: 100%;
  padding: 0;
  max-height: 350px;
}
.pages .page_header .before_bicolore::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  background-image: linear-gradient(#001B43 161px, white 50%);
  height: 186px;
  left: 0;
  transform: translate(calc(-360px - 100%));
}
.pages .page_header .before_unicolore::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  background-image: linear-gradient(#001B43 161px, transparent 50%);
  height: 186px;
  left: 0;
  transform: translate(calc(-360px - 100%));
}
.pages .page_header .vague {
  width: 300px;
  transform: translate(-120%, 0);
}
.pages .logo_supergel {
  max-width: 360px;
  width: 100%;
}
.pages .img_activite {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 17px + 17px);
}
.pages .container_nos_produits {
  max-width: 750px;
  text-align: center;
}
.pages .container_nos_produits .categorie_image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
}
.pages .timeline_line {
  height: 4px;
  width: 100%;
  background-color: #001B43;
  margin-bottom: -38px;
  margin-top: 30px;
  position: relative;
}
.pages .timeline_line::after {
  content: "";
  background-image: url("../images/SVG/Fleche_droite.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
  top: -8px;
  right: -19px;
  width: 20px;
  height: 20px;
}
.pages #accordion_Timeline .slick-next {
  position: absolute;
  top: 36px;
  right: -7px;
  z-index: 10;
}
.pages #accordion_Timeline .slick-next::before {
  content: "";
  background-image: url("../images/SVG/Fleche_droite.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pages #accordion_Timeline .slick-prev {
  position: absolute;
  top: 36px;
  left: -7px;
  z-index: 10;
}
.pages #accordion_Timeline .slick-prev::before {
  content: "";
  background-image: url("../images/SVG/Fleche_gauche.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pages #accordion_Timeline .slick-disabled {
  opacity: 0;
}
.pages #accordion_Timeline .col_timeline {
  padding: 0 20px;
}
.pages #accordion_Timeline .col_timeline:hover .panel-title {
  background: #4DBDC1;
}
.pages #accordion_Timeline .col_timeline .panel-title {
  height: 70px;
  width: 70px;
  background: #001B43;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.pages #accordion_Timeline .col_timeline .panel-title .cercle_date {
  color: white;
  text-decoration: unset;
  font-weight: 700;
}
.pages #accordion_Timeline .col_timeline .panel-title .cercle_date small {
  color: white;
  font-weight: initial;
}
.pages #accordion_Timeline .col_timeline .panel-body {
  border: 4px solid #4DBDC1;
  padding: 20px;
  position: relative;
  margin-top: 40px;
  background: white;
}
.pages #accordion_Timeline .col_timeline .panel-body::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: white;
  top: 7px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(45deg);
  border: 4px solid #4DBDC1;
  border-bottom: unset;
  border-right: unset;
}

.page_activite .page_header_with_picto {
  max-height: 600px;
}
.page_activite .page_header_with_picto .img_cover {
  max-height: 600px;
}
.page_activite .page_header_with_picto .activite_picto_container {
  position: relative;
}
.page_activite .page_header_with_picto .activite_picto_container .activite_picto_bg {
  width: 40%;
  position: absolute;
  transform: translate(0, -75%);
  border-radius: 100%;
  overflow: hidden;
  max-width: 315px;
}
.page_activite .page_header_with_picto .activite_picto_container .activite_picto_bg .activite_picto_bg_img {
  background: white;
  width: 100%;
}
.page_activite .page_header_with_picto .activite_picto_container .activite_picto_bg .activite_picto_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60%;
}
.page_activite .chiffre_filigrane {
  color: rgba(77, 189, 193, 0.2);
  font-size: 180px;
  position: absolute;
  top: 0;
  left: -50px;
  transform: translate(0, -60%);
  line-height: 0;
  z-index: -1;
}
.page_activite .contenus_page_defaut strong {
  color: rgba(0, 27, 67, 0.6);
}
.page_activite .image_etoile {
  width: 50%;
  top: 80px;
}
.page_activite .etoile_container_right .image_etoile {
  right: -50%;
}
.page_activite .etoile_container_left .image_etoile {
  left: -55%;
}

.page_accueil .image_etoile {
  width: 50%;
  top: 0;
  transform: translate(0, -30%);
}
.page_accueil .etoile_container_left .image_etoile {
  left: -40%;
}
.page_accueil .etoile_container_right .image_etoile {
  right: -40%;
  transform: translate(0, 30%);
}
.page_accueil .copy_d_none {
  position: initial !important;
  opacity: 0;
  margin-top: 30px;
}
.page_accueil .page_header {
  height: 400px;
  margin-bottom: 0 !important;
  max-height: unset;
}
.page_accueil .page_header .banner_home {
  /* .vague_container {                
      position: absolute;
  } */
}
.page_accueil .page_header .banner_home .gif_container {
  position: absolute;
  top: -130px;
  right: -65%;
  opacity: 0.5;
}
.page_accueil .page_header .banner_home .gif_container .gif_home {
  width: 500px;
}
.page_accueil .page_header .banner_home .vague_haut_home {
  width: 410px;
  transform: translate(-100%);
}
.page_accueil .page_header .banner_home .vague_bas_home {
  /* right: -100%;
  position: absolute;
  width: 300px;
  transform: translate(-100%, -100%);
  top: 0;
  left: unset;
  bottom: unset; */
  right: -100px;
  position: absolute;
  width: 300px;
  transform: translate(100%, -100%);
  left: unset;
  bottom: unset;
}
.page_accueil .page_header .banner_home .after_unicolore::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 161px;
  right: -100px;
  background-color: #001B43;
  transform: translate(calc(300px + 100%), -100%);
}
.page_accueil .page_header .container_home_banner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.page_accueil .page_header .container_home_banner .alert_container {
  top: 50%;
  margin-top: 10px;
}
.page_accueil .page_header .container_home_banner .alert_container .alert_lilas {
  background: white;
  border: 4px solid #758EB7;
  border-radius: 25px !important;
}
.page_accueil .page_header .container_home_banner .alert_container .alert_lilas * {
  color: #758EB7;
  line-height: 1.1;
}
.page_accueil .page_header .container_home_banner .alert_container .alert_lilas .col_info {
  width: 100px;
  border-right: 4px solid #758EB7;
}
.page_accueil .page_header .container_home_banner .alert_container .alert_lilas #home_close_alert {
  background-image: url("../images/SVG/close.svg");
  opacity: 1;
  padding: 20px;
}
.page_accueil .h1 {
  color: #E5E7EB;
}
.page_accueil h2, .page_accueil .h2 {
  font-weight: 900;
}
.page_accueil .activites .picto_activite {
  max-width: 160px;
}
.page_accueil .activites .texte_activite_container {
  height: 100%;
}
.page_accueil .activites .bloc_blanc {
  position: absolute;
  bottom: 50px;
  min-height: 50px;
  width: 100%;
  padding: 30px 0;
  z-index: 1;
}
.page_accueil .activites .bloc_blanc * {
  margin-bottom: 0;
}
.page_accueil .activites .bloc_blanc *:not(.btn_custom) {
  color: #232631;
}
.page_accueil .activites .bloc_blanc .col_bloc_blanc {
  padding: 0 30px;
}
.page_accueil .activites .bloc_blanc .col_bloc_blanc .col_blanc_contenu {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: inherit;
}
.page_accueil .activites .bloc_blanc .col_bloc_blanc .col_blanc_contenu .center_d {
  padding: 0;
  width: 30px;
}
.page_accueil .activites .bloc_blanc .col_bloc_blanc .bloc_blanc_picto {
  max-width: 30px;
  max-height: 30px;
}
.page_accueil .activites .translate_droite .bloc_blanc {
  left: 60px;
}
.page_accueil .activites .translate_gauche .bloc_blanc {
  right: 60px;
}
.page_accueil .bandeau_produits_home {
  padding-bottom: 60px;
  background-image: url("../images/JPG/Etoile_Floue_Fond_bleu.jpg");
  background-size: cover;
}

.page_boutiques .etoile_container_right .image_etoile {
  top: 0;
  right: 7%;
  transform: translate(0, -63%);
}
.page_boutiques .boutique_btn {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #001B43;
  margin-bottom: 10px;
  padding-left: 70px;
}
.page_boutiques .boutique_btn:hover {
  cursor: pointer;
}
.page_boutiques .boutique_btn::before {
  content: "";
  background-image: url("../images/SVG/Localisation_picto.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 30px;
  top: 0;
  width: 50px;
  height: 100%;
  left: 10px;
}
.page_boutiques .boutique_highlight {
  background: #E5E7EB;
}

.page_export .picto {
  max-width: 160px;
  width: 100%;
}
.page_export .texte_header {
  max-width: 350px;
}
.page_export .texte_header p {
  color: rgba(2, 2, 2, 0.6);
}
.page_export .chiffre_cercle {
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 15px;
}
.page_export .zone_container {
  display: flex;
  /* align-items: center; */
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18.5px;
}
.page_export .zone_container .chiffre_cercle {
  background-color: #001B43;
}
.page_export .titre_zone_container {
  display: flex;
}
.page_export .titre_zone_container .chiffre_cercle {
  background-color: #4DBDC1;
}
.page_export .texte_zone {
  margin-left: 45px;
}
.page_export small {
  color: rgba(2, 2, 2, 0.6);
}
.page_export .lien_categorie_ancre {
  text-decoration: none;
}
.page_export .lien_categorie_ancre:hover *:not(.chiffre_cercle), .page_export .lien_categorie_ancre_turquoise *:not(.chiffre_cercle) {
  color: #4DBDC1;
}
.page_export .lien_categorie_ancre:hover .chiffre_cercle, .page_export .lien_categorie_ancre_turquoise .chiffre_cercle {
  background-color: #4DBDC1;
}
.page_export .lien_categorie_ancre div {
  background: white;
  border-radius: 100px;
  margin-bottom: 5px;
}
.page_export .hover_svg {
  opacity: 0;
}
.page_export .hover_svg:hover {
  opacity: 1;
}
.page_export .opacity_1 {
  opacity: 1;
}
.page_export .titre_zone {
  color: #4DBDC1;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18.5px;
}
.page_export .texte_zone {
  font-family: "Rubik", sans-serif;
}

.page_categorie .page_header {
  margin-bottom: 80px !important;
}
.page_categorie .page_categorie_header {
  padding: 90px 80px;
  margin-bottom: 90px;
}
.page_categorie .page_categorie_header .fleche_points_container {
  height: 20px;
  text-align: end;
  margin-bottom: 15px;
  margin-top: -15px;
}
.page_categorie .page_categorie_header .fleche_points_container .fleche_points {
  max-height: 100%;
}
.page_categorie .page_categorie_header .lien_categorie_ancre {
  text-decoration: none;
}
.page_categorie .page_categorie_header .lien_categorie_ancre .fleche_turquoise_container {
  position: absolute;
  top: 0;
  padding: 0 !important;
  height: 100%;
  width: 15px;
  right: 10px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.page_categorie .page_categorie_header .lien_categorie_ancre:hover *, .page_categorie .page_categorie_header .lien_categorie_ancre_turquoise * {
  color: #4DBDC1;
}
.page_categorie .page_categorie_header .lien_categorie_ancre:hover .fleche_turquoise_container, .page_categorie .page_categorie_header .lien_categorie_ancre_turquoise .fleche_turquoise_container {
  opacity: 1;
}
.page_categorie .page_categorie_header .lien_categorie_ancre div {
  background: white;
  padding: 2px 20px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.page_categorie .page_categorie_header .hover_svg {
  opacity: 0;
}
.page_categorie .page_categorie_header .hover_svg:hover {
  opacity: 1;
}
.page_categorie .page_categorie_header .opacity_1 {
  opacity: 1;
}
.page_categorie .categorie_container .categorie_description {
  font-family: "Rubik", sans-serif;
  color: rgba(2, 2, 2, 0.6);
}
.page_categorie .categorie_container .card {
  border: unset;
}
.page_categorie .categorie_container .card .card-img-top {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.page_categorie .categorie_container .card .card-body {
  font-family: "Rubik", sans-serif;
}
.page_categorie .categorie_container .card .card-body .card-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: rgba(2, 2, 2, 0.6);
}
.page_categorie .categorie_container .card .card-body .card-text {
  color: rgba(2, 2, 2, 0.6);
}
.page_categorie .categorie_bandeau {
  background-image: url("../images/PNG/Etoile_Grise.png");
  background-size: 670px;
  background-repeat: no-repeat;
  background-position: right 8% top 0%;
}
.page_categorie .categorie_bandeau .categorie_image {
  background-size: cover;
  max-width: 230px;
}
.page_categorie .categorie_bandeau .typologies_produit_accroche {
  font-weight: bold;
  font-size: 22px;
  max-width: 500px;
  margin: auto;
  line-height: 1.1;
}
.page_categorie .categorie_bandeau .categorie_image_container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6666666667);
}

.page_contact .page_contact_header {
  padding: 90px 80px 30px 80px;
  margin-bottom: 90px;
}
.page_contact .page_contact_header .encart_blanc_container {
  position: absolute;
  bottom: -30px;
  width: 100%;
  padding-right: 25px;
  transform: translate(0, 25px);
}
.page_contact .page_contact_header .bloc_form {
  margin: 0 30px;
}
.page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap button, .page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap input, .page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap optgroup, .page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap select, .page_contact .page_contact_header .bloc_form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: unset;
  border-radius: 25px;
  padding: 5px 20px;
}
.page_contact .page_contact_header .bloc_form .wpcf7-acceptance input {
  width: initial;
}
.page_contact .encart_blanc {
  padding: 20px;
}
.page_contact .image_contact {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 0 20px;
  max-width: 320px;
}
.page_contact .bloc_contacts {
  padding: 35px 60px;
}
.page_contact .bloc_contacts .titre_secteur {
  font-size: 18.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.page_contact .bloc_contacts .contacts_container {
  margin-left: 50px;
}
.page_contact .bloc_contacts .contacts_container .contact_container {
  margin-bottom: 35px;
}
.page_contact .bloc_contacts .contacts_container .texte_italique a {
  text-decoration: unset;
}
.page_contact .bloc_contacts .contacts_container .bloc_telephone {
  display: inline-block;
  background-color: white;
  color: #001B43;
  border-radius: 100px !important;
  font-weight: 700;
  padding: 5px 18px;
  font-size: 18.5px;
}

.page_defaut { /* 
.image_contenu {
    height: 100%;
    width: 90%;
    background-size: cover;
    background-position: center;
    margin: auto;
    min-height: 200px;
}
.colonne_droite {
    .image_contenu {
        margin: auto 0 auto auto;
    }
}
.colonne_gauche {
    .image_contenu {
        margin: auto auto auto 0;
    }
}
.texte_rubik {        
    p, li, strong, span {
        font-family: $rubik;
        color: $bleu_fonce_t;
    }
} */ }
.page_defaut .etoile_container_right .image_etoile {
  bottom: 0;
  right: -5%;
  transform: translate(0, -10%);
}
.page_defaut .contenus_page_defaut img {
  width: 80%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
  border-radius: 35px !important;
}
.page_defaut .contenus_page_defaut h3 {
  margin-bottom: 25px;
}

#home_alert_dismissible {
  display: none;
}

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