@font-face {
    font-family: 'oui';
    font-weight: 400;
    src: url('font/élégance.woff') format('woff');
}





body{
    margin: 0;
    padding: 0;

}

p{
    position: absolute;
    text-align: center;
    z-index: 15;
    color: black;
    font-family: "oui";


  top: 600px;
  left: 200px;
  font-size: 40rem;
}

#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;
    z-index: 0;

} 

#soleil{
   height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;

    position: fixed;
    object-fit: cover;    
    clip-path: ellipse(9vw 9vw at 88.98% 11.02%);
}