div#map-canvas {
	width: 100%;
	height: 400px;
}

.header_content {
	margin-bottom: 18px;
}

/*INFOWINDOW*/

.infowindow .marker_title {
	margin-top: 0;
}

.gm-style .gm-style-iw-c button {
	right: 0!important;
	top: 0!important;
}

.gm-style .gm-style-iw-c button img {
	margin: auto!important;
}

.gm-style .gm-style-iw-t {
	pointer-events: auto!important;
}

div#map-section .uncell {
	padding-left: 0;
	padding-right: 0;
}

/*FILTERS*/

.map-filters-wrapper ul#type {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}

.map-filters-wrapper ul#type li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	line-height: normal;
	margin-bottom: 9px;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgb(255 255 255 / 0%);
	transition: .25s;
}

.map-filters-wrapper ul#type li img {
	width: 20px;
	margin-right: 10px;
}

.map-filters-wrapper ul#type li.active {
	background: #bfdca5;
	border-color: #bfdca5;
}

.map-filters-wrapper ul#type li:hover {
	border-color: #bfdca5;
}

/*Itinéraire*/
div#directionsPanel {
	display: none;
}

div#directionsPanel.active {
	display: block;
}

@media (max-width: 569px){

	/*INFOWINDOW*/
	.gm-style .gm-style-iw-c {
		padding: 18px!important;
		max-width: 200px!important;
	}


	div#map-canvas{
		max-height: 80vh;
	}

	.marker_content p {
		font-size: 12px;
	}

	.h4.marker_title {
		font-size: 16px;
	}

}