Baxter

.mz-footer { background: linear-gradient(180deg,#0a0a0a,#000); color: #ccc; padding: 60px 0; font-family: "Inter", sans-serif; } /* TITRES */ .mz-title { color: #fff; margin-bottom: 15px; cursor: pointer; position: relative; } /* LIENS */ .mz-col ul { list-style: none; padding: 0; } .mz-col li { margin-bottom: 10px; } .mz-col a { color: #aaa; text-decoration: none; transition: 0.3s; } .mz-col a:hover { color: #ff8c00; padding-left: 5px; } /* SOCIAL */ .mz-socials a { font-size: 18px; margin-right: 12px; color: #fff; } .mz-socials a:hover { color: #ff8c00; } /* APP */ .mz-app img { width: 130px; display: block; margin-bottom: 10px; } /* TRUST */ .mz-trust { border-top: 1px solid #222; padding: 20px; } .mz-trust img { width: 50px; margin: 5px; filter: grayscale(100%); } .mz-trust img:hover { filter: grayscale(0); } /* BOTTOM */ .mz-bottom { border-top: 1px solid #111; padding: 20px; font-size: 14px; } /* ACCORDION MOBILE */ @media (max-width: 768px) { .mz-col ul { display: none; } .mz-col.active ul { display: block; } .mz-title::after { content: "+"; position: absolute; right: 0; } .mz-col.active .mz-title::after { content: "-"; } }

Main Menu