/* Pour l'animation (apariation de bas en haut). */
.reveal { opacity: 0; transform: translateY(200px); }
.revealVisible { opacity: 1; transform: translateY(0); transition: all 1s; }
/*  */

