/* Police de titrage, hébergée localement — voir style.css pour la raison. */
@font-face {
  font-family: 'Archivo';
  src: url('/polices/archivo-latin-var.woff2') format('woff2');
  font-weight: 700 800; font-style: normal; font-display: swap;
}
h1, h2, header a.marque { font-family: 'Archivo', system-ui, sans-serif; font-weight: 800; letter-spacing: -0.02em; }
/* Feuille commune aux pages légales. Volontairement sobre : ces pages se lisent,
   elles ne se contemplent pas. Aucune dépendance, aucun script. */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font: 16px/1.65 system-ui, -apple-system, 'Segoe UI', Helvetica, sans-serif;
  color: #1c1e21; background: #f5f6f8; padding: 0 20px 80px;
}
header { max-width: 780px; margin: 0 auto; padding: 26px 0 22px; display: flex; align-items: baseline; gap: 14px; }
header a.marque { font-size: 1.35rem; font-weight: 800; color: #4a3fc8; text-decoration: none; }
header a.retour { margin-left: auto; color: #4a3fc8; text-decoration: none; font-size: 0.9rem; }
header a.retour:hover { text-decoration: underline; }
main { max-width: 780px; margin: 0 auto; background: #fff; border-radius: 12px;
  padding: 34px 38px; box-shadow: 0 1px 3px rgba(0,0,0,0.07); }
h1 { font-size: 1.5rem; margin-bottom: 6px; color: #4a3fc8; }
h2 { font-size: 1.05rem; margin: 30px 0 8px; padding-top: 14px; border-top: 1px solid #eaecef; color: #4a3fc8; }
h2:first-of-type { border-top: 0; padding-top: 0; }
p, li { margin-bottom: 10px; }
ul, ol { padding-left: 22px; }
.maj { color: #6f66d8; font-size: 0.85rem; margin-bottom: 22px; }
.encadre { background: #eeedfa; border-left: 3px solid #4a3fc8; padding: 12px 16px; border-radius: 0 8px 8px 0; margin: 16px 0; }
.encadre.attention { background: #fff8e6; border-left-color: #eda100; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 0.94rem; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eaecef; vertical-align: top; }
th { background: #eeedfa; font-weight: 700; color: #3b32a0; }
a { color: #4a3fc8; }
footer { max-width: 780px; margin: 26px auto 0; color: #98a0ab; font-size: 0.85rem; display: flex; gap: 16px; flex-wrap: wrap; }
footer a { color: #98a0ab; }
@media (max-width: 620px) { main { padding: 22px 20px; } }
