/* ═══════════════════════════════════════════════════════════════════
   mentions-legales.css — /mentions-legales/
   Palette neutre pierre / cyan discret
═══════════════════════════════════════════════════════════════════ */

/* ── HERO ────────────────────────────────────────────────────────── */

.ml-hero {
  background: var(--stone);
  padding: 5rem 2rem 4rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 45vh;
  align-content: center;
}
.ml-hero-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ml-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 30%,
    var(--stone) 80%
  );
  pointer-events: none;
  z-index: 1;
}
.ml-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── BREADCRUMB ──────────────────────────────────────────────────── */

.breadcrumb {
  padding: 1rem 2rem;
  background: var(--ac-cream);
  font-size: 0.82rem;
  color: var(--ac-light);
  border-bottom: 1px solid var(--ac-border);
}
.breadcrumb a {
  color: var(--cyan-deep);
  text-decoration: none;
  transition: opacity 0.2s;
}
.breadcrumb a:hover {
  opacity: 0.75;
}
.breadcrumb span {
  margin: 0 6px;
  opacity: 0.35;
}

.ml-hero-sur {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cyan-deep);
  margin-bottom: 0.8rem;
  display: block;
}
.ml-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.ml-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--cyan-deep);
}
.ml-hero-desc {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 540px;
}
.ml-hero-desc strong {
  color: var(--text);
}

/* ── LAYOUT ─────────────────────────────────────────────────────── */

.ml-layout {
  background: var(--warm-white);
  padding: 4rem 2rem 6rem;
}
.ml-layout-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 4rem;
  align-items: start;
}

/* ── NAV LATÉRALE ───────────────────────────────────────────────── */

.ml-nav {
  position: sticky;
  top: 5rem;
}
.ml-nav-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--stone-400);
  margin-bottom: 0.8rem;
}
.ml-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.07);
}
.ml-nav li a {
  display: block;
  padding: 6px 14px;
  font-size: 0.82rem;
  color: var(--text-light);
  text-decoration: none;
  transition:
    color 0.2s,
    border-color 0.2s;
  border-left: 2px solid transparent;
  margin-left: -2px;
}
.ml-nav li a:hover {
  color: var(--cyan-deep);
}
.ml-nav li a.active {
  color: var(--cyan-deep);
  border-left-color: var(--cyan);
  font-weight: 600;
}

/* ── SECTIONS ───────────────────────────────────────────────────── */

.ml-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ml-section {
  scroll-margin-top: 5rem;
}
.ml-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
}
.ml-section-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--cyan-soft);
  border: 1px solid rgba(46, 196, 196, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ml-section-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--cyan-deep);
}
.ml-section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

/* ── CARD ───────────────────────────────────────────────────────── */

.ml-card {
  background: white;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.8rem 2rem;
}
.ml-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.ml-card p:last-child {
  margin-bottom: 0;
}
.ml-card a {
  color: var(--cyan-deep);
  text-decoration: none;
  border-bottom: 1px dashed var(--cyan);
  transition: border-color 0.2s;
}
.ml-card a:hover {
  border-bottom-style: solid;
}

