.footer-socials { display:flex; flex-direction:column; gap:12px; min-width:0; }
.footer-socials b { margin-bottom:10px !important; font-size:18px !important; letter-spacing:.18em; }
.footer-socials > div { display:flex; align-items:flex-start; flex-direction:column; gap:12px; }
.footer-socials a { display:inline-flex; align-items:center; gap:9px; color:#c5c9c7; font-size:18px; line-height:1.3; white-space:nowrap; transition:color .2s, transform .2s; }
.footer-socials a:hover { color:var(--blue); transform:translateY(-2px); }
.footer-socials svg { width:21px; height:21px; flex:0 0 21px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.footer-socials a:nth-child(2) svg { fill:currentColor; stroke:none; }
footer { font-size:18px; padding-top:45px; padding-bottom:20px; gap:6vw; }
footer p, footer b, footer a, footer span, .copyright { font-size:18px; }
footer b { letter-spacing:.16em; }
.copyright { padding-top:15px; margin-top:18px; }
#devis, #devis p, #devis label, #devis input, #devis textarea, #devis select, #devis .button { font-size:16px; }
@media (max-width:520px) { .footer-socials a { font-size:18px; } .footer-socials svg { width:20px; height:20px; flex-basis:20px; } }

