#gmap{
	width: 100%;
	height: 700px;
}

#map_container .informations{
	width: 580px;
	text-align: center;
}
#map_container .informations .title{
	color: #000;
    font-size: 20px;
    font-weight: bold;
    margin:8px 0;
}
#map_container .informations .structure_type{
    font-weight: bold;
}
#map_container .informations .read_more{
	text-align: right;
}
#map_container .informations .image{
	width: 100%;
	height: auto;
	background-color: white;
	display: flex;
  	justify-content: center;
  	text-align: center;
}
#map_container .informations .image img{
	align-self: center;
	width: 100%;
	height: auto;
}

#map_container .informations .web_site{

}



#map_container .address{
	font-size: 1.2em;
}
#map_container .phone{
	font-size: 1.2em;
	margin: 10px 0;	
}
#map_container{
	font-size: 1.4em;
}


table.more{
  border-spacing:0; 
  border-collapse: collapse;
  /*margin-left:10px;*/
}

table.more tr:nth-child(odd) {
    background-color: #F2F2F2;
}
table.more td{
  text-align: left;
  padding: 10px;
}
table.more td.label{
	color:#24B0B3;
	font-weight: 700;
}
/*
.gm-style-iw{
	top:0 !important;
	left:0 !important;
	width: 260px !important;
}*/



@media (max-width: 767px) {
	#map_container .informations {
	    width: 100%;
	}
}
