.cartePersonne {
	width : 90vw ;
	max-height : 85vh ;
	position : fixed ;
	top : 0.5em ;
	left : 5vw ;
	z-index : 310000 ;
	-webkit-box-shadow: -11px 10px 15px 3px rgba(112,112,112,1);
	-moz-box-shadow: -11px 10px 15px 3px rgba(112,112,112,1);
	box-shadow: -11px 10px 15px 3px rgba(112,112,112,1);
}

.cartePersonne {
	background-color : var(--bg-color-base) ;
	border : 1px solid var(--color-base) ;
}

.cartePersonne header {
	width : 100%;
	color : var(--color-base) ;
	display : flex ;
	justify-content: space-between;
	align-items: center ;
	padding: 0 1em;
	box-sizing: border-box ;
}

.cartePersonne .config {
	font-size : 80%;
	color : #606060 ;
	margin-left : 2em ;
}

.cartePersonne #map {
	position : relative ;
	width : 89.9vw ;
	height : 80vh ;
}

#commentLieu {
	border : 1px solid #303030 ;
	width : 30vw ;
	max-height : 80vh ;
	position: absolute ;
	top : 6em ;
	right : 1em ;
	z-index : 900000 ;
	background-color : white ;
	overflow-x : hidden ;
	overflow-y : auto ;
}

.tooltipTable {
    font-size: 9pt;
    white-space: nowrap;
}
.tooltipTable td {
	vertical-align: top;
}
