.elementor-5217 .elementor-element.elementor-element-f5313ab{--display:flex;}/* Start custom CSS for html, class: .elementor-element-73b9108 *//* --- Style Politique de confidentialité --- */

.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.privacy-policy h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #312783; /* violet profond - identifiable avec ta charte */
  text-align: center;
  margin-bottom: 2rem;
}

.privacy-policy 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;
}

.privacy-policy p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.privacy-policy ul {
  margin: 0 0 1.5rem 1.5rem;
  list-style-type: disc;
}

.privacy-policy li {
  margin-bottom: 0.5rem;
}

.privacy-policy a {
  color: #312783;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.privacy-policy a:hover {
  color: #FFA839;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .privacy-policy {
    padding: 40px 15px;
  }
  .privacy-policy h1 {
    font-size: 1.8rem;
  }
  .privacy-policy h2 {
    font-size: 1.1rem;
  }
}/* End custom CSS */