.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);
}
