svg text tspan.repere_plan {
    font-size: 30px;
    font-family: "FontAwesome";
    line-height: 125%;
/* text-shadow: 1px 1px 3px #ffffff; */
}

svg a, svg a:hover {
    text-decoration: none;
  }

svg g path {
  fill: white;
  fill-opacity: 0;
  }

svg g text {
  fill-opacity: 1;
  }

  svg g.projet_futur text tspan {
    fill: #b125ff;
  }

.projet_futur {
    color: #b125ff;
  }

  svg g.projet_futur text tspan:hover {
    fill: #D180FF;
  }

  svg g.projet_encours text tspan {
    fill: #fb6200;
  }

.projet_encours {
    color: #fb6200;
  }

  svg g.projet_encours text tspan:hover {
    fill: #FBAF7E;
  }

  svg g.projet_realise text tspan {
    fill: #0f0;
  }

.projet_realise {
    color: #0f0;
  }

  svg g.projet_realise text tspan:hover {
    fill: #00B900;
  }
  
.map_leaflet {
	width: 800px;
	height: 800px;
    font-size: 30px;
    font-family: "FontAwesome";	
}

.map_leaflet .leaflet-control-attribution {
    font-family:"Unistra A",Arial,sans-serif;
    font-size:14px;
}

.leaflet-pane .leaflet-popup-pane {
    font-family:"Unistra A",Arial,sans-serif;
    font-size: 14px;  
}

.poi_expo_univ_ville {
	color: #ffffff;
}
