/* ==========================================================================
    Footer
   ========================================================================== */

.site-footer {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid transparent;
}

.footer-container {
    margin: 0 auto;
    padding: 5px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Logo Central */
.footer-branding {
    flex-shrink: 0;
    padding: 5px 0;
}

.footer-logo-link {
    display: block;
    line-height: 0;
}

.footer-logo {
    max-height: 45px;
    width: auto;
    display: block;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-nav a,
.footer-copyright {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.footer-site-title {
    font-family: 'Agrandir', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        padding: 5px 20px;
    }

    .footer-logo {
        max-height: 50px;
    }
}