@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 {
  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 .light {
  font-weight: 400;
}
.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;
  }
}

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

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

/* GLOBAL FIN */
.crl_cont_soldes {
  position: relative;
}

/* BLOC 1 - SOLDES */
.crl_soldes_b1 {
  position: relative;
  aspect-ratio: 666/950;
  overflow: hidden;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s2_janvier/crl_b1_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_soldes_b1 .bloctxt_b1 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  color: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
.crl_soldes_b1 .bloctxt_b1 .titre {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.8461538462rem, 1.3186813187rem + 10.2678571429vw, 7.3846153846rem);
  line-height: 1;
  letter-spacing: -6%;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b1 .bloctxt_b1 .titre {
    font-size: clamp(6.1538461538rem, 4.5847786166rem + 2.6525198939vw, 8.4615384615rem);
  }
}
.crl_soldes_b1 .bloctxt_b1 .offre {
  font-size: clamp(1.3846153846rem, 0.6153846154rem + 3.125vw, 2.4615384615rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b1 .bloctxt_b1 .offre {
    font-size: clamp(1.9230769231rem, 1.1385431545rem + 1.3262599469vw, 3.0769230769rem);
  }
}
.crl_soldes_b1 .bloctxt_b1 .bloccta {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b1 .bloctxt_b1 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_soldes_b1 .bloctxt_b1 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_soldes_b1 .bloctxt_b1 .bloccta a:hover, .crl_soldes_b1 .bloctxt_b1 .bloccta a:active, .crl_soldes_b1 .bloctxt_b1 .bloccta a:link, .crl_soldes_b1 .bloctxt_b1 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_soldes_b1 .bloctxt_b1 .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);
  }
}

/* BLOC 2 - SOLDES */
.crl_soldes_b2 {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "part1" "part3" "part2";
}
.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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.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/s2_janvier/crl_b2_1.webp");
}
.crl_soldes_b2 .crl_duo.top .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s2_janvier/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/s2_janvier/crl_b2_3.webp");
}
.crl_soldes_b2 .crl_duo.bottom .left .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b2 .crl_duo.bottom .left .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_soldes_b2 .crl_duo.bottom .left .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_soldes_b2 .crl_duo.bottom .left .bloccta a:hover, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:active, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:link, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_soldes_b2 .crl_duo.bottom .left .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.bottom .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s2_janvier/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 .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  background-color: #D40404;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 .crl_duo .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2 .crl_duo .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-bottom: 0.3em;
  width: -moz-fit-content;
  width: fit-content;
}
@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::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_triptique {
  width: 90%;
  margin: 1em auto;
  grid-area: part3;
  overflow: hidden;
  /* .swiper-pagination{background: $redcrl} */
}
.crl_soldes_b2 .crl_triptique[data-promo=on] .promo {
  display: block;
}
.crl_soldes_b2 .crl_triptique[data-promo=off] .promo {
  display: none;
}
.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 a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  background-color: #D40404;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 .crl_triptique .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2 .crl_triptique .bloccta {
  z-index: 6;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-bottom: 0.3em;
  /* @include texte.ctahoverclassique($font-color, #fff);  */
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b2 .crl_triptique .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_soldes_b2 .crl_triptique .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000;
}
.crl_soldes_b2 .crl_triptique .bloccta a:hover, .crl_soldes_b2 .crl_triptique .bloccta a:active, .crl_soldes_b2 .crl_triptique .bloccta a:link, .crl_soldes_b2 .crl_triptique .bloccta a:visited {
  text-decoration: none;
  color: #000;
}
.crl_soldes_b2 .crl_triptique .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_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/s2_janvier/crl_b2_5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.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/s2_janvier/crl_b2_6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.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/s2_janvier/crl_b2_7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.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/s2_janvier/crl_b2_8.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.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-progressbar-fill {
  background: #D40404;
}

