footer{background:var(--texte);color:rgba(255,255,255,.75);padding:clamp(2rem,5vw,3rem)clamp(1.5rem,5vw,4rem)}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}footer h4{color:var(--blanc);font-size:.95rem;margin-bottom:.75rem;font-weight:400}footer p,footer li{font-size:.85rem;line-height:1.8}footer ul{list-style:none}footer a{color:rgba(255,255,255,.6);transition:color .2s}footer a:hover{color:var(--blanc)}footer a:focus-visible{outline-color:var(--blanc)}.footer-bas{max-width:1100px;margin:1.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.footer-inner{grid-template-columns:1fr}}