/* Footer spacing and column rhythm refinements. */
.menu-item-label-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.menu-item-label-with-icon .menu-item-icon {
    flex: 0 0 auto;
    margin-right: 0;
}

.site-footer__col--brand .nap-siret {
    margin-top: 0.75rem;
}

.site-footer__booking-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
}

.site-footer__booking-link svg {
    flex: 0 0 auto;
    width: 1rem;
    height: 1.15rem;
    fill: currentColor;
}

.site-footer__booking-link:hover,
.site-footer__booking-link:focus-visible {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.site-footer__social-icons a.social-icon {
    color: #ffffff !important;
}

.site-footer__social-icons a.social-icon--facebook:hover {
    border-color: #1877f2 !important;
    background: #1877f2 !important;
}

.site-footer__social-icons a.social-icon--instagram:hover {
    border-color: #d62976 !important;
    background: linear-gradient(45deg, #feda75 0%, #fa7e1e 30%, #d62976 60%, #962fbf 80%, #4f5bd5 100%) !important;
}

.site-footer__social-icons a.social-icon--tiktok:hover {
    border-color: #ffffff !important;
    background: #000000 !important;
}

.site-footer__col--contact .site-footer__contact-list {
    gap: 0.65rem;
    margin-bottom: 0;
    line-height: 1.55;
}

.site-footer__col--contact .site-footer__contact-list li,
.site-footer__col--contact .site-footer__nap .nap-item {
    min-height: 35px;
}

.site-footer__col--contact .site-footer__contact-list li {
    align-items: center;
}

.site-footer__col--contact .site-footer__nap {
    margin-top: 0.65rem;
    gap: 0.65rem;
    font-size: 0.94rem;
    line-height: 1.55;
}
