body.com-googlemaps-plans section#main.main-pages, body.com_googlemaps.view-plans section#main.main-pages{
	padding: 0;
}
#gmaps{
	height: 650px;
}

#gmaps #map-canvas{
	position: absolute !important;
	top: 0;
	bottom: -25px;
	left: 0;
	right: 0;
}

#gmaps #container-map{
    width: 100%;
    height: 650px;
    margin: 0;
}

#gmaps .container{
	position: relative;
	z-index: 1;
}
#gmaps #items{
    margin: 0;
    overflow-y: auto;
    background-color:  #ffffff;
    max-width: 510px;
    width:100%;
    height: 500px;
    overflow-x: hidden;
    margin-top: -40px;
    padding: 0 20px 20px;
	position: absolute;
	-webkit-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    -moz-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    box-shadow: 0px 0 20px rgba(38,40,41,0.2);
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    color: #747476;
    font-weight: 500
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #e8eaeb;
    font-size: 14px;
    color: #747476;
    font-weight: 500
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e8eaeb;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    color: #747476;
    font-weight: 500
}

#gmaps #items .item-info{
	padding: 0px;
}
#gmaps #items .child-item {
	padding: 0px;
	display: inline-block;
	width: 100%;
}
#gmaps #items .header-plan{
	text-align: left;
    line-height: 32px;
    margin: 30px 0 15px;
	padding: 0 0 5px;
	position: relative;
	color: #1d1d1b;
    font-family: 'Open Sans Condensed', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
}
#gmaps #items .header-plan:after{
	content: "";
    width: 50px;
    height: 6px;
    background-color: #ffe500;
    position: absolute;
    left: 0;
    bottom: 0;
}
#gmaps #items .item-address{
	float: left;
	width: 50%;
}
#gmaps #items .name-item{
	font-family: 'Open Sans', sans-serif;
	color:  #282828;
	font-size: 16.01px;
	font-weight: 600;
	line-height: 24.027px;
 }
#gmaps #items .item-picker{
	float: right;
	width: 49%;
	text-align: right;
}
#gmaps #items .address-item{
	font-family: 'Open Sans', sans-serif;
	color:  #282828;
	font-size: 16px;
	font-weight: 400;
	line-height: 24.027px;
 }
#gmaps .infobox , .fancybox-inner .infobox  {
    background: #fff ;
    border:1px solid #ccc;
    padding: 10px 10px 10px;
    min-width: 187px;
	font-size: 13px;
    min-height: 45px;
    max-width: 340px;
    cursor: pointer;
}
.fancybox-inner .infobox  {
    max-width: 230px;
}
#gmaps .infobox  .title ,.fancybox-inner .infobox .title{
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	display: block;
	margin-bottom:5px;
	padding-right:15px;
}
#gmaps .infobox .close{
	background: url("../images/icon-close.svg") no-repeat scroll 0% 0% / 10px auto transparent;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	display: block;
	top: 5px;
}
#gmaps th.section-header{
    color: #000;
    padding: 25px 40px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 18px;
    font-weight: 500;
}
#gmaps .styled_table tbody td{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    padding: 20px 40px;
}
#gmaps table tr{
}
#gmaps a.link-carte{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: url("../images/icon-pin-map.svg") no-repeat left center;
	background-size: 12px auto;
	padding: 0 0 0 22px
}
#gmaps a.link-carte:hover, #gmaps a.link-carte:focus{
	background: url("../images/icon-pin-map-hover.svg") no-repeat left center;
	background-size: 12px auto;
}
#gmaps a{
	color: #9fa0a0;
}
#gmaps a:hover, #gmaps a:focus{
	color: #1d1d1b;
}
@media screen and (max-width: 480px){
	#gmaps #map-canvas{
		height:250px;
	}
	#gmaps #items .header-plan{
		font-size: 20px;
	}
	#gmaps .infobox {
		max-width:250px;;
	}
	#gmaps th.section-header{
		padding: 25px 20px;
	}
	#gmaps .styled_table tbody td{
		padding: 20px 20px;
	}
}

@media screen and (max-width: 580px){
	#gmaps #items .item-address{
		width: 100%;
	}
	#gmaps #items .item-picker{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#gmaps #map-canvas {
		height: 250px;
		float: left;
		width: 100%;
		position: relative !important;
	}
	#gmaps #items{
		position: relative !important;
		margin-top: 0px;
	}
	#gmaps .container{
		padding: 0px 15px;
	}
}

.infoBox .infoBox-close{
	position: absolute;
	right: 2px;
    top: 2px;
	cursor: pointer;
}

.infoBox {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.infoBox:before {
    content: "";
    width: 30px;
    bottom: -15px;
    right: 0;
	left: 0;
    height: 30px;
    background: #fff;
    position: absolute;
    z-index: 99;
    transform: rotate(45deg) translateX(0%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    margin: auto;
	z-index: -1;
}
.infoBox h3.md-subhead{
	margin: 0;
	padding: 5px 0 15px;
	background: #fff;
	color: #000;
	text-transform: none;
}
.infoBox .iw-details{
	padding: 10px 15px 15px;
	display: none;
}
.infoBox .iw-details .material-icons img{
	margin: 0 10px 0 0;
}

/*********map image***********/

#gmaps #map-canvas {
    display: none;
}

#container-map {
	background-image: url(../images/map-1920px.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
       
}


#gmaps #items .item-picker {
    display: none;
}