@font-face {
  font-family: "Eurostile";
  src: url("fonts/EurostileExtendedBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "DIN";
  src: url("fonts/D-DIN.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DIN";
  src: url("fonts/D-DIN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
  width: 100%;
  max-width: 100%;
  }
  
  body {
    background: #000;
    color: #f2f2f2;
    overflow-x: hidden;
    font-family: "DIN", Arial, sans-serif;
  }

  .hero-text,
.problem-text h2,
.problem-text h3,
.poster-right h2,
.advantages-intro h2,
.advantage-content h3,
.lines-header h2,
.lines-category h3,
.video-content h2,
.video-play-toggle,
.video-restart-toggle,
.video-sound-toggle {
  font-family: "Eurostile", Arial, sans-serif;
}


  .section-kicker {
    color: #1ea0fd;
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 24px;
  
    text-shadow:
      0 0 10px rgba(30,160,253,0.55),
      0 0 22px rgba(30,160,253,0.22);
  }
  
  /* HERO */
  
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;

  }
  
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 55% 28%, rgba(255, 114, 0, 0.16), transparent 28%),
      radial-gradient(circle at 35% 45%, rgba(30, 160, 253, 0.10), transparent 30%);
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
  }

  .hero-bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  
  .logo-tpg {
    position: absolute;
    top: 28px;
    left: 32px;
    width: 100px;
    height: auto;
    z-index: 10;
  }
  
  .geneve {
    position: absolute;
    top: 39px;
    left: 145px;
    z-index: 10;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #f2f2f2;
  }
  
  .shape {
    position: absolute;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 2;
  }
  
  .shape-01 {
    width: 1020px;
    top: -150px;
    right: -400px;
    transform: rotate(20deg);
  }
  
  .shape-02 {
    width: 1500px;
    top: 450px;
    left: -410px;
    transform: rotate(198deg);
  }
  
  .hero-text {
    position: absolute;
    top: 80%;
    right: 12%;
    width: 680px;
    z-index: 10;
  
    font-size: 40px;
    line-height: 1.15;
    font-style: italic;
    color: #ffffff;
  
    text-shadow:
      0 0 12px rgba(255, 255, 255, 0.15),
      0 0 26px rgba(30, 160, 253, 0.12);
  }
  
  /* SECTION COMPTEUR */
  
  .problem {
    position: relative;
    width: 100%;
    min-height: 135vh;
    background:
      radial-gradient(circle at 50% 20%, rgba(255, 114, 0, 0.12), transparent 30%),
      linear-gradient(180deg, #000 0%, #050505 100%);
    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 220px;
  }
  
  .problem::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.5;
    pointer-events: none;
  }
  
  .counter-wrapper {
    position: relative;
    z-index: 5;
    width: 1450px;
    max-width: 92vw;
    animation: counterFloat 5s ease-in-out infinite alternate;
  }
  
  .counter-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 20px rgba(255,114,0,0.12));
  }
  
  .counter-text {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
  }
  
  .digit,
  .comma,
  .currency {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ff7200;
    text-shadow:
      0 0 10px rgba(255, 114, 0, 0.9),
      0 0 26px rgba(255, 114, 0, 0.45);
  }

  .digit,
.currency {
  transition: none;
}

.is-changing {
  filter: blur(2px);
}
  
.digit {
  position: absolute;
  top: 30%;
  font-size: 205px;
  line-height: 1;
}

  
  .digit-1 {
    left: 25%;
  }
  
  .digit-2 {
    left: 42.5%;
  }
  
  .digit-3 {
    left: 59%;
  }
  
  .comma {
    position: absolute;
    left: 36.5%;
    top: 45.5%;
    font-size: 115px;
    line-height: 1;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ff7200;
    text-shadow:
      0 0 10px rgba(255, 114, 0, 0.9),
      0 0 26px rgba(255, 114, 0, 0.45);
  }
  
  .currency {
    position: absolute;
    left: 72.5%;
    top: 40%;
    font-size: 82px;
    letter-spacing: 0.08em;
  }
  
  @keyframes counterFloat {
    0% {
      transform: translateY(0px);
    }
  
    100% {
      transform: translateY(-8px);
    }
  }

  /* TEXTE APRÈS COMPTEUR */

