body{
    margin: 0px;
    background-color: black;
}


.curseur{
    width: 150px;
    position: fixed;
    right: 550px;
    top: 650px
    
}


.text img, .text2 img, .text3 img, .text4 img, .text5 img, .text6 img, .text7 img {
   width: 60vh;
   margin: auto;
   display: block;
}


@media only screen and (max-width: 1600px){
    .curseur{
        position: fixed;
        right: unset;
        top: unset;
        left: 820px;
        bottom: 100px;
        
        
    ;
        
        
        
        
    }
 }
 @media only screen and (max-width: 960px){

    .text img, .text2 img, .text3 img, .text4 img, .text5 img, .text6 img, .text7 img {
        width: 100vw;
        height: auto;
    }
    .curseur{
        width: 80px;
        position: fixed;
        
        
    }
    
 }


    

@media only screen and (max-width: 500px){

    body{
        background-color: white;
    }

    .text img, .text2 img, .text3 img, .text4 img, .text5 img, .text6 img, .text7 img {
        width: 100vw;
        height: auto;
    }

    .curseur{
        width: 90px;
        
        
    }

    
   
}



