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;
	}

}

.listing_title_div {
	height: 60px;
    background-color: #1A2A4B;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

ul.listing_markers_list {
	height: 100%;
	overflow: scroll;
}



.listing_markers_list_div {
	height: inherit;
}

.infowindow {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 2px solid #70707054;
}

.listing_markers_list .infowindow:hover {
	cursor: pointer;
	background-color: #00000008 !important;
}


.vc_row.map_parent .row > .wpb_row > .wpb_column:last-child{
	padding: 0 !important;

}

.vc_map_list_bloc a.btn {
	padding: 9px 25px !important;
	border-radius: 30px;
	margin-top: 20px;
}

.infowindow > div {
	padding-left: 40px;
}


.infowindow > .header_content{
	font-weight:bold;
}

ul.listing_markers_list {
	padding-left: 0 !important;
}

ul.listing_markers_list {
	overflow-x: hidden;
}

ul.listing_markers_list {
	margin-top: 0;
}

.filters_title:after {
	font-family: "uncodeicon";
	content: "\f054";
	margin-left: 10px;
}

.filters_title.active:after {
	font-family: "uncodeicon";
	content: "\f078";
}

.filters_title:hover{
	cursor: pointer;
}


/*SWITCH CARTE / LISTE*/

@media(min-width: 960px){
	label.switch{
		display: none;
	}
	.switch_map_list{
		display: none;
	}
}

@media(max-width: 959px){
	/* the interesting bit */

.label {
  pointer-events: none;
  display: flex;
  align-items: center;
}

.switch,
.input:checked + .label .left,
.input:not(:checked) + .label .right {
  pointer-events: all;
  cursor: pointer;
}

/* most of the stuff below is the same as the W3Schools stuff,
   but modified a bit to reflect changed HTML structure */

.input {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .label .slider {
  background-color: #2196f3;
}

input:focus + .label .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .label .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* styling to make it look like your screenshot */

.left, .right {
  margin: 0 .5em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: sans-serif;
}

.switch_map_list input#toggle {
    visibility: hidden;
}

.map_parent > .row >.wpb_row >.wpb_column {
    display:none;
}

.map_parent > .row >.wpb_row >.wpb_column.active {
    display:block;
}


}