.coeur {
    position:absolute;
    width: 60px;
    height: 60px;
}




.circle {
    position:absolute;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: red;
}

.circle0 {
    top: 33px; left: 32px;
}

.circle1 {
    top: 18px; left: 182px;
}

.circle2 {
    top: 31px; left: 352px;
}

.circle3 {
    top: 133px; left: 22px;
}

.circle4 {
    top: 112px; left: 130px;
}

.circle5 {
    top: 93px; left: 244px;
}

.circle6 {
    top: 133px; left: 367px;
}

.position0 {
    left:30px;
    top:50px;
}

.position1 {
    left:30px;
    top:262px;
}

.position2 {
    left:30px;
    top:474px;
}

@keyframes plouf {

     0% {
         left: 10px;
     }
     100% {
         left: -300px;
     }

     /*100% {*/
     /*    left: 10px;*/
     /*}*/
 }

@keyframes plof {

    0% {
        left: 10px;
    }
    40% {
        left: -300px;
        color:darkred;
        opacity:1;
    }
    60% {
        left: -300px;
        color:darkred;
        opacity:1;
    }
    100%{
        left: 10px;
        opacity:0;
        color:darkred;
    }

    /*100% {*/
    /*    left: 10px;*/
    /*}*/
}

@keyframes plaf {

     0% {
         left: -305px;
     }
     50% {
         left: -295px;
     }



     /*100% {*/
     /*    left: 10px;*/
     /*}*/
 }
.gagne{

    Animation-name : gagne ;
    /*Animation-delay : 2s ;*/
    Animation-duration : 0.3s ;
    /*left:-300px;*/
    Animation-iteration-count : 10 ;

}

@keyframes gagne {

    0% {
        /*width: 100%;*/
        /*height: 100%;*/
        background-color: darkred;

    }
    50% {
        /*width: 150%;*/
        /*height: 150%;*/
        /*opacity: 0.5;*/
    }

}

@keyframes plif {

    0% {
        left: -305px;
    }
    100% {
        left: -305px;
        top: 800px;
    }


    /*100% {*/
    /*    left: 10px;*/
    /*}*/
}

.plouf{
    Animation-name : plouf ;
    /*Animation-delay : 2s ;*/
    Animation-duration : 2s ;
    left:-300px;
    /*Animation-iteration-count : infinite ;*/
}

.plof{
    Animation-name : plof ;
    /*Animation-delay : 2s ;*/
    Animation-duration : 4s ;
    left: 10px;

    /*Animation-iteration-count : infinite ;*/
}
.plif{
    Animation-name : plif ;
    /*Animation-delay : 2s ;*/
    Animation-duration : 1.5s ;
    /*Animation-iteration-count : infinite ;*/
    /*top: 800px;*/

}
.plaf{
    Animation-name : plaf ;
    /*Animation-delay : 2s ;*/
    Animation-duration : 0.2s ;
    left:-300px;
    Animation-iteration-count : 8 ;
}


/*.fade{*/
/*    background-color:red;*/
/*}*/


.button {
    background-color: #682145;
    border: none;
    margin-left: 0;
    color:white;
    height: 50px;
    width: 100px;
    padding: 5px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    text-align:left;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button:focus {
    background-color: hotpink;

}
.button:hover {
    background-color: hotpink;

}
