@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 */
/*  -------- THEME COLOR VARIABLE -------- */
* {
  max-width: unset;
}

.AllBloc {
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  /* Animation défilé */
}
@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;
  }
}
.AllBloc p {
  font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  margin: 0;
  color: #000000;
}
.AllBloc p.light {
  color: #ffffff;
}
.AllBloc .color_txt {
  color: #3F1462;
}
.AllBloc .bold {
  font-weight: 600;
}
.AllBloc .dispdesk {
  display: block;
}
.AllBloc .dispmob {
  display: none;
}
@keyframes defile_bandeau {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes defile_mannequin {
  from {
    transform: translateX(25%);
  }
  to {
    transform: translateX(-20%);
  }
}
.AllBloc .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-decoration: none;
  color: #ffffff;
  padding-bottom: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .AllBloc .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.AllBloc .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #ffffff;
}
.AllBloc .bloccta a:hover, .AllBloc .bloccta a:active, .AllBloc .bloccta a:link, .AllBloc .bloccta a:visited {
  text-decoration: none;
  color: #ffffff;
}
.AllBloc .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;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  overflow: hidden;
  max-height: 1030px;
}

@media screen and (max-width: 768.98px) {

  .bloc1 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }

}

.bloc1 img, .bloc1 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.bloc1 a:focus, .bloc1 a:active, .bloc1 a:link, .bloc1 a:visited {
  text-decoration: none;
}
.bloc1 p, .bloc1 h1, .bloc1 h2, .bloc1 h3, .bloc1 h4 {
  margin: 0;
}
.bloc1 .bold {
  font-weight: 700;
}
.bloc1 .semibold {
  font-weight: 500;
}
.bloc1 .light {
  font-weight: 400;
}
.bloc1 .upper {
  text-transform: uppercase;
}
.bloc1 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.bloc1 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .bloc1 .DispMob {
    display: none !important;
  }
}
.bloc1 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .bloc1 .DispDesk {
    display: block !important;
  }
}
.bloc1 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .bloc1 .DispTab {
    display: block !important;
  }
}
.bloc1 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .bloc1 .TabOnly {
    display: block !important;
  }
}
.bloc1 .bloc1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - 120px);
  max-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0%;
  text-align: center;
  padding: 21em 1em 2em;
  /* Mécanique */
}
.bloc1 .bloc1-text .defile-wrapper {
  animation: defile_bandeau 25s linear infinite normal forwards;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1000%;
  max-width: unset;
}
.bloc1 .bloc1-text .bloc1-text-meca {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  text-shadow: 0 0.03em 0.1em rgba(0, 0, 0, 0.1215686275);
  line-height: 80%;
  margin-top: 1em;
}
.bloc1 .bloc1-text .bloc1-text-meca .bloc1-text-meca-light {
  font-weight: 400;
  font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
}
.bloc1 .bloc1-text .bloc1-cta {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.bloc1[data-lang=en] .bloc1-text .defile-wrapper {
  width: 550%;
}

/* Bloc 2 */
.bloc2 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc2 .bloc2-img.defile-wrapper {
  width: 840%;
  animation: defile_mannequin 20s linear infinite normal forwards;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: unset;
}
.bloc2 .bloc2-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2em 0;
  box-sizing: border-box;
  gap: 1.5em;
  text-align: center;
  background: linear-gradient(0, rgba(0, 0, 0, 0.3019607843) 0%, rgba(0, 0, 0, 0) 55%);
}
.bloc2 .bloc2-text .bloc2-text-title {
  margin: 0;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5em;
  text-shadow: 0 0.03em 0.1em rgba(0, 0, 0, 0.1215686275);
}

.bloc2[data-lang=en] .bloc2-text .bloc2-text-title,
.bloc2[data-lang=pt] .bloc2-text .bloc2-text-title {
  font-size: 2em;
}

/* Bloc 3 */
.bloc3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bloc3 .bloc3-entree {
  position: relative;
  overflow: hidden;
}
.bloc3 .bloc3-entree .bloc3-entree-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5em 1em;
  box-sizing: border-box;
  gap: 0.75em;
}
.bloc3 .bloc3-entree .bloc3-entree-text .bloc3-entree-text-promo {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  background-color: white;
  padding: 0.3em 0.8em 0.25em;
  border-radius: 0.4em;
  mix-blend-mode: screen;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
}
.bloc3 .bloc3-entree .bloc3-entree-text .bloc3-entree-text-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: clamp(1.0769230769rem, 0.967032967rem + 0.4464285714vw, 1.2307692308rem);
}
.bloc3 .bloc3 #veste,
.bloc3 .bloc3 #veste {
  order: 4;
}
.bloc3 .bloc3 #pantalons,
.bloc3 .bloc3 #pantalons {
  order: 3;
}

.bloc4_nouveautes {
  overflow: hidden;
}
.bloc4_nouveautes .bloc4_nouveautes_text {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 4em 1em;
  box-sizing: border-box;
  gap: 1em;
  text-align: center;
  z-index: 6;
}
.bloc4_nouveautes .bloc4_nouveautes_text .bloc4_nouveautes_text_title {
  /* font-family: 'Playfair Display', serif; */
  line-height: 0.98;
  font-weight: 600;
  color: white;
  font-size: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  text-transform: uppercase;
  margin-bottom: 1em;
}

