@charset "UTF-8";
.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}


/*  -------- THEME COLOR VARIABLE -------- */
/* GLOBAL */
/* Paramètre des blocs générique */
.ResetBloc {
  text-transform: uppercase;
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.ResetBloc img,
.ResetBloc picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.ResetBloc a:focus,
.ResetBloc a:active,
.ResetBloc a:link,
.ResetBloc a:visited {
  text-decoration: none;
}
.ResetBloc p,
.ResetBloc h1,
.ResetBloc h2,
.ResetBloc h3,
.ResetBloc h4 {
  margin: 0;
}
.ResetBloc .bold {
  font-weight: 600;
}
.ResetBloc .semibold {
  font-weight: 500;
}
.ResetBloc .regular {
  font-weight: 400;
}
.ResetBloc .light {
  font-weight: 300;
}
.ResetBloc .upper {
  text-transform: uppercase;
}
.ResetBloc .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.ResetBloc .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispMob {
    display: none !important;
  }
}
.ResetBloc .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispDesk {
    display: block !important;
  }
}
.ResetBloc .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .ResetBloc .DispTab {
    display: block !important;
  }
}
.ResetBloc .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .ResetBloc .TabOnly {
    display: block !important;
  }
}
.ResetBloc .blocCta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .blocCta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.ResetBloc .blocCta {
  text-decoration: none;
  color: var(--cta-color);
  padding-bottom: 0.3em;
}
.ResetBloc .blocCta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--cta-color);
}
.ResetBloc .blocCta a:hover,
.ResetBloc .blocCta a:active,
.ResetBloc .blocCta a:link,
.ResetBloc .blocCta a:visited {
  text-decoration: none;
  color: var(--cta-color);
}
.ResetBloc .blocCta:hover::after {
  width: calc(100% - 0em);
  animation-name: soulignement;
  animation-timing-function: ease-in-out;
  animation-duration: 480ms;
}
@keyframes soulignement {
  0% {
    left: unset;
    right: 0;
    width: calc(100% - 1em);
  }
  33% {
    width: 0;
  }
  66% {
    right: unset;
    left: 0;
  }
  100% {
    width: calc(100% - 1em);
  }
}
.ResetBloc .blocCta {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.ResetBloc .helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 1;
}
.ResetBloc .titre {
  font-size: clamp(4.6153846154rem, 2.967032967rem + 6.6964285714vw, 6.9230769231rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre {
    font-size: clamp(5.3846153846rem, 2.2464803101rem + 5.3050397878vw, 10rem);
  }
}
.ResetBloc .titre {
  font-weight: 700;
  font-style: normal;
  letter-spacing: -6%;
  line-height: 0.8;
}
.ResetBloc .sousTitre {
  font-size: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sousTitre {
    font-size: clamp(1.5384615385rem, 1.015439026rem + 0.884173298vw, 2.3076923077rem);
    line-height: 1;
    font-weight: 300;
  }
}
.ResetBloc .txtCourant {
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .txtCourant {
    font-size: clamp(0.9230769231rem, 0.8184724206rem + 0.1768346596vw, 1.0769230769rem);
  }
}
.ResetBloc .sizeMob {
  font-size: 160%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sizeMob {
    font-size: 140%;
  }
}
.ResetBloc .imgBack {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Affichage ou non du booster */
[data-booster=on] .BoosterBloc {
  display: block;
  position: relative;
  background-color: #D40404;
}
[data-booster=on] .BoosterBloc a {
  color: #fff;
}
[data-booster=on] .BoosterBloc {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.2307692308rem, 1.1208791209rem + 0.4464285714vw, 1.3846153846rem);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  [data-booster=on] .BoosterBloc {
    font-size: clamp(1.2307692308rem, 1.1261647283rem + 0.1768346596vw, 1.3846153846rem);
  }
}
[data-booster=on] .BoosterBloc {
  border-radius: 0;
}

[data-booster=on] .DispBoost {
  display: block;
}
@media screen and (min-width : 768.98px) {
  [data-booster=on] .DispBoost {
    display: none;
  }
}

[data-booster=on] .sizeMob {
  font-size: 170%;
}
@media screen and (min-width : 768.98px) {
  [data-booster=on] .sizeMob {
    font-size: 100%;
  }
}

@media screen and (min-width : 768.98px) {
  [data-booster=on] .booster {
    display: none;
  }
}

[data-booster=off] .BoosterBloc {
  display: none;
}

/* BLOC 1 - SOLDES */
.crl_soldes_b1 {
  --cta-color:#D40404;
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/680;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b1_mob.webp");
}
.crl_soldes_b1 .blocTxt_b1 {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 10%;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1 .blocTxt_b1 {
    transform: translate(-50%, -50%);
    left: 35%;
    top: 50%;
    bottom: unset;
  }
}
.crl_soldes_b1 .blocTxt_b1 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1 .blocTxt_b1 {
    gap: 2em;
  }
}
.crl_soldes_b1 .blocTxt_b1 {
  color: #D40404;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1 {
    aspect-ratio: 1920/810;
    overflow: hidden;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b1.webp");
  }
}

