@font-face {
    font-family: 'oui';
    font-weight: 400;
    src: url('font/élégance.woff') format('woff');
}

body{
    margin: 0;
    padding: 0;

}

svg{
    z-index: 10;
}




#plan-1{
    height: 100vh;
    width: 100vw;

    position: fixed;
    object-fit: cover;
    z-index: -14;

} 

#soleil{
   height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;

    position: fixed;
    object-fit: cover;    
    clip-path: ellipse(9vw 9vw at 88.98% 11.02%);
}

#monparagraphe,.superparagraphe{
  z-index: 10;
  position: absolute;
  top: 500px;
  left: 1526px;
  font-size: 1rem;
  padding: 1rem;
  

  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  background-color: white;
  height: 4rem;
  width: 26rem;
  border-radius: 10px;
  text-align: center;
}

.hidden {
  display: none;
}