/* =========================================================
   LANDING DANSE — CONSERVATOIRE
   Page ID : 11375
   Objectif : neutraliser le thème WordPress.com sur cette page
   ========================================================= */


/* 1. Neutraliser les wrappers principaux du thème */

.page-id-11375 #primary,
.page-id-11375 #content,
.page-id-11375 .site-content,
.page-id-11375 .content-area,
.page-id-11375 main,
.page-id-11375 .site-main,
.page-id-11375 article,
.page-id-11375 .hentry,
.page-id-11375 .entry-content,
.page-id-11375 .wp-block-html,
.page-id-11375 .wp-block-group,
.page-id-11375 .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  float: none !important;
}

.page-id-11375 {
  overflow-x: hidden !important;
}


/* 2. Masquer les éléments parasites du thème */

.page-id-11375 #masthead,
.page-id-11375 .site-branding,
.page-id-11375 .main-navigation,
.page-id-11375 .wp-block-navigation,
.page-id-11375 #colophon,
.page-id-11375 .site-bar,
.page-id-11375 section.site-bar,
.page-id-11375 .search-control-wrapper,
.page-id-11375 .search-control,
.page-id-11375 .entry-header-wrapper,
.page-id-11375 .entry-header-wrapper::before,
.page-id-11375 .entry-header-wrapper::after,
.page-id-11375 .entry-header,
.page-id-11375 .entry-header::before,
.page-id-11375 .entry-header::after,
.page-id-11375 h1.entry-title,
.page-id-11375 .entry-footer,
.page-id-11375 .entry-meta-footer,
.page-id-11375 .post-navigation,
.page-id-11375 .sharedaddy,
.page-id-11375 .sd-sharing,
.page-id-11375 .sd-sharing-enabled,
.page-id-11375 .jp-relatedposts,
.page-id-11375 .wpl-likebox,
.page-id-11375 .wpl-button,
.page-id-11375 .wp-block-jetpack-likes-widget,
.page-id-11375 .comments-area,
.page-id-11375 #secondary,
.page-id-11375 .widget-area,
.page-id-11375 aside,
.page-id-11375 .search-form,
.page-id-11375 .search-field,
.page-id-11375 .search-submit,
.page-id-11375 .search-toggle,
.page-id-11375 .search-box,
.page-id-11375 .search-box-wrapper,
.page-id-11375 .site-search,
.page-id-11375 #search-container,
.page-id-11375 #searchform,
.page-id-11375 form[role="search"],
.page-id-11375 .header-search,
.page-id-11375 .top-search,
.page-id-11375 .menu-search,
.page-id-11375 .genericon-search,
.page-id-11375 .dashicons-search {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}


/* 3. Supprimer uniquement les marges WordPress/Gutenberg résiduelles */

.page-id-11375 .entry-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-11375 .entry-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Important :
   Ne pas appliquer padding: 0 à .entry-content > *
   sinon les paddings internes de .section-wrap, .args-section,
   .pratique-section, .horaires-section, etc. sont supprimés. */


/* 4. Forcer les grandes sections de la landing en pleine largeur */

.page-id-11375 .entry-content > .topbar,
.page-id-11375 .entry-content > .site-header,
.page-id-11375 .entry-content > .hero,
.page-id-11375 .entry-content > .inscriptions-banner,
.page-id-11375 .entry-content > .section-wrap,
.page-id-11375 .entry-content > .args-section,
.page-id-11375 .entry-content > .pratique-section,
.page-id-11375 .entry-content > .horaires-section,
.page-id-11375 .entry-content > .site-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}


/* 5. Sécurité : marges externes à zéro, paddings internes conservés */

.page-id-11375 .topbar,
.page-id-11375 .site-header,
.page-id-11375 .hero,
.page-id-11375 .inscriptions-banner,
.page-id-11375 .section-wrap,
.page-id-11375 .args-section,
.page-id-11375 .pratique-section,
.page-id-11375 .horaires-section,
.page-id-11375 .site-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* 6. Header landing — conteneur externe pleine largeur */

.page-id-11375 .entry-content > .site-header {
  display: block !important;
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: rgba(255,255,255,.92) !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: clamp(20px, 4vw, 48px) !important;
  padding-right: clamp(20px, 4vw, 48px) !important;
  min-height: 0 !important;
  height: auto !important;
  border-bottom: 3px solid #2E7FA8 !important;
  box-shadow: none !important;
  overflow: visible !important;
}


/* 7. Header landing — bloc interne logo + téléphone */

.page-id-11375 .entry-content > .site-header .site-header-inner {
  max-width: 1100px !important;
  width: 100% !important;
  margin-left: calc((100vw - 1100px) / 2 - 30px) !important;
  margin-right: auto !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}


/* 8. Header landing — logo */

