.mentions-legales-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.6;
}

.mentions-legales-container h1,
.mentions-legales-container h2 {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.mentions-legales-container a {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

.mentions-legales-container a:hover {
  text-decoration: underline;
}

.important-link {
  font-weight: bold;
  color: #00aaff;
}
