.nbrComande{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: aliceblue;
    color: rgb(23, 7, 7);
    z-index: 2;
    font-size: 10px;
    display: flex;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -7px;
    left: -10px;
}

.top-bar{
    justify-content: space-between;
}

.top-bar .MyCommandes{
    text-decoration: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background-color: antiquewhite; */

}

.top-bar .MyCommandes img{
    height: 25px;
    width: 25px;
    position: absolute;
}