.problem-text {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translateX(-50%);
  z-index: 8;
  width: 900px;
  max-width: 85vw;
  text-align: center;
}

.problem-text .quote {
  font-size: 30px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 34px;
}

.problem-text h2 {
  font-size: 88px;
  line-height: 0.95;
  font-style: italic;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.problem-text h3 {
  font-size: 96px;
  line-height: 0.95;
  font-style: italic;
  color: #ff7200;
  text-transform: uppercase;
  letter-spacing: -0.05em;

  text-shadow:
    0 0 14px rgba(255, 114, 0, 0.65),
    0 0 38px rgba(255, 114, 0, 0.25);
}

.problem-text .small-info {
  margin-top: 26px;
  font-size: 20px;
  color: rgba(242, 242, 242, 0.65);
  letter-spacing: 0.01em;
}


/* SECTION AFFICHE */

.poster-section {
  position: relative;
  width: 100%;
  min-height: 115vh;
  padding: 120px 4.5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 55%, rgba(255, 114, 0, 0.13), transparent 32%),
    radial-gradient(circle at 78% 35%, rgba(30, 160, 253, 0.13), transparent 30%),
    linear-gradient(180deg, #040404 0%, #000 100%);
}

.poster-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.42;
  pointer-events: none;
}

.poster-layout {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1680px;
  min-height: 90vh;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  gap: 20px;
}

.poster-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}

.poster-frame-custom {
  position: relative;
  width: min(1040px, 60vw);
  aspect-ratio: 1.18 / 1;
  margin-left: -85px;
  flex-shrink: 0;
}

.poster-inside {
  position: absolute;
  left: 29%;
  top: 14%;
  width: 45%;
  height: auto;
  border-radius: 22px;
  z-index: 1;
}

.poster-frame-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.poster-right {
  max-width: 900px;
  min-width: 0;
  transform: translateX(-35px);
}

.poster-right h2 {
  width: 900px;
  max-width: 100%;
  margin-bottom: 44px;

  font-size: clamp(76px, 6.7vw, 122px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  font-style: italic;
  color: #f2f2f2;

  text-shadow:
    0 0 18px rgba(255,255,255,0.10),
    0 0 28px rgba(30,160,253,0.12);
}

.poster-right h2 span {
  display: block;
  white-space: nowrap;
}

.poster-infos {
  display: grid;
  gap: 22px;
  width: min(760px, 100%);
}

.poster-info-pill {
  position: relative;
  width: 100%;
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 25px;
  font-weight: 700;
  font-style: italic;
}

.poster-info-pill img {
  position: absolute;
  left: 50%;
  top: 50%;

  width: 100%;
  height: auto;

  transform: translate(-50%, -50%);
  object-fit: contain;

  z-index: 1;
  pointer-events: none;
}

.poster-info-pill span {
  position: relative;
  z-index: 2;
  transform: translateY(-1px);
}

.poster-info-pill.orange span {
  color: #ff7200;
}

.poster-info-pill.blue span {
  color: #1ea0fd;
}

/* SECTION AVANTAGES */

/* SECTION AVANTAGES */

.advantages-section {
  position: relative;
  width: 100%;
  min-height: 120vh;
  padding: 150px 7vw 130px;
  background:
    radial-gradient(circle at 12% 42%, rgba(255, 114, 0, 0.11), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(30, 160, 253, 0.13), transparent 32%),
    linear-gradient(180deg, #000 0%, #020202 100%);
  overflow: hidden;
}

.advantages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.35;
  pointer-events: none;
}

.advantages-shape {
  position: absolute;
  top: 90px;
  right: 8px;
  width: 820px;
  height: auto;
  opacity: 0.75;
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 1;
}

.advantages-intro {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 90vw;
  margin-bottom: 70px;
}

.advantages-intro h2 {
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  font-style: italic;
  color: #f2f2f2;
}

.advantages-list {
  position: relative;
  z-index: 2;
  width: 620px;
  max-width: 90vw;
  display: grid;
  gap: 34px;
}

.advantage-item {
  position: relative;
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 28px;
  align-items: start;
}

.advantage-line {
  display: block;
  width: 3px;
  height: 105px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 114, 0, 0),
    rgba(255, 114, 0, 1),
    rgba(255, 114, 0, 0)
  );
  box-shadow:
    0 0 12px rgba(255, 114, 0, 0.65),
    0 0 28px rgba(255, 114, 0, 0.25);
}

