
.ev-menu-tool {
    font-weight: 800 !important;
    border-radius: 22px !important;
    padding: 12px 22px !important;
    border: 1px solid rgba(80,78,74,.12) !important;
    box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.ev-menu-smart {
    background: #dff3dc !important;
    color: #2f5f35 !important;
    border-color: #b9dfb3 !important;
}

.ev-menu-dormants {
    background: #f8d7da !important;
    color: #842029 !important;
    border-color: #f1aeb5 !important;
}

.ev-menu-smart:hover {
    background: #ccecc7 !important;
    color: #244b29 !important;
}

.ev-menu-dormants:hover {
    background: #f1bfc5 !important;
    color: #6f1d25 !important;
}

.ev-menu-separator {
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0 4px;
    background: rgba(80,78,74,.18);
}


#menuSmartCommande:hover,
.ev-menu-smart:hover {
    background: #bfe3b8 !important;
    color: #234a29 !important;
    transition: all .2s ease;
}

#menuDormants:hover,
.ev-menu-dormants:hover {
    background: #efb5bb !important;
    color: #6f1d25 !important;
    transition: all .2s ease;
}
