@charset "UTF-8";
@font-face {
  font-family: "Audiowide";
  src: url("../fonts/Audiowide-Regular.woff2?v=1") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Thin.woff2?v=1") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraLight.woff2?v=1") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Light.woff2?v=1") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.woff2?v=1") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.woff2?v=1") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.woff2?v=1") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.woff2?v=1") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.woff2?v=1") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.videoClassic {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
  mask-image: url("../img/video-classic.svg?v=1");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/video-classic.svg?v=1");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: relative;
  overflow: hidden;
}
.videoClassic:after {
  position: absolute;
  pointer-events: none;
  content: "";
  background-image: url("../img/video-classic-border.svg?v=1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoClassic iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.videoSwitch {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: visible;
  border-radius: 5%;
  padding: 3% 3%;
  align-items: center;
  justify-content: center;
  /* États pilotés par le JS (séquence stricte) */
  /* Icônes + / − dans le SVG */
}
.videoSwitch svg {
  position: absolute;
  pointer-events: none;
  inset: 0;
  overflow: visible;
  z-index: 0;
}
.videoSwitch svg .background {
  fill: url(#grad-normal);
}
.videoSwitch svg #btn-switch {
  cursor: pointer;
  pointer-events: auto;
}
.videoSwitch.reverse svg .background {
  fill: url(#grad-reverse);
}
.videoSwitch iframe.vs-pane {
  z-index: 1;
  aspect-ratio: 16/9;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: block;
}
.videoSwitch .text.vs-pane {
  display: flex;
  gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
.videoSwitch .text.vs-pane p, .videoSwitch .text.vs-pane p a, .videoSwitch .text.vs-pane p strong {
  font-size: calc(0.5rem + 0.6dvw);
}
.videoSwitch .text.vs-pane p a, .videoSwitch .text.vs-pane p strong {
  font-weight: 600;
}
.videoSwitch .text.vs-pane p a {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.25, 1);
}
.videoSwitch .text.vs-pane p a:hover {
  color: #87B2CC !important;
}
.videoSwitch .vs-pane {
  opacity: 1;
}
.videoSwitch .vs-pane.is-hidden {
  display: none !important;
  opacity: 0;
}
.videoSwitch svg .vs-icon {
  opacity: 1;
}
.videoSwitch svg .vs-icon.is-hidden {
  display: none;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .videoSwitch .vs-pane, .videoSwitch svg .vs-icon {
    transition: none !important;
  }
}

.vs-pair {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 32/9;
}
.vs-pair .vs-card {
  height: 100%;
  width: auto;
}
.vs-pair .vs-card .text p, .vs-pair .vs-card .text p a, .vs-pair .vs-card .text p strong {
  font-size: calc(0.35rem + 0.5dvw) !important;
}
@media screen and (max-width: 1024px) {
  .vs-pair {
    flex-direction: column;
    gap: 1.5rem;
    aspect-ratio: 16/18;
  }
  .vs-pair .vs-card {
    height: auto;
    width: 100%;
  }
}

.vs-card {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  will-change: transform, filter;
  transition: none;
  z-index: 1;
}
.vs-card.unactive {
  filter: blur(1px) brightness(0.35);
  z-index: 0;
}
.vs-card.unactive.video-1 {
  transform: scale(0.75) translate(25%, 0);
}
.vs-card.unactive.video-2 {
  transform: scale(0.75) translate(-25%, 0);
}
.vs-card.unactive iframe {
  pointer-events: none;
}
.vs-card:not(.unactive) {
  filter: blur(0) brightness(1);
  z-index: 1;
}
.vs-card:not(.unactive).video-1 {
  transform: scale(1) translate(25%, 0);
}
.vs-card:not(.unactive).video-2 {
  transform: scale(1) translate(-25%, 0);
}
.vs-card:not(.unactive) iframe {
  pointer-events: auto;
}
.vs-card.play-v1-to-active {
  animation: vs_v1_to_active 1s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
}
.vs-card.play-v1-to-unactive {
  animation: vs_v1_to_unactive 1s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
}
.vs-card.play-v2-to-active {
  animation: vs_v2_to_active 1s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
}
.vs-card.play-v2-to-unactive {
  animation: vs_v2_to_unactive 1s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
}

@keyframes vs_v1_to_active {
  0% {
    transform: scale(0.75) translate(25%, 0);
    filter: blur(1px) brightness(0.35);
    z-index: 0;
  }
  50% {
    transform: scale(0.875) translate(0, 0);
    filter: blur(0.5px) brightness(0.675);
    z-index: 1;
  }
  100% {
    transform: scale(1) translate(25%, 0);
    filter: blur(0) brightness(1);
    z-index: 1;
  }
}
@keyframes vs_v1_to_unactive {
  0% {
    transform: scale(1) translate(25%, 0);
    filter: blur(0) brightness(1);
    z-index: 1;
  }
  50% {
    transform: scale(0.875) translate(0, 0);
    filter: blur(0.5px) brightness(0.675);
    z-index: 0;
  }
  100% {
    transform: scale(0.75) translate(25%, 0);
    filter: blur(1px) brightness(0.35);
    z-index: 0;
  }
}
@keyframes vs_v2_to_active {
  0% {
    transform: scale(0.75) translate(-25%, 0);
    filter: blur(1px) brightness(0.35);
    z-index: 0;
  }
  50% {
    transform: scale(0.875) translate(0, 0);
    filter: blur(0.5px) brightness(0.675);
    z-index: 1;
  }
  100% {
    transform: scale(1) translate(-25%, 0);
    filter: blur(0) brightness(1);
    z-index: 1;
  }
}
@keyframes vs_v2_to_unactive {
  0% {
    transform: scale(1) translate(-25%, 0);
    filter: blur(0) brightness(1);
    z-index: 1;
  }
  50% {
    transform: scale(0.875) translate(0, 0);
    filter: blur(0.5px) brightness(0.675);
    z-index: 0;
  }
  100% {
    transform: scale(0.75) translate(-25%, 0);
    filter: blur(1px) brightness(0.35);
    z-index: 0;
  }
}
/* ===== Mobile (vertical swap) ===== */
@media screen and (max-width: 1024px) {
  .vs-card.unactive.video-1 {
    transform: scale(0.75) translate(0, 25%);
  }
  .vs-card.unactive.video-2 {
    transform: scale(0.75) translate(0, -25%);
  }
  .vs-card:not(.unactive).video-1 {
    transform: scale(1) translate(0, 25%);
  }
  .vs-card:not(.unactive).video-2 {
    transform: scale(1) translate(0, -25%);
  }
  @keyframes vs_v1_to_active {
    0% {
      transform: scale(0.75) translate(0, 25%);
      filter: blur(1px) brightness(0.35);
      z-index: 0;
    }
    50% {
      transform: scale(0.875) translate(0, 0);
      filter: blur(0.5px) brightness(0.675);
      z-index: 1;
    }
    100% {
      transform: scale(1) translate(0, 25%);
      filter: blur(0) brightness(1);
      z-index: 1;
    }
  }
  @keyframes vs_v1_to_unactive {
    0% {
      transform: scale(1) translate(0, 25%);
      filter: blur(0) brightness(1);
      z-index: 1;
    }
    50% {
      transform: scale(0.875) translate(0, 0);
      filter: blur(0.5px) brightness(0.675);
      z-index: 0;
    }
    100% {
      transform: scale(0.75) translate(0, 25%);
      filter: blur(1px) brightness(0.35);
      z-index: 0;
    }
  }
  @keyframes vs_v2_to_active {
    0% {
      transform: scale(0.75) translate(0, -25%);
      filter: blur(1px) brightness(0.35);
      z-index: 0;
    }
    50% {
      transform: scale(0.875) translate(0, 0);
      filter: blur(0.5px) brightness(0.675);
      z-index: 1;
    }
    100% {
      transform: scale(1) translate(0, -25%);
      filter: blur(0) brightness(1);
      z-index: 1;
    }
  }
  @keyframes vs_v2_to_unactive {
    0% {
      transform: scale(1) translate(0, -25%);
      filter: blur(0) brightness(1);
      z-index: 1;
    }
    50% {
      transform: scale(0.875) translate(0, 0);
      filter: blur(0.5px) brightness(0.675);
      z-index: 0;
    }
    100% {
      transform: scale(0.75) translate(0, -25%);
      filter: blur(1px) brightness(0.35);
      z-index: 0;
    }
  }
}

/*# sourceMappingURL=videos.css.map */
