
/* Correction navigation sur fond clair */
nav {
  background-color: #0047FF;
  color: white;
}

.nav-links a {
  color: white;
}

.nav-links a:hover {
  opacity: 0.8;
}

/* Footer cohérent */
footer {
  background: #0047FF;
  color: white;
}

.footer-column h3,
.footer-column a {
  color: white;
}

.footer-bottom {
  background: #003399;
  color: white;
}
.footer-bottom a {
  color: #FFCC00;
}


/* Styles spécifiques aux pages légales : Politique de Confidentialité */

.legal-content {
  font-family: 'Inter', sans-serif;
  background-color: #f5f7ff;
  color: #003399;
  padding: 3rem 1rem;
  max-width: 900px;
  margin: auto;
  line-height: 1.75;
}

.legal-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #0047FF;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #003399;
}

.legal-content p,
.legal-content ul {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
}

.legal-content ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.legal-content a {
  color: #0047FF;
  text-decoration: underline;
}

/* Table des matières */
.toc {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
  margin: 2rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.toc h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #0047FF;
}

.toc ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.toc li {
  margin-bottom: 0.5rem;
}

.toc a {
  color: #003399;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.toc a:hover {
  color: #DC3330;
}
