body {
    background-image: url(../image/fondrhbt.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
    background-size: 100%;

    
    color: rgb(254, 7, 197);
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;


}

/*ELLE EST OU ???????*/
.huber{
    background-color: red;
    width: 40%;
}
img {
    width: 920px;
    position: fixed;
    position: bottom;
    top: 297px;
    left: 500px;
    z-index: -4;
}



/*animation qui marche*/
.smoke {
    position: absolute;
    top: 30%;
    left: 55%;
    transform: translate(-50%, 50%);

}


ul {
    margin: 0;
    padding: 40;
    display:block;
    
}

ul li {
    list-style: none;
    color: #00fffb;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 5px;
    filter: blur(0.5px);
}


    ul:hover li{
        animation: popopop 2s linear infinite;
    }



@keyframes popopop {
    0% {
        transform: rotate(0deg) translateY(0px);
        opacity: 1;
        filter: blur(1px);
    }

    100% {
        transform: rotate(45deg) translateY(-200px);
        opacity: 0;
        filter: blur(20px);
    }
}

ul li:nth-child(1) {
    animation-delay: 0s;
   
}

ul li:nth-child(2) {
    animation-delay: .4s;
}

ul li:nth-child(3) {
    animation-delay: .8s;
}

ul li:nth-child(4) {
    animation-delay: 1.2s;
}

ul li:nth-child(5) {
    animation-delay: 1.6s;
}

ul li:nth-child(6) {
    animation-delay: 2s;
}

ul li:nth-child(7) {
    animation-delay: 2.2s;
}





h2 {
    margin-top: 20px;
    font-size: 30px;
    font-family: monospace;
}