.rotation-continue img{animation:rotation-infinie 10s linear infinite}@keyframes rotation-infinie{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}