#carto {
	float: left;
	margin-right: 2%;
	padding: 0;
	width: 60%;
}

#form-recherche-carto {
	background-color: #FFFFFF;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-color: #CECECE;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	box-shadow: 0 0 5px #CECECE;
	float: left;
	margin: 10px 0;
	opacity: 1;
	padding: 10px 10px 0;
	transition-duration: 0.3s;
	width: 38%;
}

#form-recherche-carto.carto form#recherche {
	border: medium none;
	display: block;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

#form-recherche-carto ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

#carto-recherche {
	background-image: url(http://www.falaise-tourisme.com/wp-content/themes/twentyfifteen/images/carto/onglet_rechercher_carte.png);
	background-color: #fff;
	cursor: pointer;
	height: 200px;
	left: 0;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -100000px;
	top: 102px;
	margin-top: 10px;
	width: 44px;
	z-index: 100000;
}

#effacer-criteres{
	background-color: #CC0001;
	clear: both;
    color: #fff;
    display: block;
    float: right;
    font-size: 1.2em;
    font-weight: 300;
    margin: 10px 0 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#overlay {
	background-color: #666666;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

/* résoudre le bug en Responsive Design */
#map_canvas img {
	max-width: none !important;
} 
/* résoudre le bug en Responsive Design */
#pano img {
	border: none !important;
	max-width: none !important;
} 
 
a#lien_jyvais span {
	display: none !important;
}

@media screen and (min-width: 240px) and (max-width: 768px) {
	#controles {
		display: visible !important;
	}
	#carto, #form-recherche-carto {
		width: 100%;
	}
}

/******************************/
/* Surcharge des styles 
/******************************/
.infowindow {
	display: block;
	height: auto;
	overflow: hidden;
	width: auto;
	min-height: 300px;
}

.infowindow h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 1.1em;
	margin: 0 auto;
	padding-left: 0;
	width: 320px;
	font-weight: bold;
}

.infowindow p { /*margin: 0 auto;*/
	text-align: left;
	width: 320px;
}

#map_canvas div.infowindow img {
    max-height: 150px !important;
    max-width: 300px !important;
    width: auto;
}

div.infowindow img.itineraire_jyvais {
	width: 174px !important;
	float: left;
	margin-right: 10px;
}

div.infowindow input#clientAddress {
	float: left;
	width: 110px;
}