@charset "utf-8";
/* CSS Document */


.gm-style-iw div {
	overflow: hidden;
}

.rubrique-gmap #conteneur_inner {
	padding: 0;
}

#gma_carte_container {
	position: relative;
	width: 100%;
	padding: 0;
}
#gma_carte {
	width: 100%;
	height: 600px;
	overflow: hidden;
	z-index: 100;
}
.rubrique-fiche #gma_carte {
	height: 450px;
}

.markers_selection {
	width: 15%;
	min-width: 320px;
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 101;
	padding: 10px;
	background-color: #fff;
}
.markers_selection h2 {
	font-size: 30px;
	text-align: center;
}
.markers_selection li {
	list-style: none;
}
.markers_selection ul {
	padding: 0;
}

.marker-infobulle {
	position: relative;
	min-width: 250px;
	max-width: 320px;
}
.marker-infobulle .marker-infobulle-vignette {
	margin-right: 1em;
	float: left;
}
.marker-infobulle h2 {
	float: left;
	margin: 0;
	font-size: 30px;
	line-height: 28px;
}
.marker-infobulle h3 {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	max-width: 140px;
	margin: 0;
}
.marker-infobulle-vignette {
}
.marker-infobulle ul.liens {
	list-style-position: inside;
	list-style-type: square;
}
.marker-infobulle li p {
	margin-top: 0;
	margin-bottom: 0;
}

.gma_rubriques_liste h3 {
	cursor: pointer;
	background-image: url(../api/design/collapsed.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gma_rubriques_liste.expand h3 {
	background-image: url(../api/design/expanded.png);
}
.gma_categories_liste {
	display: none;
}
.gma_rubriques_liste.expand .gma_categories_liste {
	display: block;
}

