html, body{
	width: 100%;
	height:100%;
	background-color: #fff;
}

.bg-accueil{
	/*background-color: rgba(0,153,204,0.7);*/
	background-image: url("../img/background.png");    
	background-position: center top;
	background-size: 100% auto;
}
.container-fluid{
	padding-top:50px;
	margin-bottom: 0px;
	/*background-color: #ffffff;*/
}

/** Map **/
.map{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	padding-top:50px;
}
.ol-control button{ 
	background-color: rgba(40, 40, 40, 0.85) !important;
}
.ol-scale-line{
	background-color: rgba(40, 40, 40, 0.85) !important;
	padding: 5px;
}
.map .ol-custom-overviewmap .ol-overviewmap-box {
	border: 2px solid red;
}
.ol-mouse-position{
	top: 0.8em;
	right: auto;
	right: 3em;
}
.ol-geolocation {
	top: 0.5em;
	left: 8.5em;
}
.ol-geocoding {
	top: 0.5em;
	left: 10.5em;
}
.ol-overviewmap{
	bottom: 2em;
}
.ol-zoomslider{
	top: 7em;
}
.ol-measureDistance{
	top: 0.5em;
	left: 2.5em;
}
.ol-measureArea{
	top: 0.5em;
	left: 4.5em;
}
.ol-zoomBox{
	top: 0.5em;
	left: 12.5em;
}
.ol-exportImg {
	top: 0.5em;
	left: 6.5em;
}
.ol-troisd{
	top: 2.5em;
	right: 0.5em;
}
.ol-layersPanel{
	top: 4.5em;
	right: 0.5em;
}
.ol-getInfo{
	top: 6.5em;
	right: 0.5em;
}
.ol-voirie{
	top: 0.5em;
	left: 14.5em;
}
.ol-echelle{
	top: 0.5em;
	left: 16.5em;
}
.ol-cadastre{
	top: 0.5em;
	left: 18.5em;
}
.ol-topographie{
	top: 0.5em;
	left: 20.5em;
}
.ol-itineraire{
	top: 0.5em;
	left: 22.5em;
}
.ol-streetview{
	top: 8.5em;
	right: 0.5em;
}
.ol-impression{
	top: 10.5em;
	right: 0.5em;
}
.ol-coordclic{
	top: 12.5em;
	right: 0.5em;
}
.ol-mapillary{
	top: 14.5em;
	right: 0.5em;
}
.mousePosition{
	background-color: rgba(40, 40, 40, 0.85);
	color: #fff;
	padding: 2px;
	border-radius: 2px;
}
.distance{
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: rgba(255, 0, 40, 1.0);
	padding: 4px 8px;
	opacity: 0.7;
	border: 1px dashed rgba(255, 0, 40, 1.0);
	white-space: nowrap;
}
.distance-measure{
	opacity: 1;
	font-weight: bold;
}
.distance-static{
	background-color: rgba(255, 0, 40, 1.0);
	color: #fff;
	border: 1px solid white;
	font-weight: bold;
}
.distance-measure:before,
.distance-static:before{
	border-top: 6px solid rgba(255, 0, 40, 0.85);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}
.distance-static:before{
	border-top-color: rgba(255, 0, 40, 0.85);
}
.tooltip-inner{
	white-space: nowrap;
}
.area{
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: rgba(40, 0, 255, 1.0);
	padding: 4px 8px;
	opacity: 0.7;
	border: 1px dashed rgba(40, 0, 255, 1.0);
	white-space: nowrap;
}
.area-measure{
	opacity: 1;
	font-weight: bold;
}
.area-static{
	background-color: rgba(40, 0, 255, 1.0);
	color: #fff;
	border: 1px solid white;
	font-weight: bold;
}
.area-measure:before,
.area-static:before{
	border-top: 6px solid rgba(40, 0, 255, 0.85);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}
.area-static:before{
	border-top-color: rgba(40, 0, 255, 0.85);
}
.geocoding-container {
	position: absolute;
	height: 50px;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	/*width: 100%;*/
	z-index:9999;
	display:none;
}
.voirie-container {
	position: absolute;
	/*height: 50px;*/
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	/*width: 100%;*/
	z-index:9999;
	display:none;
}
.echelle-container {
	position: absolute;
	/*height: 50px;*/
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	/*width: 100%;*/
	z-index:9999;
	display:none;
}
.coordonnees-container {
	position: absolute;
	/*height: 50px;*/
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	/*width: 100%;*/
	z-index:9999;
	display:none;
}
.cadastre-container {
	position: absolute;
	/*height: 50px;*/
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	/*width: 100%;*/
	z-index:9999;
	display:none;
}
/* Conteneur */
.layersPanel-container{
	position: absolute;
	height: 80%;
	top: 20%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 30%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.layersPanel-content{
	position: absolute;
	width: 95%;
	height: 90%; 
	padding: 10px 10px;
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
/* Conteneur */
.docurbaPanel-container{
	position: absolute;
	height: 80%;
	top: 20%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 30%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.docurbaPanel-content{
	position: absolute;
	width: 95%;
	height: 90%; 
	padding: 10px 10px;
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
/* Conteneur */
.topographiePanel-container{
	position: absolute;
	height: 80%;
	top: 20%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 30%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.topographiePanel-content{
	position: absolute;
	width: 95%;
	height: 90%; 
	padding: 10px 10px;
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
/* Conteneur */
.itinerairePanel-container{
	position: absolute;
	height: 80%;
	top: 20%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 30%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.itinerairePanel-content{
	position: absolute;
	width: 95%;
	height: 90%; 
	padding: 10px 10px;
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
/* Conteneur */
.printPanel-container{
	position: absolute;
	height: 60%;
	top: 40%;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 30%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.printPanel-content{
	position: absolute;
	width: 100%;
	height: 90%; 
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
/* Conteneur */
.mapillaryPanel-container{
	position: absolute;
	height: 80%;
	top: 20%;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 50%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.mapillaryPanel-content{
	position: absolute;
	width: 100%;
	height: 90%; 
	overflow: auto;
	background-color: rgba(0,0,0,0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
.ol-popup {
	color:#fff;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	color: red;
}
#progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: rgba(255, 0, 0, 1);
	width: 0;
	transition: width 250ms;
}
.typeahead .active > a,
.typeahead .active > a:hover {
	color: #ffffff;
	background-color: rgba(190, 188, 199, 0.85);
	background-image: none;
}
.info-load{
	display:none;
}
.info-load-plan{
	display:none;
}
.info-load-cua{
	display:none;
}
#preloadPrint{
	display:none;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	z-index: 9999;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}