
.test{

}

.test #bloc {
    width: 60px;
    height: 60px;
    background-color: skyblue;
    transform: translate(500px);
    animation: 3s ease-in 1s 2 reverse both paused slidein;
  }
  
  