body {
  --taille-header-mob: 56px;
  --taille-header-desk: 0px;
}

.bloc-title p.title-03.x-upper {
  font-family: "Baton Turbo", arial !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
}

.bloc-live {
  width: 100%;
  background-color: var(--black);
}
.bloc-live__video {
  width: 100%;
  height: calc(85dvh - 35px - var(--taille-header-mob));
}
.bloc-live__video {
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-live__video .fp-controls {
  display: none;
}
.bloc-live__video .btn-live {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.bloc-live__video .btn-live svg {
  width: clamp(32px, 4vw, 64px);
  height: clamp(32px, 4vw, 64px);
  fill: var(--white);
  cursor: pointer;
}
.bloc-live__video.fullscreen {
  width: 100%;
  height: calc(100dvh - 35px - var(--taille-header-mob));
}
.bloc-live__video.fullscreen .fp-controls {
  display: flex;
}
.bloc-live__video.fullscreen:after {
  opacity: 0;
  height: 0;
}
.bloc-live__video.fullscreen .btn-live {
  opacity: 0;
  z-index: -1;
}
.bloc-live__video .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: bottom 0.5s ease, right 0.5s ease, box-shadow 0.5s ease;
}
.bloc-live__video .video-container.--desk {
  display: none;
}
.bloc-live__video .video-container .freecaster-player {
  width: 100%;
  height: 100%;
}
.bloc-live__video .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-live__video .video-container.pip-mode {
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 45dvw;
  min-width: 170px;
  height: 35dvh;
  min-height: 300px;
}
.bloc-live__video .video-container.pip-mode .fp-controls {
  display: flex;
}
.bloc-live__video .video-container.pip-mode .pip-button {
  display: block;
}
.bloc-live__video .video-container.pip-mode.--inlive:after {
  width: 80px;
  height: 80px;
  bottom: 8%;
  left: 0.25rem;
}
.bloc-live__video .video-container.--inlive:after {
  content: "";
  background-image: url("/live-logo.6e6373e1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
  z-index: 8;
  position: absolute;
  bottom: 8%;
  left: 0.5rem;
}
.bloc-live__video .video-container.--inlive:after {
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.bloc-live__video .pip-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: white;
  border: 0 solid var(--white);
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.bloc-live__video .pip-button.hidden {
  opacity: 0;
}
.bloc-live .freecaster-player .fc-display {
  height: 100% !important;
}

.keylooks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.keylooks-container__body {
  margin-bottom: 0;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.keylooks-container__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-height: calc(1520px + 2.5rem);
  transition: max-height 0.2s ease;
}
.keylooks-container__body.expanded {
  max-height: none;
}
.keylooks-container__item {
  width: calc(50% - 0.25rem);
  height: 380px;
}
.keylooks-container__item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.keylooks-container__item:nth-child(-n+8) {
  opacity: 1;
}
.keylooks-container__item.show {
  opacity: 1;
}
.keylooks-container__item-content-image {
  height: 100%;
  width: 100%;
}
.keylooks-container__item-content-image {
  overflow: hidden;
}
.keylooks-container__item-content-image picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.keylooks-container__item-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keylooks-container__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.keylooks-container__item-content-add {
  z-index: 3;
  position: absolute;
  width: 25px;
  height: 25px;
}
.keylooks-container__item-content-add {
  bottom: 2%;
  right: 4%;
}
.keylooks-container__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.keylooks-container__item-text {
  width: 100%;
  padding-top: 0.5rem;
}
.keylooks-container__item-text .body-03 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 400;
}
.keylooks-container .title-03 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
}
.keylooks-container .body-03 {
  font-family: "Baton Turbo", arial;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.keylooks-container .btnR {
  display: none;
}
.keylooks-container .btnD {
  width: auto;
  white-space: nowrap;
}
.keylooks-container .order-live-20 {
  order: 1;
}
.keylooks-container .order-live-19 {
  order: 2;
}
.keylooks-container .order-live-3 {
  order: 3;
}
.keylooks-container .order-live-17 {
  order: 4;
}
.keylooks-container .order-live-16 {
  order: 5;
}
.keylooks-container .order-live-54 {
  order: 6;
}
.keylooks-container .order-live-42 {
  order: 7;
}
.keylooks-container .order-live-56 {
  order: 8;
}
.keylooks-container .order-live-71 {
  order: 9;
}
.keylooks-container .order-live-22 {
  order: 10;
}
.keylooks-container .order-live-61 {
  order: 11;
}
.keylooks-container .order-live-14 {
  order: 12;
}
.keylooks-container .order-live-51 {
  order: 13;
}
.keylooks-container .order-live-11 {
  order: 14;
}
.keylooks-container .order-live-13 {
  order: 15;
}
.keylooks-container .order-live-15 {
  order: 16;
}
.keylooks-container .order-live-40 {
  order: 17;
}
.keylooks-container .order-live-52 {
  order: 18;
}
.keylooks-container .order-live-53 {
  order: 19;
}
.keylooks-container .order-live-18 {
  order: 20;
}
.keylooks-container .order-live-10 {
  order: 21;
}
.keylooks-container .order-live-58 {
  order: 22;
}
.keylooks-container .order-live-4 {
  order: 23;
}
.keylooks-container .order-live-32 {
  order: 24;
}
.keylooks-container .order-live-34 {
  order: 25;
}
@media (min-width: 1024px) {
  .bloc-live__video {
    height: calc(85dvh - 35px - var(--taille-header-desk));
  }
  .bloc-live__video.fullscreen {
    height: calc(100dvh - 35px - var(--taille-header-desk));
  }
  .bloc-live__video .video-container.--mob {
    display: none;
  }
  .bloc-live__video .video-container.--desk {
    display: block;
  }
  .bloc-live__video .video-container.pip-mode {
    width: 25vw;
    height: 30vh;
    min-width: 400px;
    min-height: 250px;
  }
  .bloc-live__video .video-container.--inlive:after {
    left: 1rem;
  }
  .bloc-live__video .pip-button {
    top: 0.5rem;
    right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .keylooks-container__body {
    margin-bottom: 1.5rem;
    row-gap: 2.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .keylooks-container__body {
    overflow: hidden;
    max-height: calc(1980px + 6rem);
  }
  .keylooks-container__item {
    width: calc(33.3333333333% - 0.6666666667rem);
    height: 660px;
  }
  .keylooks-container__item:nth-child(-n+9) {
    opacity: 1;
  }
  .keylooks-container__item-content-image {
    height: 100%;
  }
  .keylooks-container__item-content-add {
    width: 35px;
    height: 35px;
  }
  .keylooks-container__item-text {
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .keylooks-container__item-text .body-03 {
    width: 50%;
    text-align: right;
  }
  .keylooks-container .title-03 {
    font-size: 1.4rem;
  }
  .keylooks-container .btnD {
    width: 300px;
  }
}

/*# sourceMappingURL=/LP_liveshow_2024_postshow.aef77d6c.css.map */