@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;
}

/* CTA soulignement CRL */
/* Booster CRL */
/* Cartouche CRL */
/* EXTRA LIGHT */
@font-face {
  font-family: "Meshed Display";
  src: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/fonts/meshed-display/MeshedDisplay-ExtraLight.woff2") format("woff2");
  /* src: url('images/MeshedDisplay-ExtraLight.ttf'); */
  font-style: normal;
  font-weight: 200;
}
/* REGULAR */
@font-face {
  font-family: "Meshed Display";
  src: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/fonts/meshed-display/MeshedDisplay-Regular.woff2") format("woff2");
  /* src: url('images/MeshedDisplay-Regular.ttf'); */
  font-style: normal;
  font-weight: 400;
}
/*  -------- THEME COLOR VARIABLE -------- */
.ResetBloc {
  position: relative;
  /* margin: 0;
  width: 100%;
  padding: 0; */
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
    /* width: 100%;
    margin: 0;
    padding: 0; */
  }
}
.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: 700;
}
.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;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  /* line-height: c.clamp13Mob(16, 24); */
}
p.light {
  color: #ffffff;
}

/* Animation défilé */
@keyframes defile_bandeau {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-35%);
  }
}
.bloc-TA {
  position: relative;
  overflow: hidden;
  /* max-height: 1030px; */
  box-sizing: border-box;
}
.bloc-TA .bloc-TA-text {
  position: absolute;
  top: 38%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(13.0769230769rem, 12.5274725275rem + 2.2321428571vw, 13.8461538462rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc-TA .bloc-TA-text .bloc-TA-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8461538462rem, 1.5164835165rem + 1.3392857143vw, 2.3076923077rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-logo {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
}
.bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-meca {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.3846153846rem, 0.9450549451rem + 1.7857142857vw, 2rem);
  line-height: 110%;
}
.bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-meca .txt_big {
  font-size: clamp(2.1538461538rem, 1.9340659341rem + 0.8928571429vw, 2.4615384615rem);
  font-weight: 500;
  line-height: normal;
}
.bloc-TA .bloc-TA-text .bloc-TA-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:hover, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:active, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:link, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc-TA .bloc-TA-text .bloc-TA-cta .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);
  }
}

.bloc1 {
  position: relative;
  overflow: hidden;
  /* max-height: 1030px; */
  box-sizing: border-box;
}
.bloc1 .mgn_video_cover_newco {
  width: auto;
  aspect-ratio: 666/915;
  /* height: 80vh; */
  position: relative;
  /* background-image: url(images/B1_CD_cover_mob.jpg); */
  background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_mob.webp);
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  /* MENTION */
}
.bloc1 .mgn_video_cover_newco .video-background {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  aspect-ratio: 375/515;
  overflow: hidden;
}
.bloc1 .mgn_video_cover_newco .cont-video {
  position: relative;
  aspect-ratio: 375/515;
  overflow: hidden;
}
.bloc1 .mgn_video_cover_newco iframe {
  position: absolute;
  top: 0;
  left: -123% !important;
  width: 250% !important;
  max-width: unset;
  height: 100%;
}
.bloc1 .mgn_video_cover_newco .bloc1-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.bloc1 .mgn_video_cover_newco .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 66%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.6923076923rem, 1.3626373626rem + 1.3392857143vw, 2.1538461538rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.6153846154rem, 2.5054945055rem + 0.4464285714vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
  }
}
.bloc1 .mgn_video_cover_newco .bloc1-text-mention {
  display: block;
  position: absolute;
  left: 20%;
  bottom: 1%;
  transform: translate(-50%, 1%);
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}

/* --- BE NL - B1 - CHRISTMAS DAYS FIN --- */
.bloc1[data-lang=be_nl] .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 67%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.6923076923rem, 1.3626373626rem + 1.3392857143vw, 2.1538461538rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.6153846154rem, 2.5054945055rem + 0.4464285714vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .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);
  }
}

/* --- CHFR -B1 - CHRISTMAS DAYS FIN --- */
.bloc1[data-lang=ch_fr] .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 72%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.6923076923rem, 1.3626373626rem + 1.3392857143vw, 2.1538461538rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 90%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_CHFR.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_CHFR.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.6153846154rem, 2.5054945055rem + 0.4464285714vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=ch_fr] .bloc1-text .bloc1-cta .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);
  }
}

