@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 {
  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;
  line-height: 1.5;
}
.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(1.9230769231rem, 1.6615656669rem + 0.442086649vw, 2.3076923077rem);
  }
}
.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.3846153846rem, 1.0708018772rem + 0.5305039788vw, 1.8461538462rem);
  }
}
.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: 170%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sizeMob {
    font-size: 100%;
  }
}
.ResetBloc [data-lang=en] .sizeMob {
  font-size: 140%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc [data-lang=en] .sizeMob {
    font-size: 100%;
  }
}
.ResetBloc .imgBack {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.ResetBloc .contour {
  border: 1px solid #fff;
  padding: clamp(0.1538461538rem, 0.043956044rem + 0.4464285714vw, 0.3076923077rem) clamp(0.3846153846rem, 0.1098901099rem + 1.1160714286vw, 0.7692307692rem);
}
.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);
}

.crl_oppalier_b0 {
  --cta-color: #03112C;
  padding: 10px;
}
.crl_oppalier_b0 span {
  font-weight: 600;
}
.crl_oppalier_b0 .bloctxt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.crl_oppalier_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_oppalier_b0 .titreBanner {
    font-size: clamp(1.2307692308rem, 1.1261647283rem + 0.1768346596vw, 1.3846153846rem);
  }
}
.crl_oppalier_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_oppalier_b0 {
  background-color: #F5F4EF;
  color: #03112C;
}
.crl_oppalier_b0 .logo {
  display: none;
}
.crl_oppalier_b0 .titreBanner {
  color: #03112C;
}
.crl_oppalier_b0 .contour {
  border: 1px solid #03112C;
}
.crl_oppalier_b0 {
  /* .bloccta { @include ctasoulignement($font-color, $font-color, clamp13Desk(11, 14), clamp13Mob(11, 14)); } */
}
.crl_oppalier_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_oppalier_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_oppalier_b0 .contour {
  padding: 5px;
}

/* BLOC 1 */
.crl_oppalier_b1 {
  position: relative;
  --cta-color: #fff;
  background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b1_mob.webp);
  aspect-ratio: 667/832;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 {
    aspect-ratio: 1920/808;
    background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b1.webp);
  }
}
.crl_oppalier_b1 .bloctxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  z-index: 6;
  position: absolute;
  width: 95%;
  margin: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.crl_oppalier_b1 .txt_img {
  position: absolute;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 .txt_img {
    width: 50%;
  }
}
.crl_oppalier_b1 .txt_img {
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.crl_oppalier_b1 .bloccta {
  margin-top: 24px;
}

/* BLOC 2 SWIPER */
.crl_oppalier_b2 {
  --cta-color: #000;
  position: relative;
  overflow: hidden;
  margin: clamp(1.9230769231rem, 0.5494505495rem + 5.5803571429vw, 3.8461538462rem) 0 clamp(1.9230769231rem, 0.5494505495rem + 5.5803571429vw, 3.8461538462rem) clamp(1.9230769231rem, 0.5494505495rem + 5.5803571429vw, 3.8461538462rem);
}
.crl_oppalier_b2 .bloccont {
  z-index: 6;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
.crl_oppalier_b2 .bloccont.top {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem) 0;
}
.crl_oppalier_b2 .bloccont.top .bloctxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(0.7692307692rem, 0.507719513rem + 0.442086649vw, 1.1538461538rem);
  z-index: 6;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.crl_oppalier_b2 .bloccont.bottom {
  width: 100%;
  position: relative;
}
.crl_oppalier_b2 .bloccont.bottom .cont_global {
  width: 100%;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper {
  overflow: hidden;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .bloctxt {
  z-index: 6;
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  bottom: 20px;
  right: 20px;
  gap: 10px;
  text-align: left;
  color: #fff;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .bloctxt {
  position: absolute;
  flex-flow: column;
  align-items: flex-start;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_02.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_03.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_04.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_05.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  aspect-ratio: 0.8054054054;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_06.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide {
  position: relative;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide .bloctxt {
  opacity: 1;
  transform: translateY(0);
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide:nth-child(odd) .bloctxt {
  color: #fff;
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide:nth-child(even) .bloctxt {
  color: #000;
}
@media screen and (min-width: 768px) {
  .crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide .bloctxt {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .crl_oppalier_b2 .bloccont.bottom .cont_swiper .swiper-slide:hover .bloctxt {
    opacity: 1;
    transform: translateY(0);
  }
}
.crl_oppalier_b2 .bloccont.bottom .cont_swiper .bloctxt {
  z-index: 6;
}

[data-lang=en].crl_oppalier_b2 .swiper-slide:nth-child(4) {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b2_04_int.webp") !important;
}

.crl_oppalier_b3 {
  --cta-color: #fff;
  position: relative;
  aspect-ratio: 666/846;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b3_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 {
    aspect-ratio: 1920/1060;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b3.webp");
  }
}
.crl_oppalier_b3 {
  position: relative;
  overflow: hidden;
}
.crl_oppalier_b3 .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_oppalier_b3 .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
@media screen and (min-width: 768px) {
  .crl_oppalier_b3 .video-background iframe {
    scale: 1.02;
  }
}
.crl_oppalier_b3 .bloctxt {
  z-index: 6;
  text-align: center;
  padding: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 .bloctxt {
    position: absolute;
    bottom: auto;
    bottom: 0;
  }
}

.crl_oppalier_b4 {
  position: relative;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 {
    flex-flow: nowrap;
  }
}
.crl_oppalier_b4 .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_oppalier_b4 .cont_titre {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_oppalier_b4 .cont_resum {
  position: relative;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .cont_resum {
    position: absolute;
  }
}
.crl_oppalier_b4 .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_oppalier_b4 .cont_resum {
    width: 80%;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_oppalier_b4 .cont_txt {
  z-index: 6;
  position: relative;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.crl_oppalier_b4 .left {
  --cta-color: #000;
  position: relative;
  display: flex;
  flex-flow: column;
  color: #000;
  width: 90%;
  margin: auto;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .left {
    width: 100%;
    aspect-ratio: 960/1106;
    margin: unset;
  }
}
.crl_oppalier_b4 .left .cont_titre {
  top: 0;
  width: 100%;
}
.crl_oppalier_b4 .left .cont_img {
  width: 77%;
  margin: 0 clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .left .cont_img {
    width: 50%;
    margin: auto;
  }
}
.crl_oppalier_b4 .left .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s19_mai/crl_b4_01.webp");
  aspect-ratio: 438/516;
}
.crl_oppalier_b4 .left .cont_txt {
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .left .cont_txt {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
    position: sticky;
    bottom: 0;
    z-index: 6;
  }
}
.crl_oppalier_b4 .left .cont_txt {
  text-align: left;
  justify-content: flex-start;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .left .cont_txt {
    justify-content: flex-end;
  }
}
.crl_oppalier_b4 .left .bloctxt {
  display: flex;
  flex-flow: column;
  width: 100%;
  font-weight: 500;
}
.crl_oppalier_b4 .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/s19_mai/crl_b4_02.webp");
  aspect-ratio: 960/1106;
}
.crl_oppalier_b4 .right .cont_txt {
  font-weight: 500;
  padding: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b4 .right .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 */