.page-id-11375 .entry-content > .site-header .header-logo {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.page-id-11375 .entry-content > .site-header .header-logo img {
  height: 48px !important;
  width: auto !important;
  max-height: 48px !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-11375 .entry-content > .site-header .header-logo-text {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.page-id-11375 .entry-content > .site-header .header-logo-text strong {
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #2E7FA8 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-11375 .entry-content > .site-header .header-logo-text span {
  display: block !important;
  font-size: 11px !important;
  color: #666666 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  margin-top: 6px !important;
  padding: 0 !important;
}


/* 9. Header landing — bouton téléphone */

.page-id-11375 .entry-content > .site-header .header-tel {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: #2E7FA8 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.page-id-11375 .entry-content > .site-header .header-tel:hover {
  background: #1E5F82 !important;
  color: #ffffff !important;
}


/* 10. Responsive header */

@media (max-width: 1200px) {
  .page-id-11375 .entry-content > .site-header .site-header-inner {
    margin-left: -30px !important;
    margin-right: auto !important;
  }
}

@media (max-width: 640px) {
  .page-id-11375 .entry-content > .site-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-id-11375 .entry-content > .site-header .site-header-inner {
    margin-left: 0 !important;
  }

  .page-id-11375 .entry-content > .site-header .header-logo-text {
    display: none !important;
  }
}
/* Landing Danse — corriger les couleurs de liens écrasées par le thème */

/* Boutons principaux orange : texte blanc */
.page-id-11375 .entry-content .btn-main,
.page-id-11375 .entry-content .btn-main:visited,
.page-id-11375 .entry-content .btn-main:active,
.page-id-11375 .entry-content .btn-call,
.page-id-11375 .entry-content .btn-call:visited,
.page-id-11375 .entry-content .btn-call:active {
  background: #E8813A !important;
  color: #ffffff !important;
  border-color: #E8813A !important;
  text-decoration: none !important;
}

/* Hover boutons orange */
.page-id-11375 .entry-content .btn-main:hover,
.page-id-11375 .entry-content .btn-call:hover {
  background: #c96b28 !important;
  color: #ffffff !important;
  border-color: #c96b28 !important;
}

/* Bouton transparent du hero : texte blanc */
.page-id-11375 .entry-content .btn-ghost,
.page-id-11375 .entry-content .btn-ghost:visited,
.page-id-11375 .entry-content .btn-ghost:active {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.6) !important;
  text-decoration: none !important;
}

.page-id-11375 .entry-content .btn-ghost:hover {
  background: rgba(255,255,255,.22) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Boutons bleus des cartes */
.page-id-11375 .entry-content .btn-card-sm,
.page-id-11375 .entry-content .btn-card-sm:visited,
.page-id-11375 .entry-content .btn-card-sm:active {
  background: #2E7FA8 !important;
  color: #ffffff !important;
  border-color: #2E7FA8 !important;
  text-decoration: none !important;
}

.page-id-11375 .entry-content .btn-card-sm:hover {
  background: #1E5F82 !important;
  color: #ffffff !important;
}

/* Liens horaires bleus */
.page-id-11375 .entry-content .link-horaires,
.page-id-11375 .entry-content .link-horaires:visited,
.page-id-11375 .entry-content .link-horaires:active,
.page-id-11375 .entry-content .horaires-link,
.page-id-11375 .entry-content .horaires-link:visited,
.page-id-11375 .entry-content .horaires-link:active {
  color: #2E7FA8 !important;
  text-decoration: none !important;
}

.page-id-11375 .entry-content .link-horaires:hover,
.page-id-11375 .entry-content .horaires-link:hover {
  color: #2E7FA8 !important;
  text-decoration: underline !important;
}

/* Bouton itinéraire section contact : bleu, pas rouge */
.page-id-11375 .entry-content .btn-map,
.page-id-11375 .entry-content .btn-map:visited,
.page-id-11375 .entry-content .btn-map:active {
  background: transparent !important;
  color: #2E7FA8 !important;
  border-color: #2E7FA8 !important;
  text-decoration: none !important;
}

.page-id-11375 .entry-content .btn-map:hover {
  background: rgba(46,127,168,.06) !important;
  color: #2E7FA8 !important;
  border-color: #2E7FA8 !important;
}

/* Footer de la landing */
.page-id-11375 .entry-content > .site-footer a,
.page-id-11375 .entry-content > .site-footer a:visited {
  color: rgba(255,255,255,.7) !important;
  text-decoration: none !important;
}

.page-id-11375 .entry-content > .site-footer a:hover {
  color: #ffffff !important;
}
/* Landing Danse — corriger le hover des boutons d'onglets horaires */

.page-id-11375 .entry-content .tab-btn,
.page-id-11375 .entry-content .tab-btn:visited {
  background: #ffffff !important;
  color: #666666 !important;
  border-color: #E0DDD9 !important;
}

.page-id-11375 .entry-content .tab-btn:hover {
  background: #ffffff !important;
  color: #2E7FA8 !important;
  border-color: #2E7FA8 !important;
}

.page-id-11375 .entry-content .tab-btn.active,
.page-id-11375 .entry-content .tab-btn.active:hover {
  background: #2E7FA8 !important;
  color: #ffffff !important;
  border-color: #2E7FA8 !important;
}