body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

/* #map must have non-zero height. */

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.marker {
	background-repeat: no-repeat;
    background-size: contain;
	width: 50px;
	height: 50px;
	cursor: pointer;
}


.pictos {
	width: 30px;
	height: 30px;
	padding-right: 5px;
}

.mapboxgl-popup {
	width: 300px;
	transform: translate(5px, 5px) translate(0px, 0px) !important;
}

.mapboxgl-popup-tip {
	display: none;	
}

.mapboxgl-popup-content {
	border-radius: 20px;
}

.mapboxgl-popup-close-button {
	font-size: xx-large;
}
