@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;
  }
}
.ResetBloc .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: var(--main-color);
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.ResetBloc .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--main-color);
}
.ResetBloc .bloccta a:hover, .ResetBloc .bloccta a:active, .ResetBloc .bloccta a:link, .ResetBloc .bloccta a:visited {
  text-decoration: none;
  color: var(--main-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);
  }
}

/* Affichage ou non du booster */
[data-booster=on] .BoosterBloc {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #D40404;
  color: #fff;
  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: #fff;
}
@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;
  height: 0;
}

/* Affichage ou non de la démarque */
[data-dem=on] .DemarqueBloc {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

[data-dem=off] .DemarqueBloc {
  display: none;
  height: 0;
}

/* GLOBAL FIN */
.crl_banner[data-color=blue] {
  background-color: #03112C;
  color: #fff;
  padding: 10px;
}
.crl_banner[data-color=blue] span {
  font-weight: 600;
}
.crl_banner[data-color=blue] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=blue] .logo {
  display: block;
  width: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  height: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=blue] .logo {
    width: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    height: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    margin: 2px 15px 2px 0;
  }
}
.crl_banner[data-color=blue] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=blue] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=blue] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=blue] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=blue] .contour {
  padding: 5px;
  border: #fff solid 1px;
  border-color: #fff;
}
.crl_banner[data-color=blue] .bloccta {
  position: relative;
  text-transform: uppercase;
  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_banner[data-color=blue] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=blue] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_banner[data-color=blue] .bloccta a:hover, .crl_banner[data-color=blue] .bloccta a:active, .crl_banner[data-color=blue] .bloccta a:link, .crl_banner[data-color=blue] .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_banner[data-color=blue] .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_banner[data-color=beige] {
  background-color: #F5F4EF;
  color: #03112C;
  padding: 10px;
}
.crl_banner[data-color=beige] span {
  font-weight: 600;
}
.crl_banner[data-color=beige] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=beige] .logo {
  display: none;
  width: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  height: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=beige] .logo {
    width: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    height: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    margin: 2px 15px 2px 0;
  }
}
.crl_banner[data-color=beige] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=beige] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=beige] .contour {
  padding: 5px;
  border: #03112C solid 1px;
  border-color: #03112C;
}
.crl_banner[data-color=beige] .bloccta {
  position: relative;
  text-transform: uppercase;
  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: #03112C;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=beige] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=beige] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #03112C;
}
.crl_banner[data-color=beige] .bloccta a:hover, .crl_banner[data-color=beige] .bloccta a:active, .crl_banner[data-color=beige] .bloccta a:link, .crl_banner[data-color=beige] .bloccta a:visited {
  text-decoration: none;
  color: #03112C;
}
.crl_banner[data-color=beige] .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_banner[data-color=red] {
  background-color: #C41E3A;
  color: #fff;
  padding: 10px;
}
.crl_banner[data-color=red] span {
  font-weight: 600;
}
.crl_banner[data-color=red] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=red] .logo {
  display: none;
  width: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  height: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=red] .logo {
    width: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    height: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    margin: 2px 15px 2px 0;
  }
}
.crl_banner[data-color=red] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=red] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=red] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=red] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=red] .contour {
  padding: 5px;
  border: #fff solid 1px;
  border-color: #fff;
}
.crl_banner[data-color=red] .bloccta {
  position: relative;
  text-transform: uppercase;
  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_banner[data-color=red] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=red] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_banner[data-color=red] .bloccta a:hover, .crl_banner[data-color=red] .bloccta a:active, .crl_banner[data-color=red] .bloccta a:link, .crl_banner[data-color=red] .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_banner[data-color=red] .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_banner[data-color=beige_red] {
  background-color: #F5F4EF;
  color: #C41E3A;
  padding: 10px;
}
.crl_banner[data-color=beige_red] span {
  font-weight: 600;
}
.crl_banner[data-color=beige_red] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=beige_red] .logo {
  display: none;
  width: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  height: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=beige_red] .logo {
    width: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    height: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
    margin: 2px 15px 2px 0;
  }
}
.crl_banner[data-color=beige_red] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=beige_red] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige_red] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige_red] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=beige_red] .contour {
  padding: 5px;
  border: #C41E3A solid 1px;
  border-color: #C41E3A;
}
.crl_banner[data-color=beige_red] .bloccta {
  position: relative;
  text-transform: uppercase;
  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: #C41E3A;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=beige_red] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=beige_red] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #C41E3A;
}
.crl_banner[data-color=beige_red] .bloccta a:hover, .crl_banner[data-color=beige_red] .bloccta a:active, .crl_banner[data-color=beige_red] .bloccta a:link, .crl_banner[data-color=beige_red] .bloccta a:visited {
  text-decoration: none;
  color: #C41E3A;
}
.crl_banner[data-color=beige_red] .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 1 - CRL VOUS AIME */
.crl_crlvousaime_b1 {
  --main-color: #F8FAD6;
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/980;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b1_back_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_crlvousaime_b1 .mentions {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  right: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.6923076923rem, 0.5824175824rem + 0.4464285714vw, 0.8461538462rem);
  text-shadow: transparent 1px 0 10px;
  color: var(--main-color);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_crlvousaime_b1 .mentions {
    font-size: clamp(0.6923076923rem, 0.5877031898rem + 0.1768346596vw, 0.8461538462rem);
  }
}
.crl_crlvousaime_b1 .cont_global {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  z-index: 6;
}
.crl_crlvousaime_b1 .cont_global .right {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 80%;
}
.crl_crlvousaime_b1 .cont_global .right .cont_img {
  position: relative;
  aspect-ratio: 572/707;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b1_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-size: contain !important;
}
.crl_crlvousaime_b1 .cont_global .right .cont_txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.crl_crlvousaime_b1 .cont_global .right .cont_txt .txt_courant {
  color: #fff;
  font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
}
@media screen and (min-width: 768px) {
  .crl_crlvousaime_b1 .cont_global .right .cont_txt .txt_courant {
    font-size: clamp(0.8461538462rem, 0.4800380875rem + 0.6189213086vw, 1.3846153846rem);
  }
}
.crl_crlvousaime_b1 .cont_global .left {
  z-index: 6;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.crl_crlvousaime_b1 .cont_global .left .titre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -6%;
  font-size: clamp(5.3846153846rem, 3.7362637363rem + 6.6964285714vw, 7.6923076923rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_crlvousaime_b1 .cont_global .left .titre {
    font-size: clamp(6.1538461538rem, 3.7479425967rem + 4.0671971706vw, 9.6923076923rem);
  }
}
.crl_crlvousaime_b1 .cont_global .left .titre span {
  font-size: 30%;
  font-weight: 300;
  position: absolute;
  top: 17%;
  right: 4%;
}

/* BLOC 2 - CRL VOUS AIME */
.crl_crlvousaime_b2 {
  --main-color: #234739;
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/889;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b2_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_crlvousaime_b2 .cont_img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 65%;
  top: 50%;
  width: 25%;
  max-width: 210px;
  aspect-ratio: 210/289;
}
.crl_crlvousaime_b2 .cont_global {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  gap: clamp(3.8461538462rem, -4.3956043956rem + 33.4821428571vw, 15.3846153846rem);
  bottom: clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem);
  z-index: 6;
}
.crl_crlvousaime_b2 .cont_global .cont_cta {
  display: flex;
  flex-flow: nowrap;
  gap: clamp(3.8461538462rem, 3.2967032967rem + 2.2321428571vw, 4.6153846154rem);
  justify-content: center;
  z-index: 6;
}

