@keyframes disparait {
0% { opacity:1; }
100% { opacity:0;}
}

.disparait {opacity:1;animation: disparait 0.01s ease-in-out 2s forwards;}