.leaflet-control-zoom-fullscreen { background-image: url(../img/icon-home.png); }
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; }

.leaflet-control-attribution{display:none;}

/* .leaflet-clickable{opacity:0.5 !important; 	} */

#map{
	cursor: crosshair;
	z-index: 500;


}

.menu{margin-top:100px;}

.fluide {
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

body {
    padding: 0;
    margin: 0;
	background-color: #505153;
	font-family:Georgia,serif;
	color: #4a3023 !important;
	
}
.leaflet-container {
    	background-color: #505153;

    }
    
html, body, #map {
    height: 100%;
}

.sidebar-content a {
    color: #4a3023 !important;
    text-decoration: none !important;
}

ul{padding-left: 0em !important;}

.sidebar-content li a{
	border-bottom: 1px solid red;
	line-height:2;
}

.blanc{color:#fff}

.snap-drawer-left {
}


.fermer {

	width:33px;
	height:33px;
	font: 400 16px/33px 'Roboto Condensed', Arial,Verdana,sans-serif;

	text-align:center;
	cursor:pointer;
	background-image: url(../img/infos_background.png);
	color:#FF0000;


}


.infos {

	width:33px;
	height:33px;
	font: 400 16px/33px 'Roboto Condensed', Arial,Verdana,sans-serif;
	position:absolute;
	left:13px;
	top:120px;
	z-index:500;
	text-align:center;
	cursor:pointer;
	background-image: url(../img/infos_background.png);
	color:#FF0000;


}

.bloc_menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 274px;
  height: auto;
  overflow: auto;
  margin-left: -275px;


}

.bloc_menu__ouvert {
	padding: 20px 20px 20px 20px;
	background-color: #c6daf2;
	border: 1px dotted #c83b44;
}

.ouvert{
	margin-left: 275px;
}

.bloc_menu_ouvert{
	margin-left: 0px;
}

.bloc_menu button {
margin-right: -10px;
}


button.btn_ferme_menu{
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506;
}

.btn_ferme_menu {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 1;
padding: 0 0 18px 10px;
color: #c83b44;
background-color: #c6daf2;

font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}