/* Pages légales TeamGregMars — même charte que l'accueil (Montserrat, bleu iad). */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/montserrat-latin.woff2') format('woff2');
}
:root { --iad-blue: #00b4ec; --iad-blue-deep: #006B9A; --black: #000; --grey: #5b5b5b; --border: #e4e8ec; --grey-light: #f4f6f8; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', system-ui, sans-serif; color: var(--black); background: #fff; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.top { border-bottom: 1px solid var(--border); background: #fff; }
.top .in { max-width: 820px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
/* Signature logo (guide iad 4b) : logo iad, barre de séparation, logo de team */
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .logo-iad-img { height: 36px; width: auto; display: block; }
.brand .logo-sep { width: 2px; height: 28px; background: var(--iad-blue); border-radius: 1px; }
.brand .logo-team-img { height: 30px; width: auto; display: block; }
.back { font-size: 14px; font-weight: 700; color: var(--iad-blue-deep); text-decoration: none; }
.back:hover { text-decoration: underline; }
main { max-width: 820px; margin: 0 auto; padding: 48px 24px 72px; }
h1 { font-size: clamp(28px, 5vw, 40px); line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.maj { color: var(--grey); font-size: 14px; margin-bottom: 36px; }
h2 { font-size: 20px; font-weight: 800; margin: 36px 0 10px; padding-top: 14px; border-top: 3px solid var(--iad-blue); display: inline-block; }
p, li { color: #2c2c2c; font-size: 15.5px; }
p { margin-bottom: 12px; }
ul { margin: 0 0 14px 22px; }
li { margin-bottom: 6px; }
strong { font-weight: 700; color: var(--black); }
a { color: var(--iad-blue-deep); }
.card { background: var(--grey-light); border-radius: 14px; padding: 20px 22px; margin: 12px 0 18px; }
.card p:last-child { margin-bottom: 0; }
footer { background: #0e1b24; color: #aeb9c2; font-size: 13px; }
footer .in { max-width: 820px; margin: 0 auto; padding: 26px 24px; display: flex; flex-wrap: wrap; gap: 8px 22px; }
footer a { color: var(--iad-blue); font-weight: 600; text-decoration: none; }
footer a:hover { text-decoration: underline; }