/* BLOC 3 - CRL VOUS AIME */
.crl_crlvousaime_b3 {
  --main-color: #234739;
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/870;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b3_back_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_crlvousaime_b3 .cont_img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 75%;
  max-width: 480px;
  aspect-ratio: 484/588;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b3_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-size: contain !important;
}
.crl_crlvousaime_b3 .cont_txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  width: 85%;
  max-width: 1100px;
}
.crl_crlvousaime_b3 .cont_global {
  z-index: 6;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem);
}

/* BLOC 4 - SOLDES */
.crl_soldes_b4[data-booster=on] .bloctxt .bloccta {
  z-index: 6;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #D40404;
  /* border-radius: 10px; */
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  width: -moz-fit-content;
  width: fit-content;
  color: #D40404;
  cursor: pointer;
  padding: 0.8em 2em;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b4[data-booster=on] .bloctxt .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_soldes_b4[data-booster=on] .bloctxt .bloccta a {
  color: #D40404;
}
.crl_soldes_b4[data-booster=on] .bloctxt .bloccta:hover {
  background: #D40404;
  color: #fff;
  border: 1px solid #fff;
}
.crl_soldes_b4[data-booster=on] .bloctxt .bloccta:hover a {
  color: #fff;
}

.crl_soldes_b4 {
  position: relative;
  aspect-ratio: 666/565;
  overflow: hidden;
  background-color: #F3F1F1;
  white-space: nowrap;
}
.crl_soldes_b4 .bloctxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  color: #D40404;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
.crl_soldes_b4 .bloctxt .DemarqueBloc {
  font-size: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b4 .bloctxt .DemarqueBloc {
    font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  }
}
.crl_soldes_b4 .bloctxt .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_b4 .bloctxt .titre {
    font-size: clamp(6.1538461538rem, 4.5847786166rem + 2.6525198939vw, 8.4615384615rem);
  }
}
.crl_soldes_b4 .bloctxt .offre {
  font-size: clamp(1.3846153846rem, 0.6153846154rem + 3.125vw, 2.4615384615rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b4 .bloctxt .offre {
    font-size: clamp(1.9230769231rem, 1.1385431545rem + 1.3262599469vw, 3.0769230769rem);
  }
}
.crl_soldes_b4 .bloctxt .cont_cta {
  display: grid;
  z-index: 6;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.3076923077rem, 0.3076923077rem + 0vw, 0.3076923077rem) clamp(0.6153846154rem, 0.6153846154rem + 0vw, 0.6153846154rem);
}
.crl_soldes_b4 .bloctxt .bloccta {
  width: 160px !important;
  border-radius: 10px;
  padding: 0.8em 1.5em !important;
  z-index: 6;
  box-sizing: border-box;
  background: #D40404;
  border: 1px solid #fff;
  /* border-radius: 10px; */
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  cursor: pointer;
  padding: 0.8em 2em;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b4 .bloctxt .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_soldes_b4 .bloctxt .bloccta a {
  color: #fff;
}
.crl_soldes_b4 .bloctxt .bloccta:hover {
  background: #fff;
  color: #D40404;
  border: 1px solid #D40404;
}
.crl_soldes_b4 .bloctxt .bloccta:hover a {
  color: #D40404;
}

@media (max-width: 768.98px) {
  * {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  /* BLOC 1 - CRL VOUS AIME */
  .crl_crlvousaime_b1 {
    aspect-ratio: 1444/700;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b1_back.webp");
  }
  .crl_crlvousaime_b1 .cont_global {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: nowrap;
    gap: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem);
  }
  .crl_crlvousaime_b1 .cont_global .left .cont_img {
    aspect-ratio: 843/1047;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b1.webp");
  }
  .crl_crlvousaime_b1 .cont_global .right {
    width: 30%;
  }
  /* BLOC 2 - CRL VOUS AIME */
  .crl_crlvousaime_b2 {
    --main-color: #234739;
    aspect-ratio: 1920/938;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b2.webp");
  }
  .crl_crlvousaime_b2 .cont_img {
    left: 50%;
    width: 10%;
  }
  .crl_crlvousaime_b2 .cont_global {
    bottom: clamp(1.5384615385rem, -0.0306059988rem + 2.6525198939vw, 3.8461538462rem);
  }
  .crl_crlvousaime_b2 .cont_global .cont_cta {
    gap: clamp(2.3076923077rem, 1.2616472829rem + 1.7683465959vw, 3.8461538462rem);
  }
  /* BLOC 3 - CRL VOUS AIME */
  .crl_crlvousaime_b3 {
    aspect-ratio: 1920/862;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b3_back.webp");
  }
  .crl_crlvousaime_b3 .cont_img {
    width: 28%;
    max-width: 480px;
  }
  .crl_crlvousaime_b3 .cont_txt {
    width: 55%;
    max-width: 1100px;
  }
  .crl_crlvousaime_b3 .cont_global {
    bottom: clamp(1.5384615385rem, -0.0306059988rem + 2.6525198939vw, 3.8461538462rem);
  }
  /* BLOC 4 - SOLDES DESK */
  .crl_soldes_b4 {
    aspect-ratio: 1920/740;
    overflow: hidden;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s8_fevrier/crl_b4.webp");
  }
  .crl_soldes_b4 .bloctxt .bloccta {
    width: 200px !important;
  }
}/*# sourceMappingURL=style.css.map */