#map-canvas{
	vertical-align: top;
	padding-left: 5px;
	height: 500px;
	width: 100%;
	border: 1px solid #dfe0e4;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-image: url(/lib3/loader_image_map.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.gm-style-iw{
    overflow: hidden !important;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	line-height: 1.35;
	/*font-size: 1.1em;*/
}
.gm-style-iw .etab-infowindow{
	min-height: 100px;
}
.gm-style-iw a.title_full{
	display: inline-block;
	font-size: 1.1em;
	color: #2980b9;
	font-weight: bold;
	/*margin-bottom: 5px;*/
}

.gm-style-iw .title_full:hover{
	color: #feba02;
}

.gm-style-iw .etab-content{
	padding-left: 138px;
	/* font-size: 0.9em; */
	line-height: 1.5;
}

.noteEtoilesInInfoWindow{
	position: absolute;
    left: 0px;
    top: 107px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 1px;
    width: 162px;
    height: 16px;
	text-align: left;
}
.noteEtoilesInInfoWindow img {
	/* on réinitialise les tailles héritées */
    width: auto !important;
    height: 16px !important;
}

@media screen and (min-width: 531px) and (max-width: 800px){
	.gm-style-iw .etab-content-footer-tarif{
		/*display: none;*/
	}

	.gm-style-iw .etab-content-illus img{
		width: 100%;
		height: 100%;
		max-width: 133px;
		max-height: 100px;
	}
	
	.noteEtoilesInInfoWindow{
		position: absolute;
		left: 0px;
		top: 83px;
		background-color: rgba(0, 0, 0, 0.3);
		padding-bottom: 1px;
		width: 120px;
		height: 16px;
		text-align: left;
	}
}

.tourisme-illus{
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
.tourisme-infos{
	display: table-cell;
	vertical-align: top;
	width: 99%;
	padding-left: 5px;
}

.desc-infowindow{
	text-align: justify;
	max-height: 300px;
	overflow: auto;
}

.france-css{
	background-image: url(/lib3/maps/france-css2/france.png);
	width: 215px;
	height: 265px;
}

#panoSV{
	border: 1px solid #dfe0e4;
	height: 500px;
}

#directionsPanel{
	text-align: left;
}

/*Fentre Jquery modale lors du dé-zoom maximum*/
.ui-widget-overlay{
	opacity:.70 !important;
	filter:Alpha(Opacity=70) !important;
}
.ui-dialog .ui-dialog-buttonpane{ 
	text-align:center !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float:none !important;
}

/* Styles des markersWithLabel */
.markersWithLabel {
    padding-bottom: 5px;
    visibility: visible;
}
.markersWithLabel.hover .prixMaps {
    background-color: #CC0000 !important;
}
/* Style de la petite flèche */
.markersWithLabel .flecheMaps{
    border-top-color: #3498DB;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-width: 5px 5px 0;
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
/* Style de la div contenant le prix */
.markersWithLabel .prixMaps{
	background-color: #3498DB;
	font-size: 1em;
    padding: 2px 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
	border: 1px solid #ccc;
	z-index:1;
	white-space: nowrap;	
}
/* Style de la petite flèche lors d'un hover */
.markersWithLabel.hover .flecheMaps {
    border-top-color: #CC0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/* InfoBulle sur Internet Explorer */
.gm-style-iw .mybox {
	min-width: 300px;
	box-sizing: border-box;
}
