
.ui.inverted.menu {
    background: #0c0b0b !important;
}

a.categorie-item {
    margin: 0 !important;
    padding: 0.88rem 0 !important;
    font-size: 15px !important;
    color: #444 !important;
}

.categorie_item a {
    color: brown;
    padding: 1.4rem 1.8rem;
    font-weight: 500;
}

.categorie_item a:hover {
    background: #B92400;
    color: #ffffff;
}

.upload-tip .item {
    color: rgba(0, 0, 0, .4);
}


.categorie-items h5 {
    color: #272626;
}

.list_item .text {
    margin-right: .7rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    color: var(--list-item);
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
}

.desktop-menu-inner ul li > .ui.dropdown, .desktop-menu-inner ul li > a {
    padding-top: 1px !important;
    color: #FFF;
    padding: 10px 15px;
}

.upload-button .ui.button {
    background-color: #2185d0;
}

.upload-button {
    font-size: 12px;
}


.upload-container * {
    color: #2B333F;
}



