#background{
    /*width:100%;
    height:auto;*/
    width: 100%;
    z-index: 1;
    position: absolute;
    height: auto;
}
#monbouton{
    cursor:grab;
}
#thanos{
    left: 85%;
    position: relative;
    cursor: grab;
    width: 10%;
    z-index: 2;
    top: 25%;
}
#gant{
    position: relative;
    top: 23%;
    left: 80%;
    cursor: grab;
    opacity: 0;
    width: 3%;
    z-index: 2;
    rotate: 215deg;
}
#gant2{
    z-index: 2;
    width: 35%;

}
.jeu{
    width: 100%;
    height: 90vh;
}
h3{
    color: slateblue;
}
.regle{
    width: 15%;
    position: absolute;
    height: 7%;
    text-align-last: center;
    z-index: 10;
    background-color: white;
}
#btn-regle{
    border: none;
    background-color: slateblue;
    color: white;
}
.reussi{
    background-color: White;
    color: slateblue;
    width:50%;
    height:5%;
    /*display: block;*/
    margin-left:auto;
    margin-right: auto;
    z-index: 10;
    position: absolute;
    top:55%;
    left: 25%;
    display: none;
}
h4{
    text-align: center;
    padding: 4%;
}
