@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 0 FOND BLEU TYPO BLANCHE -------- */
.crl_cmonday_b0 {
  position: relative;
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  background-color: #03112C;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b0 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_cmonday_b0 img, .crl_cmonday_b0 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_cmonday_b0 a:focus, .crl_cmonday_b0 a:active, .crl_cmonday_b0 a:link, .crl_cmonday_b0 a:visited {
  text-decoration: none;
}
.crl_cmonday_b0 p, .crl_cmonday_b0 h1, .crl_cmonday_b0 h2, .crl_cmonday_b0 h3, .crl_cmonday_b0 h4 {
  margin: 0;
}
.crl_cmonday_b0 .bold {
  font-weight: 600;
}
.crl_cmonday_b0 .semibold {
  font-weight: 500;
}
.crl_cmonday_b0 .light {
  font-weight: 400;
}
.crl_cmonday_b0 .upper {
  text-transform: uppercase;
}
.crl_cmonday_b0 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_cmonday_b0 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b0 .DispMob {
    display: none !important;
  }
}
.crl_cmonday_b0 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b0 .DispDesk {
    display: block !important;
  }
}
.crl_cmonday_b0 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_cmonday_b0 .DispTab {
    display: block !important;
  }
}
.crl_cmonday_b0 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_cmonday_b0 .TabOnly {
    display: block !important;
  }
}
.crl_cmonday_b0 span {
  font-weight: 600;
}
.crl_cmonday_b0 .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_cmonday_b0 .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_cmonday_b0 .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_cmonday_b0 .bloctxt {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.crl_cmonday_b0 .titre {
  font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  line-height: 2em;
  text-align: center;
  margin: 0% 15px 0% 0%;
}
@media screen and (min-width: 768.98px) {
  .crl_cmonday_b0 .titre {
    font-size: clamp(1.3846153846rem, 1.2800108821rem + 0.1768346596vw, 1.5384615385rem);
  }
}
@media screen and (min-width: 768.98px) {
  .crl_cmonday_b0 .titre {
    margin: 0% 30px 0% 0%;
  }
}
.crl_cmonday_b0 .contour {
  padding: 5px;
  border: #fff solid 1px;
  border-color: #fff;
}
.crl_cmonday_b0 .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;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b0 .bloccta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_cmonday_b0 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_cmonday_b0 .bloccta a:hover, .crl_cmonday_b0 .bloccta a:active, .crl_cmonday_b0 .bloccta a:link, .crl_cmonday_b0 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_cmonday_b0 .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_cmonday_b0 .bloccta {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  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_cmonday_b0 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_cmonday_b0 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_cmonday_b0 .bloccta a:hover, .crl_cmonday_b0 .bloccta a:active, .crl_cmonday_b0 .bloccta a:link, .crl_cmonday_b0 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_cmonday_b0 .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 1 -------- */
.crl_cmonday_b1 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 80vh;
  max-height: 550px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b1 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_cmonday_b1 img, .crl_cmonday_b1 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_cmonday_b1 a:focus, .crl_cmonday_b1 a:active, .crl_cmonday_b1 a:link, .crl_cmonday_b1 a:visited {
  text-decoration: none;
}
.crl_cmonday_b1 p, .crl_cmonday_b1 h1, .crl_cmonday_b1 h2, .crl_cmonday_b1 h3, .crl_cmonday_b1 h4 {
  margin: 0;
}
.crl_cmonday_b1 .bold {
  font-weight: 600;
}
.crl_cmonday_b1 .semibold {
  font-weight: 500;
}
.crl_cmonday_b1 .light {
  font-weight: 400;
}
.crl_cmonday_b1 .upper {
  text-transform: uppercase;
}
.crl_cmonday_b1 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_cmonday_b1 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b1 .DispMob {
    display: none !important;
  }
}
.crl_cmonday_b1 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b1 .DispDesk {
    display: block !important;
  }
}
.crl_cmonday_b1 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_cmonday_b1 .DispTab {
    display: block !important;
  }
}
.crl_cmonday_b1 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_cmonday_b1 .TabOnly {
    display: block !important;
  }
}

.crl_cmonday_b1 .bloctxt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.1538461538rem, 0.8791208791rem + 1.1160714286vw, 1.5384615385rem);
}

