@charset "UTF-8";
.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}

html {
  scroll-behavior: smooth;
  font-size: 76.92%;
  line-height: 1.38;
}

body {
  margin: 0;
}

/* Correction marge pays à l'inter MORGAN */
.container > .row > .col-12 .reset_margin {
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .container > .row > .col-12 .reset_margin {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}

/* Correction marge pays à l'inter MORGAN FIN */
/* pp + pole premium */
/* CTA soulignement CRL */
/* Booster CRL */
/* Cartouche CRL */
/**
 * Mixin pour créer un élément sticky avec un conteneur ayant un ratio d'aspect défini
 * 
 * Ce mixin génère une structure à 3 niveaux :
 * - Un conteneur principal avec ratio d'aspect
 * - Un élément de fond (background) positionné en absolu
 * - Un wrapper sticky qui reste collé lors du scroll
 * 
 *  $class - Nom de la classe CSS (sans le point) ex : 'hero-section'
 *  $aspect-ratio - Ratio largeur/hauteur du conteneur (défaut: 1900/1080)
 *  $top - Position depuis le haut où l'élément reste collé - la hauteur du wrapper (défaut: calc(100% - 4em))
 *  $height - Hauteur du wrapper sticky (défaut: auto)
 *  $padding - Padding interne du wrapper (défaut: 0.8em 2.5em)
 *  $width - Largeur du wrapper sticky (défaut: 100%)
 *
 * 
 * @example
 * // Avec paramètres personnalisés
 *    @include sticky_mixins.sticky('section', $aspect-ratio: 1900/ 1080, $top: calc(100% - 6em), $width: 100%, $height: auto, $padding:0.8em 2.5em);
 *



 * VU QUE LA MIXIN EST A 3 NIVEAUX, IL FAUT BIEN PENSER A AJOUTER LES 3 NIVEAUX DANS LE HTML
 *            1 : class
 *            2 : class + _bg
 *            3 : class + _wrapper

 Structure HTML attendue :
 * <div class="bloc1_hero ResetBloc">

        <div class="section"> ------------- 1er niveau

            <div class="section_bg"> ------------- 2em niveau

                <!-- Contenu de fond -->
                <img src="/img/b1_solo_img1_desk.webp" alt="Background">

            </div>

            <div class="section_wrapper"> ------------- 3em niveau
                <!-- Contenu sticky -->
                <h1>Titre sticky</h1>
                <p>Contenu qui reste collé en haut</p>
            </div>

        </div>

    </div>


*/
/* pp + pole premium */
/* Bandeau CRL - BLOC0 */
/* .crl_banner[data-color="blue"] {
   @include bandeau_promo.bandeau_promo(#fff, $bleucrl, $showlogo: none);
}

.crl_banner[data-color="beige"] {
   @include bandeau_promo.bandeau_promo($bleucrl, $beigecrl, $showlogo: none);
}

.crl_banner[data-color="red"] {
   @include bandeau_promo.bandeau_promo(#fff, $redcrl, $showlogo: none);
}

.crl_banner[data-color="beige_red"] {
   @include bandeau_promo.bandeau_promo($redcrl, $beigecrl, $showlogo: none);
} */
/*        
            <div class="crl_banner ResetBloc AllBloc" data-lang="fr_fr" data-bloc="bloc0" data-color="blue">      
                    <div class="bloctxt">
                        <div class="logo"><img src="images/C&V_BLANC.svg" alt="logoFID"></div>
                        <div><p class="titre AllTxt">&nbsp;</p></div>
                        <div class="bloccta"><a class="AllTxt" href="#" target="_self">&nbsp;</a></div>        
                    </div>
                    <!--<p class="mention">*offre valable pour les clientes ayant créé un compte avant le 11/10/24</p>-->
                    <a class="lienglobal" href="#" target="_self"></a>
            </div> 
*/
/*  -------- THEME COLOR VARIABLE -------- */
/* GLOBAL */
html {
  scroll-behavior: smooth;
}

/*  -------- BLOC 1 -------- */
.crl_presoldes_b1 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  aspect-ratio: 668/666;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b1_mob.webp");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b1 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_presoldes_b1 img, .crl_presoldes_b1 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_presoldes_b1 a:focus, .crl_presoldes_b1 a:active, .crl_presoldes_b1 a:link, .crl_presoldes_b1 a:visited {
  text-decoration: none;
}
.crl_presoldes_b1 p, .crl_presoldes_b1 h1, .crl_presoldes_b1 h2, .crl_presoldes_b1 h3, .crl_presoldes_b1 h4 {
  margin: 0;
}
.crl_presoldes_b1 .bold {
  font-weight: 600;
}
.crl_presoldes_b1 .semibold {
  font-weight: 500;
}
.crl_presoldes_b1 .light {
  font-weight: 400;
}
.crl_presoldes_b1 .upper {
  text-transform: uppercase;
}
.crl_presoldes_b1 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_presoldes_b1 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b1 .DispMob {
    display: none !important;
  }
}
.crl_presoldes_b1 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b1 .DispDesk {
    display: block !important;
  }
}
.crl_presoldes_b1 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_presoldes_b1 .DispTab {
    display: block !important;
  }
}
.crl_presoldes_b1 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_presoldes_b1 .TabOnly {
    display: block !important;
  }
}

