@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 */
@font-face {
  font-family: "Meshed";
  src: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s19/MeshedDisplay-ExtraLight.otf") format("opentype"), url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s19/MeshedDisplay-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*  -------- THEME COLOR VARIABLE -------- */
p {
  font-family: Montserrat;
}

/*  -------- BLOC 1 -------- */
.b1_as {
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  overflow: unset;
}
@media screen and (max-width: 768.98px) {
  .b1_as {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.b1_as img, .b1_as picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.b1_as a:focus, .b1_as a:active, .b1_as a:link, .b1_as a:visited {
  text-decoration: none;
}
.b1_as p, .b1_as h1, .b1_as h2, .b1_as h3, .b1_as h4 {
  margin: 0;
}
.b1_as .bold {
  font-weight: 700;
}
.b1_as .semibold {
  font-weight: 500;
}
.b1_as .light {
  font-weight: 400;
}
.b1_as .upper {
  text-transform: uppercase;
}
.b1_as .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.b1_as .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .b1_as .DispMob {
    display: none !important;
  }
}
.b1_as .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .b1_as .DispDesk {
    display: block !important;
  }
}
.b1_as .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .b1_as .DispTab {
    display: block !important;
  }
}
.b1_as .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .b1_as .TabOnly {
    display: block !important;
  }
}
.b1_as .b1_as_cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.b1_as .b1_as_wording {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  bottom: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2em;
}
.b1_as .b1_as_wording .cta-souligne {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  font-size: clamp(0.8461538462rem, 0.5846425899rem + 0.442086649vw, 1.2307692308rem);
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .b1_as .b1_as_wording .cta-souligne {
    font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  }
}
.b1_as .b1_as_wording .cta-souligne::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.b1_as .b1_as_wording .cta-souligne a:hover, .b1_as .b1_as_wording .cta-souligne a:active, .b1_as .b1_as_wording .cta-souligne a:link, .b1_as .b1_as_wording .cta-souligne a:visited {
  text-decoration: none;
  color: #fff;
}
.b1_as .b1_as_wording .cta-souligne: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);
  }
}

.b1_as[data-lang=en] .b1_as_wording {
  width: 90%;
}

.b1_as[data-bloc=bloc1_sansop] .b1_as_wording {
  width: 70%;
}

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

.b2_as {
  overflow: unset;
}
.b2_as .b2_as_swiper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.b2_as .b2_as_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 414/660;
  margin: 0;
  position: relative;
}
.b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .div-img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt {
  position: absolute;
  bottom: 1em;
  left: 0.8em;
  box-sizing: border-box;
  text-align: left;
}
.b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt p {
  font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  color: #fff;
  font-weight: 600;
  filter: drop-shadow(0em 0.5em 1.6em #000000);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.b3_as .desktop {
  display: none;
}

.b3_as .mobile {
  display: block;
}

.b3_as {
  position: relative;
  height: 100%;
  padding: 3vw;
  box-sizing: border-box;
}
.b3_as .b3_as_video_cont {
  position: relative;
  width: 100vw;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  margin: 0 auto;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s31_aout/img_backup_video_mob.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.b3_as .b3_as_video_cont .video_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 602/850;
  /* ou 602/850 si tu préfères */
  overflow: hidden;
}
.b3_as .b3_as_video_cont .video_wrapper .as_video_mob {
  position: absolute;
  top: -2px;
  left: -1px;
  width: 103%;
  height: 130%;
  z-index: 1;
}
.b3_as .b3_as_video_cont .b3_as_text_content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  z-index: 6;
}
.b3_as .b3_as_video_cont .b3_as_text_content .b3_as_text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.b3_as .b3_as_video_cont .b3_as_text_content .b3_as_text h3 {
  font-family: "Meshed";
  font-weight: 300;
  font-size: 9.51vw;
  text-align: center;
  font-weight: 200;
  line-height: 85%;
}
.b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  font-size: clamp(0.8461538462rem, 0.5846425899rem + 0.442086649vw, 1.2307692308rem);
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 6;
}
@media screen and (max-width: 768.98px) {
  .b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne {
    font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  }
}
.b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne a:hover, .b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne a:active, .b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne a:link, .b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne a:visited {
  text-decoration: none;
  color: #fff;
}
.b3_as .b3_as_video_cont .b3_as_text_content .cta-souligne:hover::after {
  width: calc(100% - 0em);
  animation-name: soulignement;
  animation-timing-function: ease-in-out;
  animation-duration: 480ms;
}
@keyframes soulignement {
  0% {
    left: unset;
    right: 0;
    width: calc(100% - 1em);
  }
  33% {
    width: 0;
  }
  66% {
    right: unset;
    left: 0;
  }
  100% {
    width: calc(100% - 1em);
  }
}

