/* --- Style global pour les pages légales --- */
.legal-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Titres */
.legal-text h1, 
.legal-text h2, 
.legal-text h3,
.legal-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Paragraphes */
.legal-text p {
  margin-bottom: 1rem;
}

/* Liens */
.legal-text a {
  color: #0d6efd;
  text-decoration: underline;
  word-break: break-word;
}

/* Tableaux */
.legal-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.legal-text table th,
.legal-text table td {
  border: 1px solid #ccc !important;
  padding: 8px 10px;
  vertical-align: top;
}

.legal-text table th {
  background: #f5f5f5;
  font-weight: 600;
}

/* Tabs améliorés */
.nav-tabs .nav-link {
  font-weight: 600;
  padding: 10px 18px;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0d6efd !important;
  background: #f8f9fa;
}
