body{
    background-image:url(fond-baiduri.jpg);
    background-size: cover;
}
#sujets{
   display: none;
    color: antiquewhite;
    font-family:"Basteleur-Moonlight";
    font-size: 30px;
    position :absolute;
  	top: 39%;
    left: 25%; 
    cursor: pointer; 
    background-color: rgb(1, 4, 41);
}
#interrogation{
    color: antiquewhite;
    font-family:"Basteleur-Moonlight";
    font-size: 30px;
    display : block;
    position :absolute;
  	top: 5%;
    left: 5%;
    cursor: pointer;
    background-color: rgb(1, 4, 41);
}
.etoile-1 img{
    max-width: 300px;
    height: auto;
    display : block;
    position :absolute;
  	top: 64%;
    left: 76%;
   transform: rotate(-90deg);
}
.etoile-2 img{
  max-width: 300px;
    height: auto;
    display : block;
    position :absolute;
  	top: 55%;
    left: 52%;
   transform: rotate(-90deg);
}
.etoile-3 img{
   max-width: 300px;
    height: auto;
    display : block;
    position :absolute;
  	top: 30%;
    left: 67%;
   transform: rotate(-90deg);  
}
@font-face {
    font-family: "Basteleur-Moonlight";
    src: url(basteleur-master/fonts/webfonts/Basteleur-Moonlight.woff2) format(woff2);
}