/* Logo du pied de page */
.site-footer .footer-brand .mq-footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    text-decoration: none;
}

.site-footer .footer-brand .mq-footer-logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 78px;
    object-fit: contain;
    object-position: left center;
}

/* Liens créés ou corrigés dans le pied de page */
.site-footer .footer-links .mq-footer-link,
.site-footer .footer-links .mq-footer-contact-link,
.site-footer .footer-links .mq-footer-specialty-link {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-links .mq-footer-link:hover,
.site-footer .footer-links .mq-footer-link:focus-visible,
.site-footer .footer-links .mq-footer-contact-link:hover,
.site-footer .footer-links .mq-footer-contact-link:focus-visible,
.site-footer .footer-links .mq-footer-specialty-link:hover,
.site-footer .footer-links .mq-footer-specialty-link:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    opacity: 1;
}

.site-footer .footer-links .mq-footer-specialty-link:hover,
.site-footer .footer-links .mq-footer-specialty-link:focus-visible {
    transform: translateX(3px);
}

@media (max-width: 700px) {
    .site-footer .footer-brand .mq-footer-logo-image {
        max-width: 200px;
        max-height: 70px;
    }
}
