/* Style général */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fdfcf9;
  color: #2e2e2e;
}

header {
  background-color: #4b2e13;
  color: #fff;
  padding: 1rem 0.7rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2.5rem;
}

header p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

/* Bouton de retour */
.btn-retour {
  display: inline-block;
  margin: 1rem;
  color: #fff;
  background-color: #7b4a23;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
}

.btn-retour:hover {
  background-color: #a66535;
}

/* Section principale */
.main.fiche-divinite {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.divinite-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* Titres */
.divinite-section h2 {
  color: #4b2e13;
  margin-top: 1.5rem;
}

.divinite-section h3 {
  margin-top: 1.2rem;
  color: #6e3c1b;
}

/* Liste des offrandes */
ul {
  list-style-type: disc;
  margin-left: 2rem;
}

/* Carte de consultation */
.fâ-card {
  background-color: #f3efe6;
  border: 2px solid #d3c6a8;
  padding: 1.5rem;
  margin: 2rem auto;
  max-width: 700px;
  border-radius: 8px;
  text-align: center;
}

.fâ-card h3 {
  color: #4b2e13;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.fâ-card p {
  margin-bottom: 1rem;
}

.fâ-card button {
  background-color: #4b2e13;
  color: #fff;
  border: none;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.fâ-card button:hover {
  background-color: #6e3c1b;
}

/* Footer */
footer, p:last-of-type {
  text-align: center;
  padding: 2rem 0 1rem;
  color: #666;
  font-size: 0.9rem;
}