.crl_cmonday_b1 .bloctxt div {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.crl_cmonday_b1 .txt_promo {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  line-height: clamp(1.5384615385rem, 1.0989010989rem + 1.7857142857vw, 2.1538461538rem);
  text-transform: uppercase;
  color: #F875A3;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b1 .txt_promo {
    font-size: clamp(1.3846153846rem, 0.4431748623rem + 1.5915119363vw, 2.7692307692rem);
  }
}

.crl_cmonday_b1 .bloctxt .style_mob {
  font-size: clamp(1.8461538462rem, 0.6373626374rem + 4.9107142857vw, 3.5384615385rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b1 .bloctxt .style_mob {
    font-size: clamp(1.3846153846rem, 0.4431748623rem + 1.5915119363vw, 2.7692307692rem);
  }
}

.crl_cmonday_b1[data-lang=en] .bloctxt .style_mob {
  font-size: clamp(1.8461538462rem, 0.6373626374rem + 4.9107142857vw, 3.5384615385rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b1[data-lang=en] .bloctxt .style_mob {
    font-size: clamp(1.5384615385rem, 0.5970210161rem + 1.5915119363vw, 2.9230769231rem);
  }
}

.crl_cmonday_b1[data-lang=en] .txt_promo {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  line-height: 1;
  text-transform: uppercase;
  color: #F875A3;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b1[data-lang=en] .txt_promo {
    font-size: clamp(1.2307692308rem, 0.7600489696rem + 0.7957559682vw, 1.9230769231rem);
  }
}

.crl_cmonday_b1 .txt_offre {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(1.5384615385rem, 1.0989010989rem + 1.7857142857vw, 2.1538461538rem);
  line-height: clamp(1.5384615385rem, 1.0989010989rem + 1.7857142857vw, 2.1538461538rem);
  padding: 0.4em 1em;
  background-color: #F875A3;
  text-transform: uppercase;
  font-weight: 500;
}

/* .crl_cmonday_b1[data-lang="fr_ch"] .txt_offre, .crl_cmonday_b1[data-lang="de_ch"] .txt_offre{
  display: none;
} */
.crl_cmonday_b1 .cmonday_txt {
  font-size: clamp(4.6153846154rem, 3.5164835165rem + 4.4642857143vw, 6.1538461538rem);
  line-height: 1;
  margin-bottom: 0.2em;
  color: #F875A3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b1 .cmonday_txt {
    font-size: clamp(3.8461538462rem, 2.0155750527rem + 3.0946065429vw, 6.5384615385rem);
  }
}

.crl_cmonday_b1 .bloccta {
  margin-top: clamp(0.7692307692rem, -1.4285714286rem + 8.9285714286vw, 3.8461538462rem);
  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: #F875A3;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b1 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_cmonday_b1 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #F875A3;
}
.crl_cmonday_b1 .bloccta a:hover, .crl_cmonday_b1 .bloccta a:active, .crl_cmonday_b1 .bloccta a:link, .crl_cmonday_b1 .bloccta a:visited {
  text-decoration: none;
  color: #F875A3;
}
.crl_cmonday_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);
  }
}

.crl_cmonday_b1 * {
  max-width: unset !important;
}

#text {
  transition: all 0.3s ease-in-out;
}

/*  -------- BLOC 2 -------- */
.crl_cmonday_b2 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  padding: 1.5em 0;
  background-color: #F2F2F2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b2 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_cmonday_b2 img, .crl_cmonday_b2 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_cmonday_b2 a:focus, .crl_cmonday_b2 a:active, .crl_cmonday_b2 a:link, .crl_cmonday_b2 a:visited {
  text-decoration: none;
}
.crl_cmonday_b2 p, .crl_cmonday_b2 h1, .crl_cmonday_b2 h2, .crl_cmonday_b2 h3, .crl_cmonday_b2 h4 {
  margin: 0;
}
.crl_cmonday_b2 .bold {
  font-weight: 600;
}
.crl_cmonday_b2 .semibold {
  font-weight: 500;
}
.crl_cmonday_b2 .light {
  font-weight: 400;
}
.crl_cmonday_b2 .upper {
  text-transform: uppercase;
}
.crl_cmonday_b2 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_cmonday_b2 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b2 .DispMob {
    display: none !important;
  }
}
.crl_cmonday_b2 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b2 .DispDesk {
    display: block !important;
  }
}
.crl_cmonday_b2 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_cmonday_b2 .DispTab {
    display: block !important;
  }
}
.crl_cmonday_b2 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_cmonday_b2 .TabOnly {
    display: block !important;
  }
}

