/* Styles extraits de 07_PAGES/mentions-legales.html — rendu conservé. */

:root{--white:#FFFFFF;--black:#000000;--blue:#006DED;--header-h:92px;--container:1248px;--shadow:0 18px 45px rgba(0,0,0,.14)}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Poppins',sans-serif;color:#000;background:#fff;overflow-x:hidden}
h1,h2,h3,.serif{font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-weight:800;line-height:.96;letter-spacing:-.035em}
a{text-decoration:none;color:inherit}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;background:#000;box-shadow:0 12px 34px rgba(0,0,0,.24)}
.header-inner{width:100%;max-width:1366px;margin:0 auto;padding:0 34px;display:grid;grid-template-columns:180px 1fr 230px;align-items:center}
.logo-symbol{width:62px;height:62px;display:flex;align-items:center;justify-content:flex-start}
.logo-symbol img{width:62px;height:62px;object-fit:contain;display:block}
.nav{display:flex;align-items:center;justify-content:center;gap:46px}
.nav a{position:relative;color:#fff;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:color .25s ease}
.nav a:hover{color:#006DED}
.header-cta{justify-self:end}
.btn{border-radius:999px;border:0;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.095em;min-height:48px;padding:0 31px;font-size:12px;white-space:nowrap}
.btn-blue{background:#006DED;color:#fff;border:2px solid transparent}
.burger{display:none}
.legal-main{min-height:100vh;padding:calc(var(--header-h) + 100px) 42px 100px;display:flex;align-items:center}
.legal-box{max-width:900px;margin:0 auto}
.legal-box .label{font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#006DED;margin-bottom:28px}
.legal-box h1{font-size:72px;margin-bottom:34px}
.legal-box p{font-size:17px;line-height:1.8;color:rgba(0,0,0,.72);margin-bottom:18px}
.footer{background:#000;color:#fff;padding:70px 42px 28px}
.footer-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:70px}
.footer-logo{width:76px;height:76px;margin-bottom:25px}
.footer-logo img{width:76px;height:76px;object-fit:contain}
.footer p,.footer li,.footer a{font-size:13px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer h4{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}
.footer ul{list-style:none}
.footer-bottom{max-width:var(--container);margin:45px auto 0;display:flex;justify-content:space-between;font-size:17px;color:rgba(255,255,255,.72)}
.socials{display:flex;gap:16px;margin-top:24px}
.socials a{width:44px;height:44px;border:2px solid #fff;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff}
.socials svg{width:25px;height:25px;fill:currentColor;stroke:currentColor}

/* Animations header / footer / boutons alignées avec les pages principales */
.nav a::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:1px;background:#006DED;transition:width .25s ease}
.nav a:hover::after{width:100%}
.btn{cursor:pointer;transition:transform .45s cubic-bezier(0.22,1,0.36,1), box-shadow .45s cubic-bezier(0.22,1,0.36,1), background .45s cubic-bezier(0.22,1,0.36,1), color .45s cubic-bezier(0.22,1,0.36,1), border-color .45s cubic-bezier(0.22,1,0.36,1)}
.btn:hover{transform:translateY(-3px) scale(1.025)}
.btn-blue:hover{background:#fff;color:#006DED;border-color:#006DED;box-shadow:0 0 0 8px rgba(0,109,237,.18),0 12px 32px rgba(0,109,237,.32)}
.footer a,.footer-bottom a,footer a{transition:color .2s ease}
.socials a{transition:color .2s ease,border-color .2s ease,transform .2s ease}
.socials a:hover{color:#006DED;border-color:#006DED;transform:translateY(-2px)}

/* Footer principal unifié sur les pages légales */
.footer a,
.footer-bottom a,
footer a{
  color:inherit;
  text-decoration:none;
}
.footer a:hover,
.footer-bottom a:hover,
footer a:hover{
  color:#006DED;
}
.socials a{
  transition:color .2s ease,border-color .2s ease,transform .2s ease;
}
.socials a:hover{
  color:#006DED;
  border-color:#006DED;
  transform:translateY(-2px);
}

@media(max-width:900px){:root{--header-h:76px}.header-inner{grid-template-columns:1fr auto;padding:0 22px}.nav,.header-cta{display:none}.burger{display:flex;width:34px;height:24px;background:transparent;border:0;flex-direction:column;justify-content:space-between}.burger span{display:block;height:3px;background:#fff;border-radius:10px}.nav.open{display:flex;position:absolute;left:0;right:0;top:var(--header-h);background:#000;flex-direction:column;gap:24px;padding:32px}.legal-box h1{font-size:42px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px}}

.legal-box h2{
  font-size:30px;
  margin:42px 0 18px;
  font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;
  font-weight:800;
  line-height:1.15;
  color:#000;
}
.legal-box .legal-updated{
  font-weight:700;
  color:#006DED;
}