.advantage-security .advantage-line {
  background: linear-gradient(
    180deg,
    rgba(30, 160, 253, 0),
    rgba(30, 160, 253, 1),
    rgba(30, 160, 253, 0)
  );
  box-shadow:
    0 0 12px rgba(30, 160, 253, 0.7),
    0 0 28px rgba(30, 160, 253, 0.3);
}

.advantage-network .advantage-line {
  background: linear-gradient(
    180deg,
    rgba(255, 114, 0, 0),
    rgba(255, 114, 0, 1),
    rgba(30, 160, 253, 0)
  );
}

.advantage-content h3 {
  font-size: 38px;
  line-height: 0.95;
  color: #ff7200;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.advantage-security h3 {
  color: #1ea0fd;
}

.advantage-content p {
  width: 470px;
  max-width: 100%;
  font-size: 22px;
  line-height: 1.28;
  color: rgba(242, 242, 242, 0.78);
}

.advantages-section::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 90px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,114,0,0),
    rgba(255,114,0,0.8),
    rgba(30,160,253,0.8),
    rgba(255,255,255,0.2),
    rgba(30,160,253,0)
  );
  box-shadow:
    0 0 14px rgba(255,114,0,0.35),
    0 0 20px rgba(30,160,253,0.25);
}

/* SECTION LIGNES */

.lines-section {
  position: relative;
  width: 100%;
  min-height: 140vh;
  padding: 160px 7vw;
  background:
    radial-gradient(circle at 20% 20%, rgba(30, 160, 253, 0.12), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(255, 114, 0, 0.12), transparent 30%),
    #000;
  overflow: hidden;
}

.lines-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.45;
  pointer-events: none;
}

.lines-header {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 90vw;
  margin-bottom: 90px;
}

.lines-header h2 {
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  font-style: italic;
  color: #f2f2f2;
  margin-bottom: 28px;
}

.lines-intro {
  width: 720px;
  max-width: 90vw;
  font-size: 24px;
  line-height: 1.35;
  color: rgba(242,242,242,0.65);
}

.lines-category {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.lines-category h3 {
  font-size: 36px;
  font-style: italic;
  text-transform: uppercase;
  color: #ff7200;
  margin-bottom: 26px;
  letter-spacing: -0.03em;
}

.line-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.line-icons img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(255,114,0,0.18))
    drop-shadow(0 0 14px rgba(30,160,253,0.12));
  transform-origin: center;
}

.train-icons img {
  width: 180px;
  height: 180px;
}

/* SECTION VIDEO */

.video-section {
  position: relative;
  width: 100%;
  min-height: 120vh;
  padding: 130px 4.5vw 180px;
  overflow: hidden;

  background:
    radial-gradient(circle at 20% 35%, rgba(255, 114, 0, 0.12), transparent 32%),
    radial-gradient(circle at 78% 65%, rgba(30, 160, 253, 0.12), transparent 34%),
    linear-gradient(180deg, #000 0%, #030303 100%);
}

.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.38;
  pointer-events: none;
}

.video-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.video-content h2 {
  font-size: clamp(58px, 5.6vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  font-style: italic;
  color: #f2f2f2;
  margin-bottom: 70px;

  text-shadow:
    0 0 18px rgba(255,255,255,0.10),
    0 0 28px rgba(30,160,253,0.12);
}

.video-content h2 span {
  display: block;
  white-space: nowrap;
}

/* CONTENEUR DU CADRE */
.video-frame-custom {
  position: relative;
  width: min(1180px, 92vw);
  aspect-ratio: 3820 / 2160;
  margin: 0 auto;
}

/* ZONE VIDÉO */
.video-mask {
  position: absolute;
  left: 6.8%;
  top: 7%;
  width: 86.4%;
  height: 77%;
  overflow: hidden;
  border-radius: 18px;
  z-index: 1;
  background: #000;
}

/* VIDÉO */
.capsule-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #000;
}

/* CADRE PAR-DESSUS */
.video-frame-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translateX(-50%);
  object-fit: fill;
  z-index: 3;
  pointer-events: none;
}

/* BOUTONS SOUS LE CADRE */
.video-controls-custom {
  position: absolute;
  left: 50%;
  bottom: -11%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 12px;
}

