@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-font-size: 20px;
  --bs-body-color: #4E4E4E;
}

.navbar .navbar-toggler {
  --bs-navbar-toggler-border-color: rgba(122, 169, 132, 0.15);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  color: var(--bs-body-color);
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.d_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.d_center_v {
  height: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

h2, .h2 {
  position: relative;
}
h2::before, .h2::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 20px;
  background-color: #4E4E4E;
  border-radius: 5px;
  left: -35px;
  top: -5px;
}

blockquote {
  background: white;
  padding: 25px 30px;
  border-radius: 35px;
}
blockquote * {
  color: #4E4E4E !important;
  font-size: 24px;
  font-weight: 500;
}

.btn {
  border-radius: 11px;
  font-weight: 700;
  padding: 6px 22px;
  color: white;
  background: linear-gradient(to right, #4E4E4E 50%, #7AA984 50%);
  background-size: calc(200% + 15px) 108%;
  background-position: right -2px center;
  transition: all 0.3s ease;
  min-width: 250px;
}
.btn:hover {
  color: white;
  text-decoration: none;
  background-position: left -2px bottom;
}

.bg_orange {
  background: #F3854A;
}
.bg_orange * {
  color: white;
}
.bg_orange h2::before, .bg_orange .h2::before {
  background-color: white;
}
.bg_vert_c {
  background: #E9F4EB;
}
.bg_vert_c * {
  color: white;
}
.bg_vert_c h2::before, .bg_vert_c .h2::before {
  background-color: white;
}
.bg_vert_f {
  background: #4D6E54;
}
.bg_vert_f * {
  color: white;
}
.bg_vert_f h2::before, .bg_vert_f .h2::before {
  background-color: white;
}
.bg_vert {
  background: #7AA984;
  color: white;
}
.bg_vert * {
  color: white;
}
.bg_vert h2::before, .bg_vert .h2::before {
  background-color: white;
}
.bg_vert .btn {
  color: white;
  background: linear-gradient(to right, white 50%, #4E4E4E 50%);
  background-size: calc(200% + 15px) 108%;
  background-position: right -2px center;
  transition: all 0.3s ease;
}
.bg_vert .btn:hover {
  color: #7AA984;
  text-decoration: none;
  background-position: left -2px bottom;
}
.bg_gris_c {
  background: #E4E4E4;
}
.bg_gris_c * {
  color: #F3854A;
}
.bg_gris_c h2::before, .bg_gris_c .h2::before {
  background-color: #F3854A;
}
.bg_gris_c .btn {
  color: white;
  background: linear-gradient(to right, #4E4E4E 50%, #F3854A 50%);
  background-size: calc(200% + 15px) 108%;
  background-position: right -2px center;
  transition: all 0.3s ease;
}
.bg_gris_c .btn:hover {
  text-decoration: none;
  background-position: left -2px bottom;
}
.bg_gris {
  background: #4E4E4E;
  color: white;
}
.bg_gris * {
  color: white;
}
.bg_gris h2::before, .bg_gris .h2::before {
  background-color: white;
}
.bg_gris .btn {
  color: #7AA984;
  background: linear-gradient(to right, #7AA984 50%, white 50%);
  background-size: calc(200% + 15px) 108%;
  background-position: right -2px center;
  transition: all 0.3s ease;
}
.bg_gris .btn:hover {
  color: white;
  text-decoration: none;
  background-position: left -2px bottom;
}
.bg_blanc {
  background: white;
  color: #4E4E4E;
}
.bg_blanc * {
  color: #4E4E4E;
}
.bg_blanc .btn {
  color: white;
  background: linear-gradient(to right, #4E4E4E 50%, #7AA984 50%);
  background-size: calc(200% + 15px) 108%;
  background-position: right -2px center;
  transition: all 0.3s ease;
}
.bg_blanc .btn:hover {
  text-decoration: none;
  background-position: left -2px bottom;
}

.texte_extra_light {
  font-weight: 200;
}
.texte_light {
  font-weight: 300;
}
.texte_regular {
  font-weight: 400;
}
.texte_medium {
  font-weight: 500;
}
.texte_bold {
  font-weight: 700;
}
.texte_bold p strong {
  font-weight: 900;
}
.texte_bold blockquote strong {
  font-weight: 900;
}
.texte_black {
  font-weight: 800;
}
.texte_ultra {
  font-weight: 900;
}
.texte_italic {
  font-style: italic;
}
.texte_uppercase {
  text-transform: uppercase;
}
.texte_orange {
  color: #F3854A;
  fill: #F3854A;
}
.texte_orange * {
  color: #F3854A;
}
.texte_orangeh2::before, .texte_orange.h2::before {
  background-color: #F3854A;
}
.texte_orange svg path {
  fill: #F3854A;
}
.texte_gris {
  color: #4E4E4E;
  fill: #4E4E4E;
}
.texte_gris ul, .texte_gris ul > li {
  color: #4E4E4E !important;
  fill: #4E4E4E !important;
}
.texte_gris_c {
  color: #E4E4E4;
  fill: #E4E4E4;
}
.texte_gris_c * {
  color: #E4E4E4;
}
.texte_gris_ch2::before, .texte_gris_c.h2::before {
  background-color: #E4E4E4;
}
.texte_gris_c svg path {
  fill: #E4E4E4;
}
.texte_vert {
  color: #7AA984;
  fill: #7AA984;
}
.texte_vert * {
  color: #7AA984;
}
.texte_verth2::before, .texte_vert.h2::before {
  background-color: #7AA984;
}
.texte_vert svg path {
  fill: #7AA984;
}
.texte_vert_c {
  color: #E9F4EB;
  fill: #E9F4EB;
}
.texte_vert_c * {
  color: #E9F4EB;
}
.texte_vert_ch2::before, .texte_vert_c.h2::before {
  background-color: #E9F4EB;
}
.texte_vert_c svg path {
  fill: #E9F4EB;
}
.texte_vert_f {
  color: #4D6E54;
  fill: #4D6E54;
}
.texte_vert_f * {
  color: #4D6E54;
}
.texte_vert_fh2::before, .texte_vert_f.h2::before {
  background-color: #4D6E54;
}
.texte_vert_f svg path {
  fill: #4D6E54;
}
.texte_blanc {
  color: white;
  fill: white;
}
.texte_blanc svg path {
  fill: #fff;
}

.font_75 {
  font-size: calc(1.59375rem + 4.125vw);
  line-height: calc(1.59375rem + 4.125vw + 5px);
}

.h1, h1 {
  font-size: calc(1.5625rem + 3.75vw);
  line-height: calc(1.5625rem + 3.75vw + 5px);
}

.font_50 {
  font-size: calc(1.4375rem + 2.25vw);
  line-height: calc(1.4375rem + 2.25vw + 5px);
}

.h2, h2, .font_48 {
  font-size: calc(1.425rem + 2.1vw);
  line-height: calc(1.425rem + 2.1vw + 5px);
}

.h3, h3, .font_40 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.375rem + 1.5vw + 5px);
}

.font_38 {
  font-size: calc(1.3625rem + 1.35vw);
  line-height: calc(1.3625rem + 1.35vw + 5px);
}

.font_34 {
  font-size: calc(1.3375rem + 1.05vw);
  line-height: calc(1.3375rem + 1.05vw + 5px);
}

.h4, h4, .font_32 {
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.325rem + 0.9vw + 5px);
}

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

.btn {
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw + 5px);
}

.h5, h5, .font_24 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw + 5px);
}

