.mentions-legales {
  background: radial-gradient(circle, #fdf6e3 0%, #f5e1b9 100%);
  color: #2c2c2c;
  padding: 2.5rem;
  border: 12px double #b22222;
  border-radius: 20px;
  max-width: 900px;
  margin: 3rem auto;
  font-family: 'Cinzel', serif;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  text-align: left;
  line-height: 1.7;
}

.mentions-legales h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px #fff;
}

.mentions-legales h3 {
  color: #b22222;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  border-left: 4px solid #b22222;
  padding-left: 8px;
}

.mentions-legales a {
  color: #b22222;
  text-decoration: none;
}

.mentions-legales a:hover {
  text-decoration: underline;
}

.mentions-legales .signature {
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
  color: #b22222;
}