/* ════════════════════════════════
   Pages légales (mentions-legales.php, confidentialite.php, cookies.php)
   Mise en page simple : titre + fil d'Ariane + contenu texte structuré
   ════════════════════════════════ */

/* ── Fil d'Ariane ── */
.legal-breadcrumb {
  max-width: 860px;
  margin: 0 auto;
  padding: 150px 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .legal-breadcrumb {
    padding-top: 110px;
  }
}

.legal-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.legal-breadcrumb a:hover {
  color: #ff5b5c;
}

.legal-breadcrumb span[aria-current] {
  color: #27315a;
  font-weight: 600;
}

.legal-header {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 24px 32px;
}

.legal-header h1 {
  font-size: 34px;
  font-weight: 700;
  color: #1c2340;
  margin-top: 10px;
  line-height: 1.25;
}

.legal-updated {
  font-size: 13px;
  color: #8992ad;
  margin-top: 10px;
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px 90px;
}

.legal-content h2 {
  font-size: 19px;
  font-weight: 700;
  color: #1c2340;
  margin: 38px 0 14px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #1c2340;
  margin: 20px 0 8px;
}

.legal-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4f63;
  margin-bottom: 14px;
}

.legal-content ul {
  margin: 0 0 14px 20px;
}

.legal-content li {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4f63;
  margin-bottom: 6px;
}

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

.legal-content strong {
  color: #1c2340;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 20px;
  font-size: 14px;
}

.legal-table th,
.legal-table td {
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #edf0f5;
}

.legal-table th {
  background: #f8f9fc;
  color: #1c2340;
  font-weight: 700;
}

@media (max-width: 600px) {
  .legal-header h1 {
    font-size: 26px;
  }

  .legal-table {
    font-size: 13px;
  }

  .legal-table th,
  .legal-table td {
    padding: 8px 10px;
  }
}
