html, body {
  height: 100%;
  font-family: serif;
  font-style: georgia;
  margin: 0;
}

a {color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  width: 100%;
}

.wrapper {
  position: relative;
  background-color: blue;
  padding: 5px, 0px;
  height: 100vh;
}

#map {
    z-index: 0;
    height: 100%;
    width: 100%;
}

#block {
  background-color: rgba(255, 255, 255, 0.5);
  max-height: 100vh;
  overflow: auto;
  position: absolute;
      top: 30px;
	  bottom: 0px;
      left: 30px;
  padding: 20px;
  z-index: 1;
  min-width: 300px;
  width: 30vw;
}

#legende {
  background-color: rgba(255, 255, 255, 0.5);
  max-height: 20vh;
  overflow: auto;
  position: absolute;
  bottom: 30px;
  right: 130px;
  padding: 10px;
  z-index: 1;
}

#legende th {
  text-align: center;
  width: 45px;
  height: 24px;
  vertical-align: middle;
}

#legende td {
  text-align: left;
  width: 100px;
  height: 24px;
  vertical-align: middle;
} 

#legende img {
  width: 17px;
  height: 24px;
}

#langues {
  background-color: rgba(255, 255, 255, 0.5);
  max-height: 25vh;
  overflow: auto;
  position: absolute;
  bottom: 130px;
  right: 15px;
  padding: 10px;
  z-index: 1;
}

#langues td {
  text-align: right;
  width: 85px;
  height: 20px;
  vertical-align: middle;
} 

/*

#continents {
  background-color: rgba(255, 255, 255, 0.5);
  max-height: 25vh;
  overflow: auto;
  position: absolute;
  top: 30px;
  right: 70px;
  padding: 10px;
  z-index: 1;
}

#continents td {
  text-align: right;
  width: 150px;
  height: 20px;
  vertical-align: middle;
} 

*/

.leaflet-control{
  top:calc(85vh - 30px);
}

.leaflet-control-container > .leaflet-left {
  right: 15px;
  left: unset;
}
.leaflet-control-zoom {
  top: 15px;
}

.leaflet-control-attribution {
  position:relative;
  top: -1vh;
  /*left: calc(-50vw + 50px);*/
  right: 10px;
  opacity: 0.2;
}

.leaflet-control-attribution:hover {
  opacity: 1;
  transition:all 0.2s ease-in-out;
}

.background {opacity: 0.9;}


.titles {
  font-size: 1.4em;
}

.tech-specs {
  font-size: 1.2em;
}


.left{
  font-size:1.3em;
}

.details,
.show,
.hide:target {
  display: none;
}
.hide:target + .show,
.hide:target ~ .details {
  display: block;
}

.details {
  margin:5px 0px 10px 40px;
  padding: 2px 15px 2px 15px;
  text-align: justify;
  font-size: 18px;
}


  /* recherche */
  /* recherche */
  /* recherche */
  /* recherche */




/* trucs de max */
/* trucs de max */
/* trucs de max */
/* trucs de max */
/* trucs de max */

.debug {
  color: pink;
  background-color: yellowgreen;
}

.end-debug {
  color: yellowgreen;
  background-color: pink;
}
