.footerTop {
    width: 100%;
    margin-bottom: -0.1rem;
    margin-top: -0.1rem;
    height: 1rem;
    background-color: var(--clr-white);
    background-image: url("/public/images/soutez/footer-border.svg?v=1");
    background-position-y: bottom;
    background-size: contain;
    z-index: 20;
}

footer,
.footer {
    padding: 2rem 0;
    background-color: var(--clr-cream);
}

footer .footerText,
footer .footerText a,
.footer .footerText,
.footer .footerText a {
    color: var(--clr-black);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 300;
    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 .footerText a {
    text-decoration: underline;
    opacity: 1;
}

footer .footerText .smaller,
.footer .footerText .smaller {
    margin-top: 1.4rem;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    text-transform: none;
}

footer .logo,
.footer .logo {
    position: relative;
    margin: 4rem auto;
    padding: 0;
    width: 100%;
    height: 5.6rem;
    background-image: url("/public/images/soutez/logo.svg?v=1");
    z-index: 10;
}