@media (max-width: 993px) {
    
    /*.navbar-nav>li>a{*/
    /*    ont-size: var(--thim-font_size_main_menu, 14px)!important;*/
    /*    color: var(--thim-text_menu_color, #333)!important;*/
    /*    font-weight: var(--thim-font_weight_main_menu, normal)!important;*/
    /*}*/
    #mobile-demo li a,
    body #masthead #mobile-demo > li > a {
        color: #000 !important;
    }

    /* HIDE MOBILE HAMBURGER */
    body #masthead .menu-mobile-effect,
    body #masthead .navbar-toggle,
    body #masthead .button-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    /* HEADER = DESKTOP STYLE */
    body #masthead .navigation-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 20px !important;
    }

    /* LOGO */
    body #masthead .width-logo,
    body #masthead .width-logo.sm-logo {
        display: block !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        position: relative !important;
    }

    body #masthead .width-logo img {
        display: block !important;
        width: auto !important;
        height: 60px !important;
        max-width: none !important;
    }

    /* SHOW NAVIGATION */
    body #masthead .width-navigation {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
        position: static !important;
    }

    /* REMOVE MOBILE SIDE MENU */
    body #masthead #mobile-demo,
    body #masthead ul#mobile-demo.side-nav,
    body #masthead .navbar-nav#mobile-demo {
        display: flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: static !important;

        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        transform: none !important;
        -webkit-transform: none !important;

        width: auto !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;

        float: none !important;
    }

    /* MENU ITEMS */
    body #masthead #mobile-demo > li {
        display: block !important;
        float: none !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        position: relative !important;
    }

    /* ACCUEIL / CONTACT */
    body #masthead #mobile-demo > li > a {
        display: block !important;
        width: auto !important;
        height: auto !important;
        line-height: normal !important;

        padding: 10px 10px !important;

        font-size: 13px !important;
        white-space: nowrap !important;
        color: #000 !important;
        
    }

    /* SEARCH */
    body #masthead #mobile-demo .menu-right {
        display: block !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body #masthead #mobile-demo .menu-right > ul {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body #masthead #mobile-demo .search-toggler-unit,
    body #masthead #mobile-demo .search-toggler {
        display: block !important;
        visibility: visible !important;
    }
}