p

{

    text-align: justify;

}


ul

{

text-align: left;

}

/* style chant*/
.chant-section {
  text-align: center;
  font-family: 'Merriweather', 'Georgia', serif;
  background: #fffdf8;
  padding: 40px;
  max-width: 900px;
  margin: 50px auto;
  border: 1px solid #d4b56a;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.chant-section h2 {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #222;
  font-weight: bold;
}

.chant-section .sous-titre {
  font-style: italic;
  margin-bottom: 30px;
  color: #444;
}

.chant-section .sous-titreG {
  font-style: italic;
  margin-bottom: 30px;
  color: #444;
  text-align: right;
}

.couplet {
  margin: 20px 0;
  text-align: center;

}

.poeme {
  display: inline-block;  
  text-align: justify;
  margin: 20px 0;
}

.prose {
  text-align: justify;
}

.couplet .numero {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #b08a2a;
  margin-bottom: 5px;
}

.refrain {
  background: #f6f0dc;
  border-left: 4px solid #b08a2a;
  padding: 15px;
  margin: 25px auto;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.refrain strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.chant-section p {
  margin: 0;
  line-height: 1.6;
}



/*boutons partenaires*/

.musee-button {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 35px;
  background-image: url('../images/Musee.jpg'); /* remplace par image réelle */
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 215, 0, 0.8); /* doré */
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.saintcyrN-button {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 35px;
  background-image: url('../images/cyr.jpg'); /* remplace par image réelle */
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 215, 0, 0.8); /* doré */
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.musee-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  filter: brightness(1.1);
}

.saintcyrN-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  filter: brightness(1.1);
}

/* ------------------------- */
/* Formulaire d’adhésion */
/* ------------------------- */

.formulaire-section {
  background-color: #f8f8f8;
  padding: 3rem 2rem;
  border-top: 2px solid #ddd;
  text-align: center;
}

.formulaire-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
  font-family: 'Playfair Display', serif;
}

.formulaire-section p {
  margin-bottom: 2rem;
  color: #333;
  font-size: 1rem;
}

.formulaire-commande {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  background-color: white;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

/* Fieldsets */
.formulaire-commande fieldset {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fafafa;
}

.formulaire-commande legend {
  font-weight: bold;
  color: black;
  padding: 0 0.5rem;
}

/* Labels et champs */
.formulaire-commande label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #222;
}

.formulaire-commande input,
.formulaire-commande textarea,
.formulaire-commande select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #bbb;
  margin-top: 0.4rem;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}

.formulaire-commande input[type="radio"] {
  width: auto;
  margin-right: 0.5rem;
  accent-color: black;
}

/* Bouton d’envoi */
.formulaire-commande input[type="submit"] {
  background-color: black;
  color: white;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.formulaire-commande input[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
  .formulaire-commande {
    padding: 1.5rem;
  }
}


.centered-text {
  text-align: center;
}

.centered-text em {
  color: #b08a2a; /* doré élégant */
  font-weight: bold;
  font-style: italic;
}