/* BLOC 2 - SOLDES */
.crl_soldes_b2 {
  --cta-color:#000;
  overflow: hidden;
  gap: 5px;
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "part1" "part3" "part2";
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "part1 part2" "part3 part3";
  }
}
.crl_soldes_b2 a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  /*  border: 1px solid $font-color; */
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2 a.promo {
  background-color: #D40404;
  padding: 0.4em 0.6em;
  color: #fff;
  font-weight: 500;
}
.crl_soldes_b2 .crl_duo {
  display: flex;
  flex-flow: nowrap;
  gap: 5px;
  position: relative;
}
.crl_soldes_b2 .crl_duo .cont_img {
  position: relative;
  width: 50%;
  aspect-ratio: 328/428;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b2 .crl_duo .cont_img {
    aspect-ratio: 631/825;
  }
}
.crl_soldes_b2 .crl_duo.top {
  grid-area: part1;
}
.crl_soldes_b2 .crl_duo.top .left {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_1.webp");
}
.crl_soldes_b2 .crl_duo.top .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_2.webp");
}
.crl_soldes_b2 .crl_duo.bottom {
  grid-area: part2;
}
.crl_soldes_b2 .crl_duo.bottom .left {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_3.webp");
}
.crl_soldes_b2 .crl_duo.bottom .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_4.webp");
}
.crl_soldes_b2 .crl_duo .bloctxt {
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 20px;
  bottom: 20px;
  gap: 10px;
  text-align: left;
  color: #D40404;
}
.crl_soldes_b2 .crl_duo .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b2 .crl_duo .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_soldes_b2 .crl_duo .bloccta {
  text-decoration: none;
  color: #000;
  padding-bottom: 0.3em;
}
.crl_soldes_b2 .crl_duo .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000;
}
.crl_soldes_b2 .crl_duo .bloccta a:hover,
.crl_soldes_b2 .crl_duo .bloccta a:active,
.crl_soldes_b2 .crl_duo .bloccta a:link,
.crl_soldes_b2 .crl_duo .bloccta a:visited {
  text-decoration: none;
  color: #000;
}
.crl_soldes_b2 .crl_duo .bloccta:hover::after {
  width: calc(100% - 0em);
  animation-name: soulignement;
  animation-timing-function: ease-in-out;
  animation-duration: 480ms;
}
@keyframes soulignement {
  0% {
    left: unset;
    right: 0;
    width: calc(100% - 1em);
  }
  33% {
    width: 0;
  }
  66% {
    right: unset;
    left: 0;
  }
  100% {
    width: calc(100% - 1em);
  }
}
.crl_soldes_b2 .crl_duo .bloccta {
  width: -moz-fit-content;
  width: fit-content;
}
.crl_soldes_b2 .crl_triptique {
  overflow: hidden;
  width: 85%;
  margin: 1em auto;
  grid-area: part3;
  overflow: hidden;
}
.crl_soldes_b2 .crl_triptique .bloctxt {
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 20px;
  bottom: 20px;
  gap: 10px;
  text-align: left;
  color: #D40404;
}
.crl_soldes_b2 .crl_triptique .bloctxt {
  position: absolute;
  flex-flow: column;
  align-items: flex-start;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.7648484848;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_5.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.7648484848;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_6.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.7648484848;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_7.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.7648484848;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_8.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-horizontal > .swiper-pagination-progressbar {
  position: relative;
  height: 3px !important;
  top: -2px !important;
}
.crl_soldes_b2 .crl_triptique {
  /* .swiper-pagination{background: $redcrl} */
}
.crl_soldes_b2 .crl_triptique .swiper-pagination-progressbar-fill {
  background: #D40404;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b2 .crl_triptique {
    width: 100%;
    margin: 0;
    grid-area: part3;
    overflow: hidden;
  }
  .crl_soldes_b2 .crl_triptique .bloctxt {
    white-space: nowrap;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    left: 20px;
    bottom: 20px;
    gap: 10px;
    text-align: left;
    color: #D40404;
  }
  .crl_soldes_b2 .crl_triptique .bloctxt {
    position: absolute;
    flex-flow: column;
    align-items: flex-start;
  }
  .crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(1) {
    aspect-ratio: 0.7648484848;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_5.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(2) {
    aspect-ratio: 0.7648484848;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_6.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(3) {
    aspect-ratio: 0.7648484848;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_7.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(4) {
    aspect-ratio: 0.7648484848;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s26_juin/crl_b2_8.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

/*  -------- BLOC Categ -------- */
.crl_bloccateg {
  overflow: hidden;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  max-width: 750px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  padding: 2em;
}
.crl_bloccateg .bloctxt {
  text-transform: uppercase;
  padding: 0.8em 0.9em;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  color: #03112C;
  border: 1px solid #03112C;
  transition: all 0.5s ease;
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .crl_bloccateg .bloctxt {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_bloccateg a {
  width: 100%;
}
.crl_bloccateg a:hover .bloctxt {
  background-color: #D40404;
  color: #fff;
  border: 1px solid #fff;
}
.crl_bloccateg .swiper-slide {
  background: transparent;
}
.crl_bloccateg {
  position: sticky;
}/*# sourceMappingURL=style.css.map */