/* --- CHDE -B1 - CHRISTMAS DAYS FIN --- */
.bloc1[data-lang=ch_de] .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 67%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.6923076923rem, 1.3626373626rem + 1.3392857143vw, 2.1538461538rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_CHDE.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_CHDE.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.6153846154rem, 2.5054945055rem + 0.4464285714vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=ch_de] .bloc1-text .bloc1-cta .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);
  }
}

/* --- ES + PT - B1 - CHRISTMAS DAYS FIN --- */
.bloc1[data-lang=es] .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(3.2307692308rem, 3.010989011rem + 0.8928571429vw, 3.5384615385rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_ES-PT.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_ES-PT.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: unset;
  font-weight: 400;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.1538461538rem, 2.043956044rem + 0.4464285714vw, 2.3076923077rem);
  font-weight: 500;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=es] .bloc1-text .bloc1-cta .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);
  }
}

.bloc1[data-lang=pt] .bloc1-text {
  position: absolute;
  top: 56%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.6923076923rem, 1.3626373626rem + 1.3392857143vw, 2.1538461538rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_ES-PT.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_ES-PT.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.2307692308rem, 0.7912087912rem + 1.7857142857vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.6153846154rem, 2.5054945055rem + 0.4464285714vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=pt] .bloc1-text .bloc1-cta .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);
  }
}

/* --- ROW - B1 - CHRISTMAS DAYS --- */
.bloc1[data-lang=en] .bloc1-text {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 67%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(1.5384615385rem, 1.4285714286rem + 0.4464285714vw, 1.6923076923rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_FR.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.3076923077rem, 0.9230769231rem + 1.5625vw, 1.8461538462rem);
  line-height: 110%;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
  font-size: clamp(2.3076923077rem, 1.978021978rem + 1.3392857143vw, 2.7692307692rem);
  font-weight: 500;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca .code-XMAS {
  background-color: #D5A665;
  padding: 2px 10px;
  color: #000000;
  font-weight: 600;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.bloc1[data-lang=en] .bloc1-text .bloc1-cta .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);
  }
}

.blocParty {
  position: relative;
  overflow: hidden;
  /* max-height: 1030px; */
  box-sizing: border-box;
}
.blocParty .mgn_video_cover_newco {
  width: auto;
  aspect-ratio: 666/915;
  /* height: 80vh; */
  position: relative;
  /* background-image: url(images/B1_CD_cover_mob.jpg); */
  background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_mob.webp);
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  /* MENTION */
}
.blocParty .mgn_video_cover_newco .video-background {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  aspect-ratio: 375/515;
  overflow: hidden;
}
.blocParty .mgn_video_cover_newco .cont-video {
  position: relative;
  aspect-ratio: 375/515;
  overflow: hidden;
}
.blocParty .mgn_video_cover_newco iframe {
  position: absolute;
  top: 0;
  left: -123% !important;
  width: 250% !important;
  max-width: unset;
  height: 100%;
}
.blocParty .mgn_video_cover_newco .bloc1-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.blocParty .mgn_video_cover_newco .bloc1-text {
  position: absolute;
  top: 52%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(3.6923076923rem, 3.2527472527rem + 1.7857142857vw, 4.3076923077rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_P-ROWSOP.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_P-ROWSOP.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0 auto;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.0769230769rem, 0.967032967rem + 0.4464285714vw, 1.2307692308rem);
  line-height: 110%;
  width: 88%;
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
  }
}
.blocParty .mgn_video_cover_newco .bloc1-text-mention {
  display: block;
  position: absolute;
  left: 20%;
  bottom: 1%;
  transform: translate(-50%, 1%);
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}

