#titre h1 {
  margin: auto;
  text-align: center;
  
}


.mentions-legales {
  max-width: 700px;
  margin: 20px auto;
  padding: 20px 30px;
  background-color: #222;
  color: #eee;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  line-height: 1.6;
  font-size: 1rem;
}

.mentions-legales p {
  margin: 5px 0;
}

.mentions-legales strong {
  color: #f1c40f; /* jaune lisible */
}



