
#logo img {
    display: block;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

#logo {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}


.navbar-default {
    border-color: transparent !important;
}

.site-header {
    border: none !important;
    box-shadow: none !important;
}


/* Fond noir derrière l'image agrandie */
.wp-lightbox-overlay .scrim {
    background-color: #000 !important;
    opacity: 1 !important;
}

/* Texte et flèches de navigation en blanc */
.wp-lightbox-overlay .wp-lightbox-navigation-button {
    color: #fff !important;
    fill: #fff !important;
}