p

{

    text-align: justify;

}

h3

{

    text-align: left;

}

ul

{

text-align: left;

}


/* citation desaix*/
.french-quote {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #222;
  background: #fffdf8;
  display: inline-block;
  padding: 15px 25px;
  border-left: 3px solid #c9a44c;
  border-right: 3px solid #c9a44c;
  margin: 40px auto;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.french-quote::before {
  content: "« ";
  color: #c9a44c;
  font-size: 2rem;
}

.french-quote::after {
  content: " »";
  color: #c9a44c;
  font-size: 2rem;
}

/*image fin bio*/

.image-finale {
  text-align: center;
  margin: 30px auto 60px;
}

.image-finale img {
  max-width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
  border-radius: 8px; /* coins légèrement arrondis */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-finale img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}


/* style général*/

.section-histoire {
    background: white;
    border: 2px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.section-histoire h2 {
    background: linear-gradient(to right, #e0e0e0, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.8em;
}

.section-histoire p {
    color: #444;
    line-height: 1.6;
}


/* 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;
}

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

}

.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;
}
