@charset "UTF-8";
/* GLOBAL */
@import url("https://use.typekit.net/dys7uyp.css");
.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}


/* Paramètre des blocs générique */
.ResetBloc {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  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 {
  font-weight: 500;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ResetBloc .titre {
  font-size: clamp(2.5384615385rem, 1.6043956044rem + 3.7946428571vw, 3.8461538462rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre {
    font-size: clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem);
  }
}
.ResetBloc .titre2 {
  font-size: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  letter-spacing: -4%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre2 {
    font-size: clamp(1.9230769231rem, 1.4000544107rem + 0.884173298vw, 2.6923076923rem);
  }
}
.ResetBloc .sousTitre {
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sousTitre {
    font-size: clamp(1.2307692308rem, 1.0215602258rem + 0.3536693192vw, 1.5384615385rem);
  }
}
.ResetBloc .txtCourant {
  font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .txtCourant {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
  }
}
.ResetBloc .sizeMob {
  font-size: 170%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sizeMob {
    font-size: 100%;
  }
}
.ResetBloc .imgBack {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.ResetBloc .u-flex-center-col-xl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1.9230769231rem, 0.5494505495rem + 5.5803571429vw, 3.8461538462rem);
}
.ResetBloc [data-booster=on] .BoosterBloc {
  display: block;
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem) !important;
  position: relative;
  background-color: transparent;
}
.ResetBloc [data-booster=on] .BoosterBloc a {
  color: var(--main-color);
}
.ResetBloc [data-booster=on] .BoosterBloc {
  color: var(--main-color);
  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) {
  .ResetBloc [data-booster=on] .BoosterBloc {
    font-size: clamp(1.2307692308rem, 1.1261647283rem + 0.1768346596vw, 1.3846153846rem);
  }
}
.ResetBloc [data-booster=on] .part3 {
  display: none;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc [data-booster=on] .part3 {
    display: block;
  }
}
.ResetBloc [data-booster=off] .BoosterBloc {
  display: none;
}
.ResetBloc {
  --main-color: #F50C3C;
}

/* BLOC ABTEST 01 - bonPlan */
.crl_bonplan_abtest_b0 {
  position: relative;
  width: 100%;
  --cta-color: #040C1F;
  --main-color:#040C1F;
  --cta-size-desk: clamp13Desk(11, 14);
  --cta-size-mob: clamp13Mob(11, 14);
  padding: 10px;
}
.crl_bonplan_abtest_b0 span {
  font-weight: 600;
}
.crl_bonplan_abtest_b0 .bloctxt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.crl_bonplan_abtest_b0 .titreBanner {
  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: 768px) {
  .crl_bonplan_abtest_b0 .titreBanner {
    font-size: clamp(1.2307692308rem, 1.1261647283rem + 0.1768346596vw, 1.3846153846rem);
  }
}
.crl_bonplan_abtest_b0 .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
}
.crl_bonplan_abtest_b0 {
  background-color: #F5F4EF;
  color: #03112C;
}
.crl_bonplan_abtest_b0 .logo {
  display: none;
}
.crl_bonplan_abtest_b0 .titreBanner {
  color: #03112C;
}
.crl_bonplan_abtest_b0 .contour {
  border: 1px solid #03112C;
}
.crl_bonplan_abtest_b0 {
  /* .bloccta { @include ctasoulignement($font-color, $font-color, clamp13Desk(11, 14), clamp13Mob(11, 14)); } */
}
.crl_bonplan_abtest_b0 .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;
}
@media screen and (min-width: 768px) {
  .crl_bonplan_abtest_b0 .logo {
    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;
  }
}
.crl_bonplan_abtest_b0 .contour {
  padding: 5px;
}

