Mentions légales

.frg-legal{ width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); padding:20px 20px; background:linear-gradient(135deg,#ffffff 0%,#faf7f2 50%,#f3eadc 100%); color:#111; font-family:inherit; } .frg-legal *{ box-sizing:border-box; } .frg-legal-container{ max-width:1200px; margin:0 auto; } .frg-hero{ text-align:center; max-width:850px; margin:0 auto 50px; } .frg-badge{ display:inline-flex; align-items:center; gap:8px; padding:10px 18px; border-radius:999px; background:#fff; border:1px solid rgba(190,150,70,.25); color:#b58a37; font-size:13px; font-weight:700; margin-bottom:18px; } .frg-hero h1{ margin:0 0 15px; font-size:clamp(38px,5vw,62px); line-height:1.05; letter-spacing:-0.04em; color:#111; } .frg-hero p{ margin:0; color:#666056; font-size:17px; line-height:1.8; } .frg-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:35px; } .frg-info-card{ background:#fff; border-radius:22px; padding:25px; border:1px solid rgba(190,150,70,.12); box-shadow:0 20px 60px rgba(0,0,0,.04); } .frg-icon{ width:55px; height:55px; border-radius:16px; background:#111; color:#d7b46a; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:15px; } .frg-info-card h3{ margin:0 0 8px; font-size:18px; color:#111; } .frg-info-card p{ margin:0; color:#666056; line-height:1.7; font-size:14px; } .frg-content{ background:#fff; border-radius:25px; padding:40px; border:1px solid rgba(190,150,70,.12); box-shadow:0 25px 80px rgba(0,0,0,.05); } .frg-section{ padding:28px 0; border-bottom:1px solid #eee4d5; } .frg-section:last-child{ border-bottom:none; } .frg-section h2{ display:flex; align-items:center; gap:12px; margin:0 0 12px; font-size:24px; letter-spacing:-0.02em; color:#111; } .frg-number{ width:38px; height:38px; border-radius:12px; background:#f6ebd9; color:#b58a37; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; flex-shrink:0; } .frg-section p{ margin:0; color:#666056; line-height:1.9; font-size:15px; } .frg-highlight{ margin-top:35px; background:#111; border-radius:24px; padding:30px; color:#fff; } .frg-highlight h3{ margin:0 0 10px; color:#fff; font-size:24px; } .frg-highlight p{ margin:0; color:#d6d0c5; line-height:1.8; } @media(max-width:900px){ .frg-grid{ grid-template-columns:1fr; } .frg-content{ padding:25px; } }