/* Grille infos */
.ml-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ml-info-row {
  display: flex;
  gap: 1.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.86rem;
  align-items: baseline;
}
.ml-info-row:last-child {
  border-bottom: none;
}
.ml-info-label {
  min-width: 140px;
  font-weight: 700;
  color: var(--text-light);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.ml-info-val {
  color: var(--text);
  line-height: 1.6;
}
.ml-info-val a {
  color: var(--cyan-deep);
  text-decoration: none;
  border-bottom: 1px dashed var(--cyan);
}

/* Définitions */
.ml-definitions {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 1.2rem;
}
.ml-definitions h3 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.ml-def-item {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.ml-def-item:last-child {
  border-bottom: none;
}
.ml-def-item strong {
  display: block;
  font-size: 0.84rem;
  color: var(--text);
  margin-bottom: 3px;
}
.ml-def-item p {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin: 0;
}

/* Notices */
.ml-notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  padding: 1rem 1.2rem;
  font-size: 0.84rem;
  line-height: 1.65;
  margin-top: 1rem;
}
.ml-notice svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ml-notice p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.ml-notice--info {
  background: var(--cyan-soft);
  border: 1px solid rgba(46, 196, 196, 0.2);
  color: var(--cyan-deep);
}
.ml-notice--info svg {
  stroke: var(--cyan-deep);
}
.ml-notice--success {
  background: rgba(90, 138, 106, 0.08);
  border: 1px solid rgba(90, 138, 106, 0.2);
  color: var(--sage-deep);
}
.ml-notice--success svg {
  stroke: var(--sage-deep);
}
.ml-notice--warn {
  background: rgba(200, 169, 110, 0.1);
  border: 1px solid rgba(200, 169, 110, 0.25);
  color: #7a5c1e;
}
.ml-notice--warn svg {
  stroke: var(--gold);
}

/* Liste */
.ml-list {
  padding-left: 0;
  margin: 0.8rem 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ml-list li {
  display: flex;
  gap: 10px;
  font-size: 0.86rem;
  color: var(--text-mid);
  line-height: 1.65;
  padding-left: 1rem;
  position: relative;
}
.ml-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--cyan-deep);
  font-weight: 700;
}

/* Grille droits */
.ml-droits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1rem;
}
.ml-droit-item {
  background: white;
  padding: 1rem 1.2rem;
}
.ml-droit-item strong {
  display: block;
  font-size: 0.82rem;
  color: var(--text);
  margin-bottom: 4px;
}
.ml-droit-item p {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 0;
}
.ml-droit-item a {
  color: var(--cyan-deep);
  text-decoration: none;
  border-bottom: 1px dashed var(--cyan);
}

/* Contact */
.ml-contact-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  align-items: center;
}
.ml-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--cyan-soft);
  border: 1px solid rgba(46, 196, 196, 0.25);
  border-radius: 50px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--cyan-deep);
  text-decoration: none;
  transition: background 0.2s;
}
.ml-contact-btn:hover {
  background: rgba(46, 196, 196, 0.14);
  border-bottom: 1px solid rgba(46, 196, 196, 0.25);
}
.ml-contact-btn svg {
  width: 15px;
  height: 15px;
  stroke: var(--cyan-deep);
}
.ml-contact-addr {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--text-mid);
  line-height: 1.6;
}
.ml-contact-addr svg {
  width: 15px;
  height: 15px;
  stroke: var(--text-light);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .ml-layout-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ml-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-left: none;
  }
  .ml-nav-title {
    width: 100%;
  }
  .ml-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-left: none;
  }
  .ml-nav li a {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 5px 12px;
    margin-left: 0;
    font-size: 0.78rem;
    background: white;
  }
  .ml-nav li a.active {
    background: var(--cyan-soft);
    border-color: rgba(46, 196, 196, 0.3);
    border-left-color: rgba(46, 196, 196, 0.3);
  }
  .ml-droits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ml-info-row {
    flex-direction: column;
    gap: 3px;
  }
  .ml-info-label {
    min-width: auto;
  }
  .ml-contact-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Réalisation du site */
.ml-realisation-item {
  padding: 1rem 0;
}
.ml-realisation-item--current {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1.2rem;
}
.ml-realisation-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--stone);
  color: var(--text-light);
  margin-bottom: 0.8rem;
}
.ml-realisation-tag--current {
  background: var(--cyan-soft);
  color: var(--cyan-deep);
  border: 1px solid rgba(46, 196, 196, 0.2);
}
.ml-realisation-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.5rem 0;
  color: var(--text-light);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ml-realisation-arrow svg {
  width: 16px;
  height: 16px;
  stroke: var(--stone-400);
}