.h6, h6 {
  font-size: 20px;
  line-height: 25px;
}

.font_16 {
  font-size: 16px;
  line-height: 19px;
}

.font_15 {
  font-size: 12px;
  line-height: 18px;
}

.small, small {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .font_75 {
    font-size: 75px;
    line-height: 80px;
  }
  .h1, h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .font_50 {
    font-size: 45px;
    line-height: 50px;
  }
  .h2, h2, .font_48 {
    font-size: 40px;
    line-height: 45px;
  }
  .h3, h3, .font_40 {
    font-size: 30px;
    line-height: 35px;
  }
  .font_38 {
    font-size: 38px;
    line-height: 43px;
  }
  .font_34 {
    font-size: 28px;
    line-height: 33px;
  }
  .font_30 {
    font-size: 30px;
    line-height: 35px;
  }
  .font_15 {
    font-size: 15px;
    line-height: 19px;
  }
  .h4, h4, .font_32 {
    font-size: 20px;
    line-height: 25px;
  }
  .btn {
    font-size: 28px;
    line-height: 33px;
  }
  .h5, h5, .font_24 {
    font-size: 20px;
    line-height: 25px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
}
body #_home_navbar_lang {
  position: fixed;
  right: 20px;
  top: 0;
  display: flex;
  height: 100px;
  flex-direction: row;
  z-index: 12;
  background-color: #fff;
}
body #_home_navbar_lang .nav-link, body #_home_navbar_lang span.active {
  padding-right: 8px;
  padding-left: 8px;
}
body .navbar_lang {
  flex-direction: row;
  height: auto !important;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body #_home_navbar_lang .add_point, body .navbar_lang .add_point {
  position: relative;
  padding-right: 10px;
  font-weight: 600;
}
body #_home_navbar_lang .add_point::after, body .navbar_lang .add_point::after {
  position: absolute;
  content: "・";
  height: 100%;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
