@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;
  text-decoration: none;
  color: var(--main-color);
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.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);
  }
}

/* GLOBAL FIN */
/* BLOC 1 - OUTLET */
.crl_outlet {
  /* Masquer .intro pour la langue internationnal */
  --main-color: #FF5656;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_mob.webp");
  aspect-ratio: 666/830;
  padding: clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem) 0;
}
.crl_outlet[data-lang=en] .excluw {
  display: none;
}
@media screen and (min-width: 768px) {
  .crl_outlet {
    aspect-ratio: 1920/708;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet.webp");
  }
}
.crl_outlet .cont_txt {
  padding: 0 0 clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem) 0;
  display: flex;
  flex-flow: column;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  color: var(--main-color);
  line-height: 1;
}
.crl_outlet .cont_txt .right, .crl_outlet .cont_txt .left {
  display: flex;
  flex-flow: column;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  width: 90%;
  margin: auto;
}
.crl_outlet .cont_txt .info {
  font-size: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  font-weight: 500;
  animation: blinkSoft 2s ease-in-out infinite;
}
@keyframes blinkSoft {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.crl_outlet .cont_txt .titre {
  font-size: clamp(6.1538461538rem, 5.0549450549rem + 4.4642857143vw, 7.6923076923rem);
  font-weight: 700;
}
.crl_outlet .cont_txt .offre {
  font-size: clamp(1.9230769231rem, 1.3736263736rem + 2.2321428571vw, 2.6923076923rem);
  font-weight: 500;
}
.crl_outlet .crl_triptique {
  position: relative;
  z-index: 7;
  overflow: hidden;
}
.crl_outlet .crl_triptique[data-promo=on] .promo {
  display: block;
}
.crl_outlet .crl_triptique[data-promo=off] .promo {
  display: none;
}
.crl_outlet .crl_triptique .bloctxt {
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 20px;
  bottom: 20px;
  gap: 10px;
  text-align: left;
  color: var(--main-color);
}
.crl_outlet .crl_triptique .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  background-color: var(--main-color);
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_outlet .crl_triptique .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_outlet .crl_triptique .bloccta {
  z-index: 6;
  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;
  text-decoration: none;
  color: var(--main-color);
  padding-bottom: 0.3em;
  /* @include texte.ctahoverclassique($font-color, #fff);  */
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet .crl_triptique .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_outlet .crl_triptique .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--main-color);
}
.crl_outlet .crl_triptique .bloccta a:hover, .crl_outlet .crl_triptique .bloccta a:active, .crl_outlet .crl_triptique .bloccta a:link, .crl_outlet .crl_triptique .bloccta a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.crl_outlet .crl_triptique .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);
  }
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(5) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_05.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(6) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(7) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_07.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(8) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_08.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(9) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_09.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-wrapper .swiper-slide:nth-child(10) {
  aspect-ratio: 0.7733333333;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_outlet_10.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_outlet .crl_triptique .swiper-slide {
  position: relative;
  border: solid 2px #fff;
}
.crl_outlet .crl_triptique .swiper-slide .bloctxt {
  opacity: 1;
  transform: translateY(0);
  bottom: 10px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .crl_outlet .crl_triptique .swiper-slide .bloctxt {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .crl_outlet .crl_triptique .swiper-slide:hover .bloctxt {
    opacity: 1;
    transform: translateY(0);
  }
}
.crl_outlet .crl_triptique .bloctxt {
  z-index: 6;
}
.crl_outlet .crl_triptique .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.6923076923rem, 0.6373626374rem + 0.2232142857vw, 0.7692307692rem);
  cursor: pointer;
  text-decoration: none;
  color: var(--main-color);
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet .crl_triptique .bloccta {
    font-size: clamp(0.6923076923rem, 0.6400054411rem + 0.0884173298vw, 0.7692307692rem);
  }
}
.crl_outlet .crl_triptique .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--main-color);
}
.crl_outlet .crl_triptique .bloccta a:hover, .crl_outlet .crl_triptique .bloccta a:active, .crl_outlet .crl_triptique .bloccta a:link, .crl_outlet .crl_triptique .bloccta a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.crl_outlet .crl_triptique .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);
  }
}

