.ol-control button{ 
	background-color: rgba(13, 71, 161, 0.85) !important;
}
.ol-scale-line{
	background-color: rgba(13, 71, 161, 0.85) !important;
	padding: 5px;
}
.ol-mouse-position{
	top: 0.8em;
	right: auto;
	right: 3em;
}
.ol-overviewmap{
	bottom: 2em;
}
.mousePosition{
	background-color: rgba(13, 71, 161, 0.85);
	color: #fff;
	border-radius: 2px;
}
.ol-getInfo{
	top: 0.5em;
	left: 2.5em;
}
/* Popup */
.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;
}
.ol-printPanel {
	top: 0.5em;
	left: 4.5em;
}
.printPanel-container{
	position: absolute;
	height: 70%;
	top: 30%;
	right: 0;
	bottom: 0;
	background-color: rgba(13, 71, 161,0.7);
	width: 40%;
	z-index:9999;
	display:none;
}
/* Sous-conteneur */
.printPanel-content{
	position: absolute;
	width: 95%;
	height: 95%; 
	margin:10px;
	padding: 30px 10px;
	overflow: auto;
	background-color: rgba(13, 71, 161, 0.1);;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}
#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;
	-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;
}
.borderless td, .borderless th {
    border: none;
}