.simple_map_infos_place > div:not(.simple_map_infos_place_title) {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 3px;
}

.simple_map_infos_place img {
	height: 15px;
	width: 15px;
}

.simple_map_infos_title, .simple_map_infos_desc {
	margin-bottom: 35px;
}

.simple_map_infos {
	width: calc(50% - 60px);
	padding: 35px 0;
}

.simple_map {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.simple_map_infos_place_title {
	margin-bottom: 10px;
}

#simple_map_map {
	width: 50%;
	border-radius: 15px;
}

.gm-style-cc { 
	display:none; 
}

.simple_map_infos_place a {
	border-bottom: 1px solid #d6315f;
}

@media screen and (max-width: 992px) {
	.simple_map_infos {
		width: 100%;
		padding: 0;
	}
	
	#simple_map_map {
		height: 300px;
		width: 100%;
	}
}