<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    width: 97%;
    height: 530px;
    background-color: var(--bluelike-color);
    display: flex;
    text-align: start;
}
footer p{
    color: white !important;
}
footer h3{
    color: white;
    font-size: 24px;
    font-family: "FinalSix";
    font-weight: 100;
    width: fit-content;
}
footer a{
    color: white !important;
    font-size: 18px;
    font-family: "FinalSix";
    font-weight: 100;
    text-decoration: none;
}
#footer-grid &gt; div{
    padding-top: 3%;
}
#footer-background-img{
    top: 15%;
    left: 5%;
    width: 90%;
    height: 70%;
}
#footer-grid{
    display: flex;
    width: 95%;
    height: 90%;
    margin: 20px;
    z-index: 1;
    overflow: none;
}
#footer-logo{
    max-width: 415px;
}
#footer-adress span{
    text-decoration: underline;
}
#footer-infos{
    grid-column: 7/9;
}
#footer-infos &gt; p{
    margin: 0;
}
#footer-infos-icons{
    display: flex;
    gap: 15px;
    width: fit-content;
    height: fit-content;
}
#footer-infos-icons i{
    color: white;
    font-size: 1.7rem;
    display: flex;
}
#footer-download{
    grid-column: 10/12;
}
#footer-copyrights{
    height: 10%;
    font-family: "FinalSix";
    font-size: 18px;
    width: 80%;
    display: flex;
    color: white;
    text-align: center;
}
#footer-copyrights img{
    margin: auto 1%;
}
#footer-copyrights a{
    text-decoration: underline;
}
#footer-xs{
    display: none;
    background-color: black;
    color: white;
}
#footer-reserve-xs{
    display: none;
}
#footer-xs div{
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-xs div:not(:first-child){
    border-left: none;
}
#linkW3C{
    margin: 0 10px;
}

@media screen and (max-width:1420px){
    #footer-infos, #footer-download{
        width: 200%;
    }
}
@media screen and (max-width:470px){
    footer{
        padding-bottom: 3%;
    }
    footer h3{
        font-size: 20px !important;
    }
    #footer-copyrights{
        padding-bottom: 16vh;
        width: 100%;
    }
    #linkW3C{
        margin: 0;
    }
    .tarteaucitronIconBottomRight {
        bottom: 11vh !important;
    }
    .button-go-up {
        bottom: 12vh !important;
    }
}</pre></body></html>