/* --------------  Tableau info des communes -------------- */
.info {
  /* fenetre info commune */
  background: white;
  opacity: .8;
  color: black;
  border-radius: 6px;
  padding-right: 5px;
  padding-left: 5px;
}
h4.info {
  text-align: center;
  font-weight:bold
}

table.info {
  margin: 15px;
  border: 2px solid #FFF;
  font-size: 120%;
  width: 260px;
}

tr.info1 {
  background: grey;
  border: 2px solid #FFF;
  width: 120px;
}
tr.info2 {
  border: 2px solid #FFF;
}

td.info {
   border: 2px solid #FFF;
}

td.info1 {
   border: 2px solid #FFF;
   width: 80px;
}

#bandeau {
  /* position: absolute; */
  /* margin: 10px; */
  /* z-index: 1000; */
  /* margin-left: 20px; */
  /* background: white; */
  opacity: 1;
  color: black;
  line-height: 5px;
  margin-bottom: 5px;
}

input.geo {
  color:black;
  background-color:white;
  border-radius: 6px;
  border:solid 1px #6E6E6E;
  height: 30px;
  width: 70%;
  font-size:14px;
  vertical-align:middle;
  margin: 2px;
}

button.geo {
  color:black;
  background-color:white;
  border-radius: 6px;
  border:solid 1px #6E6E6E;
  height: 30px;
  font-size:14px;
  vertical-align:middle;
  margin: 2px;
}

/* tooltip visible sur fond blanc (ou transparent) */
.leaflet-tooltip.my-labels-visible {
  /* background-color: transparent;
  border: 0px solid transparent; */
  background-color: white;
  border: 1px solid black;
  box-shadow: none;
  color:black;
  font-weight: bold;
  font-size: 14px;
  before: none;
  }

/* tooltip::before transparent (triangle qui pointe) */
.leaflet-tooltip.my-labels-visible::before  {
  display: none;
  }

/* tooltip transparent */
.leaflet-tooltip.my-labels-invisible {
  display: none;
}


/* tableau adressage  */
/* 
  .info {
  bottom: 0; top:10px;
  position: topleft;
} 

 .leaflet-top {
  bottom: 0;
}
*/

/*   */
.leaflet-control-zoom {
  position: topleft;
}

