@charset "UTF-8";
.menu__megamenu button {
  position: absolute; /* Positionner le bouton hors de l'écran */
  clip: rect(0, 0, 0, 0); /* Clipper le bouton pour le rendre invisible */
  border: 0; /* Supprimer la bordure */
  height: 1px; /* Réduire la hauteur */
  width: 1px; /* Réduire la largeur */
  margin: -1px; /* Éviter les marges */
  padding: 0; /* Supprimer le padding */
  overflow: hidden; /* Cacher le débordement */
  white-space: nowrap; /* Éviter les retours à la ligne */
  text-align: left; /* Aligner le texte à gauche */
}

.product-category-info {
  display: flex;
  flex-direction: row;
  gap: var(--space-xxl);
}

.category-image {
  min-width: 300px;
}

.subcategory-list {
  width: 100%;
  display: grid;
  grid-template-columns: var(--grid-auto-4);
  grid-auto-rows: min-content;
  gap: var(--space-s);
}
.subcategory-list a {
  text-decoration: none;
}
.subcategory-list > li {
  border-bottom: 1px solid var(--base-light);
}
.subcategory-list > li > .link-block > a {
  display: block;
  padding: 1.6em 1em;
  font-weight: 700;
}
.subcategory-list > li > .link-block > a:hover {
  background-color: var(--base-ultra-light);
}
.subcategory-list .subcategory-level3 {
  padding-inline-start: 1em;
}
.subcategory-list .subcategory-level3 a {
  color: var(--base);
}

/* Mega Menus */
.nav-categories__item-wrapper {
  position: relative;
}
.nav-categories__item-wrapper a svg {
  margin-inline-end: 10px;
}
.nav-categories__item-wrapper .menu__contenu {
  border-block-end-width: 5px;
  border-block-end-style: solid;
  border-block-end-color: transparent;
}
.nav-categories__item-wrapper:nth-child(1):hover a svg path {
  fill: var(--accent);
}
.nav-categories__item-wrapper:nth-child(1):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--accent);
}
.nav-categories__item-wrapper:nth-child(1):hover .menu__contenu {
  border-block-end-color: var(--accent);
}
.nav-categories__item-wrapper:nth-child(2):hover a svg path {
  fill: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(2):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(2):hover .menu__contenu {
  border-block-end-color: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(3):hover a svg path {
  fill: var(--base-dark);
}
.nav-categories__item-wrapper:nth-child(3):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--base-dark);
}
.nav-categories__item-wrapper:nth-child(3):hover .menu__contenu {
  border-block-end-color: var(--base-dark);
}
.nav-categories__item-wrapper:nth-child(4):hover a svg path {
  fill: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(4):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(4):hover .menu__contenu {
  border-block-end-color: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(5):hover a svg path {
  fill: var(--primary);
}
.nav-categories__item-wrapper:nth-child(5):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--primary);
}
.nav-categories__item-wrapper:nth-child(5):hover .menu__contenu {
  border-block-end-color: var(--primary);
}
.nav-categories__item-wrapper:nth-child(6):hover a svg path {
  fill: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(6):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(6):hover .menu__contenu {
  border-block-end-color: var(--secondary);
}
.nav-categories__item-wrapper:nth-child(7):hover a svg path {
  fill: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(7):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(7):hover .menu__contenu {
  border-block-end-color: var(--tertiary);
}
.nav-categories__item-wrapper:nth-child(8):hover a svg path {
  fill: var--base-dark;
}
.nav-categories__item-wrapper:nth-child(8):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5px;
  background-color: var--base-dark;
}
.nav-categories__item-wrapper:nth-child(8):hover .menu__contenu {
  border-block-end-color: var--base-dark;
}

.header__search input {
  background: url("../img/icon-search.svg") 12px center no-repeat var(--base-ultra-light);
}

.product-category-info-mobile {
  margin-top: var(--space-m);
}
.product-category-info-mobile a {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: var(--space-xs);
  padding: var(--space-s);
}
.product-category-info-mobile ul.subcategory-list-mobile, .product-category-info-mobile ul.subcategory-level3 {
  list-style-type: none;
  padding-left: 0;
  display: none;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.product-category-info-mobile ul.subcategory-list-mobile a, .product-category-info-mobile ul.subcategory-level3 a {
  font-size: var(--text-m) !important;
  padding-block: var(--space-xs) !important;
}
.product-category-info-mobile ul.subcategory-list-mobile {
  top: 5em;
}
.product-category-info-mobile ul.subcategory-level3 {
  top: 0;
}
.product-category-info-mobile ul.subcategory-list-mobile.active, .product-category-info-mobile ul.subcategory-level3.active {
  display: block;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.product-category-info-mobile .category-item, .product-category-info-mobile .subcategory-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}
.product-category-info-mobile .chevron-right, .product-category-info-mobile .chevron-left {
  font-size: 30px;
  line-height: 1;
  color: var(--base-dark);
}
.product-category-info-mobile .back-chevron {
  display: none;
}
.product-category-info-mobile ul.subcategory-list-mobile.active .back-chevron,
.product-category-info-mobile ul.subcategory-level3.active .back-chevron {
  display: block;
}
.product-category-info-mobile .chevron-left {
  padding-inline-start: var(--space-s);
}
.product-category-info-mobile .chevron-left span {
  font-size: var(--text-s);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-category-info-mobile .link-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-category-info-mobile .link-block a {
  font-size: var(--text-l);
  font-weight: 700;
}
.product-category-info-mobile .link-block .chevron-right {
  padding: calc(var(--space-xs) / 2) var(--space-s);
  background-color: transparent;
}

.color-border {
  --border-color-background: var(--primary-trans-60);
  --border-color-width: 85px;
  --border-color-right: 0;
  position: relative;
}
.color-border:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: var(--border-color-right);
  width: var(--border-color-width);
  background-color: var(--border-color-background);
}

.form-newsletter--home {
  border: 1px solid var(--base-light);
  border-radius: var(--radius-circle);
}
.form-newsletter--home .wsf-fields {
  padding-inline-end: 20px;
}
.form-newsletter--home .form-newsletter__input {
  margin-bottom: 0 !important;
}
.form-newsletter--home .form-newsletter__input input {
  min-height: 70px !important;
  border: 0 !important;
  font-size: var(--text-m) !important;
}
.form-newsletter--home .form-newsletter__input input::placeholder {
  color: var(--base-dark) !important;
  font-size: var(--text-m) !important;
  opacity: 1 !important;
}
.form-newsletter--home .form-newsletter__submit {
  margin-bottom: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}
.form-newsletter--home .form-newsletter__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-l);
  height: 50px;
  transition: all 0.3s ease-in-out !important;
}
.form-newsletter--home .wsf-alert-success {
  height: 4.375em;
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: var(--text-m);
  line-height: var(--f-input-line-height, 1);
  padding: var(--f-input-padding-y, 0.5em) var(--f-input-padding-x, 1em);
  border-radius: var(--f-input-border-radius, 25px);
}
.form-newsletter--home .form-newsletter__submit button {
  text-transform: uppercase;
  font-weight: 700;
}

