.page-template-storelocator header h1.entry-title {
	margin-bottom: 0px!important;
}
#store_locator_map{
	width: 100%;
	height: 600px;
	z-index: 1;
}
#container-map{
	position: relative;
}
#infowindow{
	z-index: 2;
	background: white;
	position: absolute;
	width: 450px;
	left: 200px;
	top: 60px;
}
#infowindow .back{
	margin: 20px;
	font-family: 'Futura PT Medium';
	cursor: pointer;
}
#infowindow .back:before{
	content: '';
	display: inline-block;
	background: url('../img/picto/fleche-gauche.jpg') no-repeat center;
	background-size: 75%;
	width: 15px;
	height: 13px;
	margin: -3px 7px 0 0;
	vertical-align: middle;
}
#infowindow .content{
	padding: 20px 30px;
	max-height: 440px;
	overflow: auto;
}
#infowindow .content h2{
	font-family: 'Futura PT Medium';
	font-size: 28px;
	color: black;
}
#infowindow .content h2 + p{
	font-size: 18px;
}
#infowindow .content p:not(:last-of-type){
	border-bottom: 1px solid #bbb;
}
#infowindow .content p{
	color: grey;
	font-size: 18px;
    font-family: 'Futura PT Book';
	font-weight: 100;
	padding-bottom: 20px;
}
#infowindow .content p strong{
	color: black;
	font-size: 18px;
   	font-family: 'Futura PT Medium';
   	display: block;
}
#infowindow .content p strong + br{
	display: none;
}
#infowindow .content ul{
	padding: 0;
	list-style-type: none;
	overflow-y: auto;
	height: 100%;
}
#infowindow .content ul li{
	padding: 10px 0;
	border-bottom: 1px solid #bbb;
	cursor: pointer;
	clear: both;
}
#infowindow .content ul li p{
	padding: 0;
	margin: 0;
}
#infowindow .content ul li:before{
	content: '';
	display: block;
	float: right;
	background: url('../img/picto/fleche-droite.jpg') no-repeat center right;
	opacity: 0.2;
	width: 40px;
    height: 70px;
	transition: all 0.5s ease;
}
#infowindow .content ul li:hover:before{
	opacity: 1;
}
#infowindow .content ul li strong{
	font-size: 20px;
	line-height: 20px;
}
.autocomplete-suggestions{
    text-align: left; 
    cursor: default; 
    border: 1px solid #ccc; 
    border-top: 0; 
    background: #fff; 
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute; 
    display: none; 
    z-index: 9999; 
    max-height: 254px; 
    overflow: hidden; 
    overflow-y: auto; 
    box-sizing: border-box;
}
.autocomplete-suggestion{
	position: relative; 
	padding: 0.6em; 
	line-height: 23px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	font-size: 1.02em; 
	color: #333; 
}
.autocomplete-suggestion b{
	font-weight: normal; 
	color: #1f8dd6;
}
.autocomplete-suggestion.selected{
	background: #f0f0f0;
}
#cavistes_search_box{
	margin: 20px auto;
	text-align: center;
}
#cavistes_search_box .cta{
	background: white;
	padding: 13px 30px;
	font-size: 12px;
}
#cavistes_search_box #places-search{
	border: 1px solid #a3a3a3;
	margin-top: 0 !important;
	padding-left: 20px;
}
#cavistes_search_box button[type="submit"]{
	background: black;
	margin-right: 20px;
	display: inline-block;
	border: none;
	height: 50px;
	width: 50px;
	background-image: url('../img/picto/search_w_2x.png');
	background-size: 15px 16px;
	background-repeat: no-repeat;
	background-position: center;	
}
#cavistes_search_box > *{
	vertical-align: top;
	margin-bottom: 10px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#infowindow{
		z-index: 2;
		background: white;
		position: relative;
		width: 100%;
		left: 0;
		height: auto!important;
		top: 0;
	}
	#infowindow .content{
		padding: 15px 40px;
	}
	#infowindow .content ul{
		height: auto!important;
	}
	#infowindow .back{
		margin: 10px 40px;
	}
}