/* Logos clair / sombre selon le thème site */

.lpf-brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.lpf-brand-logo {
    display: none;
}

html.dark .lpf-brand-logo--classic-dark {
    display: block;
}

html.dark .lpf-brand-logo--classic-light {
    display: none;
}

html.lpf-classic-light .lpf-brand-logo--classic-light {
    display: block;
}

html.lpf-classic-light .lpf-brand-logo--classic-dark {
    display: none;
}

.ta-sidebar-logo-link .lpf-brand-logo-wrap {
    width: 100%;
}

.ta-mobile-bar__logo-link .lpf-brand-logo-wrap,
.ta-auth-logo-link .lpf-brand-logo-wrap {
    width: auto;
    max-width: 100%;
}

.ta-sidebar-logo,
.ta-auth-logo {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .ta-mobile-bar__logo-link {
        flex: 1;
        min-width: 0;
    }

    .ta-mobile-bar__logo-link .lpf-brand-logo-wrap {
        width: auto;
        max-width: 100%;
    }

    .ta-mobile-bar__logo {
        display: block;
        width: auto;
        height: 5.5rem;
        max-height: 5.5rem;
        max-width: min(480px, calc(100vw - 5rem));
        object-fit: contain;
        object-position: left center;
    }
}

.ta-sidebar-footer .ta-sidebar-actions {
    align-self: center;
}
