html,body{
	height:100%;
	width:100%;
	margin:0;
	overflow: hidden;
	font-family:Arial,Verdana,Geneva,Lucida,Helvetica,sans-serif ;
}
#map{
	width:100%;
	height:100%;
	position:relative;
}
#infoSelection{
  position:absolute;
  bottom: calc(25% + 1.5em);
  background-color:rgba(0,0,0,0.4);
  display:none;
  width:90%;
  left:5%;
  color:#ffffff;
  text-align:center;
  border-radius: .5em;
  padding:.2em 0;
  z-index:5;
}
#removeSel{
  float:right;
  width: 1.5em;
  cursor: pointer;
}
#profil {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 25%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
#btnProfil {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("../../../assets/images3/carto/hide.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0 0;
    bottom: 25%;
    height: 20px;
    left: 46%;
    position: absolute;
    width: 8%;
    z-index: 5;
}
#graph2{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	cursor: crosshair;
}
#graphPos{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	cursor: crosshair;
}
#bulle{
	display:none;
	background-color:rgba(255,255,255,0.7);
	position: absolute;
	left:0;
	bottom:0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-align:center;
	text-shadow:none;
	line-height:1em;
	border-style:solid;
	color:#4E4E4E;
}
.bulle1{
	width:100px;
	height:40px;
	border-radius:5px;
	padding:2px;
	border-width: 1px;
	font-size:0.7em;
}
.bulle2{
	width:130px;
	height:55px;
	border-radius:7px;
	padding:2px;
	border-width: 1px;
	font-size:0.9em;
}
.bulle3{
	width:160px;
	height:70px;
	border-radius:8px;
	padding:3px;
	border-width: 2px;
	font-size:1.2em;
}
.bulle4{
	width:200px;
	height:90px;
	border-radius:10px;
	padding:4px;
	border-width: 3px;
	font-size:1.4em;
}

#marker{
	background-image: url("../../../assets/images3/carto/marker-icon.png");
	width:25px;
	height:41px;
	display:none;
}
#altidist {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid;
    border-radius: 4px;
		font-family:Arial,Verdana,Geneva,Lucida,Helvetica,sans-serif ;
    font-size: 0.8em;
    height: auto;
    padding: 2px;
    text-align: center;
    width: auto;
		display:none;
}
#lienTdt {
		margin: auto;
		height:40px;
		padding-top:5px;
		font-family:Arial,Verdana,Geneva,Lucida,Helvetica,sans-serif ;
		font-variant:small-caps;
		color: #cc1046;
		text-align:center;
}
#lienTdt a,#lienTdt a:hover,#lienTdt a:visited{
	text-decoration:none;
	color:#cc1046;
}
@media all and (min-width: 417px) {
	#lienTdt {
			height:25px;
	}
}
.piTitre{
	font-variant: small-caps;
	color:#cc1046;
	text-align:center;
	font-family:Arial,Verdana,Geneva,Lucida,Helvetica,sans-serif ;
}
.piDescription{
	color:#4E4E4E;
	font-family:Arial,Verdana,Geneva,Lucida,Helvetica,sans-serif ;
}
.piImg{
	display:block;
	max-width:95%;
	max-height:95%;
	margin:.3em auto;
	min-width:20em;
}


.ol-popup {
	position: absolute;
	background-color: white;
	-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;
	max-width:30em;
	display:none;
}
.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-full-screen {
    left: 0.5em;
    top: 7em !important;
		right:auto !important;
}
.ol-control-greyscale{
    left: 0.5em;
    top: 4.5em;
}
.ol-control-greyscale-btn.ol-has-tooltip {
    background-position: center center;
    background-repeat: no-repeat;
}
.ol-control-greyscale-btn.ol-has-tooltip.inactive{
    background-image: url("../../../assets/images3/carto/gris.png");
}
.ol-control-greyscale-btn.ol-has-tooltip.active{
    background-image: url("../../../assets/images3/carto/rgb.png");
}
#lien_accueil {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2500;
}