#btn-panier {
    transition: transform 300ms;
}
#btn-panier.glow {
    transform: scale(1.1);
}