.footerTop {
    position: absolute;
    width: 100%;
    top: -0.8rem;
    height: 1rem;
    background-image: url("/public/images/soutez/footer-border.svg?v=1");
    background-size: cover;
    z-index: 20;
}

footer,
.footer {
    padding: 2rem 0;
    background-color: var(--clr-green-dark);
}

footer .footerText, footer .footerText a, footer .showCookiesLink, footer .created,
.footer .footerText, .footer .footerText a, .footer .showCookiesLink, .footer .created {
    color: var(--clr-white);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-transform: uppercase;
    opacity: 0.9;
}

footer .footerText .item,
.footer .footerText .item {
    margin-bottom: 1.4rem;
}

footer .footerText a, footer .showCookiesLink,
.footer .footerText a, .footer .showCookiesLink {
    text-decoration: underline;
    opacity: 1;
}

footer .created,
.footer .created {
    margin-bottom: 1.6rem;
}

footer .footerText .smaller, footer .laws,
.footer .footerText .smaller, footer .laws {
    margin-top: 1.4rem;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: none;
}

footer .logo,
.footer .logo {
    position: relative;
    margin: 4rem auto;
    padding: 0;
    width: 100%;
    height: 7.4rem;
    background-image: url("/public/images/soutez/logo-white.svg?v=1");
    z-index: 10;
}

