@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 {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.ResetBloc .bloccta {
  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);
  }
}
.ResetBloc .categname {
  font-size: 140%;
}

/* GLOBAL FIN */
/* BLOC 0 - oppalier */
.crl_banner[data-color=blue] {
  background-color: #03112C;
  color: #fff;
  padding: 10px;
}
.crl_banner[data-color=blue] span {
  font-weight: 600;
}
.crl_banner[data-color=blue] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=blue] .logo {
  display: block;
  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;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=blue] .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;
  }
}
.crl_banner[data-color=blue] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=blue] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=blue] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
.crl_banner[data-color=blue] .titre {
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=blue] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=blue] .contour {
  padding: 5px;
  border: #fff solid 1px;
  border-color: #fff;
}
.crl_banner[data-color=blue] .bloccta {
  position: relative;
  text-transform: uppercase;
  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) {
  .crl_banner[data-color=blue] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=blue] .bloccta {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
.crl_banner[data-color=blue] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_banner[data-color=blue] .bloccta a:hover, .crl_banner[data-color=blue] .bloccta a:active, .crl_banner[data-color=blue] .bloccta a:link, .crl_banner[data-color=blue] .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_banner[data-color=blue] .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_banner[data-color=beige] {
  background-color: #F5F4EF;
  color: #03112C;
  padding: 10px;
}
.crl_banner[data-color=beige] span {
  font-weight: 600;
}
.crl_banner[data-color=beige] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=beige] .logo {
  display: none;
  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;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=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;
  }
}
.crl_banner[data-color=beige] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=beige] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
.crl_banner[data-color=beige] .titre {
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=beige] .contour {
  padding: 5px;
  border: #03112C solid 1px;
  border-color: #03112C;
}
.crl_banner[data-color=beige] .bloccta {
  position: relative;
  text-transform: uppercase;
  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) {
  .crl_banner[data-color=beige] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=beige] .bloccta {
  text-decoration: none;
  color: #03112C;
  padding-bottom: 0.3em;
}
.crl_banner[data-color=beige] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #03112C;
}
.crl_banner[data-color=beige] .bloccta a:hover, .crl_banner[data-color=beige] .bloccta a:active, .crl_banner[data-color=beige] .bloccta a:link, .crl_banner[data-color=beige] .bloccta a:visited {
  text-decoration: none;
  color: #03112C;
}
.crl_banner[data-color=beige] .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_banner[data-color=red] {
  background-color: #D40404;
  color: #fff;
  padding: 10px;
}
.crl_banner[data-color=red] span {
  font-weight: 600;
}
.crl_banner[data-color=red] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=red] .logo {
  display: none;
  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;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=red] .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;
  }
}
.crl_banner[data-color=red] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=red] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=red] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
.crl_banner[data-color=red] .titre {
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=red] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=red] .contour {
  padding: 5px;
  border: #fff solid 1px;
  border-color: #fff;
}
.crl_banner[data-color=red] .bloccta {
  position: relative;
  text-transform: uppercase;
  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) {
  .crl_banner[data-color=red] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=red] .bloccta {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
.crl_banner[data-color=red] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_banner[data-color=red] .bloccta a:hover, .crl_banner[data-color=red] .bloccta a:active, .crl_banner[data-color=red] .bloccta a:link, .crl_banner[data-color=red] .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_banner[data-color=red] .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_banner[data-color=beige_red] {
  background-color: #F5F4EF;
  color: #D40404;
  padding: 10px;
}
.crl_banner[data-color=beige_red] span {
  font-weight: 600;
}
.crl_banner[data-color=beige_red] .mention {
  position: relative;
  text-align: center;
  font-size: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
  bottom: 1vw;
  line-height: clamp(0.6153846154rem, 0.5107801129rem + 0.1768346596vw, 0.7692307692rem);
}
.crl_banner[data-color=beige_red] .logo {
  display: none;
  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;
}
@media screen and (max-width: 768.98px) {
  .crl_banner[data-color=beige_red] .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;
  }
}
.crl_banner[data-color=beige_red] .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_banner[data-color=beige_red] .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige_red] .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
.crl_banner[data-color=beige_red] .titre {
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_banner[data-color=beige_red] .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_banner[data-color=beige_red] .contour {
  padding: 5px;
  border: #D40404 solid 1px;
  border-color: #D40404;
}
.crl_banner[data-color=beige_red] .bloccta {
  position: relative;
  text-transform: uppercase;
  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) {
  .crl_banner[data-color=beige_red] .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_banner[data-color=beige_red] .bloccta {
  text-decoration: none;
  color: #D40404;
  padding-bottom: 0.3em;
}
.crl_banner[data-color=beige_red] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #D40404;
}
.crl_banner[data-color=beige_red] .bloccta a:hover, .crl_banner[data-color=beige_red] .bloccta a:active, .crl_banner[data-color=beige_red] .bloccta a:link, .crl_banner[data-color=beige_red] .bloccta a:visited {
  text-decoration: none;
  color: #D40404;
}
.crl_banner[data-color=beige_red] .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_triptique_bannerpant[data-promo=on] .promo {
  display: block;
}
.crl_triptique_bannerpant[data-promo=off] .promo {
  display: none;
}
.crl_triptique_bannerpant {
  overflow: hidden;
}
.crl_triptique_bannerpant .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: #fff;
}
.crl_triptique_bannerpant .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
}
@media screen and (min-width: 768px) {
  .crl_triptique_bannerpant .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_triptique_bannerpant .bloctxt a.promo {
  background-color: #fff;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
.crl_triptique_bannerpant .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;
}
@media screen and (max-width: 768.98px) {
  .crl_triptique_bannerpant .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_triptique_bannerpant .bloccta {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
.crl_triptique_bannerpant .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_triptique_bannerpant .bloccta a:hover, .crl_triptique_bannerpant .bloccta a:active, .crl_triptique_bannerpant .bloccta a:link, .crl_triptique_bannerpant .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_triptique_bannerpant .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_triptique_bannerpant .bloccta {
  /* @include texte.ctahoverclassique($font-color, #fff);  */
  width: -moz-fit-content;
  width: fit-content;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(5) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_05.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique_bannerpant .swiper-wrapper .swiper-slide:nth-child(6) {
  aspect-ratio: 0.6969026549;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_bannerpant_06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* BLOC 1 - oppalier */
.crl_oppalier_b1 {
  --main-color: #000;
}
.crl_oppalier_b1 .bloccta {
  font-weight: 300 !important;
}
.crl_oppalier_b1 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/861;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_back_b1_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_oppalier_b1 .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_oppalier_b1 .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
.crl_oppalier_b1 .center {
  z-index: 6;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b1_mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #000;
  padding: clamp(4.6153846154rem, -0.3296703297rem + 20.0892857143vw, 11.5384615385rem) 0 0 0;
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 750px;
  left: 50%;
  top: 50%;
}
.crl_oppalier_b1 .center .bloctxt {
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: auto auto 0 auto;
  gap: clamp(1.5384615385rem, 0.7142857143rem + 3.3482142857vw, 2.6923076923rem);
}
.crl_oppalier_b1 .center .txt_img {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: block;
}

.crl_oppalier_b2 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.crl_oppalier_b2 .cont_titre {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.5em;
  font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
}
.crl_oppalier_b2 .cont_txt {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 1.5em;
  gap: clamp(1.5384615385rem, 0.7142857143rem + 3.3482142857vw, 2.6923076923rem);
  font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
}
.crl_oppalier_b2 .left {
  --main-color: #000;
  position: relative;
  color: #000;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b2_1_mob.webp");
  aspect-ratio: 666/934;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_oppalier_b2 .left .cont_txt {
  flex-flow: column;
  align-items: flex-start;
}
.crl_oppalier_b2 .left .bloctxt {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.crl_oppalier_b2 .right {
  --main-color: #fff;
  position: relative;
  color: #fff;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b2_2_mob.webp");
  aspect-ratio: 666/768;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* BLOC 3 - oppalier */
.crl_triptique[data-promo=on] .promo {
  display: block;
}
.crl_triptique[data-promo=off] .promo {
  display: none;
}
.crl_triptique {
  overflow: hidden;
}
.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: #000;
}
.crl_triptique .bloctxt a.promo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
}
@media screen and (min-width: 768px) {
  .crl_triptique .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
.crl_triptique .bloctxt a.promo {
  background-color: #000;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: 400;
}
.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;
}
@media screen and (max-width: 768.98px) {
  .crl_triptique .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_triptique .bloccta {
  text-decoration: none;
  color: #000;
  padding-bottom: 0.3em;
}
.crl_triptique .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000;
}
.crl_triptique .bloccta a:hover, .crl_triptique .bloccta a:active, .crl_triptique .bloccta a:link, .crl_triptique .bloccta a:visited {
  text-decoration: none;
  color: #000;
}
.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_triptique .bloccta {
  /* @include texte.ctahoverclassique($font-color, #fff);  */
  width: -moz-fit-content;
  width: fit-content;
}
.crl_triptique .swiper-wrapper .swiper-slide:nth-child(1) {
  aspect-ratio: 0.8309859155;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b3_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique .swiper-wrapper .swiper-slide:nth-child(2) {
  aspect-ratio: 0.8309859155;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b3_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique .swiper-wrapper .swiper-slide:nth-child(3) {
  aspect-ratio: 0.8309859155;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b3_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique .swiper-wrapper .swiper-slide:nth-child(4) {
  aspect-ratio: 0.8309859155;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b3_4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_triptique .swiper-slide {
  position: relative;
}
.crl_triptique .swiper-slide .bloctxt {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .crl_triptique .swiper-slide .bloctxt {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .crl_triptique .swiper-slide:hover .bloctxt {
    opacity: 1;
    transform: translateY(0);
  }
}
.crl_triptique .bloctxt {
  z-index: 6;
}

.crl_oppalier_b4 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.crl_oppalier_b4 .cont_txt {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 1.5em;
  gap: clamp(1.5384615385rem, 0.7142857143rem + 3.3482142857vw, 2.6923076923rem);
  font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
}
.crl_oppalier_b4 .left {
  --main-color: #fff;
  position: relative;
  color: #fff;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b4_1_mob.webp");
  aspect-ratio: 666/934;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.crl_oppalier_b4 .right {
  --main-color: #000;
  position: relative;
  color: #000;
  width: 100%;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b4_2_mob.webp");
  aspect-ratio: 666/768;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 768px) {
  /* BLOC 1 - oppalier DESK */
  .crl_oppalier_b1 {
    aspect-ratio: 1920/992;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_back_b1.webp");
  }
  .crl_oppalier_b1 .video-background iframe {
    scale: 1.01;
  }
  .crl_oppalier_b1 .center {
    gap: clamp(1.1538461538rem, 0.6308236414rem + 0.884173298vw, 1.9230769231rem);
    padding: clamp(2.3076923077rem, 0.7386247705rem + 2.6525198939vw, 4.6153846154rem) 0 0 0;
    width: 55%;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b1.webp");
  }
  .crl_oppalier_b1 .center .bloctxt {
    font-size: clamp(1.2307692308rem, 0.9169557233rem + 0.5305039788vw, 1.6923076923rem);
  }
  .crl_oppalier_b2 {
    flex-flow: nowrap;
  }
  .crl_oppalier_b2 .cont_titre {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .crl_oppalier_b2 .cont_txt {
    flex-flow: nowrap;
    align-items: flex-end;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .crl_oppalier_b2 .left {
    width: 50%;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b2_1.webp");
    aspect-ratio: 954/1100;
  }
  .crl_oppalier_b2 .left .cont_txt {
    flex-flow: nowrap;
    align-items: flex-end;
  }
  .crl_oppalier_b2 .left .bloctxt {
    width: 60%;
  }
  .crl_oppalier_b2 .right {
    width: 50%;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b2_2.webp");
    aspect-ratio: 954/1100;
  }
  .crl_oppalier_b4 {
    flex-flow: nowrap;
  }
  .crl_oppalier_b4 .cont_titre {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .crl_oppalier_b4 .cont_txt {
    flex-flow: nowrap;
    align-items: flex-end;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .crl_oppalier_b4 .left {
    width: 50%;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b4_1.webp");
    aspect-ratio: 954/1100;
  }
  .crl_oppalier_b4 .right {
    width: 50%;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s10_mars/crl_b4_2.webp");
    aspect-ratio: 954/1100;
  }
}/*# sourceMappingURL=style.css.map */