/* BLOC 4 INSTAGRAM  */
.bloc4_as #button1 {
  left: 75%;
  top: 75%;
}

.bloc4_as #button2 {
  left: 36%;
  top: 45%;
}

.bloc4_as #button3 {
  left: 25%;
  top: 40%;
}

.bloc4_as #button4 {
  left: 50%;
  top: 23%;
}

.bloc4_as #button5 {
  left: 37%;
  top: 48%;
}

.bloc4_as #button6 {
  left: 29%;
  top: 41%;
}

/*  -------- DESK -------- */
@media screen and (min-width: 768px) {
  .b1_as .b1_as_cover {
    height: calc(100vh - 136px);
  }
  .b1_as .b1_as_wording {
    width: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 25%;
    bottom: unset;
  }
  .b1_as[data-lang=en] .b1_as_wording {
    width: 30%;
  }
  .b1_as[data-bloc=bloc1_sansop] .b1_as_wording {
    width: 20%;
  }
  /*  -------- BLOC 2 -------- */
  .b2_as .b2_as_swiper {
    overflow: unset;
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 445/790;
    margin: 0;
    position: relative;
    width: calc(50% - 0px);
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt {
    bottom: unset;
    transform: unset;
    left: unset;
    position: sticky;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    top: calc(100% - 4em);
    height: auto;
    padding: 1.5em 0.8em 0.8em 0.8em;
    box-sizing: border-box;
    z-index: 6;
    text-transform: uppercase;
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt p {
    font-size: clamp(0.8461538462rem, 0.5846425899rem + 0.442086649vw, 1.2307692308rem);
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta {
    filter: drop-shadow(0em 0.1em 0.8em rgba(0, 0, 0, 0.2666666667));
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 600;
    font-size: clamp(0.8461538462rem, 0.5846425899rem + 0.442086649vw, 1.2307692308rem);
    text-decoration: none;
    color: #fff;
    padding-bottom: 0.1em;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta {
    font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  }
}
@media screen and (min-width: 768px) {
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #fff;
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta a:hover, .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta a:active, .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta a:link, .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta a:visited {
    text-decoration: none;
    color: #fff;
  }
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta:hover::after {
    width: calc(100% - 0em);
    animation-name: soulignement;
    animation-timing-function: ease-in-out;
    animation-duration: 480ms;
  }
  @keyframes soulignement {
    0% {
      left: unset;
      right: 0;
      width: calc(100% - 1em);
    }
    33% {
      width: 0;
    }
    66% {
      right: unset;
      left: 0;
    }
    100% {
      width: calc(100% - 1em);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .b2_as .b2_as_swiper .swiper-wrapper .swiper-slide .bloctxt .bloccta a {
    color: #fff;
  }
  .b3_as .desktop {
    display: block;
  }
  .b3_as .mobile {
    display: none;
  }
  .b3_as {
    padding: 1vw 0;
  }
  .b3_as .b3_as_video_cont {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s31_aout/img_backup_video_desk.webp");
  }
  .b3_as .b3_as_video_cont .video_wrapper {
    border: none;
    aspect-ratio: 1900/850;
  }
  .b3_as .b3_as_video_cont .video_wrapper .as_video_desk {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* crop la vidéo */
    -o-object-position: center center;
       object-position: center center;
    /* ajuste le cadrage */
    display: block;
  }
  .b3_as .b3_as_video_cont .b3_as_text_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    gap: 2em;
  }
  .b3_as .b3_as_video_cont .b3_as_text_content .b3_as_text {
    font-size: clamp(0.8461538462rem, 0.5846425899rem + 0.442086649vw, 1.2307692308rem);
  }
  .b3_as .b3_as_video_cont .b3_as_text_content .b3_as_text h3 {
    font-size: 4.74vw;
  }
}/*# sourceMappingURL=as.css.map */