@charset "UTF-8";
.vimeoContainer {
  width: 100%;
  height: 100%;
}

.x-upper {
  text-transform: uppercase;
}

.heading-01,
.heading-02,
.heading-03,
.heading-special-liveshow {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.heading-special-liveshow {
  font-size: 4rem;
  line-height: 3.8rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
.heading-special-liveshow.--right {
  text-align: right;
}
.heading-special-liveshow.--left {
  text-align: left;
}

.heading-01 {
  line-height: 2.15rem;
  font-size: 2.25rem;
}
.heading-01.--right {
  text-align: right;
}
.heading-01.--left {
  text-align: left;
}

.animation-glow {
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px var(--black);
  }
  to {
    text-shadow: 0 0 30px var(--black), 0 0 10px var(--black);
  }
}
/* Définition des variables pour le thème noir */
/* Définition des variables pour le thème blanc */
body {
  --header-color: #fff;
  --icon-background-color: #fff;
  --user-icon-border-color: #fff;
  --user-icon-color: #fff;
  --transparent-logo-display: block;
  --global-logo-display: none;
}

.experience-region.experience-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.experience-component.experience-assets-customCode {
  width: 100%;
}

.bloc-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  padding: 0 5%;
}
.bloc-title__item, .bloc-title__desc {
  width: 90%;
}
.bloc-title__date {
  display: flex !important;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.bloc-title__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
.bloc-title__url {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 90%;
  cursor: pointer;
}

.bloc-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.bloc-gallery__desktop {
  display: none;
  opacity: 0;
  max-height: 0;
}
.bloc-gallery__desktop-item {
  overflow: hidden;
  position: relative;
}
.bloc-gallery__desktop-item img,
.bloc-gallery__desktop-item iframe,
.bloc-gallery__desktop-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Cacher initialement */
  /* Déplacer initialement vers le bas */
}
.bloc-gallery__desktop-ligne {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  height: 210vh;
  min-height: 2000px;
}
.bloc-gallery__desktop-ligne.--1 {
  width: calc(33.3333333333% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--1 .bloc-gallery__desktop-item {
  width: 100%;
}
.bloc-gallery__desktop-ligne.--1 .bloc-gallery__desktop-item.--square {
  height: 400px;
}
.bloc-gallery__desktop-ligne.--1 .bloc-gallery__desktop-item.--long {
  height: calc(60 * (100% - 400px) / 100 - 0.5rem);
}
.bloc-gallery__desktop-ligne.--1 .bloc-gallery__desktop-item.--short {
  height: calc(40 * (100% - 400px) / 100 - 0.5rem);
}
.bloc-gallery__desktop-ligne.--2 {
  flex-direction: column;
  width: calc(66.6666666667% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-item.--big {
  width: 100%;
  height: calc(45% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  height: calc(55% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: calc(50% - 0.5rem);
  height: 100%;
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-item,
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-text {
  width: 100%;
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-item.--1,
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-text.--1 {
  height: calc(100% - 400px - 0.5rem);
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-item.--2,
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-text.--2 {
  height: calc(20% - 0.5rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-item.--3,
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-text.--3 {
  height: 400px;
}
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-item.--4,
.bloc-gallery__desktop-ligne.--2 .bloc-gallery__desktop-bloc .bloc-gallery__desktop-line .bloc-gallery__desktop-text.--4 {
  height: calc(80% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--3 {
  flex-direction: row;
  height: 500px;
  min-height: auto;
  width: 100%;
}
.bloc-gallery__desktop-ligne.--3 .bloc-gallery__desktop-item {
  height: 100%;
}
.bloc-gallery__desktop-ligne.--3 .bloc-gallery__desktop-item.--short {
  width: calc(33.3333333333% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--3 .bloc-gallery__desktop-item.--big {
  width: calc(33.3333333333% - 0.5rem + 1rem + 33.3333333333% - 0.25rem);
}
.bloc-gallery__desktop-ligne.--4 {
  flex-direction: row;
  height: 800px;
  min-height: auto;
  width: 100%;
}
.bloc-gallery__desktop-ligne.--4 .bloc-gallery__desktop-items {
  height: 100%;
}
.bloc-gallery__desktop-ligne.--4 .bloc-gallery__desktop-items.--short {
  width: calc(33.3333333333% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--4 .bloc-gallery__desktop-items.--short .bloc-gallery__desktop-item {
  width: 100%;
  height: 100%;
}
.bloc-gallery__desktop-ligne.--4 .bloc-gallery__desktop-items.--big {
  width: calc(33.3333333333% - 0.5rem + 1rem + 33.3333333333% - 0.25rem);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1em;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.bloc-gallery__desktop-ligne.--4 .bloc-gallery__desktop-items.--big .bloc-gallery__desktop-item {
  width: calc(50% - 0.5rem);
  height: calc(50% - 0.5rem);
}
.bloc-gallery__desktop-ligne.--5 {
  height: 600px;
  min-height: auto;
  width: 100%;
}
.bloc-gallery__desktop-ligne.--5 .bloc-gallery__desktop-item {
  width: 100%;
  height: 100%;
}
.bloc-gallery__mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  opacity: 1;
  max-width: none;
  max-height: none;
}
.bloc-gallery__mobile-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.bloc-gallery__mobile-item.--small {
  width: calc(50% - 0.25rem);
}
.bloc-gallery__mobile-item.--big {
  width: 100%;
}
.bloc-gallery__mobile-ligne {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.bloc-gallery__mobile-ligne img,
.bloc-gallery__mobile-ligne iframe,
.bloc-gallery__mobile-ligne video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-gallery__mobile-ligne.--1 {
  width: 100%;
  height: 500px;
}
.bloc-gallery__mobile-ligne.--2, .bloc-gallery__mobile-ligne.--5 {
  width: 100%;
  min-height: 320px;
  height: 40vh;
}
.bloc-gallery__mobile-ligne.--3 {
  width: 100%;
  height: 600px;
}
.bloc-gallery__mobile-ligne.--4 {
  width: 100%;
  height: 420px;
}
.bloc-gallery__mobile-text {
  width: 100%;
  padding: 1rem 1rem;
  text-align: left;
}
.bloc-gallery__title-img {
  position: absolute;
  z-index: 2;
}
.bloc-gallery__title-img .heading-02 {
  color: var(--white);
}
.bloc-gallery__title-img.--left {
  left: 1rem;
}
.bloc-gallery__title-img.--right {
  right: 1rem;
}
.bloc-gallery__title-img.--top {
  top: 1rem;
}
.bloc-gallery__title-img.--bot {
  bottom: 1rem;
}

.bloc-concours {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
.bloc-concours .body-03,
.bloc-concours .heading-01 {
  color: var(--white);
}
.bloc-concours .capsule {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 8rem;
}
.bloc-concours__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 2;
}
.bloc-concours__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  row-gap: 1rem;
  width: 90%;
  text-align: right;
}
.bloc-concours__cta button {
  width: 70%;
}
.bloc-concours__url {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.bloc-concours__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bloc-concours__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloc-precollection {
  padding-top: 2rem;
}

.filters__wrapper {
  margin: 0;
}

@media (min-width: 1024px) {
  .heading-special-liveshow {
    font-size: 6rem;
    line-height: 5.8rem;
  }
  .heading-special-liveshow.--right-l {
    text-align: right;
  }
  .heading-special-liveshow.--left-l {
    text-align: left;
  }
  .heading-01 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .heading-01.--right-l {
    text-align: right;
  }
  .heading-01.--left-l {
    text-align: left;
  }
  .experience-region.experience-main {
    row-gap: 4rem;
  }
  .bloc-title {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }
  .bloc-title__item, .bloc-title__desc {
    width: 45%;
  }
  .bloc-title__desc {
    text-align: left;
    padding-left: 2rem;
  }
  .bloc-title__url {
    width: 60%;
  }
  .bloc-gallery__desktop {
    display: flex;
    opacity: 1;
    max-height: none;
    width: 100vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .bloc-gallery__desktop.postshow {
    flex-direction: column;
  }
  .bloc-gallery__mobile {
    display: none;
    opacity: 0;
    max-width: 0;
    max-height: 0;
  }
  .bloc-gallery__title-img.--left-l {
    left: 1rem;
  }
  .bloc-gallery__title-img.--right-l {
    right: 1rem;
  }
  .bloc-gallery__title-img.--top-l {
    top: 1rem;
  }
  .bloc-gallery__title-img.--bot-l {
    bottom: 1rem;
  }
  .bloc-concours {
    padding: 4rem 0;
  }
  .bloc-concours .capsule {
    row-gap: 8rem;
  }
  .bloc-concours__cta {
    width: 60%;
  }
  .bloc-concours__cta button {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .heading-01 {
    font-size: 5rem;
    line-height: 4.5rem;
  }
  .bloc-title__item, .bloc-title__desc {
    width: 35%;
  }
}

/*# sourceMappingURL=/LP_liveshow_2024.36a21a3a.css.map */