body[data-controller="Login"] {
    background:#332d2f;
}
body[data-controller="Login"] #app {
    margin-top: 0px!important;
}

.loginForm {
    border-top: 5px solid #060606;
}

.logo-login {
    max-width: 250px;
}

/* BUTTON Primary */
.k-overflow-container .k-primary, .k-primary {
    color: #fff;
    border-color: #060606;
    background-position: 50% 50%;
    background-color: #060606;
}

/* Sidebar Title */
.sidebar-title {
    background: #060606;
    color: white;
}
/* Sidebar title arrow */
.sidebar-title > i {
    color: #060606;
}

/* Titre sur tout le site*/
h1 {
    color: #060606;
    font-size: 30px;
}

/* Onglet Menu Magasins */
#magasins {
    background-color: rgb(247, 247, 247);
    border-bottom: none;
}

/* Onglet Menu Mobile */
@media only screen and (max-width : 992px) {
    #magasins {
        background-color: rgb(247, 247, 247);
        border-bottom: 2px solid #060606;
    }
}
/* Onglet Menu Univers */
#univers {
    display: none;
}

/* Onglet Menu Category */
#category > li > a {

}
/* Onglet Menu Active */
#category > li > a.active {
    text-decoration: none;
    color: #df874d;
}
/* Sidebar Menu Active */
.nav-sidebar ul li > a.active {
    text-decoration: none;
    color: #df874d;
}
#myGrid {
    margin-left: 30px;
    display: inline-block;
}
/* Onglet Menu Category Mobile */
@media only screen and (max-width: 992px) {
    #category > li > a {
        background: #f7f7f7;
    }
    #myGrid {
        margin-left: 30px;
        display: none!important;
    }
}

#magasins {
    display:none;
}

.menu-cat, .pfixe-menu {
    display:none!important;
}
.phone-search {
    visibility: hidden!important;
}

.displaySearchPhone {
    display: none!important;
}
