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

/* pp + pole premium */
/*  -------- THEME COLOR VARIABLE -------- */
/* 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;
  }
}

.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: #EFE8DF;
  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"] {
   @include bandeau_promo.bandeau_promo(#fff, $redcrl, $showlogo: none);
}

.crl_banner[data-color="beige_red"] {
   @include bandeau_promo.bandeau_promo($redcrl, $beigecrl, $showlogo: none);
}
  */
/* Utilisation du lien layer de connexion */
[data-bloc=bloc0] .LienCo, [data-bloc=bloc0bis] .LienCo, [data-bloc=bloc0-nonco] .LienNonco {
  display: block;
}

[data-bloc=bloc0-nonco] .LienCo, [data-bloc=bloc0] .LienNonco, [data-bloc=bloc0bis] .LienNonco {
  display: none;
}

/*  -------- BLOC 1 -------- */
.crl_illuvosfete_b1 {
  aspect-ratio: 668/759;
  overflow: hidden;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_03_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_illuvosfete_b1 .video-background {
  position: absolute;
  width: 102%;
  height: 102%;
  top: 0;
  left: 0;
}
.crl_illuvosfete_b1 .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
.crl_illuvosfete_b1 .bloctxt {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  bottom: 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  z-index: 6;
}
.crl_illuvosfete_b1 .bloctxt p {
  width: 100%;
}
.crl_illuvosfete_b1 .txt_courant {
  text-transform: uppercase;
  font-size: clamp(0.7692307692rem, 0.6593406593rem + 0.4464285714vw, 0.9230769231rem);
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .crl_illuvosfete_b1 .txt_courant {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_illuvosfete_b1 .txt_saison {
  display: flex;
  flex-flow: nowrap;
  font-size: clamp(1.0769230769rem, 0.8021978022rem + 1.1160714286vw, 1.4615384615rem);
  gap: 6em;
}
@media screen and (min-width: 768px) {
  .crl_illuvosfete_b1 .txt_saison {
    font-size: clamp(1.0769230769rem, 0.8154118207rem + 0.442086649vw, 1.4615384615rem);
  }
}
.crl_illuvosfete_b1 .bloccta_cont {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
  gap: 6em;
}
.crl_illuvosfete_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;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .crl_illuvosfete_b1 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_illuvosfete_b1 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_illuvosfete_b1 .bloccta a:hover, .crl_illuvosfete_b1 .bloccta a:active, .crl_illuvosfete_b1 .bloccta a:link, .crl_illuvosfete_b1 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_illuvosfete_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 -------- */
.crl_illuvosfete_b2 {
  display: flex;
  flex-flow: column-reverse;
}
.crl_illuvosfete_b2 .left, .crl_illuvosfete_b2 .right {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  aspect-ratio: 1/1;
}
.crl_illuvosfete_b2 .video-background {
  position: absolute;
  width: 102%;
  height: 102%;
  top: 0;
  left: 0;
}
.crl_illuvosfete_b2 .video-background iframe {
  margin: -2px;
  border: 0;
}
.crl_illuvosfete_b2[data-bloc=bloc2-cartecadeau] .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b2_2_mob.webp");
}
.crl_illuvosfete_b2 [data-lang=en][data-bloc=bloc2-cartecadeau] .right {
  background-image: none;
  background-color: #EFE8DF;
}
.crl_illuvosfete_b2[data-bloc=bloc2-steamone] .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b2_2_bis_mob.webp");
}
.crl_illuvosfete_b2[data-lang=en] .bloctxt {
  gap: clamp(1.5384615385rem, -0.1098901099rem + 6.6964285714vw, 3.8461538462rem);
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}
.crl_illuvosfete_b2[data-lang=en] .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: #90191A;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_illuvosfete_b2[data-lang=en] .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_illuvosfete_b2[data-lang=en] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #90191A;
}
.crl_illuvosfete_b2[data-lang=en] .bloccta a:hover, .crl_illuvosfete_b2[data-lang=en] .bloccta a:active, .crl_illuvosfete_b2[data-lang=en] .bloccta a:link, .crl_illuvosfete_b2[data-lang=en] .bloccta a:visited {
  text-decoration: none;
  color: #90191A;
}
.crl_illuvosfete_b2[data-lang=en] .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_illuvosfete_b2 .bloctxt {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 15% 0 5% 0;
  display: flex;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  z-index: 6;
  font-weight: 600;
}
.crl_illuvosfete_b2 .titre {
  text-transform: uppercase;
  font-family: "Termina", sans-serif;
  color: #90191A;
  font-size: clamp(0.9230769231rem, 0.6483516484rem + 1.1160714286vw, 1.3076923077rem);
  line-height: 1.3;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .crl_illuvosfete_b2 .titre {
    font-size: clamp(0.9230769231rem, 0.6615656669rem + 0.442086649vw, 1.3076923077rem);
  }
}
.crl_illuvosfete_b2 .txtcourant {
  text-transform: uppercase;
  font-family: "Termina", sans-serif;
  color: #90191A;
  font-size: clamp(1.3846153846rem, 1rem + 1.5625vw, 1.9230769231rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_illuvosfete_b2 .txtcourant {
    font-size: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem);
  }
}
.crl_illuvosfete_b2 .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;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .crl_illuvosfete_b2 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_illuvosfete_b2 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_illuvosfete_b2 .bloccta a:hover, .crl_illuvosfete_b2 .bloccta a:active, .crl_illuvosfete_b2 .bloccta a:link, .crl_illuvosfete_b2 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_illuvosfete_b2 .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 -------- */
.crl_illuvosfete_b3 {
  display: flex;
  flex-flow: column-reverse;
}
.crl_illuvosfete_b3 .left, .crl_illuvosfete_b3 .right {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_illuvosfete_b3 .left {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b3_1_mob.webp");
}
.crl_illuvosfete_b3 .video-background {
  position: absolute;
  width: 102%;
  height: 102%;
  top: 0;
  left: 0;
}
.crl_illuvosfete_b3 .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 1.1;
}
.crl_illuvosfete_b3 .right {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b3_2_mob.webp");
}
.crl_illuvosfete_b3 .bloctxt {
  z-index: 6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 26vh 0 3em 0;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 30%, rgba(238, 130, 238, 0) 100%);
}
.crl_illuvosfete_b3 .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;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .crl_illuvosfete_b3 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_illuvosfete_b3 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_illuvosfete_b3 .bloccta a:hover, .crl_illuvosfete_b3 .bloccta a:active, .crl_illuvosfete_b3 .bloccta a:link, .crl_illuvosfete_b3 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_illuvosfete_b3 .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);
  }
}