.crl_presoldes_b1[data-lang=fr_be] .logo_fid, .crl_presoldes_b1[data-lang=nl_be] .logo_fid, .crl_presoldes_b1[data-lang=en] .logo_fid, .crl_presoldes_b1[data-lang=fr_ch] .logo_fid, .crl_presoldes_b1[data-lang=de_ch] .logo_fid {
  display: none;
}

.crl_presoldes_b1 .logo_fid {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 65;
}

.crl_presoldes_b1 .bloctxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  text-align: center;
  width: 58%;
  flex-flow: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5384615385rem, 1.015439026rem + 0.884173298vw, 2.3076923077rem);
  z-index: 6;
}

.crl_presoldes_b1 .bloctxt .booster {
  display: none;
}

.crl_presoldes_b1[data-bloc=bloc1-booster] .bloctxt .booster {
  display: block;
}

.crl_presoldes_b1 .bloctxt .part1, .crl_presoldes_b1 .bloctxt .part3 {
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  color: #F09400;
  text-transform: uppercase;
  font-family: hanken-grotesk, sans-serif;
  text-shadow: 0px 0px 20px #000000;
}

.crl_presoldes_b1 .bloctxt .part1 span, .crl_presoldes_b1 .bloctxt .part2 span, .crl_presoldes_b1 .bloctxt .part3 span {
  font-weight: 600;
}

.crl_presoldes_b1 .bloctxt .part2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: hanken-grotesk, sans-serif;
}

.crl_presoldes_b1 .bloctxt .part2 .encart {
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  font-family: hanken-grotesk, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #F09400;
  color: #fff;
  padding: 0.7em 1em 0.55em 1em;
}

.crl_presoldes_b1 .bloctxt .part2 .booster {
  font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  font-family: hanken-grotesk, sans-serif;
  font-weight: 600;
  color: #F09400;
  margin-top: 1em;
}

.crl_presoldes_b1 .bloccta {
  z-index: 7;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  filter: drop-shadow(0em 0.5em 0.8em rgba(0, 0, 0, 0.8));
  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: #F09400;
  padding-bottom: 0.3em;
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b1 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_presoldes_b1 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #F09400;
}
.crl_presoldes_b1 .bloccta a:hover, .crl_presoldes_b1 .bloccta a:active, .crl_presoldes_b1 .bloccta a:link, .crl_presoldes_b1 .bloccta a:visited {
  text-decoration: none;
  color: #F09400;
}
.crl_presoldes_b1 .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 TRIPTIQUE -------- */
.crl_presoldes_b2 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b2 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_presoldes_b2 img, .crl_presoldes_b2 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_presoldes_b2 a:focus, .crl_presoldes_b2 a:active, .crl_presoldes_b2 a:link, .crl_presoldes_b2 a:visited {
  text-decoration: none;
}
.crl_presoldes_b2 p, .crl_presoldes_b2 h1, .crl_presoldes_b2 h2, .crl_presoldes_b2 h3, .crl_presoldes_b2 h4 {
  margin: 0;
}
.crl_presoldes_b2 .bold {
  font-weight: 600;
}
.crl_presoldes_b2 .semibold {
  font-weight: 500;
}
.crl_presoldes_b2 .light {
  font-weight: 400;
}
.crl_presoldes_b2 .upper {
  text-transform: uppercase;
}
.crl_presoldes_b2 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_presoldes_b2 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b2 .DispMob {
    display: none !important;
  }
}
.crl_presoldes_b2 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b2 .DispDesk {
    display: block !important;
  }
}
.crl_presoldes_b2 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_presoldes_b2 .DispTab {
    display: block !important;
  }
}
.crl_presoldes_b2 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_presoldes_b2 .TabOnly {
    display: block !important;
  }
}

.crl_presoldes_b2 .bloctxt {
  overflow: hidden;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 1em;
  bottom: 1em;
  text-align: left;
}

.crl_presoldes_b2 .bloctxt {
  color: #fff;
  z-index: 6;
  gap: 0.5em;
}

.crl_presoldes_b2 .bloctxt a.promo {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  background-color: #F09400;
  color: #fff;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.8em;
}
@media screen and (min-width: 768px) {
  .crl_presoldes_b2 .bloctxt a.promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}

