.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h2 {
  margin: 0 0 5px;
  color: #777;
}

.leaflet-popup-content {
  margin-top: 20px;
  margin-right: 2px;
  padding-right: 12px;
  min-width: 100 px;
  max-height: 300px;
  overflow: auto;
}

.custom-popup {
  border-radius: 2px;
  color: #504e4e;
  font-size: 10%;
  line-height: 10px;
  height: 10 px;
  max-height: 300px;
}

.custom-popup,
.leaflet-popup-tip {
  background: #e7e7e7;
  border: none;
  box-shadow: none;
}

.leaflet-popup-content-wrapper {
  background: #white;
  border-radius: 2px;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content {
  margin-top: 20px;
  margin-right: 2px;
  padding-right: 12px;
  min-width: 100 px;
  max-height: 300px;
  overflow: auto;
}

.titre {
  font-family: Arial;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.adresse {
  font-family: Arial;
  color: green;
  font-style: italic;
}

.google {
  font-family: Arial;
  color: blue;
}

.image {
  padding: 5px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texte {
  text-align: justify !important;
}

.imageInfo {
  padding: 5px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h2 {
  margin: 0 0 5px;
  color: #9e0e40;
}