.crl_soldes_b2[data-lang=it_it] .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[data-lang=it_it] .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  background-color: #D40404;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2[data-lang=it_it] .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique {
  overflow: hidden;
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique[data-promo=on] .promo {
  display: block;
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique[data-promo=off] .promo {
  display: none;
}
.crl_soldes_b2[data-lang=it_it] .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[data-lang=it_it] .crl_triptique .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  background-color: #D40404;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2[data-lang=it_it] .crl_triptique .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta {
  z-index: 6;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-bottom: 0.3em;
  /* @include texte.ctahoverclassique($font-color, #fff);  */
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000;
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta a:hover, .crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta a:active, .crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta a:link, .crl_soldes_b2[data-lang=it_it] .crl_triptique .bloccta a:visited {
  text-decoration: none;
  color: #000;
}
.crl_soldes_b2[data-lang=it_it] .crl_triptique .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[data-lang=it_it] .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/s2_janvier/crl_b2_5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_soldes_b2[data-lang=it_it] .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/s2_janvier/crl_b2_6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_soldes_b2[data-lang=it_it] .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/s2_janvier/crl_b2_7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_soldes_b2[data-lang=it_it] .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/s2_janvier/crl_b2_8_it.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/*  -------- BLOC Categ -------- */
.crl_bloccateg {
  overflow: hidden;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  max-width: 850px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  padding: 2em;
  position: sticky;
}
.crl_bloccateg .bloctxt {
  text-transform: uppercase;
  padding: 0.8em 0.9em;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  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;
}

@media (max-width: 768.98px) {
  * {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  /* BLOC 1 - SOLDES DESK */
  .crl_soldes_b1 {
    aspect-ratio: 1920/810;
    overflow: hidden;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s2_janvier/crl_b1.webp");
  }
  /* BLOC 2 - SOLDES DESK */
  .crl_soldes_b2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "part1 part2" "part3 part3";
  }
  .crl_soldes_b2 .crl_duo.bottom .left .bloccta {
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 600;
    line-height: 1;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    cursor: pointer;
    text-decoration: none;
    color: #000;
    padding-bottom: 0.3em;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .crl_soldes_b2 .crl_duo.bottom .left .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 .crl_duo.bottom .left .bloccta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #000;
  }
  .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:hover, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:active, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:link, .crl_soldes_b2 .crl_duo.bottom .left .bloccta a:visited {
    text-decoration: none;
    color: #000;
  }
  .crl_soldes_b2 .crl_duo.bottom .left .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 .cont_img {
    aspect-ratio: 631/825;
  }
  .crl_soldes_b2 .crl_triptique {
    width: 100%;
    margin: 0;
    grid-area: part3;
    overflow: hidden;
  }
  .crl_soldes_b2 .crl_triptique[data-promo=on] .promo {
    display: block;
  }
  .crl_soldes_b2 .crl_triptique[data-promo=off] .promo {
    display: none;
  }
  .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 a.promo {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
    background-color: #D40404;
    padding: 0.3em 0.8em;
    color: #fff;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .crl_soldes_b2 .crl_triptique .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 .crl_triptique .bloccta {
    z-index: 6;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 600;
    line-height: 1;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    cursor: pointer;
    text-decoration: none;
    color: #000;
    padding-bottom: 0.3em;
    /* @include texte.ctahoverclassique($font-color, #fff);  */
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .crl_soldes_b2 .crl_triptique .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 .crl_triptique .bloccta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #000;
  }
  .crl_soldes_b2 .crl_triptique .bloccta a:hover, .crl_soldes_b2 .crl_triptique .bloccta a:active, .crl_soldes_b2 .crl_triptique .bloccta a:link, .crl_soldes_b2 .crl_triptique .bloccta a:visited {
    text-decoration: none;
    color: #000;
  }
  .crl_soldes_b2 .crl_triptique .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_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/s2_janvier/crl_b2_5.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .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/s2_janvier/crl_b2_6.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .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/s2_janvier/crl_b2_7.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .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/s2_janvier/crl_b2_8.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}/*# sourceMappingURL=style.css.map */