/* BLOC 1 - reville */
.crl_reville_b1 {
  --cta-color: var(--main-color);
  position: relative;
  width: 100%;
  aspect-ratio: 666/718;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b1_01_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b1 {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b1_01.webp");
    aspect-ratio: 1368/578;
  }
}
.crl_reville_b1 .blocTxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  text-align: center;
  width: 61%;
  flex-flow: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 6;
}
.crl_reville_b1 .blocTxt .blocCta {
  margin-top: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b1 .blocTxt .blocCta {
    margin-top: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem);
  }
}
.crl_reville_b1 .part1, .crl_reville_b1 .part3 {
  color: var(--main-color);
}
.crl_reville_b1 .part2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.crl_reville_b1 .part2 .encart {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.5em 0.5em 0.4em 0.5em;
}

/* BLOC 1 - bon plan */
.crl_bonplan_b1 {
  position: relative;
  width: 100%;
  aspect-ratio: 666/718;
}
@media screen and (min-width : 768.98px) {
  .crl_bonplan_b1 {
    aspect-ratio: 1368/578;
  }
}
.crl_bonplan_b1 {
  overflow: hidden;
  background-color: #F3F1F1;
  white-space: nowrap;
}
.crl_bonplan_b1 .blocTxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #040C1F;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
.crl_bonplan_b1 .blocTxt .titre {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.8461538462rem, 1.3186813187rem + 10.2678571429vw, 7.3846153846rem);
}
@media screen and (min-width: 768px) {
  .crl_bonplan_b1 .blocTxt .titre {
    font-size: clamp(6.1538461538rem, 4.5847786166rem + 2.6525198939vw, 8.4615384615rem);
  }
}
.crl_bonplan_b1 .blocTxt .titre {
  line-height: 1;
  letter-spacing: -6%;
}
.crl_bonplan_b1 .blocTxt .offre {
  font-size: clamp(1.3846153846rem, 0.6153846154rem + 3.125vw, 2.4615384615rem);
}
@media screen and (min-width: 768px) {
  .crl_bonplan_b1 .blocTxt .offre {
    font-size: clamp(1.3846153846rem, 0.6523838672rem + 1.2378426172vw, 2.4615384615rem);
  }
}
.crl_bonplan_b1 .blocTxt .offre {
  line-height: 1;
}
.crl_bonplan_b1 .blocTxt .contCta {
  display: grid;
  z-index: 6;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.crl_bonplan_b1 .blocTxt .blocCta {
  z-index: 6;
  box-sizing: border-box;
  background: #040C1F;
  /* border: 1px solid $font-color; */
  border-radius: 6px;
  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;
  padding: 16px 24px;
}
@media screen and (max-width: 768.98px) {
  .crl_bonplan_b1 .blocTxt .blocCta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_bonplan_b1 .blocTxt .blocCta a {
  color: #fff;
}
.crl_bonplan_b1 .blocTxt .blocCta:hover {
  background: #fff;
  color: #040C1F;
  /* border: 1px solid $back-color; */
}
.crl_bonplan_b1 .blocTxt .blocCta:hover a {
  color: #040C1F;
}
.crl_bonplan_b1 .blocTxt .blocCta {
  border: 1px solid #040C1F;
  border-radius: 10px;
  padding: 10px clamp(1.8461538462rem, 0.5824175824rem + 5.1339285714vw, 3.6153846154rem) !important;
  width: 160px;
}
@media screen and (min-width : 768.98px) {
  .crl_bonplan_b1 .blocTxt .blocCta {
    width: 250px;
  }
}

/* BLOC ABTEST 02 - bonplan */
.crl_bonplan_abstest_b2 {
  --cta-color:#040C1F;
  position: relative;
  background-color: #F5F4EF;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 24px 0 24px 0;
  gap: 8px;
}
@media screen and (min-width : 768.98px) {
  .crl_bonplan_abstest_b2 {
    padding: 24px;
    gap: 40px;
    flex-flow: nowrap;
  }
}
.crl_bonplan_abstest_b2 .right {
  position: relative;
  color: #040C1F;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_bonplan_abstest_b2 .right {
    width: 32%;
  }
}
.crl_bonplan_abstest_b2 .right {
  display: flex;
  flex-flow: nowrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.crl_bonplan_abstest_b2 .left {
  bottom: 0;
  margin: auto;
  overflow: hidden;
  max-width: 760px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  padding: 2em;
}
.crl_bonplan_abstest_b2 .left .bloctxt {
  text-transform: uppercase;
  padding: 0.7em 0.9em;
  background-color: #F5F4EF;
  border-radius: 10px;
  color: #040C1F;
  border: 1px solid #040C1F;
  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_bonplan_abstest_b2 .left .bloctxt {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_bonplan_abstest_b2 .left a {
  width: 100%;
}
.crl_bonplan_abstest_b2 .left a:hover .bloctxt {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.crl_bonplan_abstest_b2 .left .swiper-slide {
  background: transparent;
}
.crl_bonplan_abstest_b2 .left {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 24px;
  max-width: unset;
}
@media screen and (min-width : 768.98px) {
  .crl_bonplan_abstest_b2 .left {
    width: 68%;
    padding: 0 !important;
  }
}

.crl_reville_bonplan_swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.crl_reville_bonplan_swiper .swiper-pagination-bullet-active {
  background: #fff;
}

/* BLOC 2 */
.crl_reville_b2 {
  position: relative;
  width: 100%;
  --cta-color: var(--main-color);
  overflow: hidden;
  overflow: hidden;
}
.crl_reville_b2 .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: var(--main-color);
}
.crl_reville_b2 .bloctxt {
  position: absolute;
  flex-flow: column;
  align-items: flex-start;
}
.crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_03.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_02.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.crl_reville_b3 {
  --cta-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 {
    flex-flow: nowrap;
  }
}
.crl_reville_b3 .cont_titre {
  top: 0;
  width: 100%;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem) clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem) clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem) clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 .cont_titre {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_reville_b3 .cont_resum {
  position: relative;
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 .cont_resum {
    position: absolute;
  }
}
.crl_reville_b3 .cont_resum {
  bottom: 0;
  width: 100%;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem) clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem) 0 clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 .cont_resum {
    width: 80%;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_reville_b3 .cont_txt {
  z-index: 6;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.crl_reville_b3 .contBloc {
  --cta-color: #fff;
  position: relative;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  aspect-ratio: 666/720;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3.webp");
    aspect-ratio: 1368/578;
  }
}
.crl_reville_b3 .contBloc .cont_txt {
  font-weight: 500;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3 .contBloc .cont_txt {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    font-weight: 400;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}

[data-lang=es_es].crl_reville_b1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b1_01_mob_es.webp");
}
@media screen and (min-width : 768.98px) {
  [data-lang=es_es].crl_reville_b1 {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b1_01_es.webp");
  }
  [data-lang=es_es].crl_reville_b1 .blocTxt {
    left: 50%;
  }
}
@media screen and (min-width : 768.98px) and (min-width : 768.98px) {
  [data-lang=es_es].crl_reville_b1 .blocTxt {
    left: 30%;
  }
}

[data-lang=es_es].crl_reville_b2 {
  overflow: hidden;
}
[data-lang=es_es].crl_reville_b2 .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: var(--main-color);
}
[data-lang=es_es].crl_reville_b2 .bloctxt {
  position: absolute;
  flex-flow: column;
  align-items: flex-start;
}
[data-lang=es_es].crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
[data-lang=es_es].crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_03.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
[data-lang=es_es].crl_reville_b2 .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.925;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b2_02.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* BLOC 3 - images par pays/langue */
.crl_reville_b3[data-lang=nl_be] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_nl_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=nl_be] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_nl.webp");
  }
}

.crl_reville_b3[data-lang=de_ch] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_de_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=de_ch] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_de.webp");
  }
}

.crl_reville_b3[data-lang=es_es] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_es_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=es_es] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_es.webp");
  }
}

.crl_reville_b3[data-lang=pt_pt] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_pt_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=pt_pt] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_pt.webp");
  }
}

.crl_reville_b3[data-lang=it_it] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_it_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=it_it] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_it.webp");
  }
}

.crl_reville_b3[data-lang=en] .contBloc {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_en_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_reville_b3[data-lang=en] .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s34_aout/crl_b3_en.webp");
  }
}/*# sourceMappingURL=style.css.map */