/* ================================
   STYLE.CSS
   ================================ */
  @font-face {
  font-family: 'typochoisie';
  src: url('fonts/Exposure0-Regular.woff') format('woff');
  src: url('fonts/Exposure0-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  color:brown;
}

  @font-face {
  font-family: 'typochoisie';
  src: url('fonts/Exposure0-Italic.woff') format('woff');
  src: url('fonts/Exposure0-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

body {color:brown;
height: 4550px;
font-family: 'typochoisie';
background-image: url("image/bibliotheque.jpg");
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100%;
background-position:0 0;
}


/* La modale est cachée par défaut */
.modal {
  display: none; 
  position: absolute;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 4000px;
  overflow: scroll;
  background-color: rgba(0,0,0,0.7); } /* Fond semi-transparent */



.galerie-images img {position: relative;
width: 80%;
text-align: center;
}
.overlay1{ position: relative;
z-index: 50;
float: left;
width: 100%;
display: inline-block;
top: 425px;
left: 788px}

.overlay2{ position: relative;
z-index: 50;
float: left;
width: 100%;
display: inline-block;
top: 1215px;
left:54px}

.overlay3{ position: relative;
z-index: 50;
float: left;
width: 100%;
display: inline-block;
top: 3158px;
left:975px}


#ouvrir-galerie-carte, #ouvrir-galerie-admin, #ouvrir-galerie-pub, #ouvrir-galerie 
{height: auto;
width: 145px;
z-index: 50; position: relative ;
}
#ouvrir-galerie-admin:hover  {opacity: 30%;}
#ouvrir-galerie-pub:hover {opacity: 30%;}
#ouvrir-galerie-carte:hover {opacity: 30%;}

/* Le contenu de la boîte */
.modal-content {
  background-color: transparent;
  margin: 10% auto;
  padding: 0px;
  width: 60%;
  border-radius: 8px;
  position: relative;
  
}

/* Bouton fermer */
.close {
  position: absolute;
  right: 15px; top: 10px;
  font-size: 28px;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
  height: 100%; }