.header-area {
    background-color: #727272;
}

.header-logo img {
    max-height: 60px;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Supprime tout style potentiel qui pourrait affecter l'apparence du logo */
.header-logo a, 
.header-logo a:before,
.header-logo a:after {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Assure que le logo Y&I est bien visible */
.header-logo {
    padding: 5px 0;
    background: transparent !important;
}