.bloc4_aime {
  position: relative;
  overflow: hidden;
}
.bloc4_aime .aime_header {
  height: 100vh;
  max-height: 875px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s36/cover_aime_mob.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bloc4_aime .aime_header .video-background {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 16/9;
}
.bloc4_aime .aime_header .video-background iframe {
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc4_aime .aime_header .aime_header_wording {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4.012vh 3.604vw;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8%;
}
.bloc4_aime .aime_header .aime_header_wording .aime_header_wording_intro {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bloc4_aime .aime_header .aime_header_wording .aime_header_wording_intro p {
  font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  font-weight: 600;
  text-transform: uppercase;
}
.bloc4_aime .aime_header .aime_header_wording .aime_header_wording_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6%;
  justify-content: center;
  padding: 0 5.91vw;
}
.bloc4_aime .aime_header .aime_header_wording .aime_header_wording_center .aime_header_wording_center_logo {
  width: 100%;
}
.bloc4_aime .aime_header .aime_header_wording .aime_header_wording_center .aime_header_wording_txt {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
.bloc4_aime .aime_header .aime_header_wording .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-decoration: none;
  color: #000;
  padding-bottom: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .bloc4_aime .aime_header .aime_header_wording .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.bloc4_aime .aime_header .aime_header_wording .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #000;
}
.bloc4_aime .aime_header .aime_header_wording .bloccta a:hover, .bloc4_aime .aime_header .aime_header_wording .bloccta a:active, .bloc4_aime .aime_header .aime_header_wording .bloccta a:link, .bloc4_aime .aime_header .aime_header_wording .bloccta a:visited {
  text-decoration: none;
  color: #000;
}
.bloc4_aime .aime_header .aime_header_wording .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);
  }
}

/* Instagram */
#button1 {
  top: 54%;
  left: 66%;
}

#button3 {
  top: 63%;
  left: 69%;
}

#button4 {
  top: 26%;
  left: 54%;
}

#button5 {
  top: 49%;
  left: 30%;
}

#button6 {
  top: 35%;
  left: 55%;
}

#button7 {
  top: 71%;
  left: 30%;
}

#button8 {
  top: 55%;
  left: 28%;
}

@media screen and (min-width: 768px) {
  .AllBloc {
    position: relative;
    width: calc(100% + 60px);
    margin: 0ch -30px 0px;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .AllBloc {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
@media screen and (min-width: 768px) {
  .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 (min-width: 768px) and (max-width: 768.98px) {
  .AllBloc .DispMob {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .AllBloc .DispDesk {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .AllBloc .DispDesk {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .AllBloc .DispTab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .AllBloc .DispTab {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .AllBloc .TabOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) and (min-width: 768.99px) {
  .AllBloc .TabOnly {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .dispdesk {
    display: initial;
  }
  .dispmob {
    display: none;
  }
  .bloc1 {
    /* height: calc(100dvh - 136px); */
    height: calc(100dvh - 174px);
    max-height: 804px;
  }
  .bloc1 .cover-img,
  .bloc1 .cover-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bloc1 .bloc1-text {
    justify-content: end;
    padding: 4em 0em 3em 0;
    gap: 19%;
  }
  .bloc1 .bloc1-text .defile-wrapper {
    width: 400%;
    animation-duration: 20s;
  }
  .bloc1 .bloc1-text .bloc1-text-meca {
    font-size: 2.5em;
  }
  .bloc1[data-lang=en] .bloc1-text {
    padding: 4em 0em 3em 0;
    gap: 14%;
  }
  .bloc1[data-lang=en] .bloc1-text .defile-wrapper {
    width: 200%;
  }
  .bloc2 {
    position: relative;
  }
  .bloc2 .bloc2-img.defile-wrapper {
    width: 300%;
    animation: defile_mannequin 15s linear infinite normal forwards;
  }
  .bloc2 .bloc2-text {
    padding: 6em 0;
  }
  .bloc2 .bloc2-text .bloc2-text-title {
    font-size: 2.5em;
  }
  .bloc3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .bloc3 .bloc3-entree-text {
    padding: 2em;
  }
  .bloc3 .bloc3-entree-text .bloc3-entree-text-title {
    font-size: clamp(0.8461538462rem, 0.5714285714rem + 1.1160714286vw, 1.2307692308rem);
  }
  .bloc3 .bloc3-entree-text .bloc3-entree-text-promo {
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  }
  .bloc3 .bloc3 #veste,
  .bloc3 .bloc3 #veste {
    order: 3;
  }
  .bloc3 .bloc3 #pantalons,
  .bloc3 .bloc3 #pantalons {
    order: 4;
  }
  .bloc4_nouveautes .bloc4_nouveautes_text {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2em 1em;
    box-sizing: border-box;
    gap: 1em;
    text-align: left;
  }
  .bloc4_nouveautes .bloc4_nouveautes_text .bloc4_nouveautes_text_title {
    line-height: 0.98;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-size: clamp(1.5384615385rem, 0.4924165136rem + 1.7683465959vw, 3.0769230769rem);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .bloc4_aime .aime_header {
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryMorgan/default/content_asset/2025/s36/cover_aime_desk.webp");
  }
  .bloc4_aime .aime_header .video-background {
    top: 50%;
  }
  .bloc4_aime .aime_header .aime_header_wording {
    padding: 3.16vh 3.37vw;
  }
  .bloc4_aime .aime_header .aime_header_wording .aime_header_wording_center {
    padding: 0 16.91vw;
  }
  .bloc4_aime .aime_header .aime_header_wording .aime_header_wording_center .aime_header_wording_logo {
    width: 60%;
  }
}/*# sourceMappingURL=mm_style.css.map */