.prague-logo a img {width:80px !important;height:80px !important;}
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* --- Desktop : comportement actuel --- */

/* Home : header normal en blanc et en gras */
.home header.prague-header .main-menu li a {
    color: #fff !important;
    font-weight: 600;
}

/* Home : header sticky en noir (desktop uniquement) */
@media (min-width: 1025px) {
    .home header.prague-header.sticky-menu.scroll .main-menu li a {
        color: #000 !important;
        font-weight: 600;
    }
}

/* --- Mobile / tablette : toujours blanc, même en scroll --- */
@media (max-width: 1024px) {
    header.prague-header .main-menu li a,
    header.prague-header.sticky-menu .main-menu li a,
    header.prague-header.sticky-menu.scroll .main-menu li a,
    header.prague-header.sticky-mobile-menu .main-menu li a,
    header.prague-header.dark .main-menu li a,
    header.prague-header.dark.sticky-menu.scroll .main-menu li a,
    header.prague-header .main-menu li.current-menu-item > a {
        color: #fff !important;
        font-weight: 600;
    }
}
