.icon-addArticle{
    background-image : url("../css/icon/cart-plus-blu-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.icon-order{
    background-image : url("../css/icon/cart-arrow-down-blu-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.icon-logout{
    background-image : url("../css/icon/icon-login-off-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.icon-lang{
    background-image : url("../css/icon/langues.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 3rem;
    width: 3rem;
}