@media screen and (min-width: 768px) {
  /*  -------- BLOC 1 -------- */
  .crl_illuvosfete_b1 {
    aspect-ratio: 1920/650;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_03.webp");
  }
  .crl_illuvosfete_b1 .video-background iframe {
    top: 20% !important;
    scale: 1.5;
  }
  .crl_illuvosfete_b1 .bloccta {
    left: 39%;
  }
  /*  -------- BLOC 2 -------- */
  .crl_illuvosfete_b2 {
    flex-flow: nowrap;
  }
  .crl_illuvosfete_b2 .left, .crl_illuvosfete_b2 .right {
    width: 50%;
  }
  .crl_illuvosfete_b2 .left {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b2_1.webp");
  }
  .crl_illuvosfete_b2 .video-background iframe {
    scale: 1.1;
  }
  .crl_illuvosfete_b2[data-bloc=bloc2-cartecadeau] .right {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b2_2.webp");
  }
  .crl_illuvosfete_b2[data-lang=en][data-bloc=bloc2-cartecadeau] .right {
    background-image: none;
    background-color: #EFE8DF;
  }
  .crl_illuvosfete_b2[data-bloc=bloc2-steamone] .right {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b2_2_bis.webp");
  }
  /*  -------- BLOC 3 -------- */
  .crl_illuvosfete_b3 {
    display: flex;
    flex-flow: nowrap;
  }
  .crl_illuvosfete_b3 .left {
    width: 40%;
    aspect-ratio: 640/994;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b3_1.webp");
  }
  .crl_illuvosfete_b3 .video-background iframe {
    scale: 1;
  }
  .crl_illuvosfete_b3 .right {
    width: 60%;
    aspect-ratio: 1280/994;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s51_decembre/crl_b3_2.webp");
  }
  .crl_illuvosfete_b3 .bloctxt {
    padding: 46vh 0 3em 0;
  }
}/*# sourceMappingURL=style.css.map */