@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: var(--cta-size-desk);
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .blocCta {
    font-size: var(--cta-size-mob);
  }
}
.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);
  line-height: 0.8;
  letter-spacing: -5%;
}
@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.9230769231rem, 1.3736263736rem + 2.2321428571vw, 2.6923076923rem);
  letter-spacing: -5%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre2 {
    font-size: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  }
}
.ResetBloc .sousTitre {
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  letter-spacing: -5%;
  font-weight: 500;
}
@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);
  letter-spacing: -5%;
}
@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;
}

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

.crl_oppalier_b1 {
  --cta-color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 {
    flex-flow: nowrap;
  }
}
.crl_oppalier_b1 .right {
  position: relative;
  width: 100%;
  aspect-ratio: 666/720;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 .right {
    width: 40%;
    aspect-ratio: 773/811;
  }
}
.crl_oppalier_b1 .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b1_2.webp");
}
.crl_oppalier_b1 .right .blocTxt {
  position: absolute;
  width: 100%;
  z-index: 6;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  gap: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
}
.crl_oppalier_b1 .right .blocCta {
  margin-top: clamp(1.9230769231rem, 1.6483516484rem + 1.1160714286vw, 2.3076923077rem);
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 .right .blocCta {
    margin-top: clamp(1.1538461538rem, 0.6308236414rem + 0.884173298vw, 1.9230769231rem);
  }
}
.crl_oppalier_b1 .left {
  position: relative;
  width: 100%;
  aspect-ratio: 666/720;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b1_1_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 .left {
    width: 60%;
    aspect-ratio: 1146/811;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b1_1.webp");
  }
}
.crl_oppalier_b1 .left {
  text-align: center;
}
.crl_oppalier_b1 .left .blocTxt {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
}
.crl_oppalier_b1 .left .contCta {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b1 .left .contCta {
    gap: clamp(0.7692307692rem, 0.2462082568rem + 0.884173298vw, 1.5384615385rem);
    bottom: clamp(0.7692307692rem, 0.2462082568rem + 0.884173298vw, 1.5384615385rem);
  }
}
.crl_oppalier_b1 .left .contCta {
  gap: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem);
  bottom: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
}

.crl_oppalier_b2 {
  --cta-color: #000;
  position: relative;
  width: 85%;
  margin: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem) auto;
  gap: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem);
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 {
    width: 90%;
    flex-flow: nowrap;
  }
}
.crl_oppalier_b2 .left {
  position: relative;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 .left {
    width: 40%;
  }
}
.crl_oppalier_b2 .left .blocTxt {
  z-index: 6;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 .left .blocTxt {
    margin-top: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  }
}
.crl_oppalier_b2 .left .blocTxt {
  justify-content: center;
  gap: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  color: #000;
  line-height: 1;
}
.crl_oppalier_b2 .left .contTitre {
  display: flex;
  flex-flow: nowrap;
  align-items: flex-end;
  gap: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
}
.crl_oppalier_b2 .left .contCta {
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  margin-top: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 .left .contCta {
    gap: clamp(0.7692307692rem, 0.2462082568rem + 0.884173298vw, 1.5384615385rem);
    bottom: clamp(0.7692307692rem, 0.2462082568rem + 0.884173298vw, 1.5384615385rem);
  }
}
.crl_oppalier_b2 .left .contCta {
  gap: clamp(3.0769230769rem, 2.5274725275rem + 2.2321428571vw, 3.8461538462rem);
  bottom: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
}
.crl_oppalier_b2 .right {
  position: relative;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 .right {
    width: 60%;
  }
}
.crl_oppalier_b2 .right {
  display: flex;
  flex-flow: nowrap;
  gap: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
}
.crl_oppalier_b2 .right .contImgLeft {
  position: relative;
  width: 100%;
  aspect-ratio: 511/385;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b2_1_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b2 .right .contImgLeft {
    width: 50%;
    aspect-ratio: 368/437;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b2_1.webp");
  }
}
.crl_oppalier_b2 .right .contImgRight {
  width: 50%;
  position: relative;
  aspect-ratio: 368/437;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b2_2.webp");
}

.crl_oppalier_b3 {
  --cta-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 {
    flex-flow: nowrap;
  }
}
.crl_oppalier_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_oppalier_b3 .cont_titre {
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_oppalier_b3 .cont_resum {
  position: relative;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 .cont_resum {
    position: absolute;
  }
}
.crl_oppalier_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_oppalier_b3 .cont_resum {
    width: 80%;
    padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
  }
}
.crl_oppalier_b3 .cont_txt {
  z-index: 6;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 .cont_txt {
    align-items: flex-end;
    justify-content: space-between;
  }
}
.crl_oppalier_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/s36_septembre/crl_b3_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_oppalier_b3 .contBloc {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s36_septembre/crl_b3.webp");
    aspect-ratio: 1368/578;
  }
}
.crl_oppalier_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_oppalier_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);
  }
}/*# sourceMappingURL=style.css.map */