/* ======================================================
   parrain.css
   Styles spécifiques à la page "Notre Parrain"
   Dépend de style.css (variables :root, navbar…), bd.css
   et traditions.css (chant-section, couplet, refrain…)
   ====================================================== */

.section-histoire {
  background: #fff;
  border: 1px solid rgba(198,149,42,0.3);
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(13,27,42,0.08);
}

.section-histoire p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}

/* Citation du Général Desaix */
.french-quote {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: var(--bleu-nuit);
  background: #f7f4ef;
  padding: 1.4rem 2rem;
  border-left: 3px solid var(--or-vif);
  border-right: 3px solid var(--or-vif);
  margin: 2.5rem auto;
  max-width: 640px;
  border-radius: 6px;
}

.french-quote::before {
  content: "« ";
  color: var(--or-vif);
  font-size: 1.8rem;
}

.french-quote::after {
  content: " »";
  color: var(--or-vif);
  font-size: 1.8rem;
}

/* Image de fin de biographie / insigne */
.image-finale {
  text-align: center;
  margin: 2rem auto 1rem;
}

.image-finale img {
  max-width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(13,27,42,0.18);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-finale img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 28px rgba(13,27,42,0.28);
}

.parrain-video {
  max-width: 560px;
  margin: 1.5rem auto 0;
}

.parrain-video iframe {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(198,149,42,0.3);
}
