/* Logos du site */
#navigation-menu-top div[data-widget_type="theme-site-logo.default"] a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#navigation-menu-top div[data-widget_type="theme-site-logo.default"] a:before {
    content: "";
    display: inline-block;
    background: url("../img/villeurbanne_logo_entier.png") center center no-repeat;
    background-size: contain;
    width: 40%;
    /*height: 40px;*/
    margin-right: 5%;
    padding-right: 5%;
    border-right: 1px solid #ccc;
    background-origin: content-box;
}

@media(max-width:1024px) {
    #navigation-menu-top div[data-widget_type="theme-site-logo.default"] a:before {
        content: "";
        display: inline-block;
        background: url("../img/villeurbanne_logo_reduit.png") center center no-repeat;
        background-size: contain;
        width: 20%;
        /*height: 40px;*/
        margin-right: 5%;
        padding-right: 5%;
        border-right: 1px solid #ccc;
        background-origin: content-box;
    }
}



/*
** Pour cacher le menu principal quand on est en mode édition dans Elementor
** Sauf sur la page d'édition de l'en-tête contenant le menu principal
** Attention l'ID du post ciblé peut varier en fonction du site.
*/
body:not(.elementor-editor-active.elementor-page-236) #navigation-menu-mobile-section {
    display: none;
}

/*
* Icones bas de page, pour gestion de la transition
* lors de l'apparition du menu d'accès rapide sur mobile
*/
.tarteaucitronIconBottomLeft,
.onesignal-bell-launcher {
    transition: bottom 0.3s !important;
}