.elementor-36 .elementor-element.elementor-element-e91a474{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c1c493 *//* =============================================
   MENTIONS LÉGALES — Styles
   Web and Social
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue:       #2563EB;
  --blue-light: #EFF6FF;
  --blue-mid:   #DBEAFE;
  --border:     #e5e7eb;
  --bg:         #ffffff;
  --bg2:        #f9fafb;
  --ink:        #111827;
  --muted:      #6b7280;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.ml-hero {
  padding: 4rem 6% 3rem;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
}

.ml-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* ── LABEL ── */
.ml-lbl {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: var(--blue);
  display: block;
  margin-bottom: 1rem;
}

/* ── TITRE H1 ── */
.ml-title {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

/* ── SOUS-TITRE ── */
.ml-sub {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 720px;
}

/* ─────────────────────────────────────────────
   SECTION PRINCIPALE
───────────────────────────────────────────── */
.ml-section {
  padding: 4rem 6% 5rem;
  background: var(--bg);
}

.ml-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ─────────────────────────────────────────────
   BLOC
───────────────────────────────────────────── */
.ml-block {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
}

.ml-block:last-child {
  border-bottom: none;
}

/* ── TITRE H2 ── */
.ml-h2 {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.4rem;
  padding-left: 1rem;
  border-left: 3px solid var(--blue);
  border-radius: 0;
}

/* ── TITRE H3 ── */
.ml-h3 {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 1.2rem 0 .6rem;
}

/* ── PARAGRAPHES ── */
.ml-p {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: .9rem;
}

.ml-p:last-child { margin-bottom: 0; }

/* ── LISTE ── */
.ml-list {
  list-style: none;
  padding: 0;
  margin: .8rem 0 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.ml-list li {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.ml-list li::before {
  content: '✓';
  color: var(--blue);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── TABLEAU INFOS ── */
.ml-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.ml-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  padding: .9rem 1.3rem;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.ml-row:last-child { border-bottom: none; }
.ml-row:nth-child(even) { background: var(--bg2); }

.ml-key {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink);
}

.ml-val {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ── LIENS ── */
.ml-link {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: opacity .15s;
}

.ml-link:hover { opacity: .75; }

/* ── DATE MAJ ── */
.ml-update {
  font-size: .82rem;
  color: var(--muted);
  font-style: italic;
  margin-top: 1rem;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 700px) {
  .ml-hero { padding: 3rem 5% 2.5rem; }
  .ml-section { padding: 2.5rem 5% 4rem; }

  .ml-row {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .ml-key {
    font-size: .78rem;
    color: var(--blue);
  }
}/* End custom CSS */