.crl_contswiper_cmonday_b2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.crl_cmonday_b2 .crl_cont_cmonday_b2 {
  position: relative;
  gap: clamp(1.5384615385rem, 0.4395604396rem + 4.4642857143vw, 3.0769230769rem);
}

.crl_cmonday_b2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F875A3 !important;
}

.crl_cmonday_b2 .bloccta {
  margin: 5em auto 2em auto;
  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: #F875A3;
  padding-bottom: 0.3em;
  z-index: 5;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b2 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_cmonday_b2 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #F875A3;
}
.crl_cmonday_b2 .bloccta a:hover, .crl_cmonday_b2 .bloccta a:active, .crl_cmonday_b2 .bloccta a:link, .crl_cmonday_b2 .bloccta a:visited {
  text-decoration: none;
  color: #F875A3;
}
.crl_cmonday_b2 .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);
  }
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 75%;
  height: -moz-fit-content;
  height: fit-content;
}

/*  -------- BLOC 1 -------- */
.crl_cmonday_b3 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  aspect-ratio: 667/993;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s48_novembre/crl_b3_mob.webp");
  margin-top: 5px;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b3 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_cmonday_b3 img, .crl_cmonday_b3 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_cmonday_b3 a:focus, .crl_cmonday_b3 a:active, .crl_cmonday_b3 a:link, .crl_cmonday_b3 a:visited {
  text-decoration: none;
}
.crl_cmonday_b3 p, .crl_cmonday_b3 h1, .crl_cmonday_b3 h2, .crl_cmonday_b3 h3, .crl_cmonday_b3 h4 {
  margin: 0;
}
.crl_cmonday_b3 .bold {
  font-weight: 600;
}
.crl_cmonday_b3 .semibold {
  font-weight: 500;
}
.crl_cmonday_b3 .light {
  font-weight: 400;
}
.crl_cmonday_b3 .upper {
  text-transform: uppercase;
}
.crl_cmonday_b3 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_cmonday_b3 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b3 .DispMob {
    display: none !important;
  }
}
.crl_cmonday_b3 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b3 .DispDesk {
    display: block !important;
  }
}
.crl_cmonday_b3 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_cmonday_b3 .DispTab {
    display: block !important;
  }
}
.crl_cmonday_b3 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_cmonday_b3 .TabOnly {
    display: block !important;
  }
}
.crl_cmonday_b3 .bloctxt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 48%;
  display: flex;
  justify-content: space-between;
  width: 84%;
  flex-flow: column;
  margin: auto;
  gap: clamp(0.7692307692rem, 0.2462082568rem + 0.884173298vw, 1.5384615385rem);
  z-index: 6;
  color: #64081A;
  gap: clamp(19.2307692308rem, 16.4835164835rem + 11.1607142857vw, 23.0769230769rem);
}
.crl_cmonday_b3 .bloctxt .titre {
  font-size: clamp(1.8461538462rem, 1.1868131868rem + 2.6785714286vw, 2.7692307692rem);
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .crl_cmonday_b3 .bloctxt .titre {
    font-size: clamp(1.3846153846rem, 0.4431748623rem + 1.5915119363vw, 2.7692307692rem);
  }
}
.crl_cmonday_b3 .bloctxt .bloccta {
  margin-top: 3em;
  z-index: 7;
  text-transform: uppercase;
  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: #64081A;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .crl_cmonday_b3 .bloctxt .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_cmonday_b3 .bloctxt .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #64081A;
}
.crl_cmonday_b3 .bloctxt .bloccta a:hover, .crl_cmonday_b3 .bloctxt .bloccta a:active, .crl_cmonday_b3 .bloctxt .bloccta a:link, .crl_cmonday_b3 .bloctxt .bloccta a:visited {
  text-decoration: none;
  color: #64081A;
}
.crl_cmonday_b3 .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_cmonday_b1 {
    height: 60vh;
  }
  .crl_cmonday_b1 .bloctxt .style_mob {
    font-weight: 600;
  }
  /*  -------- BLOC 2 -------- */
  /*  -------- BLOC 3 -------- */
  .crl_cmonday_b3 {
    grid-area: b3;
    aspect-ratio: 1917/993;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2025/s48_novembre/crl_b3.webp");
  }
  .crl_cmonday_b3 .bloctxt {
    width: 95%;
    top: 55%;
    flex-flow: nowrap;
    gap: 0;
  }
}/*# sourceMappingURL=style.css.map */