.single-contact-list-footer[href*="google.com/maps"]:hover {
  opacity: 0.85;
}

/* Hero accueil : illustration 16:9 centrée (FR et EN via CSS partagé) */
.master-hero-home {
  background-image: url("../media/stock/hero-home-1080.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 1200px) {
  .master-hero-home {
    background-image: url("../media/stock/hero-home-1600.jpg");
  }
}

.master-hero-home .overlay-hero-home {
  z-index: 1;
  pointer-events: none;
}

.master-hero-home .scroll-down-home {
  z-index: 2;
}

/* Section vidéo studio : titre et CTA masqués, cadre inchangé */
.section.video-section .wrap-video-content {
  visibility: hidden;
  pointer-events: none;
}

/* Cours : filtres Durée / Type non cliquables */
.page-classes .dropdown-filter.filter-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.62;
}

.page-classes .dropdown-filter.filter-disabled .dropdown-toggle-filter {
  cursor: default;
}

.page-classes .dropdown-filter.filter-disabled .dropdown-list {
  display: none !important;
  visibility: hidden;
}

/* Header & footer : nom du studio visible (texte, pas logo) */
.brand-link-navbar,
.left-top-footer .brand-link-footer {
  height: auto !important;
  overflow: visible;
}

.footer-tagline {
  margin: 0;
  max-width: 18rem;
  color: rgba(245, 243, 238, 0.62);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.045em;
}

.footer-tagline::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  background: rgba(245, 243, 238, 0.28);
}

section.footer .footer-kernel-credit {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: rgba(245, 243, 238, 0.52);
}

section.footer .footer-kernel-credit__link {
  color: rgba(245, 243, 238, 0.68);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

section.footer .footer-kernel-credit__link:hover,
section.footer .footer-kernel-credit__link:focus-visible {
  color: rgba(245, 243, 238, 0.92);
}

@media (max-width: 767px) {
  section.footer .footer-kernel-credit {
    margin-top: 0.5rem;
  }
}

/* Fiches cours : bouton play retiré (pas de vidéo studio pour le moment) */
img.play-class {
  display: none !important;
}

/* Fiches cours : CTA réservation bsport sous le sous-titre hero */
.class-booking-cta {
  margin-top: 1.5rem;
}

.class-booking-cta .cta {
  display: inline-block;
}
