/* Harmoniser la taille du logo dans l'en-tête */
img.custom-logo,
.custom-logo-link img,
.site-logo img,
header img.custom-logo,
header .site-logo img,
.elementor-widget-theme-site-logo img,
.elementor-widget-site-logo img {
    max-height: 50px !important;
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
