img:active + span#un::after {
content: "+1";
position: absolute;
display: block;
transition:2s;
top: 20%;
left: 49%;
font-size: 50px;
color: rgba(255,255,255,0.6);
-webkit-animation: bounce 1s ease-in infinite; /* Chrome, Safari, Opera */
animation: bounce 1s ease-in infinite;
}
@-webkit-keyframes bounce {
0% {top: 0%;opacity:0.0;}
25% {top: 27%;opacity:0.40;}
75% {top: 24%;opacity:0.60;}
100% {top: 21%;opacity:0.80;}
}
@keyframes bounce {
0% {top: 0%;opacity:0.0;}
25% {top: 27%;opacity:0.40;}
75% {top: 24%;opacity:0.60;}
100% {top: 21%;opacity:0.80;}
}
<span id="un"></span>
juste avant le hap
j'ai rarement pondu un truc aussi compliqué 
c'est pas très net par contre, je vais encore essayé de l'améliorer 