﻿@font-face {
  font-family: Cooper Black;
  src: url('/Fonts/COOPBL.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clarendon Blk;
  src: url('/Fonts/Clrndnk.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-2: #1b1b1b;
  --white: white;
  --goldenrod: #eeab1e;
  --vert-feuille: #3f511e;
  --lime-green: #009949;
  --white-smoke-2: whitesmoke;
  --black: #333;
  --lime-green-2: #007a10;
  --white-smoke: #505050;
  --white-2: #ffec00;
  --silver: #bdbdbd;
  --vert-pale: #3f511b3b;
  --mauve: #cfa3c4;
  --vert-foncé: #175a20;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black-2);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  box-shadow: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.header {
  z-index: 9999;
  width: 100%;
  position: fixed;
}

.navbar {
  width: 100%;
  height: 120px;
  color: var(--white);
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 15px 15px;
  display: flex;
}

.nav-shop-cart {
  text-transform: none;
  cursor: pointer;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  transition: color .3s;
  display: flex;
}

.nav-shop-cart:hover {
  color: var(--goldenrod);
}

.nav-shop-cart.w--current {
  color: #0f898a;
}

.nav-shop-cart.tablet {
  display: none;
}

.nav-icon {
  width: 30px;
  margin-right: 10px;
}

.shop-circle {
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.menu-button {
  margin: 15px;
  padding: 0;
}

.menu-button.w--open {
  z-index: 10000;
  background-color: #0000;
}

.div-bar {
  background-color: var(--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
}

.top-line {
  background-color: var(--black-2);
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  position: relative;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: var(--black-2);
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bottom-line {
  background-color: var(--black-2);
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  position: relative;
  left: 0;
  right: 0;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  z-index: 9999;
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.nav-menu-main-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  transition: color .3s;
  display: flex;
}

.nav-menu-main-link:hover {
  color: var(--lime-green);
}

.nav-menu-main-link.w--current {
  color: var(--goldenrod);
}

.nav-menu-main-link.login {
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
  font-size: 24px;
  line-height: 30px;
}

.nav-menu-main-link.hidden {
  display: none;
}

.container {
  flex-flow: column wrap;
  align-items: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg-contrast {
  background-color: var(--white-smoke-2);
}

.section.blogue {
  padding-bottom: 60px;
}

.section.hidden {
  display: none;
}

.section.home-category {
  height: 650px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.section.home-category.two-third {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.home-category.two-third--reversed {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.home-secteurs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #3f511e3b;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
}

.section.home-secteurs.two-third {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.home-secteurs.two-third--reversed {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.home-positionnement {
  color: var(--vert-feuille);
  background-color: #3f511e3b;
  padding-top: 60px;
}

.section.curve {
  margin-top: -105px;
  display: none;
}

.footer {
  background-color: var(--black);
  color: var(--white);
}

.nav-secondary {
  flex: 0 auto;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.nav-secondary-link {
  height: 100%;
  color: inherit;
  border: 2px solid #0000;
  border-radius: 50px;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-secondary-link:hover {
  border-color: #ffffff6b;
}

.nav-secondary-link.hidden {
  display: none;
}

.dropdown-arrow {
  margin-left: 5px;
  margin-right: 0;
  position: static;
}

.nav-cart-lang-container {
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
}

.nav-lang {
  color: inherit;
  border-left: 1px solid #f5f5f540;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-lang:hover {
  color: var(--goldenrod);
}

.login-icon {
  filter: invert();
  width: 20px;
}

.client-link-container {
  width: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #00000080;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero-heading.absolute {
  z-index: 2;
  margin: 0 5%;
  position: absolute;
  bottom: 60px;
}

.hero-heading.accueil {
  color: var(--black-2);
  text-shadow: none;
  font-size: 30px;
  line-height: 33px;
}

.button-text {
  z-index: 300;
  text-shadow: none;
  font-weight: 700;
  position: relative;
}

.button {
  z-index: 200;
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .5s, transform .5s, background-color .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.button:hover {
  background-color: var(--lime-green-2);
  color: #fff;
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.button.yellow {
  background-color: var(--goldenrod);
}

.button.yellow:hover {
  background-color: #eb9916;
}

.button.white {
  background-color: var(--white);
  color: var(--black-2);
}

.button.white:hover {
  background-color: var(--white-smoke-2);
}

.button.white.d-none {
  display: none;
}

.button.small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top-style: solid;
  border-top-width: .5px;
  border-top-color: var(--vert-feuille);
  border-right-style: solid;
  border-right-width: .5px;
  border-right-color: var(--vert-feuille);
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: var(--vert-feuille);
  border-left-style: solid;
  border-left-width: .5px;
  border-left-color: var(--vert-feuille);
  box-shadow: none;
  color: var(--vert-feuille);
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.button.small:hover {
  box-shadow: inset 0 0 0 2px var(--vert-feuille);
  transform: none;
}

.hero {
  background-color: var(--black-2);
  flex-direction: row;
  height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.b2b {
  height: 500px;
}

.footer-container {
  border-top: 1px solid var(--white-smoke);
  flex-wrap: wrap;
  padding: 60px 8%;
  display: flex;
}

.div-33 {
  flex-wrap: wrap;
  width: 33%;
  padding-right: 30px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 30px;
  display: flex;
}

.footer-label {
  border-bottom: 1px solid var(--white-smoke);
  width: 100%;
  color: var(--goldenrod);
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--lime-green);
}

.galery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mask, .slide {
  height: auto;
}

.slide-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -15px;
  padding: 15px 70px;
  display: flex;
}

.arrow-container {
  background-color: var(--white);
  width: 60px;
  height: 60px;
  color: var(--black-2);
  border-radius: 50px;
  font-size: 24px;
  line-height: 24px;
  transition: transform .5s, color .5s;
}

.arrow-container:hover {
  color: var(--goldenrod);
  transform: scale(1.025);
}

.slider-container {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-video {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 44px;
  line-height: 50px;
}

.h1.white {
  color: var(--white);
}

.h1.centered {
  text-align: center;
}

.h1.centered.white.text-shadow {
  text-shadow: 0 0 10px #0000004d;
}

.h1.centered.white.text-shadow.title {
  margin-bottom: 0;
}

.footer-social-container {
  margin-bottom: 15px;
  display: flex;
}

.footer-social-link {
  filter: invert();
  width: 24px;
  margin-right: 15px;
  transition: opacity .3s;
}

.footer-social-link:hover {
  opacity: .75;
}

.footer-social-link.f-invert {
  filter: invert(0%);
}

.footer-info {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-info:hover {
  color: var(--lime-green);
}

.footer-droits {
  background-color: var(--black-2);
  color: var(--white-smoke-2);
  text-align: center;
  padding: 10px 8%;
  font-size: 12px;
  line-height: 18px;
}

.footer-droits._2 {
  padding-top: 0;
}

.span-orange {
  color: var(--goldenrod);
  text-decoration: none;
  transition: color .3s;
}

.span-orange:hover {
  color: var(--white-2);
}

.content-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.content-container.vertical-center {
  align-items: center;
}

.paragraph {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.margin-bottom {
  margin-bottom: 30px;
}

.paragraph.margin-bottom-15 {
  margin-bottom: 15px;
}

.paragraph.mb-30 a {
  color: var(--black-2);
  transition: color .2s;
}

.paragraph.mb-30 a:hover {
  color: var(--lime-green);
}

.paragraph li {
  margin-bottom: 15px;
}

.mention-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.mention-annee {
  color: var(--goldenrod);
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.mention-prix {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-50 {
  width: 50%;
}

.div-50.block-vertical-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-50.block-vertical-center.c-flex-v--justify-center {
  justify-content: center;
}

.div-50.mentions-prix {
  width: 48%;
  margin-bottom: 15px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.mention-image-container {
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-bottom: 10px;
  display: flex;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  border-radius: 20px;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.dropdown-link {
  text-align: center;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--lime-green);
}

.dropdown-link.sub-dropdown {
  background-color: var(--white-smoke-2);
}

.dropdown {
  height: 100%;
}

.brand-text {
  width: 250px;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#000, #1b1b1b40 0%, #1b1b1bba 0%, #50505000 47%);
  position: absolute;
  inset: 0;
}

.nav-menu-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.input-quantity {
  border-radius: 20px;
  width: 70px;
  margin-bottom: 0;
}

.input-quantity:focus {
  border: 1px solid #14bab2;
}

.form-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-main-client-portal {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.nav-menu-secondary {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: auto;
}

.nav-menu-container {
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-menu-dropdown {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-secondary-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  transition: color .2s;
  display: flex;
}

.nav-menu-secondary-link:hover, .nav-menu-secondary-link.w--current, .nav-menu-secondary-link.w--open {
  color: var(--goldenrod);
}

.nav-menu-secondary-link.margin-bottom {
  margin-bottom: 30px;
}

.nav-menu-secondary-link.citrobug {
  font-family: Clarendon Blk, sans-serif;
}

.nav-menu-secondary-link.bieau-viva {
  font-family: Cooper Black, sans-serif;
}

.nav-menu-dropdown-list {
  background-color: #0000;
  display: none;
}

.nav-menu-dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.nav-menu-dropdown-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: color .3s;
}

.nav-menu-dropdown-link:hover, .nav-menu-dropdown-link.w--current {
  color: var(--lime-green);
}

.nav-menu-dropdown-link.sub-dropdown {
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
}

.subheading-paragraph {
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}

.subheading-paragraph.bar-a-creme {
  font-size: 32px;
  line-height: 38px;
}

.produits-container {
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-produit-block {
  background-color: var(--white);
  width: 29%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
  transition: box-shadow .5s, transform .5s;
  overflow: hidden;
}

.div-produit-block:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.div-produit-block.size-block {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-produit-image-container {
  width: 100%;
  height: 150px;
  padding: 10px;
}

.div-produit-text-container {
  border-top: 1px solid var(--white-smoke-2);
  width: 100%;
  height: 220px;
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.div-produit-text-container.giftcard {
  height: 103px;
}

.produit-name {
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.produit-name.citrobug {
  font-family: Clarendon Blk, sans-serif;
}

.produit-name.citrobug.name {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.produit-price.product-page {
  font-size: 24px;
  line-height: 30px;
}

.produit-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bg-image-container {
  z-index: -1;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.bg-image-container.valentin {
  padding-top: 0;
}

.bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-bar-a-creme-container {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  box-shadow: 0 0 10px #00000026;
}

.brand-text-mobile {
  display: none;
}

.client-label {
  border-bottom: 1px solid var(--white-smoke);
  width: 100%;
  padding-bottom: 5px;
}

.page-header {
  height: 650px;
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  height: 60px;
}

.map {
  filter: grayscale();
  width: 100%;
  height: 500px;
}

.contact-label {
  border-bottom: 1px solid var(--white-smoke-2);
  width: 100%;
  color: var(--goldenrod);
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.contact-info {
  color: var(--black-2);
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-info:hover {
  color: var(--lime-green);
}

.icon {
  width: 24px;
  margin-right: 15px;
  transition: opacity .3s;
}

.icon:hover {
  opacity: .75;
}

.icon.utilisateur {
  width: 20px;
  margin-right: 0;
}

.div-100 {
  width: 100%;
}

.div-100.block-vertical-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-100.block-vertical-center.margin-top {
  margin-top: 30px;
}

.div-100.flex-h {
  flex-wrap: wrap;
  display: flex;
}

.div-100.margin-bottom {
  margin-bottom: 30px;
}

.contact-social-container {
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-social-container:hover {
  color: var(--lime-green);
}

.contact-social-link {
  width: 24px;
  margin-right: 15px;
  transition: opacity .3s;
}

.contact-social-link:hover {
  opacity: .75;
}

.blog-article-block {
  width: 46%;
  color: var(--black-2);
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
  display: flex;
}

.article-block-image-container {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.article-block-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-block-content-container {
  width: 100%;
  padding-top: 10px;
}

.article-block-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.article-block-date {
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.article-block-know-more {
  color: var(--lime-green);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
  transition: color .3s;
}

.article-block-know-more:hover {
  color: var(--lime-green-2);
}

.small-map {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.small-map:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.pdv-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--silver);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.h2 {
  width: 100%;
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 30px;
}

.h2.citrobug {
  font-family: Clarendon Blk, sans-serif;
}

.h2.citrobug.centered {
  text-align: center;
}

.h2.bieau-viva {
  font-family: Cooper Black, sans-serif;
}

.h2.bieau-viva.centered {
  text-align: center;
}

.pdv-block {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 300px;
  height: 100%;
  padding: 20px 15px;
  box-shadow: 0 0 10px #00000026;
}

.link {
  color: var(--black-2);
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: var(--lime-green);
}

.pdv-nom {
  width: 100%;
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.pdv-adresse {
  color: var(--white-smoke);
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.pdv-site {
  color: var(--black-2);
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
  overflow: hidden;
}

.pdv-site:hover {
  color: var(--lime-green);
}

.pdv-telephone {
  color: var(--black-2);
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.pdv-telephone:hover {
  color: var(--lime-green);
}

.div-produit-block-link {
  flex-flow: wrap;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.produit-format {
  flex: none;
  width: 100%;
}

.produit-format.product-page {
  width: auto;
}

.produit-format.product {
  flex: 0 auto;
  width: auto;
}

.produit-format-prix-container {
  border-top: 1px solid var(--white-smoke-2);
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.produit-format-prix-container.product-page {
  border-bottom: 1px solid var(--white-smoke-2);
  border-top-style: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.collection-container {
  width: 100%;
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.product-image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
  box-shadow: 0 0 10px #00000026;
}

.produit-header {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.produit-heading {
  color: var(--black-2);
  text-align: center;
  margin: 0 15%;
  font-size: 44px;
  line-height: 50px;
}

.product-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 90px;
  display: flex;
}

.product-container.questionary {
  align-items: flex-start;
  padding-bottom: 30px;
}

.form-quantity {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.label {
  width: 100%;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 700;
}

.div-parfum {
  margin-bottom: 10px;
}

.radio-button-field {
  text-align: left;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.radio-button-text {
  margin-left: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.article-block-link {
  color: var(--black-2);
  text-decoration: none;
}

.blogue-container {
  border-radius: 20px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.blogue-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.blogue-content {
  width: 100%;
  padding: 30px;
}

.blogue-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogue-heading {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px #0000004d;
  margin: 0 30px;
  font-size: 44px;
  line-height: 50px;
  position: absolute;
  inset: auto;
}

.div-breadcrumb {
  width: 100%;
  color: var(--black-2);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-breadcrumb.align-left {
  text-align: left;
  justify-content: flex-start;
}

.separator {
  background-color: var(--silver);
  width: 1px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-50-2 {
  width: 50%;
}

.div-50-2.form {
  width: 48%;
  padding: 0 0 10px;
}

.field-label {
  font-weight: 400;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.form-heading {
  border-bottom: 1px solid #f4f6f8;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 10px 30px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e8ee;
  border-radius: 50px;
  transition: border-color .3s;
}

.text-field:focus {
  border-color: var(--lime-green);
}

.sc-checkout-subtotal-2 {
  font-weight: 700;
  display: flex;
}

.form-container-horizontal {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.form-container-horizontal.command-dropdown {
  margin-right: 15px;
}

.sc-checkout-nav {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 15px 30px;
  display: flex;
}

.sc-content-container-panier {
  border-bottom: 1px solid #f4f6f8;
  height: 300px;
  padding: 30px;
  overflow: auto;
}

.sc-product-content {
  flex-direction: column;
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tab-prev {
  z-index: 1;
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  margin-right: auto;
  padding: 20px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto auto 15px 30px;
  box-shadow: 0 0 10px #00000026;
}

.tab-prev:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.tab-prev.disabled {
  background-color: var(--silver);
  cursor: default;
}

.sc-product-name {
  border-bottom: 1px solid #e4e8ee;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.div-shopping-cart-container {
  z-index: 10000;
  background-color: #1c1f35e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-shopping-cart-container.hidden {
  opacity: 0;
  display: none;
}

.select-field {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 50px;
  min-width: 80px;
  transition: border-color .3s;
  overflow: hidden;
}

.select-field:focus {
  border-color: #8fba2c;
}

.sc-product-image-container {
  width: 60px;
  height: 60px;
}

.sc-product-info-container {
  flex-flow: column wrap;
  display: flex;
}

.sc-product-info-container.horizontal {
  flex-direction: row;
  align-items: center;
}

.sc-product-remove {
  color: var(--goldenrod);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
}

.sc-product-remove:hover {
  color: #cc9013;
}

.close-shopping-cart {
  background-color: var(--lime-green);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: transform .5s, box-shadow .5s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.close-shopping-cart:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.required-fields {
  color: #1c1f35;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.required-fields.livraison {
  width: 100%;
  height: 22px;
  margin-bottom: 10px;
}

.sc-product-form {
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  margin-bottom: 0;
  display: flex;
}

.span-red {
  color: #eb253d;
}

.sc-tab-link {
  background-color: #0000;
  align-items: center;
  padding: 15px 0;
  transition: color .3s;
  display: flex;
}

.sc-tab-link:hover {
  color: var(--lime-green);
}

.sc-tab-link.w--current {
  color: var(--goldenrod);
  background-color: #0000;
}

.sc-tab-link-arrow {
  background-color: #1c1f35;
  width: 10px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-sc-product {
  align-items: stretch;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.sc-checkout-subtotal-price {
  margin-left: 6px;
  font-weight: 700;
}

.sc-product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.tab-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 500px;
  max-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-checkout {
  flex-direction: column;
  height: 50px;
  padding: 15px 30px 5px;
  display: flex;
}

.sc-tabs-menu {
  border-bottom: 1px solid #f4f6f8;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tab-next {
  z-index: 1;
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  margin-left: auto;
  padding: 20px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .5s, box-shadow .5s;
  position: absolute;
  inset: auto 30px 15px auto;
  box-shadow: 0 0 10px #00000026;
}

.tab-next:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.sc-tab-container.checkout {
  height: 460px;
}

.sc-content-container {
  border-bottom: 1px solid #f4f6f8;
  height: 400px;
  padding: 10px 30px 60px;
  overflow: auto;
}

.sc-content-container.checkout {
  height: 200px;
}

.sc-checkout-subtotal {
  border-bottom: 1px solid #f4f6f8;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.header-whitebg-gradient {
  background-image: linear-gradient(#1b1b1b40, #0000);
  height: 60px;
}

.header-static {
  background-color: var(--black-2);
  height: 113px;
}

.message-success {
  color: #8fba2c;
  background-color: #0000;
}

.message-success.messagebox {
  text-align: center;
  padding: 20px 30px 30px;
  font-size: 16px;
  line-height: 30px;
}

.close-shopping-cart-2 {
  background-color: var(--lime-green);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: transform .5s, box-shadow .5s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.close-shopping-cart-2:hover {
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.div-form-message-success {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1f35e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-form-message-success.hidden {
  opacity: 0;
  display: none;
}

.div-form-message-fail {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1f35e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-form-message-fail.hidden {
  opacity: 0;
  display: none;
}

.message-error {
  color: #eb253d;
  background-color: #0000;
}

.message-error.messagebox {
  text-align: center;
  padding: 20px 30px 30px;
  font-size: 16px;
  line-height: 30px;
}

.box-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 500px;
  max-height: 700px;
  display: flex;
  position: relative;
  overflow: auto;
}

.box-content-container {
  height: auto;
  overflow: auto;
}

.text-block {
  display: inline-block;
}

.question-container {
  background-color: #f5f5f5cc;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-top: 64px;
  padding: 30px;
  display: flex;
}

.ax-question-template-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.question-template-selector {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.question-templates {
  background-color: #6f3232;
  padding-top: 120px;
  display: none;
}

.ax-question-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
}

.ax-question-template-buttons {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  min-height: 200px;
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ax-question-template-button {
  border: 2px solid var(--silver);
  background-color: var(--white);
  min-width: 48%;
  color: var(--black-2);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 10px 1%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.ax-question-template-button:active {
  border-color: var(--lime-green);
}

.ax-question-template-button.checked {
  border-style: solid;
  border-color: var(--lime-green-2);
  color: var(--lime-green-2);
  justify-content: center;
  align-items: center;
}

.ax-question-template-prev-next {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 30px;
  display: flex;
}

.ax-question-template-previous {
  background-color: var(--lime-green);
  width: 125px;
  color: var(--white-smoke-2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.ax-question-template-previous:hover {
  background-color: var(--lime-green-2);
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.ax-question-template-next {
  background-color: var(--lime-green);
  width: 125px;
  color: var(--white-smoke-2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.ax-question-template-next:hover {
  background-color: var(--lime-green-2);
  transform: scale(1.025);
  box-shadow: 0 0 20px #0000004d;
}

.ax-button-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.ax-question-info {
  background-color: var(--silver);
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 5px;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.ax-question-info:hover {
  background-color: var(--white-smoke);
}

.ax-question-info.checked {
  background-color: var(--lime-green-2);
}

.ax-question-info-container {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  display: flex;
}

.ax-question-info-icon {
  filter: invert();
}

.ax-question-info-block {
  background-color: var(--white);
  width: 300px;
  color: var(--black-2);
  text-align: left;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  position: absolute;
  inset: auto 0% 35px -35px;
  box-shadow: 0 0 10px #00000026;
}

.ax-question-info-block.hidden {
  opacity: 0;
  display: none;
}

.mr-30 {
  margin-right: 30px;
}

.img-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.question-template-product {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sc-checkout-promo {
  border-bottom: 1px solid #f4f6f8;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.text-field-code-promo {
  border-radius: 50px 0 0 50px;
  flex: none;
  width: 200px;
  height: 24px;
  margin-bottom: 0;
}

.button-code-promo {
  background-color: var(--lime-green);
  border-radius: 0 50px 50px 0;
  flex: none;
  width: 100px;
  height: 24px;
  padding: 0 0 0 5px;
}

.form-block-code-promo {
  width: 100%;
  margin-bottom: 0;
}

.form-code-promo {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-code-promo {
  margin-right: auto;
}

.cta-price {
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.cta-price.margin-0 {
  margin-bottom: 0;
}

.cta-price.command {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
}

.price-container {
  align-items: center;
  display: flex;
}

.price-container.rabais {
  color: #eb253d;
  margin-right: 10px;
}

.price-container.rabais.cart {
  font-size: 14px;
}

.price-container.strikethrough {
  opacity: .75;
  color: var(--black);
  text-decoration: line-through;
}

.price-container.strikethrough.cart {
  font-size: 14px;
}

.produit-format-prix-container-2 {
  border-top: 1px solid var(--white-smoke-2);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.section-utilisateur {
  justify-content: center;
  min-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utilisateur-tabs {
  width: 100%;
  display: flex;
}

.utilisateur-tabs-menu {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 260px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.utilisateur-tabs-content {
  flex: 1;
}

.utilisateur-tab-pane {
  width: 100%;
  height: 100%;
}

.utilisateur-tab-pane-container {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.utilisateur-tab-link {
  border: 1px solid var(--white-smoke);
  width: 90%;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  margin-bottom: 15px;
  transition: color .3s, background-color .3s;
}

.utilisateur-tab-link:hover, .utilisateur-tab-link.w--current {
  background-color: var(--white-smoke);
  color: var(--goldenrod);
}

.utilisateur-bar {
  z-index: 9999;
  background-color: var(--lime-green-2);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 38px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  box-shadow: 0 0 10px #0000004d;
}

.utilisateur-bar.hidden {
  display: none;
}

.utilisateur-bar-block {
  max-height: 24px;
  color: var(--white);
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.utilisateur-bar-block:hover {
  color: var(--goldenrod);
}

.mr-10 {
  margin-right: 10px;
}

.utilisateur-command-dropdown {
  width: 100%;
  margin-bottom: 20px;
}

.utilisateur-command-dropdown-toggle {
  border: 1px solid var(--silver);
  border-radius: 20px;
  width: 100%;
  padding: 15px 20px;
  transition: color .3s;
  display: flex;
}

.utilisateur-command-dropdown-toggle:hover {
  color: var(--goldenrod);
}

.utilisateur-command-dropdown-toggle.w--open {
  color: var(--goldenrod);
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-arrow-down-icon {
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.command-dropdown-container {
  padding: 15px 20px;
}

.command-dropdown-list {
  position: static;
}

.command-dropdown-list.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--silver);
  background-color: #0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.sc-product-qty {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.price-container-2 {
  align-items: center;
  display: flex;
}

.price-container-2.strikethrough {
  opacity: .75;
  color: var(--black);
  text-decoration: line-through;
}

.form {
  flex-direction: column;
  align-items: stretch;
  padding: 20px 20px 30px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.collection-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.field-label-2 {
  margin-bottom: 10px;
}

.lightbox-main {
  background-color: var(--white);
  width: 100%;
  max-height: 500px;
  margin-bottom: 30px;
}

.lightbox-33 {
  border-radius: 20px;
  width: 29%;
  height: 125px;
  margin-bottom: 15px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 0;
  padding-right: 0;
  transition: transform .5s, box-shadow .5s;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.lightbox-33:hover {
  transform: scale(1.015);
  box-shadow: 0 0 20px #0000004d;
}

.lightbox-link {
  width: 90%;
  height: 90%;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 5%;
}

.hidden {
  display: none;
}

.h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
}

.h3.giftcard {
  margin-bottom: 46px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.dropdown-static-list {
  position: static;
}

.dropdown-static-list.w--open {
  background-color: #0000;
}

.dropdown-static-list.padding-top {
  padding-top: 15px;
}

.dropdown-ingredient {
  border-bottom: 1px solid var(--white-smoke-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-weight: 700;
  display: flex;
}

.dropdown-ingredient.w--open {
  font-weight: 700;
}

.nav-sub-dropdown-toggle {
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.nav-sub-dropdown-toggle:hover {
  color: var(--lime-green);
}

.nav-menu-secondary-dropdown-toggle {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.image-2 {
  display: none;
  position: absolute;
}

.c-flex-h {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.c-flex-h.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.nav-dropdown-link {
  color: var(--black-2);
  text-decoration: none;
  transition: color .3s;
}

.nav-dropdown-link:hover {
  color: var(--goldenrod);
}

.c-flex-v {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sc-pdc-container {
  display: block;
}

.sc-pdc-container.hidden {
  display: none;
}

.sc-content-container-2 {
  border-bottom: 1px solid #f4f6f8;
  height: 400px;
  padding-top: 9px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
}

.pdc-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.mr-5 {
  flex: none;
}

.ax-question-info-2 {
  background-color: #bdbdbd;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 5px;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.ax-question-info-2:hover {
  background-color: #505050;
}

.ax-question-info-2.checked {
  background-color: var(--lime-green);
}

.ax-question-info-container-2 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.pdc-container {
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-weight: 400;
  transition: border-color .3s;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.pdc-container:active {
  border-color: #8fba2c;
}

.pdc-description {
  font-style: italic;
}

.p--lg {
  font-size: 18px;
  line-height: 24px;
}

.mb-15 {
  margin-bottom: 15px;
}

.c-icon {
  width: 2.4rem;
}

.c-w-full {
  width: 100%;
}

.c-flex-h--align-center {
  align-items: center;
  display: flex;
}

.c-flex-h--align-center.wrap {
  flex-wrap: wrap;
}

.img-fit--cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-fit--cover.opacity-75 {
  opacity: .75;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-auto {
  margin-right: auto;
}

.form-container-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-textarea {
  border: 1px solid #9d9d9c;
  min-width: 100%;
  max-width: 100%;
  min-height: 10rem;
  max-height: 15rem;
  margin-top: .5rem;
  margin-bottom: 0;
  padding: 1rem;
}

.c-textarea:focus {
  border: 1px solid #02121c;
}

.c-textarea.mb-20 {
  margin-bottom: 20px;
}

.carte-cadeau {
  width: 100%;
  margin-bottom: 2rem;
}

.carte-cadeau.hidden {
  display: none;
}

.c-text-field {
  background-color: #fff;
  border: 1px solid #9d9d9c;
  margin-top: .5rem;
  margin-bottom: 0;
  padding: 1rem;
}

.c-text-field:focus {
  border: 1px solid #b79570;
}

.c-text-field.mb-20 {
  margin-bottom: 2rem;
}

.span-red-2 {
  color: #cf2e2e;
}

.label-2 {
  color: #02121c;
}

.text-block-2 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 18px;
}

.c-modal--wrapper {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-modal {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 50px;
  flex-direction: column;
  width: 720px;
  height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-modal--2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.c-modal--block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.f-invert {
  filter: invert();
}

.txw--bold {
  font-weight: 700;
}

.p--xl {
  font-size: 28px;
  line-height: 34px;
}

.tx--allcaps {
  text-transform: uppercase;
}

.c-flex-v--align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tx--clarendon {
  font-family: Clarendon Blk, sans-serif;
}

.c-grid-2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-modal--close {
  background-color: var(--lime-green);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 16px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
  box-shadow: 0 0 16px 4px #0003;
}

.c-modal--close:hover {
  background-color: var(--lime-green-2);
}

.c-icon--lg {
  width: 84px;
  height: 84px;
}

.ml-30 {
  margin-left: 30px;
}

.c-link--green {
  color: var(--lime-green);
  transition: color .2s;
}

.c-link--green:hover {
  color: var(--lime-green-2);
}

.bg--light-green {
  background-color: #9dd2b6;
}

.c-modal--bg {
  background-color: #1b1b1bcc;
  position: absolute;
  inset: 0%;
}

.c-navbar {
  background-color: #0000;
  border-bottom: .5px solid #3f511e;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding: 30px;
  display: flex;
  position: fixed;
}

.c-navbar.light {
  z-index: 10;
  color: var(--white-smoke-2);
  border: 1px solid #000;
  border-bottom-style: none;
}

.c-nav-menu {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.c-brand {
  width: 250px;
  margin-right: auto;
  padding-left: 0;
}

.img-fit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-hero--content {
  z-index: 1;
  color: var(--white);
  text-shadow: 0 0 20px var(--black-2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 30px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-hero--content.x-y-center {
  justify-content: center;
  align-items: center;
}

.c-flex-v--align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mw-500 {
  max-width: 500px;
}

.mw-990 {
  max-width: 990px;
}

.mw-990.c-w-full.mb-30.size-100 {
  max-width: 100%;
}

.c-section--carousel {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px 15px;
  display: grid;
}

.img--product-category {
  object-fit: contain;
  flex: 0 auto;
  height: 125px;
}

.c-product-category {
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.c-product-category:hover {
  color: var(--lime-green-2);
}

.c-product-category.hidden {
  display: none;
}

.img-home-category--logo {
  object-fit: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.bg--overlay {
  background-color: var(--black-2);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.product-category--two-third {
  height: 650px;
  position: relative;
}

.c-relative {
  position: relative;
}

.footer-brands {
  width: 100%;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.tx--align-center {
  text-align: center;
}

.mb-neg-30 {
  margin-bottom: -30px;
}

.c-category-products--more {
  border-top: 1px solid var(--silver);
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.c-grid-5-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-flex-v--justify-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-h-full {
  height: 100%;
}

.c-grid--horaire {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.horaire-block {
  z-index: 1;
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.horaire--closed-bg {
  background-color: var(--white-smoke-2);
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  display: block;
}

.nav-search {
  width: 2.4rem;
  padding: .25rem;
  transition: transform .2s;
}

.nav-search:hover {
  transform: scale(1.025);
}

.nav-search.light {
  filter: invert();
}

.c-boutique--filters {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.c-boutique--filters.next {
  padding-top: 0;
}

.p--sm {
  font-size: .875rem;
  line-height: 150%;
}

.pdv-adresse--wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.pdv-comma {
  white-space: pre-wrap;
  margin-bottom: 0;
  margin-right: 4px;
}

.pdv-filters--container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 30px 30px;
}

.c-text-field-2 {
  background-color: #fff;
  border: 1px solid #9d9d9c;
  margin-bottom: 0;
  padding: 1rem 2rem;
}

.c-text-field-2:focus {
  border: 1px solid #b79570;
}

.c-text-field-2.mb-20 {
  margin-bottom: 2rem;
}

.image-can {
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: baseline;
  width: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: block;
}

.div-can {
  margin-top: 149px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 27px 12px 12px;
  display: flex;
  position: absolute;
  inset: 0 0% auto auto;
}

.d-none {
  display: none;
}

.div-logohl {
  max-width: 450px;
  margin-bottom: 20px;
}

.secteur {
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding: 60px 10px;
  display: flex;
}

.secteur.citro {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 33%;
  display: flex;
}

.secteur.bieau {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  transition: color .2s, border .3s;
  display: flex;
}

.secteur.bieau:hover {
  color: #cfa3c4;
  border-color: #79436a;
}

.secteur.marqueprivee {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: color .2s, border .3s;
  display: flex;
}

.secteur.marqueprivee:hover {
  color: #775c32;
  border-color: #775c32;
}

.ti_secteur {
  text-align: center;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Clarendon Blk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  color: #1b1b1b !important;
}

.ti_secteur.white {
  color: var(--white);
}

.ti-positionnement {
  text-align: center;
  letter-spacing: .2px;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
}

.categorie-logo {
  height: 170px;
  margin-left: auto;
  margin-right: auto;
}

.categorie-logo.hl {
  width: 240px;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
}

.categorie-logo.lug {
  margin-left: -20px;
}

.categorie-logo.bug {
  margin-right: -20px;
}

.secteur-cats {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.flex-v-soustitres {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.code-embed {
  z-index: 50;
  width: 100%;
  height: 106px;
  position: relative;
}

.div_logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.div_logo.citro {
  flex-flow: row;
}

.ti-section {
  letter-spacing: .2px;
  margin-bottom: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.heading {
  line-height: 20px;
}

.accent {
  letter-spacing: 0;
  font-weight: 600;
}

.secteur-desc {
  text-align: center;
  width: 90%;
  font-size: 17px;
  line-height: 22px;
}

.div_secteur_top {
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.hero-heading-b2b {
  color: var(--vert-feuille);
  text-align: center;
  text-shadow: none;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.hero-heading-b2b.absolute {
  z-index: 2;
  margin: 0 5%;
  position: absolute;
  bottom: 60px;
}

.hero-heading-b2b.accueil {
  color: var(--black-2);
  text-shadow: none;
  font-size: 30px;
  line-height: 33px;
}

.section_b2b {
  flex-flow: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.section_b2b.processus {
  background-color: var(--vert-pale);
}

.div_etapes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.etape {
  background-color: var(--white-smoke-2);
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 20%;
  padding: 20px;
  display: flex;
}

.etape_ico {
  width: 70px;
}

.logohl_b2b {
  width: 290px;
  margin-bottom: 20px;
}

.etapes_processus {
  border: 2px solid var(--vert-feuille);
  border-radius: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.etape_nom {
  text-align: center;
  width: 90%;
  font-size: 17px;
  line-height: 22px;
}

.div_processus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.processus_etape_no {
  letter-spacing: -3px;
  font-family: Clarendon Blk, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.proc_etape_no {
  border-right: 2px solid #3f511e40;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 20px;
  padding: 12px 20px;
  display: flex;
}

.processus_etape_titre {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.code-embed-2 {
  width: 20px;
  height: 20px;
}

.ico_arrow {
  width: 24px;
}

.container_form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_label {
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}

.form_label.precision {
  color: var(--vert-feuille);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.form_line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.form_item {
  flex: 1;
}

.form_title {
  color: var(--vert-feuille);
  margin-bottom: 2px;
  font-size: 29px;
  font-weight: 400;
  line-height: 32px;
}

.form_titre_desc {
  color: var(--vert-feuille);
  font-size: 15px;
}

.form_section {
  border: 3px solid var(--vert-pale);
  border-radius: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
}

.form_field {
  border-top-style: solid;
  border-top-width: .25px;
  border-top-color: var(--vert-pale);
  border-right-style: solid;
  border-right-width: .25px;
  border-right-color: var(--vert-pale);
  border-bottom-style: solid;
  border-bottom-width: .25px;
  border-bottom-color: var(--vert-pale);
  border-left-style: solid;
  border-left-width: .25px;
  border-left-color: var(--vert-pale);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 5px;
  padding: 20px 10px;
  font-size: 17px;
}

.form_field:focus {
  border-color: var(--vert-feuille);
}

.section_zonetitre {
  border-bottom: .5px solid var(--vert-pale);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.section_zonetitre.margin-top {
  margin-top: 40px;
}

.courant {
  font-size: 17px;
  line-height: 22px;
}

.form_checkbox {
  border: 2px solid var(--vert-pale);
  cursor: pointer;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
}

.form_checkbox:hover {
  box-shadow: 1px 1px 3px 0 var(--goldenrod);
}

.form_checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--vert-pale);
  background-color: var(--vert-feuille);
  box-shadow: none;
  background-image: url('/WebSites/HeloiseLabTest/Images/ico_checkbox-vert.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.form_checkbox.w--redirected-focus {
  box-shadow: 1px 1px 3px 0 var(--goldenrod);
}

.form_checkfield {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.form_checkfield.invisible {
  z-index: 25;
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
}

.form_checkfield_group {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  display: flex;
}

.form_checkfield_group.vertical {
  flex-flow: column;
}

.precision {
  color: var(--vert-feuille);
  margin-left: 5px;
  font-weight: 500;
}

.flex-v_checkbox {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form_radio {
  border: 2px solid var(--vert-pale);
  cursor: pointer;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
}

.form_radio:hover {
  box-shadow: 1px 1px 3px 0 var(--goldenrod);
}

.form_radio.w--redirected-checked {
  border-style: solid;
  border-color: var(--vert-pale);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--vert-pale) 49%, var(--vert-feuille) 65%);
  box-shadow: none;
}

.form_radio.w--redirected-focus {
  box-shadow: 1px 1px 3px 0 var(--goldenrod);
}

.accordion_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3e3f3d;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.13rem;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.accordion_toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.ix-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--vert-pale);
  border-radius: 12px;
  display: flex;
}

.accordion_icon {
  order: 1;
  width: 25px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.text-block-4 {
  font-size: 17px;
  font-weight: 500;
}

.tab_link {
  z-index: 0;
  background-color: #0000;
  border: 2px solid #d2d7ca;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 4px;
}

.tab_link.w--current {
  background-color: var(--vert-pale);
}

.tabs_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab_content {
  background-color: var(--vert-pale);
  border-radius: 13px;
  margin-top: 5px;
  padding: 20px;
}

.form_question-tabs {
  margin-bottom: 20px;
}

.form_success_state {
  background-color: var(--vert-pale);
  border-radius: 17px;
  margin-top: 20px;
  font-size: 18px;
}

.form_error_state {
  color: #c84e4e;
  background-color: #0000;
  border-top: 3px solid #c84e4e40;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .nav-shop-cart {
    padding-right: 15px;
    transition: color .3s;
  }

  .nav-shop-cart.w--current {
    background-color: #fff;
  }

  .nav-shop-cart.tablet {
    display: flex;
  }

  .nav-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-bar {
    width: 55px;
    height: 55px;
  }

  .div-bar.dark {
    background-color: var(--vert-feuille);
  }

  .top-line, .middle-line, .bottom-line {
    width: 25px;
    height: 2px;
  }

  .nav-menu {
    background-color: var(--black-2);
  }

  .nav-menu-main-link {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-menu-main-link.login {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    width: 738px;
  }

  .section.home-category {
    height: 500px;
  }

  .section.home-category.two-third, .section.home-category.two-third--reversed {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section.home-secteurs {
    flex-flow: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.home-secteurs.two-third, .section.home-secteurs.two-third--reversed {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .nav-secondary {
    flex-direction: column;
    display: none;
  }

  .nav-secondary-link {
    border-bottom: 1px solid var(--white-smoke-2);
    width: 100%;
    color: var(--black);
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-secondary-link.w--open {
    color: var(--lime-green);
  }

  .nav-cart-lang-container {
    justify-content: center;
  }

  .login-icon {
    width: 14px;
  }

  .client-link-container {
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 50px;
  }

  .hero-heading.absolute {
    z-index: 1;
    margin-left: 10%;
    margin-right: 10%;
    bottom: 30px;
  }

  .hero {
    height: 550px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-33.utilisateur {
    width: 50%;
  }

  .footer-block {
    padding-right: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    position: static;
  }

  .dropdown-link {
    background-color: var(--white-smoke-2);
    text-align: center;
    border-top-style: none;
    border-bottom: 1px solid #e8e6e6;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brand-text {
    width: 230px;
  }

  .hero-overlay {
    inset: 0;
  }

  .nav-menu-dropdown, .nav-menu-secondary-link.margin-bottom {
    margin-bottom: 15px;
  }

  .page-header {
    height: 450px;
    padding: 0;
  }

  .map {
    height: 400px;
  }

  .article-block-image-container {
    height: 250px;
  }

  .pdv-container {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pdv-block {
    max-width: 200px;
  }

  .produit-header {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .produit-heading {
    margin-left: 30px;
    margin-right: 30px;
  }

  .blogue-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .div-50-2.form {
    width: 100%;
  }

  .price-container.strikethrough {
    font-size: 14px;
    line-height: 20px;
  }

  .utilisateur-tabs-content {
    width: 65%;
  }

  .price-container-2.strikethrough {
    font-size: 14px;
    line-height: 20px;
  }

  .lightbox-33 {
    height: 100px;
  }

  .c-modal--close, .c-modal--bg {
    cursor: pointer;
  }

  .c-navbar {
    height: 100px;
    padding: 15px;
  }

  .c-nav-menu {
    border-top: 1px solid var(--white-smoke-2);
    background-color: var(--white);
    margin-left: 0;
  }

  .c-hero--content {
    height: auto;
  }

  .c-section--carousel {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .c-product-category {
    width: 100%;
  }

  .product-category--two-third {
    height: 500px;
  }

  .c-grid-5-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-flex-v--align-center--tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tx--align-center--tablet {
    text-align: center;
  }

  .p--sm {
    font-size: 1.1375rem;
  }

  .pdv-filters--container {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-can {
    width: 9vh;
  }

  .div-can {
    top: auto;
    bottom: 0;
  }

  .div-logohl {
    max-width: 390px;
  }

  .secteur {
    width: 100%;
  }

  .secteur.citro {
    align-items: stretch;
  }

  .flex-v-soustitres {
    flex-flow: row;
    justify-content: space-between;
  }

  .bg-light {
    background-color: var(--white-smoke-2);
  }

  .hero-heading-b2b {
    font-size: 44px;
    line-height: 50px;
  }

  .hero-heading-b2b.absolute {
    z-index: 1;
    margin-left: 10%;
    margin-right: 10%;
    bottom: 30px;
  }

  .div_etapes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .etape {
    min-width: 25%;
  }

  .proc_etape_no {
    margin-right: 18px;
  }

  .processus_etape_titre {
    font-size: 18px;
    line-height: 20px;
  }

  .container_form {
    width: 738px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-shop-cart {
    padding-right: 15px;
  }

  .menu-button {
    margin-right: 0;
  }

  .brand {
    max-width: none;
  }

  .nav-menu {
    overflow: auto;
  }

  .nav-menu-main-link {
    margin-bottom: 5px;
  }

  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.home-secteurs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.home-positionnement {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-heading.absolute {
    margin-left: 30px;
    margin-right: 30px;
  }

  .button {
    padding: 15px;
  }

  .hero {
    flex-direction: column;
    height: 650px;
    padding: 0;
  }

  .div-33.brand-footer {
    width: 50%;
    margin-bottom: 30px;
  }

  .div-33.footer-join {
    width: 100%;
  }

  .div-33.utilisateur {
    padding-right: 15px;
  }

  .slide-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .arrow-container {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }

  .h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-50.block-vertical-center {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-text {
    display: none;
  }

  .nav-menu-main {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .nav-menu-secondary {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    overflow: visible;
  }

  .nav-menu-container {
    flex-direction: column-reverse;
    place-content: flex-start flex-end;
    align-items: center;
    height: auto;
    padding-top: 90px;
  }

  .nav-menu-dropdown {
    text-align: center;
    width: 100%;
  }

  .nav-menu-secondary-link {
    justify-content: center;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menu-dropdown-link {
    text-align: center;
  }

  .nav-menu-dropdown-link.sub-dropdown {
    padding-left: 20px;
  }

  .subheading-paragraph.bar-a-creme {
    font-size: 24px;
    line-height: 30px;
  }

  .div-produit-block {
    width: 46%;
  }

  .home-product-image {
    width: 75%;
  }

  .bg-image-container.valentin {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-bar-a-creme-container {
    padding: 30px;
  }

  .brand-text-mobile {
    width: 125px;
    display: block;
  }

  .div-100.block-vertical-center {
    padding-left: 0;
    padding-right: 0;
  }

  .article-block-image-container {
    height: 200px;
  }

  .pdv-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pdv-block {
    padding: 15px;
  }

  .product-image {
    width: 75%;
  }

  .produit-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .product-container {
    padding-bottom: 60px;
  }

  .blogue-header {
    height: 250px;
  }

  .div-50-2.form {
    width: 100%;
  }

  .form-heading {
    padding: 15px;
  }

  .sc-checkout-nav {
    z-index: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .sc-content-container-panier {
    padding: 15px;
  }

  .tab-prev {
    padding: 15px 25px;
  }

  .tab-prev.disabled {
    left: 15px;
  }

  .div-shopping-cart-container, .div-shopping-cart-container.hidden {
    align-items: flex-start;
    padding-top: 5vh;
  }

  .tab-wrapper {
    width: 90%;
    height: 638px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-checkout {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-next {
    padding: 15px 25px;
    right: 15px;
  }

  .sc-tab-container.checkout {
    height: auto;
  }

  .sc-content-container {
    padding: 15px 15px 30px;
  }

  .sc-content-container.checkout {
    height: 254px;
    padding: 15px;
  }

  .sc-checkout-subtotal {
    padding-bottom: 5px;
  }

  .div-form-message-success.hidden, .div-form-message-fail.hidden {
    align-items: flex-start;
    padding-top: 100px;
  }

  .box-wrapper {
    width: 90%;
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
  }

  .ax-question-template-button {
    min-width: 100%;
  }

  .sc-checkout-promo {
    padding-bottom: 5px;
  }

  .form-code-promo {
    flex-wrap: nowrap;
  }

  .text-code-promo {
    width: 100%;
    margin-bottom: 5px;
  }

  .price-container.command {
    font-size: 16px;
    line-height: 22px;
  }

  .utilisateur-tabs {
    flex-wrap: wrap;
    height: 100%;
  }

  .utilisateur-tabs-menu {
    flex-flow: wrap;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 15px;
  }

  .utilisateur-tabs-content {
    flex: 0 auto;
    width: 100%;
  }

  .utilisateur-tab-pane-container {
    padding: 15px;
  }

  .utilisateur-tab-link {
    width: 45%;
  }

  .nav-menu-secondary-dropdown-toggle {
    justify-content: center;
  }

  .sc-content-container-2 {
    padding: 15px;
  }

  .c-w-full {
    width: 100%;
  }

  .c-modal {
    width: 90%;
    height: 90vh;
    overflow: auto;
  }

  .c-modal--2-col {
    grid-template-columns: 1fr;
    height: auto;
  }

  .c-modal--block {
    height: 100%;
    padding: 20px;
  }

  .p--xl {
    font-size: 24px;
  }

  .mr-0--mobile {
    margin-right: 0;
  }

  .ml-0--mobile {
    margin-left: 0;
  }

  .h-250--mobile {
    height: 250px;
  }

  .c-section--carousel {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p--sm {
    font-size: .75rem;
  }

  .pdv-filters--container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-can {
    margin-top: 93px;
  }

  .secteur {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ti_secteur {
    font-size: 37px;
    line-height: 38px;
  }

  .ti-positionnement {
    font-size: 41px;
    line-height: 43px;
  }

  .categorie-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-b2b {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-heading-b2b.absolute {
    margin-left: 30px;
    margin-right: 30px;
  }

  .etape {
    width: 30%;
    min-width: auto;
  }

  .container_form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion_toggle.w--open {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 0;
  }

  .nav-shop-cart {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .nav-shop-cart.tablet {
    position: relative;
  }

  .shop-circle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    flex: 1;
  }

  .nav-menu-main-link.login {
    border-top-style: none;
    padding-right: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.home-secteurs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-lang {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .client-link-container {
    padding-left: 0;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-heading.absolute {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero {
    height: 750px;
  }

  .div-33.brand-footer {
    width: 100%;
  }

  .div-33.utilisateur {
    width: 100%;
    padding-right: 0;
  }

  .slide-container {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-container {
    inset: auto 0% 0%;
  }

  .arrow-container.right {
    left: 55px;
  }

  .arrow-container.left {
    right: 55px;
  }

  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph {
    text-align: left;
  }

  .div-50, .div-50.mentions-prix {
    width: 100%;
  }

  .nav-menu-dropdown-list.w--open {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .subheading-paragraph.bar-a-creme {
    font-size: 20px;
    line-height: 26px;
  }

  .div-produit-block {
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home-bar-a-creme-container {
    width: 90%;
  }

  .slide-nav {
    display: none;
  }

  .contact-info {
    text-align: left;
  }

  .blog-article-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .pdv-container {
    display: flex;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .pdv-block {
    max-width: 95%;
  }

  .produit-heading {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .blogue-header {
    height: 200px;
  }

  .blogue-content {
    padding: 15px;
  }

  .blogue-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .form-heading {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sc-content-container-panier {
    max-height: 40vh;
  }

  .sc-product-content {
    width: 70%;
    margin-bottom: 5px;
  }

  .sc-product-form {
    width: 30%;
  }

  .sc-product-form.command {
    width: 100%;
  }

  .sc-tab-link {
    padding: 0 10px;
  }

  .sc-tab-link-arrow {
    display: none;
  }

  .div-sc-product.command {
    flex-wrap: wrap;
  }

  .div-block-2 {
    margin-bottom: 30px;
  }

  .tab-wrapper {
    height: 666px;
  }

  .sc-checkout {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sc-tabs-menu {
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .sc-content-container.checkout {
    height: 257px;
  }

  .text-field-code-promo {
    width: 71px;
  }

  .cta-price {
    margin-bottom: 5px;
  }

  .cta-price.command {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .utilisateur-tabs-menu {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .utilisateur-tab-link {
    width: 90%;
    margin-bottom: 10px;
  }

  .utilisateur-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utilisateur-bar-block {
    margin-left: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .sc-product-qty {
    margin-right: 10px;
  }

  .lightbox-33 {
    height: 80px;
  }

  .c-flex-h--align-center.mr-30.mr-0--mobile.flex-reverse {
    flex-direction: row-reverse;
  }

  .c-grid-2-column {
    grid-template-columns: 1fr;
  }

  .c-navbar {
    padding-right: 5px;
  }

  .c-hero--content {
    align-items: center;
  }

  .c-flex-v--align-left.mb-15.mw-990 {
    text-align: center;
    align-items: center;
  }

  .c-section--carousel {
    grid-template-columns: 1fr 1fr;
  }

  .img-home-category--logo {
    right: auto;
  }

  .c-grid-5-column {
    grid-template-columns: 1fr 1fr;
  }

  .pdv-filters--container {
    display: flex;
  }

  .image-can {
    flex: 0 auto;
    width: 9vh;
    padding-left: 0;
    font-size: 20px;
  }

  .div-can {
    margin-top: 96px;
    right: 0%;
  }

  .div-logohl {
    max-width: 80%;
  }

  .secteur {
    justify-content: flex-start;
    align-items: center;
  }

  .ti_secteur {
    font-size: 33px;
    line-height: 32px;
  }

  .ti-positionnement {
    font-size: 40px;
  }

  .secteur-cats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div_logo {
    flex-flow: column;
    justify-content: center;
    width: auto;
    display: none;
  }

  .secteur-desc {
    margin-bottom: 30px;
  }

  .div_secteur_top {
    margin-bottom: 0;
  }

  .hero-heading-b2b {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-heading-b2b.absolute {
    margin-left: 15px;
    margin-right: 15px;
  }

  .etape {
    width: 42%;
  }

  .div_processus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .proc_etape_no {
    margin-right: 14px;
  }

  .container_form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_6f537956-8138-a69a-b04e-e921b44bc3a5-b44bc38a, #w-node-_6f537956-8138-a69a-b04e-e921b44bc3a8-b44bc38a, #w-node-_6f537956-8138-a69a-b04e-e921b44bc3ac-b44bc38a, #w-node-_1b3e16d0-9c20-36fc-7942-171f79ac48e9-63739b0d, #w-node-_3ae84971-bf96-73c3-685b-86dc200c2cfd-b33a4008, #w-node-_5568ff06-fce9-3bff-cba1-2e689784591f-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845923-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845925-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845929-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e689784592b-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e689784592f-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845931-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845935-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845937-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e689784593b-432c9a1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5568ff06-fce9-3bff-cba1-2e689784593d-432c9a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5568ff06-fce9-3bff-cba1-2e689784593e-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845942-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845946-432c9a1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5568ff06-fce9-3bff-cba1-2e6897845947-432c9a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5568ff06-fce9-3bff-cba1-2e6897845948-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e689784594c-432c9a1f, #w-node-_5568ff06-fce9-3bff-cba1-2e6897845950-432c9a1f, #w-node-adefa61f-b562-1c11-09f8-030913ecfef3-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecfef7-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecfefb-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecfeff-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff03-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff07-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff0b-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff0f-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff13-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff17-432c9a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adefa61f-b562-1c11-09f8-030913ecff1b-432c9a20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adefa61f-b562-1c11-09f8-030913ecff1c-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff20-432c9a20, #w-node-c652c9f5-e392-c566-4a67-7a3af29b656c-432c9a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adefa61f-b562-1c11-09f8-030913ecff24-432c9a20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adefa61f-b562-1c11-09f8-030913ecff25-432c9a20, #w-node-adefa61f-b562-1c11-09f8-030913ecff29-432c9a20, #w-node-_6e8a693b-9421-394d-13c8-df982cf6d3ac-432c9a20, #w-node-_5624f55d-eabd-2647-3ab0-830725b04ee5-432c9a75, #w-node-_26f58e42-757f-3e40-a127-2a9d29eae3a6-432c9a75, #w-node-_259178aa-99a0-1fb8-51e8-6eef7d1a217a-432c9a76, #w-node-_259178aa-99a0-1fb8-51e8-6eef7d1a217e-432c9a76, #w-node-_5624f55d-eabd-2647-3ab0-830725b04ee5-432c9a92, #w-node-_26f58e42-757f-3e40-a127-2a9d29eae3a6-432c9a92, #w-node-_259178aa-99a0-1fb8-51e8-6eef7d1a217a-432c9a93, #w-node-_259178aa-99a0-1fb8-51e8-6eef7d1a217e-432c9a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6f537956-8138-a69a-b04e-e921b44bc3a5-b44bc38a {
    order: -9999;
  }
}


@font-face {
  font-family: 'Cooper Black';
  src: url('/Fonts/COOPBL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clarendon Blk';
  src: url('/Fonts/Clrndnk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}