@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 {
  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 .light {
  font-weight: 400;
}
.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 {
  z-index: 6;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  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(--main-color);
  padding-bottom: 0.3em;
}
.ResetBloc .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--main-color);
}
.ResetBloc .bloccta a:hover, .ResetBloc .bloccta a:active, .ResetBloc .bloccta a:link, .ResetBloc .bloccta a:visited {
  text-decoration: none;
  color: var(--main-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);
  }
}

[data-part2=on] .weekend {
  display: block;
}

[data-part2=off] .weekend {
  display: none;
}

.LandingWeekend {
  position: relative;
  /* GLOBAL */
}
.LandingWeekend p {
  font-style: normal;
}
.LandingWeekend .intro {
  font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .intro {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
  }
}
.LandingWeekend .intro {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.LandingWeekend .titre {
  font-size: clamp(2.3076923077rem, 1.2087912088rem + 4.4642857143vw, 3.8461538462rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .titre {
    font-size: clamp(2.3076923077rem, 1.2616472829rem + 1.7683465959vw, 3.8461538462rem);
  }
}
.LandingWeekend .titre {
  white-space: nowrap;
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.LandingWeekend .txt_info {
  font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .txt_info {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
  }
}
.LandingWeekend .txt_info {
  color: #03112C;
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.LandingWeekend .txt_courant {
  font-size: clamp(0.7692307692rem, 0.6593406593rem + 0.4464285714vw, 0.9230769231rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .txt_courant {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.LandingWeekend .txt_courant {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 500;
}
.LandingWeekend .txt_courant .light {
  font-weight: 400;
}
.LandingWeekend .txt_manuscrit {
  font-size: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .txt_manuscrit {
    font-size: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  }
}
.LandingWeekend .txt_manuscrit {
  font-family: texas-hero, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.LandingWeekend .bloctxt {
  z-index: 6;
  display: flex;
  will-change: transform;
}
.LandingWeekend .imgback {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.LandingWeekend {
  /* GLOBAL FIN */
  /*  ============== EFFET LOOK GÉNÉRIQUE ============== */
}
.LandingWeekend .effetlook {
  position: relative;
}
.LandingWeekend .effetlook .cont_pdt {
  z-index: 7;
  position: absolute;
  bottom: clamp(3.4615384615rem, 3.1868131868rem + 1.1160714286vw, 3.8461538462rem);
  right: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
  display: flex;
  justify-content: flex-end;
  flex-flow: nowrap;
  gap: clamp(0.6153846154rem, 0.5054945055rem + 0.4464285714vw, 0.7692307692rem);
  padding: 10px;
  color: #03112C;
}
.LandingWeekend .effetlook .cont_pdt > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: clamp(6.1538461538rem, 3.4065934066rem + 11.1607142857vw, 10rem);
  height: clamp(8.3846153846rem, 4.6483516484rem + 15.1785714286vw, 13.6153846154rem);
  aspect-ratio: 147/201;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .effetlook .cont_pdt > div {
    width: clamp(8.4615384615rem, 6.3694484119rem + 3.5366931919vw, 11.5384615385rem);
    height: clamp(11.5384615385rem, 8.6618377202rem + 4.8629531388vw, 15.7692307692rem);
  }
}
.LandingWeekend .effetlook .cont_pdt > div .info_pdt {
  position: absolute;
  bottom: 0;
  left: 5px;
  padding: 5px 0px;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .effetlook .cont_pdt > div .info_pdt {
    padding: 10px;
  }
}
.LandingWeekend .effetlook .cont_pdt > div .info_pdt {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  transform: none;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .effetlook .cont_pdt > div .info_pdt {
    transform: translateY(10px);
  }
}
.LandingWeekend .effetlook .cont_pdt > div:hover {
  filter: brightness(1);
}
.LandingWeekend .effetlook .cont_pdt > div:hover .info_pdt {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .effetlook .cont_pdt > div:hover .info_pdt {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  .LandingWeekend .effetlook .cont_pdt > div:hover .info_pdt {
    transform: none;
  }
}
.LandingWeekend .effetlook .cont_pdt:hover > div:not(:hover) {
  filter: brightness(0.5);
}
.LandingWeekend .effetlook .cont_pdt .pdt1 {
  transition-delay: 0s;
}
.LandingWeekend .effetlook .cont_pdt .pdt2 {
  transition-delay: 0.15s;
}
.LandingWeekend .effetlook .cont_pdt .pdt3 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .effetlook:hover .cont_pdt > div {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  .LandingWeekend .effetlook.active .cont_pdt > div {
    opacity: 1;
    transform: translateY(0);
  }
}
.LandingWeekend {
  /*  ============== EFFET LOOK GÉNÉRIQUE FIN ============== */
}
.LandingWeekend .bloc_intro .effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look1_pdt_01.webp");
}
.LandingWeekend .bloc_intro .effetlook .pdt2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look1_pdt_02.webp");
}
.LandingWeekend .bloc_intro .effetlook .pdt3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look1_pdt_03.webp");
}
.LandingWeekend .bloc_look.look1 .effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look2_pdt_01.webp");
}
.LandingWeekend .bloc_look.look1 .effetlook .pdt2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look2_pdt_02.webp");
}
.LandingWeekend .bloc_look.look1 .effetlook .pdt3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look2_pdt_03.webp");
}
.LandingWeekend .bloc_look.look1 .effetlook .cont_pdt {
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
.LandingWeekend .bloc_duo .look1.effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look3_pdt_01.webp");
}
.LandingWeekend .bloc_duo .look1.effetlook .cont_pdt {
  justify-content: flex-start;
  left: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
  right: auto;
}
.LandingWeekend .bloc_duo .look2.effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look4_pdt_01.webp");
}
.LandingWeekend .bloc_duo .look2.effetlook .pdt2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look4_pdt_02.webp");
}
.LandingWeekend .bloc_duo .look2.effetlook .pdt3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look4_pdt_03.webp");
}
.LandingWeekend .bloc_look.look2 .effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look5_pdt_01.webp");
}
.LandingWeekend .bloc_look.look2 .effetlook .pdt2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look5_pdt_02.webp");
}
.LandingWeekend .bloc_look.look2 .effetlook .pdt3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look5_pdt_03.webp");
}
.LandingWeekend .bloc_look.look2 .effetlook .cont_pdt {
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
.LandingWeekend .bloc_only .effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look6_pdt_01.webp");
}
.LandingWeekend .bloc_only .effetlook { /* 
.pdt2 { background-image: url('/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look5_pdt02.webp'); }
.pdt3 { background-image: url('/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look5_pdt03.webp'); } */ }
.LandingWeekend .bloc_look.look3 .effetlook .pdt1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look7_pdt_01.webp");
}
.LandingWeekend .bloc_look.look3 .effetlook .pdt2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look7_pdt_02.webp");
}
.LandingWeekend .bloc_look.look3 .effetlook .pdt3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/look7_pdt_03.webp");
}
.LandingWeekend .bloc_look.look3 .effetlook .cont_pdt {
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
.LandingWeekend {
  /*  ============== EFFET LOOK GÉNÉRIQUE FIN ============== */
  /*   HEAD */
}
.LandingWeekend .head {
  position: relative;
  top: 0;
  z-index: 8;
  background-color: #F7F6F4;
  width: 100%;
  padding: clamp(1.9230769231rem, 1.0989010989rem + 3.3482142857vw, 3.0769230769rem) 0;
  display: flex;
  flex-flow: column;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
}
.LandingWeekend .head .logo {
  max-width: 180px;
  width: clamp(6.1538461538rem, 2.3076923077rem + 15.625vw, 11.5384615385rem);
  margin: auto;
  position: relative;
}
.LandingWeekend .head .cont_menu {
  position: relative;
  display: flex;
  flex-flow: nowrap;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  justify-content: center;
  align-items: center;
  height: 100%;
}
.LandingWeekend .head .cont_menu a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.LandingWeekend .head .cont_menu a p {
  color: #03112C;
  position: relative;
  font-weight: 500;
  transition: font-weight 0.3s ease;
}
.LandingWeekend .head .cont_menu a.active p {
  font-weight: 700;
  border-bottom: 1px solid #03112C;
}
.LandingWeekend .head {
  /*   HEAD DESK */
}
@media screen and (min-width: 768px) {
  .LandingWeekend .head {
    display: flex;
    flex-flow: nowrap;
  }
  .LandingWeekend .head .logo {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 3%;
  }
  .LandingWeekend .head .cont_menu {
    width: 100%;
  }
}
.LandingWeekend {
  /* ========== SPORTY CHIC ========== */
  /*   BLOC INTRO */
}
.LandingWeekend .bloc_intro {
  position: relative;
  width: 80%;
  margin: clamp(3.8461538462rem, 3.2967032967rem + 2.2321428571vw, 4.6153846154rem) auto;
  display: flex;
  flex-flow: column;
}
.LandingWeekend .bloc_intro .bloctxt {
  --main-color: #03112C;
  color: #03112C;
  position: relative;
  flex-flow: column;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  align-items: center;
  text-align: center;
  margin: 0 0 clamp(2.3076923077rem, 1.2087912088rem + 4.4642857143vw, 3.8461538462rem) 0;
}
.LandingWeekend .bloc_intro .cont_visuel {
  --main-color: #fff;
  position: relative;
  aspect-ratio: 525/582;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_1_mob.webp");
}
.LandingWeekend .bloc_intro .cont_visuel .bloccta {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  right: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .bloc_intro {
    flex-flow: nowrap;
    gap: clamp(2.3076923077rem, 1.2616472829rem + 1.7683465959vw, 3.8461538462rem);
    width: 88%;
    margin: clamp(6.1538461538rem, 4.0617561042rem + 3.5366931919vw, 9.2307692308rem) auto 0 auto;
  }
  .LandingWeekend .bloc_intro .bloctxt {
    width: 60%;
    max-width: 350px;
    margin: auto;
  }
  .LandingWeekend .bloc_intro .cont_visuel {
    aspect-ratio: 741/1002;
    width: 40%;
  }
}
.LandingWeekend {
  /*   BLOC LOOK 1 / 2 / 3 */
}
.LandingWeekend .bloc_look.look1 .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_2.webp");
}
.LandingWeekend .bloc_look.look1 .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_3_nm.webp");
}
.LandingWeekend .bloc_look.look2 {
  flex-flow: column;
}
.LandingWeekend .bloc_look.look2 .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_7.webp");
}
.LandingWeekend .bloc_look.look2 .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_6_nm.webp");
}
.LandingWeekend .bloc_look.look3 .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_9.webp");
}
.LandingWeekend .bloc_look.look3 .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_10_nm.webp");
}
.LandingWeekend .bloc_look {
  --main-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
}
.LandingWeekend .bloc_look .cont_naturem {
  width: 70%;
  margin: clamp(3.8461538462rem, 1.0989010989rem + 11.1607142857vw, 7.6923076923rem) auto;
  will-change: transform;
}
.LandingWeekend .bloc_look .cont_naturem .cont_visuel {
  aspect-ratio: 765/770;
}
.LandingWeekend .bloc_look .cont_naturem .bloctxt {
  margin-top: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
}
.LandingWeekend .bloc_look .cont_look {
  position: relative;
  aspect-ratio: 894/1212;
}
.LandingWeekend .bloc_look .cont_look .bloctxt {
  width: 85%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  flex-flow: column;
  align-items: center;
  gap: clamp(1.5384615385rem, 0.4395604396rem + 4.4642857143vw, 3.0769230769rem);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .LandingWeekend .bloc_look {
    flex-flow: nowrap;
  }
  .LandingWeekend .bloc_look.look2 {
    flex-flow: nowrap;
  }
  .LandingWeekend .bloc_look .cont_look {
    width: 45%;
  }
  .LandingWeekend .bloc_look .cont_naturem {
    width: 40%;
    margin: auto;
  }
}
.LandingWeekend {
  /*   BLOC DUO */
}
.LandingWeekend .bloc_duo {
  --main-color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  height: auto;
}
.LandingWeekend .bloc_duo .cont_look {
  position: relative;
  aspect-ratio: 607/766;
  width: 100%;
}
.LandingWeekend .bloc_duo .cont_look .bloctxt {
  color: #fff;
  position: absolute;
  width: 80%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  flex-flow: column;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  align-items: center;
  text-align: center;
  margin: 0 0 clamp(2.3076923077rem, 1.2087912088rem + 4.4642857143vw, 3.8461538462rem) 0;
}
.LandingWeekend .bloc_duo .cont_look.look1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_4.webp");
}
.LandingWeekend .bloc_duo .cont_look.look1 .bloccta {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  left: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
.LandingWeekend .bloc_duo .cont_look.look2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_5.webp");
}
.LandingWeekend .bloc_duo .cont_look.look2 .bloccta {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  right: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .bloc_duo {
    flex-flow: nowrap;
    margin: clamp(3.0769230769rem, 2.5539005645rem + 0.884173298vw, 3.8461538462rem) 0;
  }
  .LandingWeekend .bloc_duo .cont_look {
    width: 50%;
  }
}
.LandingWeekend {
  /*   BLOC ONLY */
}
.LandingWeekend .bloc_only {
  --main-color: #fff;
  position: relative;
  width: 70%;
  margin: clamp(3.8461538462rem, 1.0989010989rem + 11.1607142857vw, 7.6923076923rem) auto;
}
.LandingWeekend .bloc_only .cont_look {
  position: relative;
  aspect-ratio: 414/487;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_sc_8.webp");
}
.LandingWeekend .bloc_only .cont_look .bloccta {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  right: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}
.LandingWeekend .bloc_only .bloctxt {
  margin-top: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
}
@media screen and (min-width: 768px) {
  .LandingWeekend .bloc_only {
    width: 35%;
    margin: clamp(5.3846153846rem, 3.8155478474rem + 2.6525198939vw, 7.6923076923rem) auto;
  }
}
.LandingWeekend .bloc_cont_cta {
  --main-color: #03112C;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(3.8461538462rem, 1.0989010989rem + 11.1607142857vw, 7.6923076923rem) auto;
}

