@charset "UTF-8";
.breadcrumb {
  display: none !important;
}

.breadcrumbWrapper {
  display: none !important;
}

.filters__wrapper.js-filterWrapper.depth-8.-stickyFilter {
  margin-top: 0.5rem;
}

.Banner-promo-2025 {
  height: auto;
  padding: 2.5rem 0 2.5rem;
  position: relative;
  z-index: 6;
  background-color: #f6c745;
}
.Banner-promo-2025__promotion, .Banner-promo-2025__title-text {
  color: #fff;
}
.Banner-promo-2025--hp {
  padding: 4.5rem 0 2.5rem;
  position: relative;
}
.Banner-promo-2025--hp .Banner-promo-2025__link-item,
.Banner-promo-2025--hp .Banner-promo-2025__link-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #f6c745;
  font-weight: 400;
}
.Banner-promo-2025--lp {
  padding: 4.5rem 0 2.5rem;
  position: relative;
}
.Banner-promo-2025--lp .Banner-promo-2025__link-item {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
}
.Banner-promo-2025--lp .Banner-promo-2025__link-item.active-link,
.Banner-promo-2025--lp .Banner-promo-2025__link-item:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #f6c745;
}
.Banner-promo-2025 .star-mention {
  position: relative;
}
.Banner-promo-2025 .star-mention::after {
  content: "*";
  line-height: normal;
  font-size: 1.5rem;
  position: absolute;
  bottom: 1rem;
}
.Banner-promo-2025__title-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Banner-promo-2025__title-text {
  font-size: 1rem;
  font-family: "Baton Turbo", arial;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}
.Banner-promo-2025__secondary-promotion {
  font-size: 1rem;
  line-height: normal;
  font-family: "Baton Turbo", arial;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 0.2rem 0.4rem;
  margin: 1rem 0 0;
  max-width: 100%;
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  position: relative;
  color: #f6c745;
}
.Banner-promo-2025__promotion {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.Banner-promo-2025__promotion-title {
  font-size: 95px;
  line-height: 90px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: 400;
  white-space: normal;
  max-width: -moz-min-content;
  max-width: min-content;
  padding-bottom: 0.8rem;
}
.Banner-promo-2025__promotion-title-soldes {
  font-size: 90px;
  line-height: 75px;
}
.Banner-promo-2025__promotion-subtitle {
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: 500;
}
.Banner-promo-2025__rest {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Banner-promo-2025__links {
  display: flex;
  grid-gap: 0.5rem;
  justify-content: flex-start;
  padding: 0 2.5rem;
  z-index: 3;
}
.Banner-promo-2025__links.--nonco .Banner-promo-2025__link-item {
  min-width: 250px;
}
.Banner-promo-2025__link {
  text-decoration: none;
}
.Banner-promo-2025__link-item {
  min-width: 150px;
  padding: 0.5rem;
  text-transform: uppercase;
  transition: 0.1s linear all;
  font-size: 0.8rem;
  line-height: 1rem;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-80px);
  }
  30% {
    transform: translateX(30px);
  }
  40% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0px);
  }
}
@media (min-width: 850px) {
  .Banner-promo-2025__links {
    grid-gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .Banner-promo-2025 {
    padding: 3rem 0 3rem;
  }
  .Banner-promo-2025--hp {
    padding: 3rem 0 3rem;
  }
  .Banner-promo-2025--lp {
    padding: 3rem 0 3rem;
  }
  .Banner-promo-2025--fr {
    margin-bottom: 16px;
  }
  .Banner-promo-2025 .star-mention::after {
    font-size: 0.5em;
    bottom: auto;
    top: -0.5rem;
  }
  .Banner-promo-2025__title-text {
    font-size: 0.8rem;
    padding-bottom: 1.5rem;
  }
  .Banner-promo-2025__secondary-promotion {
    font-size: 1.3rem;
    padding: 0.4rem 1rem;
    max-width: 100%;
  }
  .Banner-promo-2025__promotion {
    padding-bottom: 2rem;
  }
  .Banner-promo-2025__promotion-title {
    white-space: nowrap; /* Empêche le retour à la ligne */
    padding-bottom: 0.25rem;
  }
  .Banner-promo-2025__promotion-title-soldes {
    font-size: 120px;
    line-height: 100px;
  }
  .Banner-promo-2025__promotion-subtitle {
    font-size: 105px;
    line-height: 100px;
  }
  .Banner-promo-2025__promotion-subtitle-soldes {
    font-size: 60px;
    line-height: 60px;
  }
  .Banner-promo-2025__links {
    padding: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  header.-searchMenuOpen:not(.-home) .header__search {
    display: none;
    opacity: 0;
  }
  .Banner-promo-2025__promotion-title .custom--privee {
    font-size: 0.92em;
  }
  .Banner-promo-2025__links.--nonco {
    flex-direction: column;
  }
  .Banner-promo-2025__links.--nonco .Banner-promo-2025__link-item {
    width: 100%;
  }
  .Banner-promo-2025__links.freescroll {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
  }
  .Banner-promo-2025__links.freescroll:not(.stop-anim) > * {
    animation-name: shake;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 2s;
  }
  .Banner-promo-2025__links.freescroll > * {
    flex: none !important;
  }
  .Banner-promo-2025__links.freescroll::-webkit-scrollbar {
    display: none;
  }
  .Banner-promo-2025__links.freescroll.snap-x-mandatory {
    scroll-snap-type: x mandatory;
  }
  .Banner-promo-2025__links.freescroll.snap-x-mandatory > * {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
@media screen and (max-width: 1023px) {
  .Banner-promo-2025--inter .Banner-promo-2025__promotion-title {
    font-size: 4.5rem;
    line-height: 4rem;
    padding-bottom: 1rem;
  }
}

/*# sourceMappingURL=/Banner-promo-2025.79485e1c.css.map */