/* Layout commun — pages publiques (core partagé entre clubs) */

.page-cms .site-main-inner,
.page-liens .site-main-inner,
.page-contact .site-main-inner,
.page-annuaire-contact .site-main-inner,
.page-pratique .site-main-inner,
.page-calendrier .site-main-inner,
.page-annonces .site-main-inner,
.page-annuaire .site-main-inner {
  padding: 16px 20px 24px;
}

.page-block,
.page-cms-content,
.liens-page,
.contact-page,
.pratique-page,
.calendrier-page {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-title,
.liens-page-title,
.contact-page-title,
.pratique-page-title,
.calendrier-page-title {
  color: #527bb2;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
}

.page-lead {
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.page-meta {
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #555;
  margin: 0.5rem 0;
}

.page-empty {
  text-align: center;
  color: #555;
  margin: 1rem 0;
}

.page-cms-content > :first-child,
.page-block > :first-child {
  margin-top: 0;
}

.page-cms-content h1,
.page-cms-content .page-title {
  color: #527bb2;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  line-height: 1.35;
}

.page-cms-content h2,
.page-block h2,
.contenu-page h2 {
  color: #527bb2;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1.25rem 0 0.75rem;
  line-height: 1.35;
}

/* Contenu CMS legacy (classes Dreamweaver encore en base) */
.texte14bleucentre {
  color: #527bb2;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.texte12noirjustif,
.texte12noirgauche {
  text-align: justify;
  line-height: 1.5;
}

.texte12noircentre {
  text-align: center;
}

.texte11noircentreitalique,
.texte11noirjustifitalique {
  font-size: 0.9rem;
  font-style: italic;
  color: #555;
}

.texte11noircentreitalique {
  text-align: center;
}

/* Boutons publics (alignés sur l'admin) */
a.site-btn,
button.site-btn {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.3;
  font-family: inherit;
}

a.site-btn--primary,
a.site-btn--primary:link,
a.site-btn--primary:visited,
button.site-btn--primary {
  background-color: #527bb2;
  color: #fff;
}

a.site-btn--primary:hover,
a.site-btn--primary:focus,
button.site-btn--primary:hover {
  background-color: #3d6aa2;
  color: #fff;
}

.contact-form .site-btn--primary,
.contact-form button.site-btn--primary {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5rem;
}

.calendrier-page .section-note {
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
}