.form-newsletter--footer {
  border: 1px solid var(--base-light);
  border-radius: var(--radius-circle);
}
.form-newsletter--footer .wsf-fields {
  padding-inline-end: 20px;
}
.form-newsletter--footer .form-newsletter__input {
  margin-bottom: 0 !important;
}
.form-newsletter--footer .form-newsletter__input input {
  min-height: 70px !important;
  border: 0 !important;
  font-size: var(--text-m) !important;
}
.form-newsletter--footer .form-newsletter__input input::placeholder {
  color: var(--base-dark) !important;
  font-size: var(--text-m) !important;
  opacity: 1 !important;
}
.form-newsletter--footer .form-newsletter__submit {
  margin-bottom: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}
.form-newsletter--footer .form-newsletter__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  height: 50px;
  transition: all 0.3s ease-in-out !important;
}
.form-newsletter--footer .wsf-alert-success {
  height: 4.375em;
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: var(--text-m);
  line-height: var(--f-input-line-height, 1);
  padding: var(--f-input-padding-y, 0.5em) var(--f-input-padding-x, 1em);
  border-radius: var(--f-input-border-radius, 25px);
}
.form-newsletter--footer .form-newsletter__submit {
  display: flex;
  justify-content: flex-end;
}
.form-newsletter--footer .form-newsletter__submit button {
  min-inline-size: 0 !important;
  width: 50px !important;
  aspect-ratio: 1/1;
}

.form-newsletter__input {
  position: relative;
}
.form-newsletter__input input[name=field_1]:focus, .form-newsletter__input input[name=field_1]:focus-visible,
.form-newsletter__input input[name=field_3]:focus,
.form-newsletter__input input[name=field_3]:focus-visible {
  border: none !important;
  box-shadow: none !important;
}
.form-newsletter__input .wsf-invalid-feedback {
  position: absolute;
  top: calc(100% - var(--space-m) - 0.5em);
  left: var(--space-l);
}
.form-newsletter__input :has(input:invalid) {
  border-color: var(--danger);
}

.brxe-filter-select:has(option:nth-child(2)) {
  display: block;
}

.brxe-filter-select:not(:has(option:nth-child(2))) {
  display: none;
}

div[data-type=turnstile][data-id="83"], div[data-type=turnstile][data-id="82"] {
  margin: 0 !important;
  padding: 0 !important;
}
div[data-type=turnstile][data-id="83"] .wsf-field, div[data-type=turnstile][data-id="82"] .wsf-field {
  line-height: 0 !important;
}

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