.elementor-565 .elementor-element.elementor-element-efb3986{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-efb3986 *//* =========================
   Mentions légales — Design premium
   ========================= */

.ml-wrap{
  --ink:#f4f4f2;
  --muted:rgba(244,244,242,.78);
  --line:rgba(255,255,255,.12);
  --bg:#0f1012;
  --card:rgba(18,19,25,.92);
  --gold:#b48a3a;
  --wine:#7c2a36;
  --r:20px;
  --shadow:0 18px 60px rgba(0,0,0,.45);

  color: var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Hero */
.ml-hero{
  margin-bottom: 32px;
  padding: 28px 28px 24px;
  border-radius: calc(var(--r) + 6px);
  background:
    radial-gradient(900px 360px at 15% 0%, rgba(180,138,58,.16), transparent 60%),
    radial-gradient(900px 360px at 85% 10%, rgba(124,42,54,.12), transparent 60%),
    var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ml-title{
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
}

.ml-sub{
  margin: 0;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

/* Cards */
.ml-card{
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: var(--r);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ml-card h2{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .01em;
}

.ml-card p{
  margin: 0 0 10px;
  line-height: 1.65;
  color: var(--muted);
  font-size: 14.5px;
}

.ml-card p:last-child{
  margin-bottom: 0;
}

/* Liens */
.ml-wrap a{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px dotted rgba(244,244,242,.35);
}

.ml-wrap a:hover{
  border-bottom-color: rgba(244,244,242,.75);
}

/* Responsive */
@media (max-width: 600px){
  .ml-hero,
  .ml-card{
    padding: 20px 18px;
  }
}/* End custom CSS */