stockZone.moveCard(stockZone.getTopCard(),
((UnoPlayer) p).getHand());
// Put the first card not black on the Talon
while ((CardUno) stockZone.getTopCard() instanceof BlackUnoCard) {
stockZone.moveCard(stockZone.getTopCard(), game.getStock());
}
//remise à zéro de l'ordre des joueurs
game.getPlayers().sort(null);
//passage au joueur précédent