@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 {
  text-transform: uppercase;
  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 {
  /* Affichage ou non du booster */
}
.ResetBloc [data-booster=on] .BoosterBloc {
  display: block;
  border-radius: 0px !important;
  position: relative;
  background-color: #D40404;
}
.ResetBloc [data-booster=on] .BoosterBloc a {
  color: #fff;
}
.ResetBloc [data-booster=on] .BoosterBloc {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  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 {
  /* Affichage ou non de la démarque */
}
.ResetBloc [data-dem=on] .DemarqueBloc {
  display: block;
}
.ResetBloc [data-dem=off] .DemarqueBloc {
  display: none;
}
.ResetBloc [data-booster=on] .booster {
  display: none;
}

/* BLOC 1 - SOLDES */
.crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta {
  z-index: 6;
  box-sizing: border-box;
  background: #fff;
  /* border: 1px solid $font-color; */
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  width: -moz-fit-content;
  width: fit-content;
  color: #D40404;
  padding: 16px 24px;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta a {
  color: #D40404;
}
.crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta:hover {
  background: #D40404;
  color: #fff;
  /* border: 1px solid $back-color; */
}
.crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta:hover a {
  color: #fff;
}
.crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta {
  width: 170px;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1[data-booster=on] .blocTxt_b1 .blocCta {
    width: 240px;
  }
}

.crl_soldes_b1 {
  position: relative;
  aspect-ratio: 666/565;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1 {
    aspect-ratio: 1920/690;
  }
}
.crl_soldes_b1 {
  overflow: hidden;
  background-color: #F3F1F1;
  white-space: nowrap;
}
.crl_soldes_b1 .blocTxt_b1 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
  color: #D40404;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
.crl_soldes_b1 .blocTxt_b1 .DemarqueBloc {
  font-size: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
@media screen and (min-width: 768px) {
  .crl_soldes_b1 .blocTxt_b1 .DemarqueBloc {
    font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  }
}
.crl_soldes_b1 .blocTxt_b1 .DemarqueBloc {
  line-height: 1;
  font-weight: 500;
}
.crl_soldes_b1 .blocTxt_b1 .titre {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.8461538462rem, 1.3186813187rem + 10.2678571429vw, 7.3846153846rem);
}
@media screen and (min-width: 768px) {
  .crl_soldes_b1 .blocTxt_b1 .titre {
    font-size: clamp(6.1538461538rem, 4.5847786166rem + 2.6525198939vw, 8.4615384615rem);
  }
}
.crl_soldes_b1 .blocTxt_b1 .titre {
  line-height: 1;
  letter-spacing: -6%;
}
.crl_soldes_b1 .blocTxt_b1 .offre {
  font-size: clamp(1.3846153846rem, 0.6153846154rem + 3.125vw, 2.4615384615rem);
}
@media screen and (min-width: 768px) {
  .crl_soldes_b1 .blocTxt_b1 .offre {
    font-size: clamp(1.3846153846rem, 0.6523838672rem + 1.2378426172vw, 2.4615384615rem);
  }
}
.crl_soldes_b1 .blocTxt_b1 .offre {
  line-height: 1;
}
.crl_soldes_b1 .blocTxt_b1 .contCta {
  display: grid;
  z-index: 6;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.6153846154rem, 0.6153846154rem + 0vw, 0.6153846154rem) clamp(0.6153846154rem, 0.6153846154rem + 0vw, 0.6153846154rem);
}
.crl_soldes_b1 .blocTxt_b1 .blocCta {
  border-radius: 10px;
  padding: 10px clamp(1.8461538462rem, 0.5824175824rem + 5.1339285714vw, 3.6153846154rem) !important;
  border: 1px solid #D40404;
  z-index: 6;
  box-sizing: border-box;
  background: #D40404;
  /* border: 1px solid $font-color; */
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 16px 24px;
}
@media screen and (max-width: 768.98px) {
  .crl_soldes_b1 .blocTxt_b1 .blocCta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_soldes_b1 .blocTxt_b1 .blocCta a {
  color: #fff;
}
.crl_soldes_b1 .blocTxt_b1 .blocCta:hover {
  background: #fff;
  color: #D40404;
  /* border: 1px solid $back-color; */
}
.crl_soldes_b1 .blocTxt_b1 .blocCta:hover a {
  color: #D40404;
}
.crl_soldes_b1 .blocTxt_b1 .blocCta {
  width: 170px;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b1 .blocTxt_b1 .blocCta {
    width: 240px;
  }
}

/* BLOC 2 */
.crl_soldes_b2 {
  --cta-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b2 {
    flex-flow: nowrap;
    height: 100vh;
  }
}
.crl_soldes_b2 .left, .crl_soldes_b2 .right {
  aspect-ratio: 666/765;
  position: relative;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b2 .left, .crl_soldes_b2 .right {
    width: 50%;
    aspect-ratio: unset;
  }
}
.crl_soldes_b2 .left .blocTxt, .crl_soldes_b2 .right .blocTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 6;
  font-weight: 400;
  padding: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
.crl_soldes_b2 .left {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b2_01.webp");
}
.crl_soldes_b2 .right {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b2_02.webp");
}
.crl_soldes_b2 .right .contVideo {
  position: absolute;
  width: 60%;
  max-width: 400px;
  /* @media screen and (min-width : 768.98px) {height: 70vh;} */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid clamp(0.3846153846rem, 0.1231041284rem + 0.442086649vw, 0.7692307692rem) #fff;
  overflow: hidden;
  margin: auto;
  aspect-ratio: 588/812;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b2_02_back.webp");
}

/* BLOC 3 */
.crl_soldes_b3 {
  position: relative;
  overflow: hidden;
  padding: clamp(2.3076923077rem, 2.032967033rem + 1.1160714286vw, 2.6923076923rem) 0;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 {
    padding: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem) 0;
  }
}
.crl_soldes_b3 {
  --cta-color: #fff;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b3_back_mob.webp");
  background-position: bottom center !important;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b3_back.webp");
  }
}
.crl_soldes_b3 .contGlobal {
  margin: auto;
  width: 80%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: left;
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .contGlobal {
    width: 55%;
  }
}
.crl_soldes_b3 .contGlobal {
  line-height: 0.8;
  gap: clamp(1.9230769231rem, 1.1385431545rem + 1.3262599469vw, 3.0769230769rem);
  color: #fff;
}
.crl_soldes_b3 .blocImg {
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.crl_soldes_b3 .blocImg .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_soldes_b3 .blocImg .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
@media screen and (min-width: 768px) {
  .crl_soldes_b3 .blocImg .video-background iframe {
    scale: 1.02;
  }
}
.crl_soldes_b3 .blocImg {
  aspect-ratio: 1234/794;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s28_juillet/crl_b3.webp");
}
.crl_soldes_b3 .blocPostIt {
  position: absolute;
  right: 2%;
  bottom: 25%;
  width: clamp(7.6923076923rem, 4.9450549451rem + 11.1607142857vw, 11.5384615385rem);
}
@media screen and (min-width : 768.98px) {
  .crl_soldes_b3 .blocPostIt {
    width: clamp(11.5384615385rem, 3.6931238523rem + 13.2625994695vw, 23.0769230769rem);
    right: 12%;
  }
}
.crl_soldes_b3 .blocCta {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=style.css.map */