body{
    margin: 0;
    padding: 0;

}

#zoom-in {
    display: grid;
    place-content: center
}
#ile {
    transform: scale(.2) translateY(420%);
}





#plan-1 {
    height: 100vh;
    width: 100vw;

    position: fixed;
    overflow: hidden;
    object-fit: cover;

}

#soleil {
   height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;

    position: fixed;
    object-fit: cover;    
    clip-path: ellipse(9vw 9vw at 88.98% 11.02%)
}