@charset "UTF-8";
/* GLOBAL */
@import url("https://use.typekit.net/dys7uyp.css");
@import url("https://use.typekit.net/dog8nje.css");
@import url("https://use.typekit.net/gkr6biu.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 {
  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 {
  color: #000;
}
.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: 600;
  white-space: nowrap;
}
.ResetBloc .helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.ResetBloc .avenir {
  color: #fff;
  font-family: "avenir-next-lt-pro", sans-serif;
}
.ResetBloc .texas {
  color: #fff;
  font-family: "texas-hero", sans-serif;
  line-height: 1;
}
.ResetBloc .titre {
  font-size: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre {
    font-size: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  }
}
.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;
  position: relative;
  background-color: transparent;
}
.ResetBloc [data-booster=on] .BoosterBloc a {
  color: #FD4197;
}
.ResetBloc [data-booster=on] .BoosterBloc {
  color: #FD4197;
  font-weight: 600;
  padding: 0.75rem 1.13rem;
  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=off] .BoosterBloc {
  display: none;
}

/* BLOC 1 - crldays */
.crl_days_b1 {
  --cta-color: #FD4197;
  position: relative;
  aspect-ratio: 666/666;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b1 {
    aspect-ratio: 1920/806;
  }
}
.crl_days_b1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b1.webp");
}
.crl_days_b1 .bloctxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  text-align: center;
  width: 58%;
  flex-flow: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5384615385rem, 1.015439026rem + 0.884173298vw, 2.3076923077rem);
  z-index: 6;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b1 .bloctxt {
    width: 90%;
    flex-flow: nowrap;
    align-items: baseline;
    justify-content: space-evenly;
  }
}
.crl_days_b1 .bloctxt .bloccta {
  margin-top: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
}
@media screen and (min-width : 768.98px) {
  .crl_days_b1 .bloctxt .bloccta {
    margin-top: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem);
  }
}
.crl_days_b1 .part1, .crl_days_b1 .part3 {
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  font-weight: 600;
  color: var(--cta-color);
  text-transform: uppercase;
  font-family: hanken-grotesk, sans-serif;
}
.crl_days_b1 .part1 span, .crl_days_b1 .part2 span, .crl_days_b1 .part3 span {
  font-weight: 600;
}
.crl_days_b1 .part2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: hanken-grotesk, sans-serif;
}
.crl_days_b1 .part2 .encart {
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  font-family: hanken-grotesk, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--cta-color);
  color: #fff;
  padding: 0.7em 1em 0.55em 1em;
}

/* BLOC 2 */
.crl_days_b2 {
  position: relative;
  overflow: hidden;
  --cta-color: #FD4197;
  width: 100%;
  margin: clamp(0.3846153846rem, 0.1098901099rem + 1.1160714286vw, 0.7692307692rem) 0 clamp(0.3846153846rem, 0.1098901099rem + 1.1160714286vw, 0.7692307692rem) auto;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b2 {
    width: 90%;
    margin: clamp(0.3846153846rem, 0.1098901099rem + 1.1160714286vw, 0.7692307692rem) auto;
  }
}
.crl_days_b2 .crl_cont_triptique_crldays {
  overflow: hidden;
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .bloctxt {
  color: var(--cta-color);
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: clamp(0.3846153846rem, 0.1098901099rem + 1.1160714286vw, 0.7692307692rem);
  gap: clamp(0.3846153846rem, 0.3846153846rem + 0vw, 0.3846153846rem);
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
}
@media screen and (max-width: 768.98px) {
  .crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .bloctxt {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide .cont_img {
  width: 100%;
  aspect-ratio: 350/482;
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide:nth-child(1) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b2_01.webp");
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide:nth-child(2) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b2_02.webp");
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide:nth-child(3) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b2_03.webp");
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide:nth-child(4) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b2_04.webp");
}
.crl_days_b2 .crl_cont_triptique_crldays .swiper-wrapper .swiper-slide:nth-child(5) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b2_05.webp");
}

.crl_days_b3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem);
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 {
    flex-flow: nowrap;
  }
}
.crl_days_b3 .left {
  position: relative;
  --cta-color: #fff;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .left {
    width: 40%;
  }
}
.crl_days_b3 .left {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b3_1.webp");
}
.crl_days_b3 .left .bloctxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  text-align: center;
  margin: 40% 0;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .left .bloctxt {
    margin: unset;
  }
}
.crl_days_b3 .right {
  --cta-color: #000;
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .right {
    width: 60%;
  }
}
.crl_days_b3 .right {
  background-color: #F6F8FA;
}
.crl_days_b3 .right .cont_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  z-index: 10;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .right .cont_txt {
    top: 0;
    bottom: auto;
  }
}
.crl_days_b3 .right .cont_visuel {
  width: 60%;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .right .cont_visuel {
    width: 50%;
  }
}
.crl_days_b3 .right .cont_visuel {
  margin: 20% auto;
  aspect-ratio: 462/504;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b3 .right .cont_visuel {
    aspect-ratio: 604/658;
  }
}
.crl_days_b3 .right .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b3_2.webp");
}

/* BLOC 3 */
.crl_days_b4 {
  --cta-color: #fff;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b4 {
    --cta-color: #03112C;
  }
}
.crl_days_b4 {
  position: relative;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b4 {
    color: #03112C;
    text-shadow: none;
    justify-content: end;
    text-align: left;
  }
}
.crl_days_b4 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b4_mob.webp");
  aspect-ratio: 666/960;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b4 {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s17_avril/crl_b4.webp");
    aspect-ratio: 1920/920;
  }
}
.crl_days_b4 .bloctxt {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-end;
  justify-content: end;
  width: 85%;
  margin: auto auto clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem) auto;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b4 .bloctxt {
    margin: auto auto clamp(6.9230769231rem, 2.2158743114rem + 7.9575596817vw, 13.8461538462rem) auto;
  }
}
.crl_days_b4 .bloctxt {
  font-size: clamp(3.0769230769rem, 0.8791208791rem + 8.9285714286vw, 6.1538461538rem);
  line-height: 0.8;
}
@media screen and (min-width : 768.98px) {
  .crl_days_b4 .bloctxt {
    font-size: clamp(6.1538461538rem, 5.107801129rem + 1.7683465959vw, 7.6923076923rem);
    align-items: flex-start;
    top: unset;
  }
}/*# sourceMappingURL=style.css.map */