/* ======================================================
   traditions.css
   Styles spécifiques à la page "Saint-Cyr > Les traditions"
   Dépend de style.css (variables :root, navbar…) et bd.css
   (bd-hero, bd-section, bd-form…)
   ====================================================== */

.trad-liste {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  padding-left: 1.4rem;
  margin: 0 0 1rem;
}

.trad-liste li {
  margin-bottom: 0.3rem;
}

/* ── Chants et textes ── */

.chant-section {
  text-align: center;
  background: #fff;
  padding: 2.5rem clamp(1.2rem, 4vw, 2.8rem);
  max-width: 820px;
  margin: 0 auto 2.5rem;
  border: 1px solid rgba(198,149,42,0.3);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(13,27,42,0.08);
}

.chant-section:last-child {
  margin-bottom: 0;
}

.chant-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--bleu-nuit);
  margin-bottom: 0.4rem;
}

.chant-section .sous-titre {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1.6rem;
  color: #555;
}

.chant-section .sous-titreG {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  margin-top: 1rem;
  color: #555;
  text-align: right;
}

.couplet {
  margin: 1.2rem 0;
  text-align: center;
}

.poeme {
  display: inline-block;
  text-align: justify;
  margin: 1.2rem 0;
}

.prose {
  text-align: justify;
}

.couplet .numero {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--or-vif);
  margin-bottom: 0.3rem;
}

.refrain {
  background: #f7f4ef;
  border-left: 4px solid var(--or-vif);
  padding: 1rem 1.4rem;
  margin: 1.5rem auto;
  display: inline-block;
  border-radius: 6px;
}

.refrain strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--bleu-nuit);
}

.chant-section p {
  font-family: 'Cormorant Garamond', serif;
  margin: 0;
  line-height: 1.7;
  color: #333;
}

/* ── Boutons partenaires ── */

.trad-partenaires {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.musee-button,
.saintcyrN-button {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 220px;
  height: 90px;
  padding: 1rem 1.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--or-vif);
  box-shadow: 0 4px 16px rgba(13,27,42,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.musee-button::before,
.saintcyrN-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(to top, rgba(13,27,42,0.85), rgba(13,27,42,0.15));
}

.musee-button span,
.saintcyrN-button span {
  position: relative;
  z-index: 1;
}

.musee-button {
  background-image: url('../images/musee.jpg');
}

.saintcyrN-button {
  background-image: url('../images/cyr.jpg');
}

.musee-button:hover,
.saintcyrN-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(13,27,42,0.35);
}

/* ── Revue de Saint-Cyr ── */

.centered-text {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
}

.centered-text em {
  color: var(--or-vif);
  font-weight: 600;
  font-style: italic;
}