/* BLOC 2 - AMOUR D'HIVER */
.crl_ahiver_b2 {
  --main-color: #350502;
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/900;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b2_back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_ahiver_b2 .mentions {
  position: absolute;
  bottom: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  right: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.6923076923rem, 0.5824175824rem + 0.4464285714vw, 0.8461538462rem);
  text-shadow: rgba(255, 255, 255, 0.9) 1px 0 10px;
  color: var(--main-color);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .crl_ahiver_b2 .mentions {
    font-size: clamp(0.6923076923rem, 0.5877031898rem + 0.1768346596vw, 0.8461538462rem);
  }
}
.crl_ahiver_b2 .cont_global {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16% 15%;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
}
.crl_ahiver_b2 .cont_global .left {
  position: relative;
  display: flex;
  width: 83%;
  height: 70%;
}
.crl_ahiver_b2 .cont_global .left .bloctxt {
  position: absolute;
  bottom: 8%;
}
.crl_ahiver_b2 .cont_global .left .cont_img {
  width: 100%;
  position: relative;
  aspect-ratio: 572/707;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b2_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_ahiver_b2 .cont_global .right {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.crl_ahiver_b2 .cont_global .right .titre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -6%;
  font-size: clamp(5.3846153846rem, 3.7362637363rem + 6.6964285714vw, 7.6923076923rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_ahiver_b2 .cont_global .right .titre {
    font-size: clamp(6.1538461538rem, 3.7479425967rem + 4.0671971706vw, 9.6923076923rem);
  }
}
.crl_ahiver_b2 .cont_global .right .titre span {
  font-size: 30%;
  font-weight: 300;
  position: absolute;
  top: 17%;
  right: 4%;
}

/* BLOC 3 - AMOUR D'HIVER */
.crl_ahiver_b3 {
  --main-color: #C75E40;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "part1 part2" "part3 part4" "part5 part5";
  overflow: hidden;
  width: 100%;
  background-color: #FFFDF8;
  padding: 5% 5% 12% 5%;
  gap: clamp(2.3076923077rem, 1.7582417582rem + 2.2321428571vw, 3.0769230769rem);
}
.crl_ahiver_b3 .cont_elem:nth-child(1) {
  grid-area: part1;
}
.crl_ahiver_b3 .cont_elem:nth-child(2) {
  grid-area: part2;
}
.crl_ahiver_b3 .cont_elem:nth-child(3) {
  grid-area: part3;
}
.crl_ahiver_b3 .cont_elem:nth-child(4) {
  grid-area: part4;
}
.crl_ahiver_b3 .cont_elem:nth-child(5) {
  grid-area: part5;
}
.crl_ahiver_b3 .cont_elem {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: clamp(1.5384615385rem, 0.4395604396rem + 4.4642857143vw, 3.0769230769rem);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.crl_ahiver_b3 .cont_elem .cont_img {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_ahiver_b3 .cont_elem .cont_img.part1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_1.webp");
  aspect-ratio: 322/444;
}
.crl_ahiver_b3 .cont_elem .cont_img.part2 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_2.webp");
  aspect-ratio: 322/444;
}
.crl_ahiver_b3 .cont_elem .cont_img.part3 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_3.webp");
  aspect-ratio: 322/444;
}
.crl_ahiver_b3 .cont_elem .cont_img.part4 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_4.webp");
  aspect-ratio: 322/444;
}
.crl_ahiver_b3 .cont_elem .cont_img.part5 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_5_mob.webp");
  aspect-ratio: 584/403;
}

@media (max-width: 768.98px) {
  * {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  /* BLOC 1 - OUTLET */
  .crl_outlet {
    padding: clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem) 0 clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem) clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem);
  }
  .crl_outlet .right {
    align-items: flex-end;
    padding-right: clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem);
  }
  .crl_outlet .cont_txt {
    flex-flow: nowrap;
    justify-content: space-between;
  }
  /* BLOC 2 - AMOUR D'HIVER */
  .crl_ahiver_b2 {
    aspect-ratio: 1444/700;
  }
  .crl_ahiver_b2 .cont_global {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: clamp(1.5384615385rem, -0.0306059988rem + 2.6525198939vw, 3.8461538462rem) clamp(1.9230769231rem, -1.4765694076rem + 5.7471264368vw, 6.9230769231rem);
    gap: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem);
  }
  .crl_ahiver_b2 .cont_global .left {
    width: 27%;
  }
  .crl_ahiver_b2 .cont_global .right .cont_img {
    aspect-ratio: 843/1047;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b2.webp");
  }
  .crl_ahiver_b2 .cont_global .right .bloctxt {
    position: relative;
    height: 50%;
  }
  /* BLOC 3 - AMOUR D'HIVER */
  .crl_ahiver_b3 {
    gap: clamp(1.5384615385rem, 1.015439026rem + 0.884173298vw, 2.3076923077rem);
    display: flex;
    flex-flow: nowrap;
    padding: 5%;
  }
  .crl_ahiver_b3 .cont_elem .cont_img.part5 {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/outlet/crl_b3_5.webp");
    aspect-ratio: 322/444;
  }
}/*# sourceMappingURL=style.css.map */