.blocNC {
  position: relative;
  overflow: hidden;
  /* max-height: 1030px; */
  box-sizing: border-box;
}
.blocNC .mgn_video_cover_newco {
  width: auto;
  aspect-ratio: 666/915;
  position: relative;
  background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_NC_PT_mob.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  /* .video-background {
      position: relative;
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      aspect-ratio: 375/515;
      overflow: hidden;
  }
  .cont-video {
      position: relative;
      aspect-ratio: 375/515;
      overflow: hidden;
  }

  iframe {
      position: absolute;
      top: 0;
      left: -123%!important;
      width: 250%!important;
      max-width: unset;
      height: 100%;
  } */
  /* MENTION */
}
.blocNC .mgn_video_cover_newco .bloc1-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.blocNC .mgn_video_cover_newco .bloc1-text {
  position: absolute;
  top: 58%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(2.6153846154rem, 2.3956043956rem + 0.8928571429vw, 2.9230769231rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 90%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_NC-PT.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_NC-PT.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0 auto;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.0769230769rem, 0.967032967rem + 0.4464285714vw, 1.2307692308rem);
  line-height: 110%;
  width: 88%;
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
  }
}
.blocNC .mgn_video_cover_newco .bloc1-text-mention {
  display: block;
  position: absolute;
  left: 20%;
  bottom: 1%;
  transform: translate(-50%, 1%);
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}

