
/* Bloc Menu Left */
.menuBlocLeft{
    width: 100%;
    /* border-right: 1px solid #eee; */
}

.menuBlocLeft .l1-link{
    /* box-shadow: inset -4px -2px 5px 0px #eee; */
    /* margin-bottom:  20px; */
    border-right: 1px solid #dedede;
    padding-bottom: 21px;
}

.menuBlocLeft ul , .menuBlocLeft li{
    margin:0;
    padding:0;
}

.menuBlocLeft .titleBlocMenu{
    font-size: 22px;
    color: #37474F;
    padding: 20px;
    border-bottom: 1px dashed #dedede;
    display: block;
    text-transform:  uppercase;
}

.menuBlocLeft .l2{

}

.menuBlocLeft .l2-link{
    border-bottom: 1px dashed #dedede;
}

.menuBlocLeft .l2 a{
    padding:10px 20px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee96;
}
.menuBlocLeft .l2-link>a:first-child{
    border: none;
}
.menuBlocLeft .l2 a i{
    margin-right: 10px;
}

.menuBlocLeft .l2 a:hover{
    background: #f6f6f666;
    padding: 10px 25px ;
}

.menuBlocLeft .l3 a{
    padding: 10px 40px;
    transition: all 0.5s ease;
}

.menuBlocLeft .l3 a:hover{
    padding: 10px 45px ;
}

.menuBlocLeft .l4 a{
    padding:10px 60px;
    transition: all 0.5s ease;
}

.menuBlocLeft .l4 a:hover{
    padding: 10px 55px ;
}

.menuBlocLeft .l3-link i{
    font-size: 5px;
}
.menuBlocLeft .l2,.menuBlocLeft .l3,.menuBlocLeft .l4{
    width:unset !important;
}