@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic);

.leaflet-control-attribution,.leaflet-control-attribution *{
	font-family: 'Lato', sans-serif;
	font-size:12px !important;
}

.omap_popup_lien,.omap_popup_lien *{
	font-family: 'Lato', sans-serif;
	font-size:16px !important;
}
.omap_popup_desc,.omap_popup_desc *{
	font-family: 'Lato', sans-serif;
	font-size:16px !important;
}
.titreRef{
	font-family: 'Lato', sans-serif;
  font-size:14px;
	font-weight:400;
}
.lienRef{
	font-family: 'Lato', sans-serif;
  font-size:14px;
	font-weight:300;
}

#map_loading {
  position:absolute;
  top:650px;
  left:50%;
  width:220px;
  margin-left:-200px;
  text-align:center;
  padding:5px;
  background-color:#555;
  opacity:0.8;
  color:#fff;
  font-size:11px;
  font-family:Arial;
  text-transform:uppercase;
  display:block;
}


#map_contener {
  border:0px solid #ccc;
  height:auto;
  margin: 0px auto 0px auto;
  position:relative;
}

#map_contener #map {
  z-index: 1;
  float:left;
  width: 100%;
  height:665px;
  margin:auto;
  background-color:#F5FBEC;
  border:0px;
}
#map_lieux {
  
  float:left;
  /*position:absolute;  
  width:260px;
  left:-280px;
  top:-40px;/**/
  margin:0px 0px 0px 0px;
  /*padding-top:10px;*/
  /*background-color:#eee;*/
  border:0px;  
  overflow-y:auto;
  text-align:center;  
  background-color: #E6F8FD;
  /*height:540px;*/
  width:100%;
}
.carte_legende,.carte_legende_filtre{	
	
	/*margin-bottom:20px;*/
	/*display:block;*/
	line-height: 18px;
	font-size:16px;
	/*clear:both;
	width:100%;
	margin-bottom:5px;/**/
}
.carte_legende_filtre{
	/*margin-top:50px;*/
	/**/
	position:absolute;
	bottom:20px;/**/
}
.carte_legende_titre{
	float:left;
	margin-left:5px;
	margin-right:15px;
	margin-top:18px;
}
.carte_legende_picto{
	float:left;
	margin:7px;
	line-height: 18px !important;
}
.carte_legende_picto img{
	max-height: 40px !important;
}



.titreCat {
  cursor:pointer;
  background-color:#F1327F;
  margin:2px;
  color:#fff;
  padding:4px;
  width:auto;
  font-weight:bold;
}
.titreCat:hover {
  background-color:#F1327F;
}
.map_lieu_item {
  cursor:pointer;
  background-color:#00B2C7;
  margin:2px;
  color:#fff;
  padding:4px;
  width:auto;
}
.map_lieu_item:hover {
  background-color:#2BBFD0;
}

	#map_contener_contact {
		width:471px;
	}
	#map_contener_contact #map {
		width:471px;
		height:350px;
	}

@media (max-width: 1380px) {
	#map_contener {
	}
	#map_contener #map {
		height:500px;
	}
}

@media (max-width: 640px) {
	
	#map_contener #map {
		float:left;
		max-width:100%;
		max-height:100%;
		
		margin:auto;
		background-color:#F5FBEC;
		border:0px;
	}
	#map_lieux {
		float:left;
		width:100%;
		/*height:400px;*/
		margin:auto;
		/*background-color:#eee;*/
		border:0px;
		overflow-y:auto;
	}
	#map_contener {
		width:95%;
	}
	#map_contener #map {
		width:100%;
		height:400px;
	}
	#map_lieux {
		width:100%;
	}
	
	
	#map_contener_contact {
		width:100%;
	}
	#map_contener_contact #map {
		width:100%;
		height:350px;
	}
	#map_lieux{
		position: static;		
		height:auto;		
		padding-bottom:30px;
	}
}


/***********/
#chargement {
  display:none;
  position:absolute;
  bottom:30px;
  left:0;
  /*margin-left:-100px;*/
  opacity:0.8;
  background-color:#999;
  color:#000;
  padding:10px;
  text-align:center;
  width:200px;
  height:auto;
  
  z-index:1;
  
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;  
}


/**** ****/
.chargement_titre {
  text-align:center;
  font-size:12px;
  color:#fff;
  margin:auto;
}
.spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/**********************/
.omap_popup_contenu {
  display:flex;
}
.omap_popup_photo {
  width:150px;
  margin-right:10px;
}
.omap_popup_photo img {
  max-width:100%;
}
.omap_popup_titre {
  font-weight:700;
  
}

.omap_popup_lien {
  margin-top:10px;
  text-align:right;
}

.omap_popup_lien a {
  color:#666;
}