/* ===== EON Groupe — pages légales ===== */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;background:#F4F4F6;color:#0E0E12;-webkit-font-smoothing:antialiased;line-height:1.65}
a{color:#2B44D0;text-decoration:none}
a:hover{text-decoration:underline}
::selection{background:#2B44D0;color:#fff}

/* header */
.hd{position:sticky;top:0;z-index:50;background:rgba(244,244,246,.82);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid rgba(16,18,40,.06)}
.hd .in{max-width:900px;margin:0 auto;height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,40px)}
.brand{display:flex;align-items:center;gap:9px}
.brand span{font-size:19px;font-weight:700;letter-spacing:-.02em;color:#2B44D0}
.back{font-size:14px;font-weight:600;color:#0E0E12}
.back:hover{color:#2B44D0;text-decoration:none}

/* content */
main{max-width:820px;margin:0 auto;padding:clamp(40px,7vw,72px) clamp(20px,5vw,40px) 96px}
.kicker{display:inline-block;padding:6px 14px;border-radius:999px;background:#fff;border:1px solid #EAEAF0;box-shadow:0 2px 8px rgba(16,18,40,.05);font-size:12px;font-weight:700;letter-spacing:.08em;color:#2B44D0;text-transform:uppercase}
h1{font-size:clamp(30px,5vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin:18px 0 10px}
.updated{color:#8A8A92;font-size:14px;margin-bottom:36px}
h2{font-size:clamp(19px,2.4vw,23px);font-weight:700;letter-spacing:-.01em;margin:38px 0 12px}
h3{font-size:16px;font-weight:700;margin:22px 0 8px}
p,li{color:#3A3A44;font-size:15.5px}
p{margin:0 0 14px}
ul,ol{margin:0 0 14px;padding-left:22px}
li{margin:0 0 7px}
.card{background:#fff;border:1px solid #ECECF1;border-radius:18px;padding:24px 26px;margin:18px 0;box-shadow:0 2px 8px rgba(16,18,40,.04)}
.card p:last-child{margin-bottom:0}
strong{color:#0E0E12;font-weight:700}
hr{border:none;border-top:1px solid #E7E7ED;margin:34px 0}
.note{font-size:13.5px;color:#8A8A92;font-style:italic}

/* footer */
.ft{border-top:1px solid #EAEAF0;background:#F5F5F7}
.ft .in{max-width:820px;margin:0 auto;padding:28px clamp(20px,5vw,40px);display:flex;flex-wrap:wrap;gap:14px 26px;justify-content:space-between;align-items:center}
.ft a{font-size:13.5px;color:#6B6B75}
.ft .cp{font-size:13px;color:#9A9AA4}
.ft .lk{display:flex;gap:20px;flex-wrap:wrap}
