#map {
   height: 500px;
   margin-left:auto;
   margin-right:auto;
   width: 1110px;
   z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px 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;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}


#addSiteMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#editSiteMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#showSiteMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */

}

#addLocationMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#showLocationMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#editLocationMap{
    height: 400px;
    z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#addHoleMap{
  height: 400px;
  z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#showHoleMap{
  height: 400px;
  z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

#editHoleMap{
  height: 400px;
  z-index: 10; /* option pour que la map ne soit pas au premier plan */
}

.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #c30b82;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 4px;
    border-radius: 50%;
 }

.custom-div-icon i {
   position: absolute;
   width: 22px;
   font-size: 22px;
   left: 0;
   right: 0;
   margin: 10px auto;
   text-align: center;
}

.custom-div-icon i.awesome {
   margin: 12px auto;
   font-size: 17px;
}

.legend-icon {
  display: inline-block;
}
.legend-icon .leaflet-marker-icon {
  position: relative !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.info-legend 
{
  text-align: left;
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 5px 5px black;
  box-sizing: content-box;
  width: 100%;
}

.info-legend h4
{
  text-align: center;
}