#map {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #363B41;
}

#menu_left,
#menu_left_closed {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#menu_left {
	bottom: 10px;
	overflow-y: scroll;
	background-color: white;
}
#menu_left_closed {
	width: 40px;
}
#menu_left i,
#menu_left_closed i {
	font-size: 20px;
}
#menu_left ul,
#menu_left_closed ul {
	margin: 0px;
	padding: 0px;
}

#menu_left ul li,
#menu_left_closed ul li {
	list-style: none;
	padding: 7px 11px;
}
#menu_left ul li:hover {
	cursor: pointer;
}

.icon-left {
	margin-right: 20px;
	float: left;
	cursor: pointer;
}
.icon-right {
	float: right;
	margin-left: 20px;
	cursor: pointer;
}
.fond-gris {
	background: url("/images/fond-gris.jpg");
	height: 36px;
}
.fond-bleu {
	background: url("/images/fond-bleu.jpg");
	height: 36px;
}
.fond-blanc {
	/* background: url("/images/fond-blanc.jpg"); */
	min-height: 36px;
	color: #363B41;
	background-color: white;
}
.map_marker {
	padding: 7px;
	text-align: center;
	z-index: 20000;
	cursor: pointer;
	overflow: hidden;
}
.map_marker .marker-label {
	padding: 4px 7px;
	font-family: "Arial";
	font-weight: bold;
	background-color: white;
    border-radius: 2px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.40);
	margin-top: 4px;
	font-size: 10px;
	background-color: lightblue;
	color: black;
}
.marker-label-vu {
	color: grey !important;
}	
.vu {
	background-color: lightgrey;
}
.champ_update_carte,
.champ_update_lieu {
	width: 100%;
	background-color: lightgrey;
}



.dot-marker {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.dot-marker-label {
	background-color: #E8E8E8;
	color: black;
	padding: 2px 3px;
    border-radius: 2px;
	border: 1px solid #CCC;
}
