/* ═══════════════════════════════════════════
   MENTIONS LÉGALES
   ═══════════════════════════════════════════ */

.page-mentions {
  background: var(--cream);
}

/* Navbar light (fond clair) */
.navbar--light:not(.scrolled) .nav-burger span {
  background: var(--blue-ink);
}
.navbar--light:not(.scrolled) .nav-burger em {
  color: var(--blue-ink);
}
.navbar--light:not(.scrolled) .nav-logo {
  filter: none;
}

/* ═══ CONTENU ═══ */
.mentions {
  padding: 10rem 0 6rem;
}
.mentions-header {
  margin-bottom: 3rem;
}
.mentions-content {
  max-width: 750px;
}

.mentions-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(168,216,234,0.12);
}
.mentions-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mentions-section h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--blue-ink);
  margin-bottom: 1rem;
}
.mentions-section p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--grey-text);
  line-height: 1.85;
  margin-bottom: 0.8rem;
}
.mentions-section p:last-child {
  margin-bottom: 0;
}
.mentions-section strong {
  color: var(--blue-ink);
  font-weight: 600;
}
.mentions-section a {
  color: var(--blue-deep);
  transition: color 0.3s;
}
.mentions-section a:hover {
  color: var(--blue-accent);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  .mentions {
    padding: 8rem 0 4rem;
  }
  .mentions-section h2 {
    font-size: 1.2rem;
  }
}
