@charset "UTF-8";
/* GLOBAL */
@import url("https://use.typekit.net/dys7uyp.css");
@import url("https://use.typekit.net/knd4fmg.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;
  width: -moz-fit-content;
  width: fit-content;
}
.ResetBloc .helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.ResetBloc .hanken {
  font-family: "hanken-grotesk", sans-serif;
}
.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 .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: #F09400;
}
.ResetBloc [data-booster=on] .BoosterBloc {
  color: #F09400;
  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;
}
.ResetBloc .crl_vp_b1[data-lang=fr_be] .Logo, .ResetBloc .crl_vp_b1[data-lang=nl_be] .Logo, .ResetBloc .crl_vp_b1[data-lang=it_it] .Logo, .ResetBloc .crl_vp_b1[data-lang=es_es] .Logo, .ResetBloc .crl_vp_b1[data-lang=pt_pt] .Logo, .ResetBloc .crl_vp_b1[data-lang=en] .Logo, .ResetBloc .crl_vp_b1[data-lang=fr_ch] .Logo, .ResetBloc .crl_vp_b1[data-lang=de_ch] .Logo {
  display: none;
}

/* BLOC 1 */
.crl_transition_b1 {
  position: relative;
  overflow: hidden;
  padding: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem) 0;
}
@media screen and (min-width : 768.98px) {
  .crl_transition_b1 {
    padding: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem) 0;
  }
}
.crl_transition_b1 {
  --cta-color: #fff;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s25_juin/crl_b1.webp");
}
.crl_transition_b1 .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_transition_b1 .contGlobal {
    width: 55%;
    align-items: center;
    text-align: center;
  }
}
.crl_transition_b1 .contGlobal {
  line-height: 0.8;
  gap: clamp(1.9230769231rem, 1.1385431545rem + 1.3262599469vw, 3.0769230769rem);
  color: #fff;
}
.crl_transition_b1 .blocVideo {
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.crl_transition_b1 .blocVideo .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_transition_b1 .blocVideo .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
@media screen and (min-width: 768px) {
  .crl_transition_b1 .blocVideo .video-background iframe {
    scale: 1.02;
  }
}
.crl_transition_b1 .blocVideo iframe {
  scale: 1.02 !important;
}
.crl_transition_b1 .blocVideo {
  aspect-ratio: 500/454;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s25_juin/crl_b1_backvideo_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_transition_b1 .blocVideo {
    aspect-ratio: 1084/636;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s25_juin/crl_b1_backvideo.webp");
  }
}
.crl_transition_b1 .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_transition_b1 .blocPostIt {
    width: clamp(11.5384615385rem, 3.6931238523rem + 13.2625994695vw, 23.0769230769rem);
    right: 12%;
  }
}

/* BLOC 3 */
.crl_transition_b2 {
  --cta-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  background-color: #ECEADB;
}
@media screen and (min-width : 768.98px) {
  .crl_transition_b2 {
    flex-flow: nowrap;
  }
}
.crl_transition_b2 .cont_titre {
  top: 0;
  width: 100%;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_transition_b2 .cont_titre {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_transition_b2 .cont_resum {
  position: relative;
  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_transition_b2 .cont_resum {
    position: absolute;
    width: 80%;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_transition_b2 .cont_txt {
  z-index: 6;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.crl_transition_b2 .left {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s25_juin/crl_b2_01.webp");
}
.crl_transition_b2 .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s25_juin/crl_b2_02.webp");
}
.crl_transition_b2 .right, .crl_transition_b2 .left {
  position: relative;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  aspect-ratio: 684/638;
}
.crl_transition_b2 .right .cont_txt, .crl_transition_b2 .left .cont_txt {
  font-weight: 500;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_transition_b2 .right .cont_txt, .crl_transition_b2 .left .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);
  }
}/*# sourceMappingURL=style.css.map */