/* --- ES - B1 - TRAJES DE FIESTA (repris de Newco PT -> crea pareille ) --- */
.blocNC[data-lang=es] {
  position: relative;
  overflow: hidden;
  /* max-height: 1030px; */
  box-sizing: border-box;
}
.blocNC[data-lang=es] .mgn_video_cover_newco {
  width: auto;
  aspect-ratio: 666/915;
  position: relative;
  background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_NC_PT_mob.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  /* .video-background {
      position: relative;
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      aspect-ratio: 375/515;
      overflow: hidden;
  }
  .cont-video {
      position: relative;
      aspect-ratio: 375/515;
      overflow: hidden;
  }

  iframe {
      position: absolute;
      top: 0;
      left: -123%!important;
      width: 250%!important;
      max-width: unset;
      height: 100%;
  } */
  /* MENTION */
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text {
  position: absolute;
  top: 60%;
  left: 50%;
  /* transform: translate(-50%, 50%); */
  transform: translateX(-50%);
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: clamp(3.5384615385rem, 3.3186813187rem + 0.8928571429vw, 3.8461538462rem); /* ⚠️ -> privillegier le clamp */
  text-align: center;
  z-index: 6;
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem); /* ⚠️ -> privillegier le clamp */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Mécanique */
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
  width: 90%;
  aspect-ratio: 16/6;
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #EBD5B5, #D5A563, #EBD5B5, #D5A563);
  animation: animDegrade-CD 3s infinite ease;
  background-size: 400% 400%;
  /*clip-path: url(#christmas-path); */
  /* mask-image pour l'image qui sert à écreter, /!\ préfixe -webkit obligatoire */
  -webkit-mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_TDF-ES.png");
  mask-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_wording_TDF-ES.png");
  /* -webkit-mask-image: url('images/B1_CD_wording_FR.png');
  mask-image: url('images/B1_CD_wording_FR.png'); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@keyframes animDegrade-CD {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
  margin: 0 auto;
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.0769230769rem, 0.967032967rem + 0.4464285714vw, 1.2307692308rem);
  line-height: 110%;
  width: 88%;
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  /* left: 50%;
  top: 90%;
  transform: translate(-50%, 0%); */
  z-index: 7;
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.2307692308rem, 1.010989011rem + 0.8928571429vw, 1.5384615385rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
  }
}
.blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text-mention {
  display: block;
  position: absolute;
  left: 20%;
  bottom: 1%;
  transform: translate(-50%, 1%);
  color: #D5A665;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}

.mgn_bloc2_et_3 {
  display: flex;
  flex-direction: column;
  /* @media screen and (max-width: 767.98px) {
      flex-direction: column-reverse;
  } */
}
.mgn_bloc2_et_3 .mgn_bloc3_newco {
  /* @include mgn.AllBloc; */
  overflow: hidden;
  /*@media screen and (max-width: 767.98px) {
      text-align: center;
  }*/
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco {
  padding: 2.5em 1.5em 2.5em 1.5em;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header {
  display: flex;
  flex-direction: row;
  /* margin: 1em auto 2em;
  width: 91%; */
  margin: 1em 0 2em;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .mgn_bloc3_newco-title {
  color: #000;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-align: left;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .cont_arrow {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 5em;
  margin-right: 2em;
  margin-right: 0em;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .cont_arrow .swiper-button-prev {
  /* display: block; */
  margin-top: 0;
  /* background: center / contain no-repeat url(images/arrow-left-sans-cercle.svg); */
  background: center/contain no-repeat url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/arrow-left-sans-cercle.svg);
  color: transparent;
  position: relative;
  width: 0.5em;
  height: 3em;
  /* 	left: 0;
      top: 0; */
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .cont_arrow .swiper-button-next {
  /* display: block; */
  margin-top: 0;
  /* background: center / contain no-repeat url(images/arrow-right-sans-cercle.svg); */
  background: center/contain no-repeat url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/arrow-right-sans-cercle.svg);
  color: transparent;
  position: relative;
  width: 0.5em;
  height: 3em;
  /* 	left: 0;
      top: 0; */
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau {
  /* width: 91%; */
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau .swiper-slide .bloctxt p {
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-weight: 500;
  font-size: 12px;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau .swiper-slide .bloctxt p span {
  font-weight: 600;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta {
  display: block;
  position: relative;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
  z-index: 6;
  text-align: center;
  margin: 20px auto 20px;
  color: #000000;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta {
  font-weight: 600;
  font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #000000;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000000;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:hover, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:active, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:link, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:visited {
  text-decoration: none;
  color: #000000;
}
.mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .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);
  }
}

.bloc3 {
  /* display: flex;
  position: relative; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "entree2 entree2" "entree1 entree3";
}
.bloc3 #manteaux {
  grid-area: entree1;
}
.bloc3 #access {
  grid-area: entree2;
}
.bloc3 #pulls {
  grid-area: entree3;
}
.bloc3 .bloc3-entree {
  overflow: hidden;
  position: relative;
}
.bloc3 article#access .IMG1 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  position: relative;
  animation: IMG1-anim 2s ease-in-out 6s infinite;
}
@keyframes IMG1-anim {
  0% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bloc3 article#access .IMG2 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  animation: IMG2-anim 2s ease-in-out 6s infinite;
}
@keyframes IMG2-anim {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bloc3 article#access .IMG3 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  animation: IMG3-anim 2s ease-in-out 6s infinite;
}
@keyframes IMG3-anim {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.bloc3 article#access .bloc3-entree-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  padding: 4.5em 5em 0 5em;
  box-sizing: border-box;
}
.bloc3 article#access .bloc3-entree-text .bloc3-entree-text-title {
  color: #ffffff;
  margin: 0;
  font-family: "Meshed Display";
  src: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/fonts/meshed-display/MeshedDisplay-ExtraLight.woff2") format("woff2");
  /* src: url('/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/MeshedDisplay-ExtraLight.ttf'); */
  font-style: normal;
  font-weight: 200;
  /* font-size: 4.4em; */
  font-size: clamp(4rem, 2.4615384615rem + 6.25vw, 6.1538461538rem);
  line-height: 0.9em;
  text-align: center;
}
.bloc3 .bloc3-entree-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  padding: 4em 0 1.9em 0;
  box-sizing: border-box;
}
.bloc3 .bloc3-entree-text .bloc3-entree-text-title {
  color: #ffffff;
  margin: 0;
  font-family: "Meshed Display";
  src: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/fonts/meshed-display/MeshedDisplay-ExtraLight.woff2") format("woff2");
  /* src: url('/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/MeshedDisplay-ExtraLight.ttf'); */
  font-style: normal;
  font-weight: 200;
  /* font-size: 2.2em; */
  font-size: clamp(2.3846153846rem, 2rem + 1.5625vw, 2.9230769231rem);
}

/* Instagram */
#button1 {
  top: 80%;
  left: 78%;
}

#button2 {
  top: 57%;
  left: 48%;
}

#button3 {
  top: 25%;
  left: 55%;
}

#button4 {
  top: 48%;
  left: 50%;
}

#button5 {
  top: 38%;
  left: 56%;
}

#button6 {
  top: 77%;
  left: 31%;
}

