

   /* .map-label-content2 {
    width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;

    bottom: 0;
    color:rgb(241, 128, 23);
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #444;
  } */
@media all and (min-width: 960px) {

  .info {
    font: 10px;
    
  }
  
  .legend {
    line-height: 10px;
  }
  
.legend i {
  height: 10px;
   }

   .leaflet-control-layers label{
    font-size:9px;
   }
}


#menuselect2niveau{
  padding: 6px 8px;
  font: 10px/10px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

#ligneitem_menu_leaf{
  display: inline-flex; 
  flex-direction: row;
  padding: 5px;
  margin: 5px; 
}
 .radioitem{
  display: inline-flex;
   text-align: left;
 }

  .info {
    padding: 6px 8px;
    font: 12px/10px Arial, Helvetica, sans-serif;
    font-weight: bold ;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    display:flex;
    flex-direction: column;
}

  .legend {
    line-height: 14px;
    color: rgb(0, 0, 0);
}
.legend i {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.cacher { display: none;}

  /* parametrage type tab : permet lorsqu'on selectionne un marker d'afficher
  les informations de plusieurs items un par un (transactions prix ...) */


  
  div.itemschoixPC a:link {color: blue;}
  div.itemschoixPC a:visited {color: green;}
  div.itemschoixPC a:hover {color: red;}
  
 
  div.itemsPC p:not(:target) {display: none}
  div.itemsPC p:target {display: block ; border:1px solid rgb(0, 0, 0);padding:3px;}
  div.itemsPC_premier {display: block}
  

/****** pour afficher plusieurs items dans un popup *******/
  
  .popupchoix { text-align:left; }

  .popupchoix .slideshow .txtpopup        { display:none; }
  .popupchoix .slideshow .txtpopup.activepopup { display:block; }

  .popupchoix .slideshow img {width:100%; }
  /* .popupchoix .slideshow .caption {background:#eee; padding:10px; } */

  .popupchoix .cycle { padding:10px 0 20px; }

 .popupchoix .cycle a.prev { float:left; }
 .popupchoix .cycle a.next { float:right; }

 .txtpopup { overflow-y: auto;}
  
  /* */
  .mapicontxt {
    width: 80px;
	  height: 80px;
	  margin-left: 6px;
	  margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
	  text-align: center;
    size: 12px;

    bottom: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
  }

  /* parametrage couleur utilisé pour le rpls, permet de parametrer
  les couleurs sur la carte  */
  .big {
    color:rgb(241, 23, 23);
    border-color: rgb(241, 23, 23);
  }
  .medium {
    color:rgb(241, 128, 23);
    border-color: rgb(241, 128, 23);
  }
  .small {
    color:rgba(49, 0, 185, 1);
    border-color: rgba(49, 0, 185, 1);
  }

/********/




/*************************************/
  /* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}


/****/
.basemarker { 
  content:url('../images/logos_cartes/marker.png') ;
  height: 41px;
  width:25px;
}

.cranemarker { 
  content:url('../images/logos_cartes/crane.png') ;
  height: 20px;
  width:20px;
}

.euromarker { 
  content:url('../images/logos_cartes/euro.png') ;
  height: 20px;
  width:20px;
}

.hlmmarker { 
  content:url('../images/logos_cartes/hlm.png') ;
  height: 20px;
  width:20px;
}

.commerce { 
  content:url('../images/logos_cartes/commerce.png') ;
  height: 20px;
  width:20px;
}

.sante { 
  content:url('../images/logos_cartes/sante.png') ;
  height: 20px;
  width:20px;
}

.ecole { 
  content:url('../images/logos_cartes/School_2.png') ;
  height: 20px;
  width:20px;
}

.blanc { 
  content: none ;
  height: 20px;
  width:20px;
}

.employeurs{
  content:url('../images/logos_cartes/employeurs.png') ;
  height: 20px;
  width:20px;
}

.copro { 
  content:url('../images/logos_cartes/copro.png') ;
  height: 20px;
  width:20px;
}

.zus { 
  content:url('../images/logos_cartes/zus.png') ;
  height: 20px;
  width:20px;
}

.usine { 
  content:url('../images/logos_cartes/usine.png') ;
  height: 20px;
  width:20px;
}