/*! Ce fichier définit le style  
lien  pour les liens dans les popups de golf
*/

.div1 {
  background-color: lightgrey;
  width: 200px;
  border: 5px solid green;
  padding: 10px;
  margin: 10px;
}

.lien {
  font-family: Times New Roman;
  color:#050b21;
  font-size: 18px;
  background-color: #e1fffb;
  border-radius: 15px;
  padding: 9px;
  text-decoration: underline;
  border-color: #e1fffb !important;
  border-style: inset;
  }

.bouton {
    background-color: #4CAF50;
    border-radius: 15px;
    color: white;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0 5px #999;
}

.bouton1:hover {background-color: #39833c}

.bouton1:active {
  background-color: #39833c;
  box-shadow: 0 0px #666;
  transform: translateY(5px);
}

.legende {
  font-family: Times New Roman;
  color:#050b21;
  font-size: 24px;
  background-color: #e4e9fc;
  border-radius: 15px;
  padding: 9px;
  text-decoration: underline;
  border-color: #e4e9fc !important;
  border-style: inset;
  }


.titre_legende {
  font-size: 30px;
  font-weight: bold;
  }

.warning {
  font-size: 22px;
  font-weight: bold;
  color:red;
  }

.etiquette {
  font-size: 12px;
  color:red;
  }


.leaflet-popup-content-wrapper{
  background-color: #f2f3fa !important;
  padding: 1px !important;
  border-style: inset !important;
  }