@charset "UTF-8";footer{position:relative;font-size:12px;color:#fff;display:flex;flex-direction:column;margin-top:200px}.footer-haut{display:flex;flex-direction:column;gap:20px;padding:20px;min-height:500px}.rs{display:flex;align-items:center;justify-content:space-between;width:100%}.rs div{display:flex;align-items:center}.rs div div{margin-right:20px}.rs a{transition:filter .3s ease}.rs a:hover{filter:brightness(0) invert(0)}.rs img{height:20px;width:20px;margin:0 2px;border:.5px solid #fff}.footer-separateur{border-bottom:.5px solid #fff;width:100%}.footer-menu{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;text-align:left}.footer-menu div{align-content:center}.footer-menu a{color:#fff}.footer-menu a:hover{text-decoration:underline}.footer-bas{display:flex;gap:20px}.copyright{flex:1;white-space:nowrap;display:flex;align-items:flex-end;height:auto;padding-left:20px}.footer-logo{align-self:flex-end;display:flex;justify-content:flex-end;align-items:flex-end;height:auto;width:100%;opacity:0;transition:opacity .3s ease}.footer-logo.active{opacity:1}.footer-logo img{width:500px;height:auto;max-width:100%}.install-banner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;position:fixed;bottom:0;left:0;right:0;width:100vw;background:#FED100;color:#000;padding:20px;text-align:left;font-family:'AMUMonumentGrotesk',sans-serif;z-index:999999;transform-origin:bottom;transform:scaleY(0);animation:slideUpBounce .8s ease-out forwards;overflow:hidden;text-wrap:balance}.close-icon{width:24px;height:24px;cursor:pointer;transition:transform .2s ease}.close-icon:hover{transform:scale(1.2)}@keyframes slideUpBounce{0%{transform:scaleY(0)}60%{transform:scaleY(1.1)}80%{transform:scaleY(.95)}100%{transform:scaleY(1)}}@keyframes slideDownClose{0%{transform:scaleY(1)}100%{transform:scaleY(0)}}@media only screen and (max-width:700px){.footer-menu{flex-direction:column;align-items:flex-start;gap:10px}}@media only screen and (max-width:600px){.footer-bas{flex-direction:column;gap:0}.footer-logo img{width:100%}}.footer-logo{align-self:flex-end;display:flex;justify-content:flex-end;align-items:flex-end;height:auto;width:100%}.footer-logo svg{width:500px;height:auto;max-width:100%}.footer-logo-01{fill:#000}.footer-logo-02{fill:#fff}.footer-logo.active #blocA,.footer-logo.active #lettre_a{animation:footer-logo-translate 1s 0s 1 both}.footer-logo.active #blocM,.footer-logo.active #lettre_m{animation:footer-logo-translate 1s .3s 1 both}.footer-logo.active #blocU,.footer-logo.active #lettre_U{animation:footer-logo-translate 1s .6s 1 both}@keyframes footer-logo-translate{0%{transform:translateY(200%)}100%{transform:translateY(0)}}