/* local.css – harmonisé avec le nouveau style */

div.citation, div.cita {
  font-style: italic;
  background: #e3ecf5;
  border-left: 4px solid #1D8074;
  padding: 1rem;
  margin: 1.5rem auto;
  max-width: 700px;
}

div.resume {
  background: #f8fbff;
  border-left: 4px solid #64D1D3;
  padding: 1rem;
  margin: 1rem auto;
  font-size: 0.95rem;
}

div.commentaire {
  font-style: italic;
  background: #f9f9f9;
  border-left: 3px solid #ccc;
  padding: 1rem;
  margin: 1rem auto;
}

table.sommaire {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 2rem auto;
  padding: 1rem;
}

table.sommaire th {
  color: #1D8074;
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
}
