.footer {
    padding-bottom: 1.5rem;
    background-color: rgba(151, 151, 151, 1);
    background-color: var(--color-grey-3);
    z-index: -2;
}


.footer .address,
.footer .contact {
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1rem;
    margin-top: 1.9rem;
    margin-left: 1.25rem;
    vertical-align: top;
}

.footer p.contact {
    max-width: 200px;
    margin-top: 1rem;
    position: inherit;
    display: block;
    margin-left: 0;
}

.footer .thumb-footer-vaud {
    margin-top: 2.3125rem;
}

.footer .thumb-footer-chuv {
    margin-top: 2.125rem;
    margin-left: 1.25rem;
}

.footer .thumb-footer-unil {
    margin-top: 1.25rem;
}

.footer .thumb-footer-certifie {
    margin-top: 1.125rem;
    margin-left: 1.25rem;
}

.footer p {
    line-height: 12pt !important;
    font-family: NeoSans, sans-serif;
}

@media (min-width: 56.5em) {
    .footer p.contact {
        margin-top: 1.9rem;
        position: absolute;
        right: 0;
        display: inline-block;

    }
}


@media (min-width: 51.25em) {
    .footer>.wrap>* {
        display: inline-block;
        vertical-align: top;
    }

    .footer>.wrap>*+* {
        /* Spacing between child elements. */
        margin-left: 1.25rem;
    }

    .footer>.wrap>hr {
        height: 3.5rem;
        width: 2px;
        margin-top: 37px;
        margin-bottom: auto;
    }

    .footer>.wrap>.thumb-footer-unil {
        margin-top: 49px;
    }

    .footer>.wrap>.thumb-footer-certifie {
        margin-top: 47px;
    }
}


/* Thumbs */

.thumb-footer-vaud {
    width: 1.0625rem;
    padding-top: 3.5rem;
    background-image: url(/images/etat_de_vaud.png);
}

.thumb-footer-chuv {
    width: 8rem;
    padding-top: 4.1875rem;
    background-image: url(/images/chuv_grey.png);
}

.thumb-footer-unil {
    width: 5.125rem;
    padding-top: 1.875rem;
    background-image: url(/images/unil.svg);
}

.thumb-footer-certifie {
    width: 4.875rem;
    padding-top: 2.1875rem;
    background-image: url(/images/honcode-certified.gif);
}