body {
  background-color: #fff5fb; /* rose très pâle pour fond doux */
  color: #3a003a; /* violet foncé pour texte, contraste agréable */
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  padding: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-family: 'Playfair Display', serif;
  color: #f066dd; /* couleur principale rose vif */
  font-size: 48px;
  margin-bottom: 12px;
  border-bottom: 3px solid #f066dd;
  padding-bottom: 10px;
}

h2 {
  font-family: 'Playfair Display', serif;
  color: #b84ca0; /* violet un peu plus foncé pour sous-titres */
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 10px;
  border-left: 5px solid #f066dd;
  padding-left: 12px;
}

p {
  margin-bottom: 20px;
  color: #4b004b; /* violet foncé */
}

#source {
  font-size: 14px;
  color: #8b3e8b;
}
#source a {
  color: #f066dd;
  text-decoration: none;
  font-weight: 600;
}
#source a:hover {
  text-decoration: underline;
}

ul {
  background-color: #fde7fb; /* fond très clair rosé */
  border-left: 5px solid #f066dd;
  padding: 15px;
  border-radius: 6px;
}
li {
  margin-bottom: 8px;
  font-weight: 500;
  color: #7a2e7a;
}

img {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  display: block;
  border-radius: 14px;
  border: 5px solid #f7a1e0; /* rose clair */
  box-shadow: 0 6px 15px rgba(240, 102, 221, 0.25);
}

#présentation{
  text-align:justify;
  color: rgba(240, 102, 221, 0.25)

}
#moyen_de_transports{
  text-align: justify
 color: rgba(240, 102, 221, 0.25)
}
#épagny{
  text-align:justify
  color: rgba(240, 102, 221, 0.25)
  }