

map .shadow_area:hover{
   background : #000000;
} 


.overlay, .overlay2 {
  font-family: 'Caveat', cursive;
  font-size:20px;
  position: fixed;
  background : #FFF;
  font-size : 20px;
  display: none;
  top: 50px;
  width: 800px;
  height: 500px;
  margin : auto auto ;
  padding : 30px 40px;
  border : 5px solid rgba(100,190,100,0.75);
  border-radius : 5px;
  box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  z-index: 10;
  cursor: pointer;
  transform: rotate(-2deg);
  opacity: 0.95;
}
.overlay2 {
  width: 600px;
  height: 200px;

}
.overlay li {
font-size : 20px !important;
}
.overlay h3 {
font-size:30px;
}

.overlay h1 {
font-size:40px;
}


#biblio3, #biblio2, #biblio1  {
background : #eeffff;
font-size : 12px;
font-family: 'Marck Script', cursive;
height : 500px;
width : 700px;
padding : 20px 80px;
background :  url(./eg-images/background-livre.png);
background-size: cover;
font-size : 20px;
border : none;
box-shadow : none;
opacity: 1;
}


#biblio3 li {margin-top : -20px;}

.droite {
width : 40%;
text-align : center;
float : right;
}


#biblio1  h2{
text-align:center;

font-size : 30px;
}

#livre-bureau {
background: url(./eg-images/background-s2-parchemin.jpg);
background-size: cover;
}

#carteGPS {
background: url(./eg-images/background-s2-carteGPS.jpg);
background-size: cover;

} 

#ordi {
background: #000000;
color : #00FF00;
font-size : 18px;
font-family: 'Space Mono', monospace;

} 