.crl_presoldes_b2 .crl_cont_presoldes_b2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.crl_presoldes_b2 .bloctxt .bloccta {
  z-index: 7;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  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: #F09400;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b2 .bloctxt .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_presoldes_b2 .bloctxt .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #F09400;
}
.crl_presoldes_b2 .bloctxt .bloccta a:hover, .crl_presoldes_b2 .bloctxt .bloccta a:active, .crl_presoldes_b2 .bloctxt .bloccta a:link, .crl_presoldes_b2 .bloctxt .bloccta a:visited {
  text-decoration: none;
  color: #F09400;
}
.crl_presoldes_b2 .bloctxt .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_presoldes_b2 .bloctxt .bloccta a {
  color: #fff;
}

.crl_presoldes_b2 .spe {
  justify-content: center;
}

.crl_presoldes_b2 .guide {
  color: #000;
}

.crl_presoldes_b2 .bloctxt.guide .bloccta a {
  color: #000;
}

.crl_presoldes_b2 .bloctxt.guide .bloccta::after {
  background-color: #000;
}

.crl_presoldes_b2 .bloctxt.guide {
  justify-content: center;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  align-items: center;
}

/*  -------- BLOC 2 RED -------- */
.crl_presoldes_b3_v2 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  display: flex;
  flex-flow: nowrap;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3_v2 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_presoldes_b3_v2 img, .crl_presoldes_b3_v2 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_presoldes_b3_v2 a:focus, .crl_presoldes_b3_v2 a:active, .crl_presoldes_b3_v2 a:link, .crl_presoldes_b3_v2 a:visited {
  text-decoration: none;
}
.crl_presoldes_b3_v2 p, .crl_presoldes_b3_v2 h1, .crl_presoldes_b3_v2 h2, .crl_presoldes_b3_v2 h3, .crl_presoldes_b3_v2 h4 {
  margin: 0;
}
.crl_presoldes_b3_v2 .bold {
  font-weight: 600;
}
.crl_presoldes_b3_v2 .semibold {
  font-weight: 500;
}
.crl_presoldes_b3_v2 .light {
  font-weight: 400;
}
.crl_presoldes_b3_v2 .upper {
  text-transform: uppercase;
}
.crl_presoldes_b3_v2 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_presoldes_b3_v2 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3_v2 .DispMob {
    display: none !important;
  }
}
.crl_presoldes_b3_v2 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3_v2 .DispDesk {
    display: block !important;
  }
}
.crl_presoldes_b3_v2 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_presoldes_b3_v2 .DispTab {
    display: block !important;
  }
}
.crl_presoldes_b3_v2 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_presoldes_b3_v2 .TabOnly {
    display: block !important;
  }
}
.crl_presoldes_b3_v2 .cont:nth-child(1) {
  position: relative;
  overflow: hidden;
  aspect-ratio: 666/672;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b2_red_1.webp");
}
.crl_presoldes_b3_v2 .cont:nth-child(1) iframe {
  scale: 1.1;
}
.crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt {
  z-index: 6;
  position: absolute;
  bottom: 5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  color: #6A121E;
  width: 100%;
}
.crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta {
  position: relative;
  z-index: 6;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  filter: drop-shadow(0em 0.5em 0.8em rgba(0, 0, 0, 0.5));
  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: #6A121E;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #6A121E;
}
.crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta a:hover, .crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta a:active, .crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta a:link, .crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .bloccta a:visited {
  text-decoration: none;
  color: #6A121E;
}
.crl_presoldes_b3_v2 .cont:nth-child(1) .bloctxt .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_presoldes_b3_v2 .cont:nth-child(2) {
  position: relative;
  aspect-ratio: 1068/789;
  width: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b2_red_2.webp");
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt {
  position: absolute;
  bottom: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  color: #fff;
  width: 100%;
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .titre {
  font-size: clamp(2.3076923077rem, -1.3186813187rem + 14.7321428571vw, 7.3846153846rem);
  font-family: "neulis-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .titre {
    font-size: clamp(2.3076923077rem, -0.3074202544rem + 4.4208664898vw, 6.1538461538rem);
  }
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .txtcourant {
  font-size: clamp(0.8461538462rem, 0.7912087912rem + 0.2232142857vw, 0.9230769231rem);
  font-weight: 300;
  line-height: 1.3;
  width: 95%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .txtcourant {
    font-size: clamp(0.6923076923rem, 0.4307964361rem + 0.442086649vw, 1.0769230769rem);
  }
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta {
  position: relative;
  z-index: 6;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  filter: drop-shadow(0em 0.5em 0.8em rgba(0, 0, 0, 0.5));
  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: #fff;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta a:hover, .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta a:active, .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta a:link, .crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_presoldes_b3_v2 .cont:nth-child(2) .bloctxt .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 ES NL -------- */
.crl_presoldes_b3 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_presoldes_b3 img, .crl_presoldes_b3 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_presoldes_b3 a:focus, .crl_presoldes_b3 a:active, .crl_presoldes_b3 a:link, .crl_presoldes_b3 a:visited {
  text-decoration: none;
}
.crl_presoldes_b3 p, .crl_presoldes_b3 h1, .crl_presoldes_b3 h2, .crl_presoldes_b3 h3, .crl_presoldes_b3 h4 {
  margin: 0;
}
.crl_presoldes_b3 .bold {
  font-weight: 600;
}
.crl_presoldes_b3 .semibold {
  font-weight: 500;
}
.crl_presoldes_b3 .light {
  font-weight: 400;
}
.crl_presoldes_b3 .upper {
  text-transform: uppercase;
}
.crl_presoldes_b3 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_presoldes_b3 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3 .DispMob {
    display: none !important;
  }
}
.crl_presoldes_b3 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3 .DispDesk {
    display: block !important;
  }
}
.crl_presoldes_b3 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_presoldes_b3 .DispTab {
    display: block !important;
  }
}
.crl_presoldes_b3 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_presoldes_b3 .TabOnly {
    display: block !important;
  }
}
.crl_presoldes_b3 .cont {
  position: relative;
  aspect-ratio: 668/702;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b3_bis_mob.webp");
}
.crl_presoldes_b3 .cont .bloctxt {
  position: absolute;
  bottom: 10%;
  right: 1%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  color: #6A121E;
  width: 99%;
}
.crl_presoldes_b3 .cont .bloctxt .titre {
  font-size: clamp(2.3076923077rem, -1.3186813187rem + 14.7321428571vw, 7.3846153846rem);
  font-family: "neulis-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_presoldes_b3 .cont .bloctxt .titre {
    font-size: clamp(2.3076923077rem, -0.3074202544rem + 4.4208664898vw, 6.1538461538rem);
  }
}
.crl_presoldes_b3 .cont .bloctxt .txtcourant {
  font-size: clamp(0.7692307692rem, 0.6593406593rem + 0.4464285714vw, 0.9230769231rem);
  font-weight: 300;
  line-height: 1.3;
  width: 98%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .crl_presoldes_b3 .cont .bloctxt .txtcourant {
    font-size: clamp(0.9230769231rem, 0.6615656669rem + 0.442086649vw, 1.3076923077rem);
  }
}
.crl_presoldes_b3 .cont .bloctxt .bloccta {
  position: relative;
  z-index: 6;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  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: #6A121E;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_presoldes_b3 .cont .bloctxt .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_presoldes_b3 .cont .bloctxt .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #6A121E;
}
.crl_presoldes_b3 .cont .bloctxt .bloccta a:hover, .crl_presoldes_b3 .cont .bloctxt .bloccta a:active, .crl_presoldes_b3 .cont .bloctxt .bloccta a:link, .crl_presoldes_b3 .cont .bloctxt .bloccta a:visited {
  text-decoration: none;
  color: #6A121E;
}
.crl_presoldes_b3 .cont .bloctxt .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);
  }
}