@media screen and (min-width: 768px) {
  .AllBloc {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .AllBloc .dispdesk {
    display: initial;
  }
  .AllBloc .dispmob {
    display: none;
  }
  .bloc-TA {
    overflow: hidden;
    /* max-height: 1030px; */
  }
  .bloc-TA .bloc-TA-text {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 6;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(6.9230769231rem, 6.4000544107rem + 0.884173298vw, 7.6923076923rem); /* ⚠️ -> privillegier le clamp */
  }
  .bloc-TA .bloc-TA-text .bloc-TA-text-wording {
    gap: clamp(2.1538461538rem, 1.107801129rem + 1.7683465959vw, 3.6923076923rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
  }
  .bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-logo {
    font-size: clamp(2.1538461538rem, 1.9446371489rem + 0.3536693192vw, 2.4615384615rem);
  }
  .bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-meca {
    font-size: clamp(1.8461538462rem, 1.5323403387rem + 0.5305039788vw, 2.3076923077rem);
  }
  .bloc-TA .bloc-TA-text .bloc-TA-text-wording .bloc-TA-text-meca .txt_big {
    font-size: clamp(3.6923076923rem, 3.3784941849rem + 0.5305039788vw, 4.1538461538rem);
  }
  .bloc-TA .bloc-TA-text .bloc-TA-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
  /* --- BE NL - B1 - CHRISTMAS DAYS FIN --- */
  /* --- CHFR -B1 - CHRISTMAS DAYS FIN --- */
  /* --- CHDE -B1 - CHRISTMAS DAYS FIN --- */
  /* --- ES + PT - B1 - CHRISTMAS DAYS FIN --- */
  /* --- ROW - B1 - CHRISTMAS DAYS --- */
  /* --- ES - B1 - TRAJES DE FIESTA (repris de Newco PT -> crea pareille ) --- */
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:hover, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:active, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:link, .bloc-TA .bloc-TA-text .bloc-TA-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc-TA .bloc-TA-text .bloc-TA-cta .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);
    }
  }
  .bloc1 {
    overflow: hidden;
    /* max-height: 1030px; */
  }
  .bloc1 .mgn_video_cover_newco {
    background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover.webp);
    /* background-image: url(images/B1_CD_cover.jpg); */
    aspect-ratio: 1368/684;
    /* height: 100vh; */
    /* MENTION */
  }
  .bloc1 .mgn_video_cover_newco .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .bloc1 .mgn_video_cover_newco iframe {
    width: 100% !important;
    height: 100%;
    border: 0;
    transform: scale(1);
  }
  .bloc1 .mgn_video_cover_newco .bloc1-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
    }
  }
  .bloc1 .mgn_video_cover_newco .bloc1-text-mention {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 1%;
    transform: translate(-5%, 1%);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(0.9230769231rem, 0.7138679181rem + 0.3536693192vw, 1.2307692308rem);
  }
  .bloc1[data-lang=be_nl] .bloc1-text {
    width: 30%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 96%;
    position: relative;
    display: block;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 7;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc1[data-lang=be_nl] .bloc1-text .bloc1-cta .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);
    }
  }
  .bloc1[data-lang=ch_fr] .bloc1-text {
    width: 33%;
    position: absolute;
    left: 22%;
    top: 31%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 80%;
    position: relative;
    display: block;
  }
  .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1[data-lang=ch_fr] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1[data-lang=ch_de] .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=ch_de] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=es] .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=es] .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc1[data-lang=es] .bloc1-text .bloc1-cta .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);
    }
  }
  .bloc1[data-lang=pt] .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc1[data-lang=pt] .bloc1-text .bloc1-cta .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);
    }
  }
  .bloc1[data-lang=en] .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.5384615385rem, 1.224648031rem + 0.5305039788vw, 2rem);
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_big {
    font-size: clamp(2.4615384615rem, 1.5200979392rem + 1.5915119363vw, 3.8461538462rem);
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-text-wording .bloc1-text-meca .txt_small {
    font-size: clamp(0.9230769231rem, 0.5046589131rem + 0.7073386384vw, 1.5384615385rem);
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:hover, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:active, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:link, .bloc1[data-lang=en] .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc1[data-lang=en] .bloc1-text .bloc1-cta .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);
    }
  }
  .blocParty {
    overflow: hidden;
    /* max-height: 1030px; */
  }
  .blocParty .mgn_video_cover_newco {
    background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover.webp);
    /* background-image: url(images/B1_CD_cover.jpg); */
    aspect-ratio: 1368/684;
    /* height: 100vh; */
    /* MENTION */
  }
  .blocParty .mgn_video_cover_newco .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .blocParty .mgn_video_cover_newco iframe {
    width: 100% !important;
    height: 100%;
    border: 0;
    transform: scale(1);
  }
  .blocParty .mgn_video_cover_newco .bloc1-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .blocParty .mgn_video_cover_newco .bloc1-text {
    width: 35%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 90%;
    position: relative;
    display: block;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    width: 100%;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .blocParty .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
    }
  }
  .blocParty .mgn_video_cover_newco .bloc1-text-mention {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 1%;
    transform: translate(-5%, 1%);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(0.9230769231rem, 0.7138679181rem + 0.3536693192vw, 1.2307692308rem);
  }
  .blocNC {
    overflow: hidden;
    /* max-height: 1030px; */
  }
  .blocNC .mgn_video_cover_newco {
    background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_NC_PT.webp);
    /* background-image: url(images/B1_CD_cover.jpg); */
    aspect-ratio: 1368/684;
    /* .video-background {
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    iframe {
        width: 100% !important;
        height: 100%;
        border: 0;
        transform: scale(1);
    } */
    /* MENTION */
  }
  .blocNC .mgn_video_cover_newco .bloc1-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .blocNC .mgn_video_cover_newco .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    width: 100%;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .blocNC .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
    }
  }
  .blocNC .mgn_video_cover_newco .bloc1-text-mention {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 1%;
    transform: translate(-5%, 1%);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(0.9230769231rem, 0.7138679181rem + 0.3536693192vw, 1.2307692308rem);
  }
  .blocNC[data-lang=es] {
    overflow: hidden;
    /* max-height: 1030px; */
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco {
    background-image: url(/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/B1_CD_cover_NC_PT.webp);
    /* background-image: url(images/B1_CD_cover.jpg); */
    aspect-ratio: 1368/684;
    /* .video-background {
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    iframe {
        width: 100% !important;
        height: 100%;
        border: 0;
        transform: scale(1);
    } */
    /* MENTION */
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text {
    width: 26%;
    position: absolute;
    left: 22%;
    top: 30%;
    transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
    gap: clamp(1.8461538462rem, 1.0093178263rem + 1.4146772767vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    z-index: 6;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording {
    gap: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem); /* ⚠️ -> privillegier le clamp */
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-logo {
    width: 100%;
    position: relative;
    display: block;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-text-wording .bloc1-text-meca {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    width: 100%;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    /* left: 50%;
    top: 80%;
    transform: translate(-50%, 0%); */
    z-index: 7;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-weight: 600;
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta {
    font-size: clamp(1.0769230769rem, 0.8571428571rem + 0.8928571429vw, 1.3846153846rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:hover, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:active, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:link, .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text .bloc1-cta .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);
    }
  }
  .blocNC[data-lang=es] .mgn_video_cover_newco .bloc1-text-mention {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 1%;
    transform: translate(-5%, 1%);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(0.9230769231rem, 0.7138679181rem + 0.3536693192vw, 1.2307692308rem);
  }
  .mgn_bloc2_et_3 {
    /* Les flèches sont déjà chargées sur SFRA */
    width: 100%;
    margin: 0 auto;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco {
    text-align: center;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header {
    width: 100%;
    justify-content: space-between;
    margin: 1em auto 0.5em;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .mgn_bloc3_newco-title {
    font-size: 11px;
    margin: 0;
    /* font-size: m.clamp13Mob(40, 60); */
    text-align: left;
    width: 20%;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .mgn_bloc3_newco-title .cont_arrow {
    display: flex;
    position: relative;
    flex-flow: nowrap;
    gap: 5em;
    margin-right: 2em;
    margin-right: 0em;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .mgn_bloc3_newco-title .cont_arrow .swiper-button-prev {
    /* display: block; */
    margin-top: 0;
    background: center/contain no-repeat url(images/arrow-left-sans-cercle.svg);
    color: transparent;
    position: relative;
    width: 0.5em;
    height: 3em;
    /* 	left: 0;
        top: 0; */
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .mgn_bloc3_newco_header .mgn_bloc3_newco-title .cont_arrow .swiper-button-next {
    /* display: block; */
    margin-top: 0;
    background: center/contain no-repeat url(images/arrow-right-sans-cercle.svg);
    color: transparent;
    position: relative;
    width: 0.5em;
    height: 3em;
    /* 	left: 0;
        top: 0; */
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau {
    /* 	margin: 0 7.5em; */
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau .swiper-slide .bloctxt p {
    margin-top: 1.5em;
    font-size: 12px;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .swiper-nouveau .swiper-slide .bloctxt p span {
    font-weight: 600;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta {
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    margin: 30px auto 0;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #000000;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #000000;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:hover, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:active, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:link, .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .bloccta a:visited {
    text-decoration: none;
    color: #000000;
  }
  .mgn_bloc2_et_3 .mgn_bloc3_newco .cont-mgn_bloc3_newco .bloc2-cta .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);
    }
  }
  .bloc3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "entree1 entree2 entree3";
  }
  .bloc3 article#access .IMG1 {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    position: relative;
    animation: IMG1-anim 2s ease-in-out 6s infinite;
  }
  .bloc3 article#access .IMG2 {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    animation: IMG2-anim 2s ease-in-out 6s infinite;
  }
  .bloc3 article#access .IMG3 {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    animation: IMG3-anim 2s ease-in-out 6s infinite;
  }
  .bloc3 article#access .bloc3-entree-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1.0769230769rem, 0.5539005645rem + 0.884173298vw, 1.8461538462rem); /* ⚠️ -> privillegier le clamp */
    padding: 2em 0 2.8em 0;
    box-sizing: border-box;
  }
  .bloc3 article#access .bloc3-entree-text .bloc3-entree-text-title {
    color: #ffffff;
    margin: 0;
    font-family: "Meshed Display";
    /* src: url('/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/fonts/meshed-display/MeshedDisplay-ExtraLight.woff2') format('woff2'); */
    /* src: url('/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s49/MeshedDisplay-ExtraLight.ttf'); */
    font-style: normal;
    font-weight: 200;
    /* font-size: 4.25em; */
    font-size: clamp(3.0769230769rem, 2.5539005645rem + 0.884173298vw, 3.8461538462rem);
  }
  .bloc3 article#access .bloc3-entree-text .bloccta {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc3 article#access .bloc3-entree-text .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc3 article#access .bloc3-entree-text .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc3 article#access .bloc3-entree-text .bloccta a:hover, .bloc3 article#access .bloc3-entree-text .bloccta a:active, .bloc3 article#access .bloc3-entree-text .bloccta a:link, .bloc3 article#access .bloc3-entree-text .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc3 article#access .bloc3-entree-text .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);
    }
  }
  .bloc3 .bloc3-entree-text {
    gap: clamp(1.0769230769rem, 0.5539005645rem + 0.884173298vw, 1.8461538462rem); /* ⚠️ -> privillegier le clamp */
    padding: 2em 0 2.8em 0;
    z-index: 6;
  }
  .bloc3 .bloc3-entree-text .bloc3-entree-text-title {
    /* font-size: 4.25em; */
    font-size: clamp(3.0769230769rem, 2.5539005645rem + 0.884173298vw, 3.8461538462rem);
  }
  .bloc3 .bloc3-entree-text .bloccta {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 500;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .bloc3 .bloc3-entree-text .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
    /*  text-transform: uppercase; */
  }
}
@media screen and (min-width: 768px) {
  .bloc3 .bloc3-entree-text .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #ffffff;
  }
  .bloc3 .bloc3-entree-text .bloccta a:hover, .bloc3 .bloc3-entree-text .bloccta a:active, .bloc3 .bloc3-entree-text .bloccta a:link, .bloc3 .bloc3-entree-text .bloccta a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .bloc3 .bloc3-entree-text .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);
    }
  }
}/*# sourceMappingURL=style_cd.css.map */