/* ================ SECTION WEEKEND ================ */
.weekend {
  /* BLOC INTRO */
}
.weekend .bloc_intro .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_01.webp");
}
.weekend {
  /*   BLOC LOOK 1 / 2 */
}
.weekend .bloc_look.look1 .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_02.webp");
}
.weekend .bloc_look.look1 .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_03_nm.webp");
}
.weekend .bloc_look.look2 {
  flex-flow: column;
}
.weekend .bloc_look.look2 .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_06.webp");
}
.weekend .bloc_look.look2 .cont_visuel {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_05_nm.webp");
}
.weekend {
  /* BLOC DUO */
}
.weekend .bloc_duo .cont_look.look1 {
  width: 100%;
  aspect-ratio: 666/744;
}
@media (min-width: 768.98px) {
  .weekend .bloc_duo .cont_look.look1 {
    aspect-ratio: 1920/1212;
  }
}
.weekend .bloc_duo .cont_look.look1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_04.webp");
}
.weekend {
  /* BLOC ONLY */
}
.weekend .bloc_only .cont_look {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_07.webp");
}
.weekend {
  /* BLOC DUO 2 */
}
.weekend .bloc_duo.duo2 .cont_look.look1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/LP/Weekend/crl_wk_08.webp");
}

@media (max-width: 768.98px) {
  * {
    max-width: unset;
  }
}/*# sourceMappingURL=style.css.map */