.video-play-toggle,
.video-restart-toggle,
.video-sound-toggle {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);

  background:
    linear-gradient(90deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
    rgba(0,0,0,0.78);

  color: #ff7200;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  cursor: pointer;

  box-shadow:
    inset 0 0 14px rgba(255,255,255,0.04),
    0 0 18px rgba(255,114,0,0.18),
    0 12px 28px rgba(0,0,0,0.6);
}

.video-play-toggle.is-on,
.video-restart-toggle.is-on,
.video-sound-toggle.is-on {
  color: #1ea0fd;
  box-shadow:
    inset 0 0 14px rgba(255,255,255,0.04),
    0 0 18px rgba(30,160,253,0.25),
    0 12px 28px rgba(0,0,0,0.6);
}

/* ============================= */
/* RESPONSIVE GLOBAL */
/* ============================= */

@media (max-width: 1200px) {
  .hero-text {
    right: 7vw;
    width: 560px;
    font-size: 34px;
  }

  .shape-01 {
    width: 780px;
    right: -330px;
  }

  .shape-02 {
    width: 1100px;
    left: -360px;
  }

  .digit {
    font-size: 15vw;
  }

  .currency {
    font-size: 6vw;
  }

  .comma {
    font-size: 8vw;
  }

  .poster-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    min-height: auto;
  }

  .poster-left {
    justify-content: center;
  }

  .poster-frame-custom {
    width: min(900px, 95vw);
    margin-left: 0;
  }

  .poster-right {
    transform: none;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .poster-infos {
    margin: 0 auto;
  }

  .advantages-shape {
    width: 620px;
    right: -160px;
    opacity: 0.45;
  }

  .line-icons img,
  .train-icons img {
    width: 140px;
    height: 140px;
  }
}

/* ============================= */
/* TABLETTE */
/* ============================= */

