body
{
	font-family: Arial,sans-serif;
}

.liste {
	font-weight: bold;
	font-size: small;
}

.map
{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}

#chargementencours
{
	position: absolute;
	top: 50%;
	bottom:auto;
	transform: translate(-50%, -50%);
	left: 50%;z-index: 3000;
	right: auto;
	font-size: 1rem;
}

@media (max-width: 500px) {
	.dropdown-menu{
		max-height:200px;
		overflow-y: auto;
	}
}

.title-green {
	background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
	color: #3c763d;
	text-align:left;
	font-size:small;
}

.title-red {
	background-image: linear-gradient(to bottom, #f0dadd 0, #e9c4bf 100%);
	color: #9d393b;
	text-align:left;
	font-size:small;
}

.redLabel{
	white-space:nowrap;
	text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
	color: red;
}

.greenLabel{
	white-space:nowrap;
	text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
	color: limegreen;
}

#optionslidermls .slider-rangeHighlight {
	background: #f70616;
}

#optionslidermls .slider-rangeHighlight.category3 {
	background: #FF9900;
}

#optionslidermls .slider-rangeHighlight.category2 {
	background: #99CC00;
}

#optionslidermls .slider-rangeHighlight.category1  {
	background: #81bfde;
}

#optionsliderlocalisation .slider-rangeHighlight {
	background: #81bfde;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main.top .tooltip-arrow:after,
.slider.slider-vertical:hover .tooltip.tooltip-main.top .tooltip-arrow:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 42%;
	bottom: -10px;
	border: transparent 5px solid;
	border-top: #000 5px solid;
}

#settingsmap {
	position: absolute;
	background-size: contain;
	cursor: pointer;
	margin-right: 0;
	margin-top: 0;
	padding: 2em 2em 1em 1em;
	z-index: 5;
	bottom: 3.5em;
	border-top-right-radius: 5em 5em;
}

#settingsliste {
	position: absolute;
	bottom: 9.5em;
	width: 20em;
	height: 27em;
	min-height: 27em;
	min-width: 20em;
	background-size: contain;
	margin-left: 1em;
	margin-bottom: 0;
	z-index: 5;
	left: 0;
	border: 1px rgba(0,0,0,0.5) solid;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.navbar {
	padding-left: 1rem;
	padding-right: 1rem;
}