.elementor-5237 .elementor-element.elementor-element-dfab988{--display:flex;}/* Start custom CSS for html, class: .elementor-element-070dac1 *//* --- Style Mentions légales --- */

.legal-mentions {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.legal-mentions h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #312783; /* violet profond */
  text-align: center;
  margin-bottom: 2rem;
}

.legal-mentions h2 {
  font-size: 1.3rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #312783;
  border-left: 4px solid #FFA839; /* accent orange */
  padding-left: 10px;
  font-weight: 600;
}

.legal-mentions p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.legal-mentions a {
  color: #312783;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.legal-mentions a:hover {
  color: #FFA839;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .legal-mentions {
    padding: 40px 15px;
  }
  .legal-mentions h1 {
    font-size: 1.8rem;
  }
  .legal-mentions h2 {
    font-size: 1.1rem;
  }
}/* End custom CSS */