body #_home_navbar_lang .active, body .navbar_lang .active {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  font-weight: 300;
}
body #_home_navbar_lang .nav-link span, body .navbar_lang .nav-link span {
  font-weight: 600 !important;
  text-decoration: underline;
}
body main {
  overflow: hidden;
}
body main img {
  border-radius: 48px;
}
body main header {
  position: absolute;
  right: 0%;
  top: 95vh;
}
body .logo_vep {
  max-width: 140px;
}
body .picto_rs {
  height: 50px;
}
body .divider {
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid white;
  max-width: 300px;
}
body .image_radius {
  border-radius: 48px;
}
body .image_carre {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body header {
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 10000;
}
body header .navbar {
  width: 100%;
  padding: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: white;
  display: flex;
}
body header .navbar#menu_landing {
  width: 100%;
  padding: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1607843137);
  background: white;
  display: flex;
  flex-wrap: initial;
}
body header .navbar#menu_landing .offcanvas.offcanvas-end.d_center_v {
  height: 100% !important;
}
body header .navbar#menu_landing .logo_container {
  position: relative;
  width: inherit;
  display: flex;
  justify-content: center;
}
body header .navbar#menu_landing .logo_container .drapeau {
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
}
body header .navbar#menu_landing .logo_container .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
body header .navbar#menu_landing .logo_container .logo_site {
  max-width: 400px;
  width: 100%;
  padding: 0 30px;
  margin-left: 30px;
}
body header .navbar#menu_landing .menu_container {
  height: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar {
  flex-direction: column;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-header, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body {
  width: 100%;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body {
  display: block !important;
  height: 100% !important;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large {
  display: block;
  height: auto !important;
  position: relative;
  justify-content: end;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:hover, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:active, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:focus, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:focus-visible, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:target {
  background: #7AA984;
  color: white;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container {
  position: absolute;
  left: 0;
  top: -210%;
  width: 100%;
  display: none;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container.children_open {
  display: block;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu {
  width: 100%;
  background: #E9F4EB;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 10px;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu li {
  display: inline-block;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu li a {
  color: #4D6E54;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 25px;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .navbar_lang {
  position: absolute;
  top: -90vh;
  right: 5%;
  flex-direction: row;
  height: auto !important;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .navbar_lang .add_point {
  position: relative;
  padding-right: 10px;
}
body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .navbar_lang .add_point::after {
  position: absolute;
  content: "・";
  height: 100%;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
body header .navbar#menu_landing a, body header .navbar#menu_landing a * {
  font-weight: 300;
}
body header .navbar .offcanvas.offcanvas-end.d_center_v {
  height: 100% !important;
}
body header .navbar .logo_container {
  position: relative;
  width: inherit;
  display: flex;
  justify-content: center;
}
body header .navbar .logo_container .drapeau {
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
}
body header .navbar .logo_container .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
body header .navbar .logo_container .logo_site {
  max-width: 400px;
  width: 100%;
  padding: 0 30px;
  margin-left: 30px;
}
body header .navbar .menu_container {
  height: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}
body header .navbar .menu_container .offcanvasNavbar {
  background: #7aa984;
  border-radius: 0px 150px 0px 0px;
  flex-direction: column;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-header, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body {
  width: 100%;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body {
  display: block !important;
  height: 100% !important;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large {
  display: block;
  height: auto !important;
  position: relative;
  justify-content: end;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:hover, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:active, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:focus, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:focus-visible, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .nav-link:target {
  background: #7AA984;
  color: white;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  z-index: -10;
  top: 100%;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container.children_open {
  display: block;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu {
  width: 100%;
  background: #E9F4EB;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 10px;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu li {
  display: inline-block;
}
body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large .children_container .dropdown-menu li a {
  color: #4D6E54;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 25px;
}
body header .navbar a, body header .navbar a * {
  font-weight: 300;
}
body .bc_container .breadcrumbs a {
  color: #4E4E4E;
  text-decoration: none;
}
body .bc_container .current-page {
  font-weight: 700;
}
body .page_header {
  padding-top: 60px;
  z-index: 1;
  position: relative;
}
body .page_header .col_titre {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .page_header a {
  font-weight: 700;
  color: #7AA984;
}
body .page_default_content a {
  font-weight: 700;
  color: #7AA984;
}
body h1.h2 {
  font-weight: 700;
}
body .tag {
  border: 1px solid #4E4E4E;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  background: white;
}
body .lien_offre {
  text-decoration: none;
}
body .lien_offre .bloc_offre_container {
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
body .lien_offre .bloc_offre_container .bloc_offre {
  padding: 30px;
  padding-bottom: 10px;
  color: #4E4E4E;
}
body .lien_offre .bouton_savoir_plus {
  outline: none;
  border: none;
  background: transparent;
  color: #F3854A;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  height: 70px;
  z-index: -2;
}
body .lien_offre .bouton_savoir_plus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #F3854A;
  z-index: -2;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all ease-in-out 0.5s;
}
body .lien_offre:hover .bouton_savoir_plus {
  color: white;
  transition: all ease-in-out 0.5s;
}
body .lien_offre:hover .bouton_savoir_plus:before {
  transform: scaleY(1);
  transition: all ease-in-out 0.5s;
}
body .lien_actualite {
  text-decoration: none;
}
body .lien_actualite .bloc_actualite_container {
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  overflow: hidden;
  height: 100%;
}
body .lien_actualite .bloc_actualite_container .bloc_actualite {
  padding: 30px;
  padding-bottom: 10px;
  height: 100%;
  color: #4E4E4E;
  background: white;
}
body .lien_actualite .img_actualite {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
body .lien_actualite .bouton_savoir_plus {
  outline: none;
  border: none;
  background: transparent;
  color: #F3854A;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  height: 70px;
  z-index: -2;
}
body .lien_actualite .bouton_savoir_plus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #F3854A;
  z-index: -2;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: all ease-in-out 0.5s;
}
body .lien_actualite:hover .bouton_savoir_plus {
  color: white;
  transition: all ease-in-out 0.5s;
}
body .lien_actualite:hover .bouton_savoir_plus:before {
  transform: scaleY(1);
  transition: all ease-in-out 0.5s;
}
body .lien_actualite h2::before {
  content: unset;
}
body footer a {
  text-decoration: none;
}
body footer .logo_site {
  max-width: 400px;
  width: 90%;
  margin: 30px auto;
}
body footer .bg_gris {
  padding-top: 70px;
  padding-bottom: 60px;
}
body footer .bg_gris .bloc_coordonnees {
  width: -moz-fit-content;
  width: fit-content;
}
body footer .menu_bas {
  list-style-type: none;
  text-align: center;
}
body footer .menu_bas * {
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #4E4E4E;
}
body footer .menu_bas li {
  display: inline-block;
}
body footer .menu_bas li a {
  text-decoration: none;
}
body footer .menu_bas li:not(:last-child)::after {
  content: " | ";
}
body footer .row_vep {
  text-align: center;
}
body .pagination .page-numbers {
  margin: 0 5px;
}
body .pagination a {
  color: #F3854A;
  text-decoration: none;
}

body .timeline_container {
  position: relative;
}
body .timeline_container .slick-prev {
  top: -40px;
  left: calc(50% - 30px);
}
body .timeline_container .slick-prev::before {
  position: absolute;
  height: 30px;
  width: 17px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.00000190735 0 24.4 36.3'%3E%3Cpath d='M 16.1 36.3 L 24.4 36.3 l -16.1 -18.15 L 24.4 0 l -8.3 0 l -16.1 18.15 L 16.1 36.3 z' fill='%237AA984'/%3E%3C/svg%3E");
}
body .timeline_container .slick-next {
  top: -40px;
  right: calc(50% - 30px);
}
body .timeline_container .slick-next::before {
  position: absolute;
  height: 30px;
  width: 17px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.00000190735 0 24.4 36.3'%3E%3Cpath d='M 8.3 0 L -0 0 l 16.1 18.15 L 0 36.3 l 8.3 -0 l 16.1 -18.15 L 8.3 0 z' fill='%237AA984'/%3E%3C/svg%3E");
}
body .timeline_container::before {
  position: absolute;
  content: "";
  right: -10px;
  height: 100%;
  background-color: #fff;
  width: 22px;
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.1);
  top: 0;
}
body .timeline_container::after {
  position: absolute;
  content: "";
  right: -40px;
  height: calc(100% + 50px);
  background-color: #fff;
  width: 50px;
  top: -25px;
}
body .timeline_container .date_container {
  border: 3px solid #7AA984;
  max-width: 600px;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  position: relative;
}
body .timeline_container .date_container:first-child {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
body .timeline_container .date_container:first-child .date_container_inner {
  padding-left: 20px;
}
body .timeline_container .date_container:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: -3px;
  height: calc(100% + 6px);
  border: 3px solid #7AA984;
  background: #7AA984;
  left: 0px;
}
body .timeline_container .date_container:not(:first-child) .date_container_inner {
  padding-left: 50px;
}
body .timeline_container .date_container:not(:first-child) .date_container_inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 40px;
  background: white;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: -3px;
  top: -3px;
  height: calc(100% + 6px);
  border: 3px solid white;
}
body .timeline_container .date_container::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 40px;
  background: #7AA984;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -43px;
  top: -3px;
  height: calc(100% + 6px);
  border: 3px solid #7AA984;
  z-index: 10;
}
body .timeline_container .date_container .date_container_inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 40px;
  background: white;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -40px;
  top: 0;
  height: 100%;
  border: 3px solid white;
  z-index: 125;
}
body .timeline_container .date_container .date_content {
  height: 100%;
}
body .timeline_container .date_container .date_content .date_outline {
  color: white;
  -webkit-text-stroke-color: #7AA984;
  -webkit-text-stroke-width: 3px;
  font-weight: 700;
}
body .timeline_container .date_container .date_content .details {
  height: calc(100% - 45px);
  color: #7AA984;
  font-weight: 700;
}
body .timeline_container .slick-track {
  display: flex !important;
}
body .timeline_container .slick-slide {
  height: inherit !important;
}
body .blocs_couleur_container {
  /* img {
      width: 100%;
  } */
}
body .blocs_couleur_container .img_bloc_separator {
  border-radius: 0 !important;
  width: 100%;
}

.page_offredemploi .img_bloc_separator {
  padding: 0;
  border-radius: 0;
}
.page_offredemploi .h3 {
  color: #7AA984;
  font-weight: 700;
}

.bc_container {
  z-index: 0;
  position: relative;
}
.bc_container::after {
  position: absolute;
  content: "";
  right: 0;
  height: 280px;
  width: 350px;
  top: 100px;
  background-image: url("../images/PNG/Croche.png");
  background-repeat: no-repeat;
  z-index: 0;
}

.bg_orange .bc_container::after, .bg_vert_f .bc_container::after, .bg_vert .bc_container::after, .bg_gris .bc_container::after {
  background-image: url("../images/PNG/Croche_blanche.png");
  opacity: 0.1;
}

/* .categories_container {
    .slick-track {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between;
    }
    .slick-slide {
        height: inherit !important;
    }
} */
.prod_fr {
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.col_image_produit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}
.col_image_produit .bloc_image_produit {
  position: relative;
  /* margin-top: 100px;
  margin-bottom: 50px; */
  padding-top: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 250px;
}
.col_image_produit .bloc_image_produit .volutes_container {
  width: 100%;
  height: 25vw;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  overflow: hidden;
  position: relative;
}
.col_image_produit .bloc_image_produit .volutes_container .image_volutes {
  max-height: 120%;
  bottom: 0;
  position: absolute;
  left: -25%;
}
.col_image_produit .bloc_image_produit .volutes_container.volutes_container_small {
  height: 20vw;
}
.col_image_produit .bloc_image_produit .image_produits {
  position: absolute;
  bottom: 0;
  border-radius: 0;
  max-width: 75%;
  max-height: 450px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -100px);
}

.bloc_decouvrez {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.bloc_decouvrez svg {
  width: 35px;
  margin-right: 30px;
}

.bloc_titre_next {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.bloc_titre_next svg {
  width: 35px;
  margin-right: 30px;
}

.bloc_caracteristiques_produit {
  background-color: white;
  border-radius: 48px;
}
.bloc_caracteristiques_produit .caracs_container {
  padding: 30px;
}
.bloc_caracteristiques_produit .image_carac_produit {
  width: 87%;
  bottom: 0;
  background-position: center;
  background-size: cover;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  margin-top: 30px;
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}

form .wpcf7-form-control-wrap {
  display: initial;
  display: inline flow-root list-item;
  width: 100%;
  display: inline-block;
}
form label {
  width: 100%;
}
form button, form input:not(.wpcf7-submit), form optgroup, form select, form textarea {
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-bottom: 10px;
  color: #4E4E4E !important;
  padding: 10px 15px;
}
form .wpcf7-not-valid-tip {
  color: #4E4E4E;
}

.col_fix_margin {
  margin-top: 100px;
}
.col_fix_margin .card_custom {
  border-radius: 48px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border: unset;
  z-index: 10;
}
.col_fix_margin .card_custom .card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.col_fix_margin .card_custom .card-header.card-header-rounded {
  border-radius: 48px;
}
.col_fix_margin .card_custom .card-header:first-child {
  border-radius: 48px 48px 0 0;
  border: unset;
}
.col_fix_margin .card_custom .card-header .product_title {
  margin-bottom: 25px;
}
.col_fix_margin .card_custom .card-header .img_container {
  text-align: center;
  margin-bottom: 25px;
}
.col_fix_margin .card_custom .card-header .img_container .card-img-top {
  margin: auto;
  margin-top: -80px;
  max-height: 300px;
  width: auto;
  max-width: 100%;
  height: 260px;
  border-radius: 0;
}
.col_fix_margin .card_custom .card-header .img_produit_container {
  transition: box-shadow 0.3s;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
}
.col_fix_margin .card_custom .card-header .img_produit_container:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3215686275);
}
.col_fix_margin .card_custom .card-header .img_produit_container .img_produit {
  max-height: 100px;
  width: auto;
  margin: auto;
  max-width: 100%;
  border-radius: 0px;
}
.col_fix_margin .card_custom .card-body {
  border: unset;
}
.col_fix_margin .card_custom .card-body ul {
  list-style-position: inside;
  padding: 0;
}
.col_fix_margin .card_custom .card-footer {
  background-color: unset;
  border: unset;
}
.col_fix_margin .card_custom .card-footer:last-child {
  border-radius: 0 0 48px 48px;
}
.col_fix_margin .card_custom .card-footer .cta_plus {
  display: flex;
}
.col_fix_margin .card_custom .card-footer .cta_plus * {
  font-size: 16px;
  line-height: 18px;
}
.col_fix_margin .card_custom .card-footer .cta_plus .fleche_decouvrir {
  width: 15px;
  margin-left: 5px;
}
.col_fix_margin .card_custom .card_divider {
  border-bottom: 1px solid #4E4E4E;
}
.col_fix_margin .card_custom .card_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.col_fix_margin .card_custom .card_content a {
  color: #4E4E4E;
  text-decoration: none;
}

.noradius {
  border-radius: 0;
}

a.nodeco {
  color: inherit;
  text-decoration: none;
}

.bloc_bandeau_produits_container h2 {
  margin-top: 100px;
}

.categorie_bandeau .categories_container {
  justify-content: center;
  height: 500px;
}
.categorie_bandeau .categories_container .div_collapse {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height ease-in-out 0.2s;
  margin: 0;
}
.categorie_bandeau .categories_container .nodeco:hover .div_collapse {
  max-height: 550px;
  transition: max-height ease-in-out 0.2s;
}
.categorie_bandeau .categories_container_home {
  margin-bottom: 150px;
  position: relative;
  z-index: 10;
}

.decouvrir_prod_category {
  height: 460px;
}
.decouvrir_prod_category .slick-track {
  display: flex !important;
}
.decouvrir_prod_category .slick-slide {
  height: inherit !important;
}
.decouvrir_prod_category .slick-prev {
  display: none;
}
.decouvrir_prod_category .slick-next::before {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -30px;
}
.decouvrir_prod_category .card_custom {
  margin-bottom: 20px;
}
.decouvrir_prod_category .card_custom .card-header .product_title {
  margin-bottom: -10px;
}
.decouvrir_prod_category .card_custom .card-body {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: max-height ease-in-out 0.2s;
  margin: 0;
  text-align: center;
}
.decouvrir_prod_category .card_custom .card-body svg {
  width: 35px;
  margin-top: 55px;
  margin-bottom: 15px;
}
.decouvrir_prod_category .card_custom .card-footer {
  background-color: inherit !important;
  height: 45px;
}
.decouvrir_prod_category .nodeco:hover .card-body {
  max-height: 150px;
  transition: max-height ease-in-out 0.2s;
}

.page_accueil {
  position: relative;
  z-index: 1;
}

.cat_gris .slick-next::before {
  content: url("data:image/svg+xml,<svg version='1.1' id='Groupe_46' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33 33' style='enable-background:new 0 0 33 33' xml:space='preserve'><path id='Tracé_37' fill='%234E4E4E' d='M15.6,8h-3.9l7.7,8.6l-7.9,8.9h4l7.9-8.9L15.6,8z'/></svg>");
}
.cat_vert .slick-next::before {
  content: url("data:image/svg+xml,<svg version='1.1' id='Groupe_46' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33 33' style='enable-background:new 0 0 33 33' xml:space='preserve'><path id='Tracé_37' fill='%237AA984' d='M15.6,8h-3.9l7.7,8.6l-7.9,8.9h4l7.9-8.9L15.6,8z'/></svg>");
}
.cat_vert_f .slick-next::before {
  content: url("data:image/svg+xml,<svg version='1.1' id='Groupe_46' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33 33' style='enable-background:new 0 0 33 33' xml:space='preserve'><path id='Tracé_37' fill='%234D6E54' d='M15.6,8h-3.9l7.7,8.6l-7.9,8.9h4l7.9-8.9L15.6,8z'/></svg>");
}
.cat_orange .slick-next::before {
  content: url("data:image/svg+xml,<svg version='1.1' id='Groupe_46' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33 33' style='enable-background:new 0 0 33 33' xml:space='preserve'><path id='Tracé_37' fill='%23F3854A' d='M15.6,8h-3.9l7.7,8.6l-7.9,8.9h4l7.9-8.9L15.6,8z'/></svg>");
}

.bloc_bandeau_produits_container, .bloc_bg_volutes {
  background-image: url("../images/PNG/Volutes.png");
  padding-top: 90px;
  padding-bottom: 190px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.header_home_container {
  background-size: auto;
  background-position: initial;
  background-image: url("../images/PNG/Volutes_Home_2.png");
  background-repeat: no-repeat;
  height: 130vh;
  padding-bottom: 20vh;
  background-size: 90%;
  position: relative;
}

#logo_verretubex {
  position: absolute;
  left: 8%;
  width: 30vw;
  top: 7.7%;
  max-width: 575px;
  /* position: absolute;
  top: 10%;
  left: 0;
  width: 30vw;
  max-width: 575px;
  transform: translate(27%); */
}

.header_home_container #logo_verretubex {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

#titres_home_container {
  position: absolute;
  bottom: 38.5%;
  right: 7%;
  width: 90vw;
  max-width: 500px;
  color: #7AA984;
  z-index: 10;
}
#titres_home_container .titres_home_bg {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

.atout_orange .overlay .text-overlay {
  color: #F3854A;
}
.atout_orange .content_item .content_item_background h2, .atout_orange .content_item .content_item_background .texte_1 * {
  color: #F3854A;
}
.atout_orange:not(.item_expanded):hover .overlay {
  background-color: #F3854A;
}
.atout_orange:not(.item_expanded):hover .overlay .text-overlay {
  color: white;
}
.atout_vert .overlay .text-overlay {
  color: #7AA984;
}
.atout_vert .content_item .content_item_background h2, .atout_vert .content_item .content_item_background .texte_1 * {
  color: #7AA984;
}
.atout_vert:not(.item_expanded):hover .overlay {
  background-color: #7AA984;
}
.atout_vert:not(.item_expanded):hover .overlay .text-overlay {
  color: white;
}
.atout_vert_f .overlay .text-overlay {
  color: #4D6E54;
}
.atout_vert_f .content_item .content_item_background h2, .atout_vert_f .content_item .content_item_background .texte_1 * {
  color: #4D6E54;
}
.atout_vert_f:not(.item_expanded):hover .overlay {
  background-color: #4D6E54;
}
.atout_vert_f:not(.item_expanded):hover .overlay .text-overlay {
  color: white;
}
.atout_gris .overlay .text-overlay {
  color: #4E4E4E;
}
.atout_gris .content_item .content_item_background h2, .atout_gris .content_item .content_item_background .texte_1 * {
  color: #4E4E4E;
}
.atout_gris:not(.item_expanded):hover .overlay {
  background-color: #4E4E4E;
}
.atout_gris:not(.item_expanded):hover .overlay .text-overlay {
  color: white;
}

.offresdemploi h2::before, .container_raccs h2::before {
  content: unset;
}

.page_offredemploi .h3::before {
  content: unset;
}

.lien_actu {
  text-decoration: none;
}
.lien_actu .bloc_actu_left {
  min-height: 450px;
}
.lien_actu .bloc_actu_container {
  background: white;
  border-radius: 40px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
}
.lien_actu .bloc_actu_container .bloc_actu {
  display: flex;
  height: inherit;
  flex-wrap: wrap;
  align-items: initial;
}
.lien_actu .bloc_actu_container .actu_img_container {
  text-align: center;
  max-height: 100%;
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
}
.lien_actu .bloc_actu_container .actu_img {
  max-width: 100%;
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.lien_actu .bloc_actu_container p {
  color: #4E4E4E !important;
}
.lien_actu .bloc_actu_container .toggle_visible {
  height: 100%;
  width: 101%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
.lien_actu .bloc_actu_container .toggle_visible .svg_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lien_actu .bloc_actu_container .toggle_visible .date_center {
  display: flex;
  align-items: center;
}
.lien_actu:hover .toggle_visible {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}

.slick_Certifications {
  margin-top: 90px;
}
.slick_Certifications .logo_certification {
  margin: auto;
}

.bloc_type {
  margin-bottom: 25px;
  margin-top: 25px;
}
.bloc_type h3 {
  margin-bottom: 15px;
}

.container_raccs {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  color: #fff;
}
.container_raccs h2 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  margin-bottom: 35px;
}
.container_raccs .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: flex 0.8s ease;
  border-radius: 48px;
  position: relative;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 15px;
}
.container_raccs .item:hover {
  cursor: pointer;
}
.container_raccs .item_border {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container_raccs .item_expanded {
  flex: 4.5;
}
.container_raccs .item_expanded .item_border {
  overflow: hidden;
}
.container_raccs .item_expanded .content_item {
  height: 100%;
}
.container_raccs .item_expanded .content_item_background {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.container_raccs .item_expanded .content_item_background .texte_overflow {
  overflow-y: scroll;
  height: calc(100% - 250px);
  padding-bottom: 0;
}
.container_raccs .item_expanded:hover {
  cursor: default;
}
.container_raccs .item_up {
  transform: translateY(-45px);
  transition: all 0.5s ease-in-out;
}
.container_raccs .item_up:hover {
  transform: translateY(0%);
}
.container_raccs .item_down {
  transform: translateY(45px);
  transition: all 0.5s ease-in-out;
}
.container_raccs .item_down:hover {
  transform: translateY(0%);
}
.container_raccs .item_move_active {
  transform: translateY(0%);
  transition: all 0.8s ease-in-out;
}
.container_raccs .overlay {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.container_raccs .overlay .text-overlay {
  text-transform: uppercase;
  transform: rotate(-90deg);
  /*-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);*/
  width: 651px;
  text-align: center;
  margin: 15px;
  font-weight: 700;
}
.container_raccs .overlay .text-overlay p {
  text-align: center;
}
.container_raccs .content_item {
  top: 0;
  width: 100%;
  height: 0;
}
.container_raccs .content_item_background {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  width: 100%;
  background: white;
  height: 100%;
  padding: 20px;
}
.container_raccs .content_item_background .texte_2 {
  color: #4E4E4E;
}
.container_raccs .content_item_background .image_container {
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 35px;
  margin-bottom: 25px;
}

.btn-custom {
  margin-top: 15px;
}

.content_item_number {
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.item_expanded .overlay {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  height: 0;
}

.bloc_type {
  margin-bottom: 25px;
  margin-top: 25px;
}
.bloc_type h3 {
  margin-bottom: 15px;
}

.h2_before_orange::before {
  background-color: #F3854A !important;
}
.h2_before_vert::before {
  background-color: #7AA984 !important;
}
.h2_before_vert_f::before {
  background-color: #4D6E54 !important;
}
.h2_before_gris::before {
  background-color: #4E4E4E !important;
}

#fiole_1 {
  transform: rotate(-7.5deg);
  left: 20vw;
  height: 65%;
  position: relative;
  animation-name: fiole_1;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_1 {
  0% {
    top: 28%;
  }
  100% {
    top: 34%;
  }
}
#fiole_2 {
  transform: rotate(-10.5deg);
  left: 26.5vw;
  height: 27%;
  position: relative;
  animation-name: fiole_2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_2 {
  0% {
    top: 17%;
  }
  100% {
    top: 24%;
  }
}
#fiole_3 {
  transform: rotate(10.5deg);
  left: 27.5vw;
  height: 45%;
  position: relative;
  animation-name: fiole_3;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_3 {
  0% {
    top: 22%;
  }
  100% {
    top: 18%;
  }
}
#fiole_4 {
  transform: rotate(-12deg);
  left: 32.5vw;
  margin-top: 150px;
  height: 14%;
  position: relative;
  animation-name: fiole_4;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_4 {
  0% {
    top: -18%;
  }
  100% {
    top: -14%;
  }
}
#fiole_5 {
  transform: rotate(9deg);
  left: 32.5vw;
  margin-top: 50px;
  height: 17%;
  position: relative;
  animation-name: fiole_5;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_5 {
  0% {
    top: 29%;
  }
  100% {
    top: 24%;
  }
}
#fiole_6 {
  transform: rotate(22deg);
  left: 35vw;
  margin-top: 150px;
  height: 34%;
  position: relative;
  animation-name: fiole_6;
  animation-duration: 3.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fiole_6 {
  0% {
    top: -10%;
  }
  100% {
    top: -5%;
  }
}
.flame_image {
  max-width: 400px !important;
  width: 100%;
}

.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button::before {
  font-size: 25px !important;
}

.cta_wrapper {
  transition: box-shadow 0.3s;
  padding-top: 13px;
  border-radius: 22px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.cta_wrapper:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1882352941);
}

.mainActu {
  padding: 1rem;
}

.burger-nav {
  height: 100vh;
}

.offcanvas-backdrop.show {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

.drop_burger {
  background: none;
  border: none;
  margin-left: 20px;
}
.drop_burger .dropdown-item {
  color: white;
}

.linkedinLink a, .facebookLink a {
  margin: 0;
  padding: 5px !important;
}
.linkedinLink a .picto_rs, .facebookLink a .picto_rs {
  height: 30px;
}

.img_prod_bis {
  height: 250px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.container_padding {
  padding: 60px 12px;
}

.bloc_titre_next {
  margin-top: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  h2::before, .h2::before {
    top: -5px !important;
    height: 37px !important;
    width: 15px !important;
    left: -10px !important;
  }
  .header_home_container {
    margin-bottom: -30vh;
    background-position: 37% 80%;
    background-size: auto 75%;
  }
  #titres_home_container {
    left: 5%;
    width: 90%;
    top: 20px;
  }
  #fiole_1, #fiole_3 {
    display: none;
  }
  #fiole_2, #fiole_4, #fiole_5, #fiole_6 {
    animation: none;
  }
  #fiole_2 {
    left: -14vw !important;
    bottom: -46vh;
    filter: blur(4px);
  }
  #fiole_4 {
    left: -23vw !important;
    margin-top: 190px !important;
  }
  #fiole_5 {
    top: 34vh;
    left: 7vw !important;
  }
  #fiole_6 {
    left: -12vw !important;
    bottom: -4vh;
    margin-top: 190px !important;
  }
  .categories_container_home {
    margin-bottom: 300px !important;
  }
  .toggle_visible {
    opacity: 1 !important;
  }
  body header .navbar .menu_container #offcanvasNavbar {
    width: 100%;
  }
  /* .linkedinLink{
      margin-right: auto !important;
  } */
  .categorie_bandeau .categories_container .div_collapse {
    max-height: -moz-fit-content;
    max-height: fit-content;
    font-size: 14px;
  }
  .slick-dots {
    position: relative;
    bottom: 0px;
  }
  #logo_verretubex {
    display: none;
  }
  .middle_col_actu {
    padding: 0px !important;
  }
  .mainActu {
    padding: 0;
    padding-left: 0.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .date_container:not(:first-child)::before {
    content: unset !important;
  }
  .date_container:not(:first-child) .date_container_inner::before {
    content: unset !important;
  }
  .date_container::after {
    content: unset !important;
  }
  .date_container .date_container_inner::after {
    content: unset !important;
  }
  body header .navbar {
    /* .logo_container {
        width: 70%;
    } */
  }
  body header .navbar .menu_container #offcanvasNavbar .offcanvas-body a * {
    font-weight: 600;
  }
  body header .navbar .menu_container #offcanvasNavbar .offcanvas-body .navbar_lang .nav-link {
    color: white;
  }
  body header .navbar .menu_container #offcanvasNavbar .offcanvas-body .navbar_lang .add_point::after {
    color: white;
  }
  body header .navbar .menu_container #offcanvasNavbar .offcanvas-body .items_large {
    margin-left: 30px;
  }
  body header .navbar .menu_container #offcanvasNavbar .offcanvas-body .items_large .nav-link {
    color: white;
  }
}
@media (max-width: 767px) {
  body header .navbar .logo_container {
    width: 70%;
  }
  .lien_actu .bloc_actu_container .actu_img {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  body header .navbar {
    flex-wrap: wrap;
  }
  body header .navbar#menu_landing {
    flex-wrap: wrap;
  }
  body header .navbar#menu_landing .menu_container {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
    height: initial !important;
  }
  body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body ul {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .items_large {
    display: flex;
    flex-grow: initial !important;
  }
  body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body .navbar_lang {
    margin-top: 0;
  }
  body header .navbar .menu_container {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
    height: initial !important;
  }
  body header .navbar .menu_container .offcanvasNavbar .offcanvas-body {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body header .navbar .menu_container .offcanvasNavbar .offcanvas-body ul {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .items_large {
    display: flex;
    flex-grow: initial !important;
  }
  body header .navbar .menu_container .offcanvasNavbar .offcanvas-body .navbar_lang {
    margin-top: 0;
  }
  body .bloc_titre_next {
    margin-top: 50px;
  }
  body .item_expanded .content_item_background .texte_overflow {
    padding: 30px;
  }
  body .bloc_caracteristiques_produit {
    margin-top: 100px;
  }
  body .bloc_caracteristiques_produit .caracs_container {
    margin-left: -12px;
    padding: 50px 50px 50px 0;
  }
  body .bloc_caracteristiques_produit .image_carac_produit {
    transform: translate(-50px, -50px);
    position: absolute;
    left: unset;
  }
  body .img_prod_bis {
    margin-right: 30px;
  }
}
@media (max-width: 991px) { /* XS */
  .bloc_type {
    margin: 0 !important;
  }
  .container_raccs {
    flex-direction: column !important;
  }
  .content_item_number {
    /*right: 20px;
    left: unset !important;*/
    display: none;
  }
  .content_item_background {
    bottom: 0;
    border-radius: 0 10px 0 0 !important;
    top: unset !important;
  }
  .text-overlay {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    width: 100% !important;
    padding: 0 10px !important;
  }
  .item_up, .item_down {
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .container_small, .hook_actus {
    max-width: 980px;
  }
  .bloc_titre_next {
    margin-top: 70px;
  }
  .container_raccs {
    height: 850px;
  }
  .container_raccs .content_item {
    position: absolute;
    height: 100%;
  }
  .container_raccs .item {
    flex: 1;
    height: 100%;
    margin: 15px;
  }
  .container_raccs .item_border {
    position: absolute;
  }
  .container_raccs .overlay .text-overlay {
    position: absolute;
    margin: 0;
  }
  .container_raccs .item_expanded {
    flex: 4.5 !important;
  }
  .container_raccs .item_expanded .overlay {
    height: 100%;
  }
  .bloc_caracteristiques_produit {
    margin-top: 150px;
  }
  .img_prod_bis {
    height: 350px;
  }
  .col_image_produit .bloc_image_produit {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .bloc_titre_next {
    margin-top: 80px;
  }
  .bloc_caracteristiques_produit {
    margin-top: 180px;
  }
}
@media (min-width: 1400px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1380px;
  } */
  .bloc_titre_next {
    margin-top: 100px;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
  body header .navbar {
    flex-direction: row;
    flex-wrap: initial;
  }
  body header .navbar#menu_landing {
    flex-direction: row;
    flex-wrap: initial;
  }
  body header .navbar#menu_landing .menu_container {
    width: auto;
    height: 100% !important;
  }
  body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body ul.items_large, body header .navbar#menu_landing .menu_container .offcanvasNavbar .offcanvas-body ul.items_lang {
    height: 100% !important;
  }
  body header .navbar .logo_container {
    width: auto;
    height: 100%;
  }
  body header .navbar .menu_container {
    width: auto;
    height: 100% !important;
  }
  body header .navbar .menu_container .offcanvasNavbar .offcanvas-body ul.items_large, body header .navbar .menu_container .offcanvasNavbar .offcanvas-body ul.items_lang {
    height: 100% !important;
  }
}
@media (max-width: 1700px) {
  #fiole_1 {
    left: 15vw;
  }
  #fiole_2 {
    left: 21.5vw;
  }
  #fiole_3 {
    left: 22.5vw;
  }
  #fiole_4 {
    left: 30vw;
  }
  #fiole_5 {
    margin-top: 90px;
    left: 28vw;
  }
  #fiole_6 {
    left: 30vw;
  }
  #titres_home_container {
    bottom: 30.9%;
  }
  header .navbar .logo_container .logo_site {
    max-width: 350px !important;
    margin-top: 5px;
    padding: 0px 15px;
  }
  .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body main header {
    position: absolute;
    right: 0%;
    top: 94vh;
  }
}/*# sourceMappingURL=responsive.css.map */