
/* ===== TAILLE DES LOGOS FORCÉE - 01/03/2026 22:16:16 ===== */
.logo img,
.footer-logo img,
.navbar-brand img,
.header img[src*="logo"],
.footer img[src*="logo"],
img[alt*="Logo"],
img[alt*="logo"] {
    max-height: 100px !important;
    width: auto !important;
}
.footer-logo img {
    max-height: 90px !important;
}
@media (max-width: 768px) {
    .logo img, .navbar-brand img {
        max-height: 100px !important;
    }
}
