


    .navBar{
        top: 0px;
        background: #f37320!important;
    }


    html #header .header-top.header-top-primary {
        background: #313131!important;
        border-top-color: #313131!important;
    }

    @media screen and (min-width: 0px) and (max-width: 630px){
        .logoVerticale {
            position: absolute!important;
            z-index: 99!important;
            width: 40px!important;
            left: 40px!important;
            top: 2px!important;
            background: white!important;
            box-shadow: 1px 1px 11px 1px #8080804a!important;
        }

    }



    @media screen and (min-width: 0px) and (max-width: 998px){
        #header .header-nav.header-nav-stripe nav > ul > li > a {
            color: #2f2f2f!important;
        }


    }

li:hover{
            background:#000cba;
    }
    li a{
        text-decoration:none!important;
    }
    


#header .header-btn-collapse-nav {
    background: #ce621c!important;
}



@media (min-width: 992px){
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #ce621c!important;
}

}