/* local.css – Styles spécifiques encyclopédiques */

div.citation {
  background-color: #A3E4DB;
  padding: 1rem;
  border-radius: 15px;
  font-style: italic;
  color: #333;
  margin: 1.5rem auto;
  width: 90%;
}

table.descriptif, table.sommaire {
  background-color: #FFF8E7;
  border-radius: 20px;
  padding: 1rem;
  margin: 2rem auto;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
  width: 90%;
}

table.sommaire th {
  font-family: 'Poppins', sans-serif;
  color: #6C63FF;
  font-size: 1.4rem;
}
