body{
    color: blueviolet;
    background: url(images/7.gif) no-repeat center / cover;
    background-attachment: fixed; /* garde le bg fixe même au scroll */
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

img, video{
    width: 100%;
}

figure{
    width: 200px;
    width: 50%;
    margin: auto;
    
}

p{
    width: 50%;
    margin: auto;
}

.paragraphe{
    min-height: 300px;
    width: 300px;
    color: red;
    font-family: 'Comic Sans', 'Comic Sans Regular', 'Comic Grande', 'Comic Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 60px;
    position: fixed;
    top: 20vh;
    -webkit-text-stroke: 0.9px #2300ff;
    



}


header{
    background-color: rgba(0, 255, 255, 0);
    width: 90%;
}

nav ul li div{
    opacity: 100%;
    color: brown;  
}

nav ul li2 {
    position: fixed;
    left: 185vh;
    width: 5%;

}

nav ul li3 {
    position: fixed;
    left: 95vh;
    top: 40vh;
    width: 10%;

}


nav ul{
    display: flex;
    flex-direction: row;
    font-size: larger;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav ul li{
    width: 20%;
}


nav ul li a{
    display: flex;
}

nav ul li a div, 
nav ul li a img{
   display: block; 
   width:40%;
   font-family: 'Comic Sans', 'Comic Sans Regular', 'Comic Grande', 'Comic Sans Unicode', Geneva, Verdana, sans-serif;
   font-size: 10px;
}

.lise{
    font-family: 'Comic Sans', 'Comic Sans Regular', 'Comic Grande', 'Comic Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    margin: 0;
    -webkit-text-stroke: 0.75px rgb(0, 0, 255);
    width: 50%;
    margin-left: 62%;
    display: flex;
    color: red; 
    position: fixed;
    top: 90vh;
    left: 45vh;
}

.wrapper{
    width: 100%;
    position: relative;
}


.coeurrouge{
    width:10%;
    position:absolute;
    margin-left: 10%;
    margin-top: 10%;
}

.coeurrose{
    width:20%;
    position:absolute;
    margin-left: 80%;
    margin-top: 20%;
}



ul li{
    list-style: none;
}

ul li:before{
    content: "";
}



.tourne {
    border-radius: 50%;
    width: 30%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    height: calc(100vh - 120px);
    animation: rotate 90s infinite;
    -webkit-animation: rotate 90s infinite;
    -moz-animation: rotate 90s infinite;
    font-size: 12px;
    filter: drop-shadow(2px 4px 60px #fff);
}

.image1{
    position: absolute;
    left: 46%;
    width: 10%;
}

.image2{
    position: absolute;
    left: 82%;
    top: 12%;
    width: 10%;
}

.image3{
    position: absolute;
    left: 93%;
    top: 40%;
    width: 10%;
}

.image4{
    position: absolute;
    left: 83%;
    top: 73%;
    width: 10%;
}

.image5{
    position: absolute;
    left: 46%;
    top: 84%;
    width: 10%;
}

.image6{
    position: absolute;
    left: 8%;
    top: 74%;
}

.image7{
    position: absolute;
    left: -7%;
    top: 40%;
}

.image8{
    position: absolute;
    left: 7%;
    top: 12%;
}



.tourne .image-tourne {
    filter: drop-shadow(3px 1px 12px #FF2514);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    height: 105px;
    width: 105px;
    text-transform: uppercase;
    animation: rotatereverse 30s infinite;
    -webkit-animation: rotatereverse 90s infinite;
}


@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)};
}


@keyframes rotatereverse{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)};
}

.wrapper1 {
    display: block;
    width: 100%;
    height: 100vh;
    transform: translateZ(0);
    overflow: hidden;
    cursor: none;
    margin: 0;
}