

@font-face{
  font-family: "Trickster-Regular";
  src: url("lesinternets/Trickster-Regular.woff");
}

@font-face{
    font-family: "Format_1452";
     src: url("Format_1452.woff2");
    }

html{
    font-family: "Format_1452";
    background-image: url("bg.jpg");
}

div{
  position: absolute;
  width: auto;
  height: auto;
  cursor: grabbing;
  margin: 20px;
}

a {
  color: blue;
  /*animation: blink 0.1s linear infinite;*/
}

a:hover{
  color: yellow;
  box-shadow: 2px 2px 2000px 150px yellow;
}


#legende {
  display: inline-block;
  width: 100px;
  height: auto;
  background: white;
  top: 20px;
  left: 20px;
  margin: 20px;
}

div:hover{
  filter: drop-shadow(20px 20px 200px yellow);
}
/*position absolute → sort l'élément du flux DONC les autres élémens en dessous vont remonter DONC nécessité de mettre du right/top etc.*/

.rpi{
  left:5em;
  top: 15em;
  display: inline-block;
  position: relative;
  margin: 20px;
}
.b1{
  display: none;
  width: 400px;
  box-shadow: 5px yellow;
  background-color: rgb(255, 255, 255, 0.8);
  position: relative;
}
.b1 img{
  max-width: 200px;
}
.b2{
  display: none;
  width: 400px;
  box-shadow: 5px yellow;
  background-color: yellow;
  position: relative;
}
.b3{
  display: none;
  width: 400px;
  box-shadow: 5px yellow;
  background-color: yellow;
  position: relative;
}
.b4{
  display: none;
  width: 400px;
  position: relative;
}

.carto{
  left: 5em;
  top: 3em;
  display: none;
  position: relative;
}

.site{
  left: 30em;
  right: 2em;
  display: none;
  position: relative;
}
