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


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

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

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

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

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

[data-lang=it_it] .booster, [data-lang=es_es] .booster, [data-lang=pt_pt] .booster {
  display: none;
}

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

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

/* BLOC 2 - SOLDES */
.crl_soldes_b2 {
  --cta-color:#000;
  overflow: hidden;
}
.crl_soldes_b2 a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  /*  border: 1px solid $font-color; */
}
@media screen and (min-width: 768px) {
  .crl_soldes_b2 a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_soldes_b2 a.promo {
  background-color: #D40404;
  padding: 0.4em 0.6em;
  color: #fff;
  font-weight: 500;
}
.crl_soldes_b2 .crl_triptique {
  overflow: hidden;
  width: 100%;
  margin: 5px auto;
  grid-area: part3;
  overflow: hidden;
}
.crl_soldes_b2 .crl_triptique .bloctxt {
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 20px;
  bottom: 20px;
  gap: 10px;
  text-align: left;
  color: #D40404;
}
.crl_soldes_b2 .crl_triptique .bloctxt {
  position: absolute;
  flex-flow: column;
  align-items: flex-start;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_1.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_2.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_3.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_4.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(5) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_5.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(6) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_6.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(7) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_7.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_soldes_b2 .crl_triptique .swiper-wrapper .swiper-slide:nth-child(8) {
  aspect-ratio: 0.7661290323;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b2_8.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* BLOC 3 - SOLDES */
.crl_soldes_b3 {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 {
    flex-flow: nowrap;
  }
}
.crl_soldes_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_soldes_b3 .cont_titre {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_soldes_b3 .cont_resum {
  position: relative;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .cont_resum {
    position: absolute;
  }
}
.crl_soldes_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_soldes_b3 .cont_resum {
    width: 80%;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_soldes_b3 .cont_txt {
  z-index: 6;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.crl_soldes_b3 .left {
  --cta-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
  color: #fff;
  width: 100%;
  margin: auto;
  aspect-ratio: 666/621;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_back.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .left {
    width: 100%;
    aspect-ratio: 960/896;
    margin: unset;
  }
}
.crl_soldes_b3 .left .cont_titre {
  top: 0;
  width: 100%;
}
.crl_soldes_b3 .left .cont_img {
  width: 57%;
  margin: auto;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .left .cont_img {
    width: 50%;
  }
}
.crl_soldes_b3 .left .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_01.webp");
  aspect-ratio: 540/702;
}
.crl_soldes_b3 .left .cont_img_abs {
  width: 42%;
  right: 5%;
  top: 2%;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .left .cont_img_abs {
    width: 35%;
    right: 10%;
    top: 10%;
  }
}
.crl_soldes_b3 .left .cont_img_abs {
  position: absolute;
  aspect-ratio: 326/530;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_fr.webp");
}
.crl_soldes_b3 .left .cont_txt {
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .left .cont_txt {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
    bottom: 0;
    z-index: 6;
  }
}
.crl_soldes_b3 .left .cont_txt {
  text-align: left;
  justify-content: flex-start;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .left .cont_txt {
    justify-content: flex-end;
  }
}
.crl_soldes_b3 .left .bloctxt {
  display: flex;
  flex-flow: column;
  width: 100%;
  font-weight: 500;
}
.crl_soldes_b3 .right {
  --cta-color: #fff;
  position: relative;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_02.webp");
  aspect-ratio: 960/896;
}
.crl_soldes_b3 .right .cont_txt {
  font-weight: 500;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .right .cont_txt {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    font-weight: 400;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_soldes_b3[data-lang=es_es] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_es.webp");
}
.crl_soldes_b3[data-lang=pt_pt] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_pt.webp");
}
.crl_soldes_b3[data-lang=it_it] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_it.webp");
}
.crl_soldes_b3[data-lang=en] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_int.webp");
}
.crl_soldes_b3[data-lang=de_ch] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_de.webp");
}
.crl_soldes_b3[data-lang=nl_be] .left .cont_img_abs {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_postit_nl.webp");
}

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

/* BLOC 3 */
.crl_vp_b3 {
  position: relative;
  overflow: hidden;
  padding: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem) 0;
}
@media screen and (min-width : 768.98px) {
  .crl_vp_b3 {
    padding: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem) 0;
  }
}
.crl_vp_b3 {
  --cta-color: #fff;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3.webp");
}
.crl_vp_b3 .contGlobal {
  margin: auto;
  width: 75%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
}
@media screen and (min-width : 768.98px) {
  .crl_vp_b3 .contGlobal {
    width: 55%;
    align-items: center;
    text-align: center;
  }
}
.crl_vp_b3 .contGlobal {
  line-height: 0.8;
  gap: clamp(1.9230769231rem, 1.1385431545rem + 1.3262599469vw, 3.0769230769rem);
  color: #fff;
}
.crl_vp_b3 .blocVideo {
  border: solid 6px #fff;
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.crl_vp_b3 .blocVideo .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_vp_b3 .blocVideo .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
@media screen and (min-width: 768px) {
  .crl_vp_b3 .blocVideo .video-background iframe {
    scale: 1.02;
  }
}
.crl_vp_b3 .blocVideo iframe {
  scale: 1.02 !important;
}
.crl_vp_b3 .blocVideo {
  aspect-ratio: 500/454;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_backvideo_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_vp_b3 .blocVideo {
    aspect-ratio: 1084/636;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s27_juillet/crl_b3_backvideo.webp");
  }
}
.crl_vp_b3 .blocPostIt {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: clamp(11.5384615385rem, 6.043956044rem + 22.3214285714vw, 19.2307692308rem);
}
@media screen and (min-width : 768.98px) {
  .crl_vp_b3 .blocPostIt {
    width: clamp(11.5384615385rem, 3.6931238523rem + 13.2625994695vw, 23.0769230769rem);
    right: 12%;
  }
}/*# sourceMappingURL=style.css.map */