@media (max-width: 900px) {
  .section-kicker {
    font-size: 13px;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
  }

  .hero {
    height: 100vh;
  }

  .hero-bg-video {
    width: 120vw;
    height: 100vh;
    object-fit: cover;
  }

  .logo-tpg {
    top: 24px;
    left: 24px;
    width: 82px;
  }

  .geneve {
    top: 34px;
    left: 122px;
    font-size: 15px;
  }

  .shape-01 {
    width: 620px;
    top: -110px;
    right: -310px;
  }

  .shape-02 {
    width: 900px;
    top: 560px;
    left: -420px;
  }

  .hero-text {
    top: auto;
    bottom: 70px;
    right: auto;
    left: 7vw;
    width: 80vw;
    font-size: 30px;
  }

  .problem {
    min-height: 105vh;
    padding-top: 170px;
  }

  .counter-wrapper {
    width: 95vw;
  }

  .problem-text {
    top: 62%;
    width: 86vw;
  }

  .problem-text .quote {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .problem-text h2 {
    font-size: clamp(46px, 10vw, 78px);
  }

  .problem-text h3 {
    font-size: clamp(48px, 10.5vw, 82px);
  }

  .problem-text .small-info {
    font-size: 17px;
  }

  .poster-section,
  .advantages-section,
  .lines-section,
  .video-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .poster-section {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .poster-right h2 {
    width: 100%;
    font-size: clamp(54px, 11vw, 90px);
    letter-spacing: -0.07em;
  }

  .poster-info-pill {
    height: 56px;
    font-size: 21px;
  }

  .advantages-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .advantages-intro {
    width: 100%;
  }

  .advantages-intro h2 {
    font-size: clamp(54px, 11vw, 88px);
  }

  .advantages-list {
    width: 100%;
    max-width: 680px;
  }

  .advantage-content p {
    width: 100%;
    font-size: 20px;
  }

  .lines-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lines-header {
    width: 100%;
    margin-bottom: 70px;
  }

  .lines-header h2 {
    font-size: clamp(56px, 12vw, 92px);
  }

  .lines-intro {
    width: 100%;
    font-size: 21px;
  }

  .line-icons {
    gap: 8px;
  }

  .line-icons img,
  .train-icons img {
    width: 110px;
    height: 110px;
  }

  .video-section {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 160px;
  }

  .video-content h2 {
    font-size: clamp(46px, 9vw, 78px);
    margin-bottom: 55px;
  }

  .video-frame-custom {
    width: 96vw;
  }

  .video-controls-custom {
    bottom: -15%;
    flex-wrap: wrap;
    justify-content: center;
    width: 90vw;
  }
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }

  .section-kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .hero-bg-video {
    width: 160vw;
    height: 100vh;
    object-fit: cover;
  }

  .logo-tpg {
    width: 70px;
    top: 22px;
    left: 20px;
  }

  .geneve {
    top: 31px;
    left: 105px;
    font-size: 13px;
  }

  .shape-01 {
    width: 420px;
    top: -80px;
    right: -230px;
  }

  .shape-02 {
    width: 620px;
    top: 590px;
    left: -330px;
  }

  .hero-text {
    left: 6vw;
    bottom: 58px;
    width: 88vw;
    font-size: 25px;
    line-height: 1.12;
  }

  .problem {
    min-height: 95vh;
    padding-top: 140px;
  }

  .counter-wrapper {
    width: 110vw;
    max-width: none;
  }

  .digit {
    font-size: 16vw;
  }

  .comma {
    font-size: 9vw;
  }

  .currency {
    font-size: 6.5vw;
  }

  .problem-text {
    top: 58%;
    width: 90vw;
  }

  .problem-text .quote {
    font-size: 20px;
  }

  .problem-text h2 {
    font-size: 48px;
  }

  .problem-text h3 {
    font-size: 52px;
  }

  .problem-text .small-info {
    font-size: 15px;
  }

  .poster-section {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .poster-layout {
    gap: 42px;
  }

  .poster-frame-custom {
    width: 108vw;
  }

  .poster-right {
    text-align: left;
  }

  .poster-right h2 {
    font-size: 48px;
    line-height: 0.92;
    margin-bottom: 34px;
  }

  .poster-right h2 span {
    white-space: normal;
  }

  .poster-infos {
    width: 100%;
    gap: 16px;
  }

  .poster-info-pill {
    height: 50px;
    font-size: 17px;
  }

  .advantages-section {
    padding-top: 95px;
    padding-bottom: 110px;
  }

  .advantages-shape {
    width: 430px;
    right: -220px;
    top: 180px;
    opacity: 0.28;
  }

  .advantages-intro {
    margin-bottom: 54px;
  }

  .advantages-intro h2 {
    font-size: 48px;
    line-height: 0.95;
  }

  .advantage-item {
    gap: 18px;
  }

  .advantage-content h3 {
    font-size: 30px;
  }

  .advantage-content p {
    font-size: 17px;
    line-height: 1.35;
  }

  .advantage-line {
    height: 96px;
  }

  .lines-section {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .lines-header {
    margin-bottom: 55px;
  }

  .lines-header h2 {
    font-size: 50px;
    line-height: 0.95;
  }

  .lines-intro {
    font-size: 17px;
  }

  .lines-category h3 {
    font-size: 27px;
    margin-bottom: 18px;
  }

  .line-icons {
    gap: 6px;
  }

  .line-icons img,
  .train-icons img {
    width: 76px;
    height: 76px;
  }

  .video-section {
    padding-top: 95px;
    padding-bottom: 150px;
  }

  .video-content h2 {
    font-size: 40px;
    line-height: 0.95;
    margin-bottom: 45px;
  }

  .video-content h2 span {
    white-space: normal;
  }

  .video-frame-custom {
    width: 105vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .video-controls-custom {
    bottom: -22%;
    width: 92vw;
    gap: 9px;
  }

  .video-play-toggle,
  .video-restart-toggle,
  .video-sound-toggle {
    padding: 10px 16px;
    font-size: 12px;
  }
}

/* ============================= */
/* TRÈS PETIT MOBILE */
/* ============================= */

@media (max-width: 420px) {
  .hero-text {
    font-size: 22px;
  }

  .problem-text h2 {
    font-size: 42px;
  }

  .problem-text h3 {
    font-size: 46px;
  }

  .poster-right h2,
  .advantages-intro h2,
  .lines-header h2 {
    font-size: 42px;
  }

  .line-icons img,
  .train-icons img {
    width: 64px;
    height: 64px;
  }

  .video-content h2 {
    font-size: 34px;
  }

  .video-controls-custom {
    bottom: -28%;
  }
}