/* Fond HERO officiel - image seule, sans retouche couleur ni effet IA */
.hero-media-official {
  background-color: #062437;
  background-image: url("hero-official-3840.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

.hero-media-official::before,
.hero-media-official::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 760px) {
  .hero-media-official {
    background-position: 56% center;
  }
}