@media screen and (min-width: 768px) {
  /*  -------- BLOC 1 -------- */
  .crl_presoldes_b1 {
    aspect-ratio: 1920/806;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b1.webp");
  }
  .crl_presoldes_b1 .bloctxt .part1, .crl_presoldes_b1 .bloctxt .part3 {
    font-weight: 500;
    text-shadow: unset;
  }
  .crl_presoldes_b1 .bloctxt {
    width: 80%;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .crl_presoldes_b1 .bloctxt .part2 .encart {
    margin-bottom: 1em;
  }
  .crl_presoldes_b1 .bloctxt .part2 .booster {
    margin-bottom: 1em;
    margin-top: 0;
  }
  /*  -------- BLOC 2 -------- */
  .crl_presoldes_b2 .bloctxt {
    font-size: clamp(1.3846153846rem, 1.0184996259rem + 0.6189213086vw, 1.9230769231rem);
    color: #fff;
  }
  /*  -------- BLOC 2 RED -------- */
  .crl_presoldes_b3_v2 .cont:nth-child(1) {
    width: 45%;
    aspect-ratio: 852/790;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b2_red_1.webp");
  }
  /*  -------- BLOC 3 ES NL -------- */
  .crl_presoldes_b3 .cont {
    aspect-ratio: 1920/790;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s49_decembre_presoldes/crl_b3_bis.webp");
  }
  .crl_presoldes_b3 .cont .bloctxt {
    width: 95%;
    align-items: center;
  }
  .crl_presoldes_b3 .cont .bloctxt .titre {
    margin-left: 25%;
  }
  .crl_presoldes_b3 .cont .bloctxt .bloccta {
    margin-left: 25%;
  }
}/*# sourceMappingURL=style.css.map */