.map_icons {
	
}

.map.leaflet{
	width: 100%;
	display: block;
	float: left;
	min-height:30vh;
	border: 5px none #ff0005;
	margin: 0;
	padding: 0;
	position: relative;
}



.map_icons{
	width: 3px;
	height: 3px;
	background-color: #706f6f;
}
	


.map_icons:before,
.map_icons:after
{
	 /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;


  	text-decoration: none;
	direction: ltr;
	z-index: 1;
	content:'';	
	position: absolute;
	transform: translate(-50%,-100%);
	left: 50%;	
	text-align: center;
	display: inline-block;
	top: 0;
	vertical-align: bottom;
	font: normal normal 26px/1em 'gwakamolforgraffalgar';
	text-indent: 1px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

.map_icons:after{
text-shadow: rgba(0,0,0,0.5183581) 1px 1px 1px;
}

.map_icons:hover:after{
	z-index: 1000;
	color: #ee9209;
	font-size: 32px;
	text-shadow: rgba(0,0,0,0.5183581) 3px 3px 3px;
}

.map_icons:before{
	font-size: 20px;
	padding: 0;
	top: -7px;
}

.map_icons:hover:before{
	z-index: 1001;
	font-size: 28px;	
	top: -7px;
}

.map_icons:after{
	content:'g';
	z-index: -1;
}

.map_icons.home:before{
	content:'l';
	color: #000;
	font-size: 35px;
}
.map_icons.home:after{
	display: none;
} 
.map_icons.home:after{
	color: #000;
}
.map_icons:before{
	color: #feffff;
	z-index: 10000;
}

.map_icons.flag:before{
	content:'5';	
}
.map_icons.ville:before{
	content:'3';	
}

.map_icons.bus:before{
	content:'B';	
}

.map_icons.resto:before{
	content:'9';	
}

.map_icons.cafe:before{
	content:'1';	
}
.map_icons.bar:before{
	content:'7';	
}
.map_icons.photo:before{
	content:'6';	
}
.map_icons.piscine:before{
	content:'8';	
}

.map_icons.avion:before{
	content:'A';
}
.map_icons.plage:before{
	content:'O';	
}
.map_icons.grappe:before{
	content:'4';	
}
.map_icons.shop:before{
	content:'S';	
}

.map_icons.coeur:before{
	content:'2';	
}

.map_icons.etoile:before{
	content:'E';	
}

.leaflet-popup-content > div{
	display: inline-block;
	position: relative;
	min-height: 1px;
	width: 100%;
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 500;
	pointer-events: none;
	}
	
	
.leaflet-popup-content label{
	margin: 0;
	padding: 0;
}	

.leaflet-popup-content-wrapper {
	border-radius:0px;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	
}
.leaflet-popup-content{
	margin-right: 0px;
	margin-left: 0px;
}
.leaflet-popup-content{
	margin-top: 0px;
	margin-bottom: 0px;
}

	