.under_nav{
	margin-top:10px;
	font-style:italic;
	margin-left:50px;
}
.target_page{
	color:#0085A3;
}
.sub_titre{
	margin-top:30px;
	margin-BOTTOM:20px;
	color:#0085A3;
}
.strong{
	font-weight: 700;
}
.nav_sensors{
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content:space-around;
	width:75%;
}
.nav_sensors .element_network{
	display:flex;
	height:40px;
	width:25%;
	text-align:center;
	padding-top:15px;
}
.nav_sensors .element_network .lien{
	padding-top:8px;
}
.nav_sensors .element_network .lien a{
	color:#0085A3;
	
	font-weight:bold;
}
.partenaires{
	display:flex;
	//justify-content:space-around;
	color:#0085A3;
}
.italic{
	font-style:italic;
}
.all_edunet,.edunet{
    display:flex;
    height:20px;
}
.all_edunet{
    margin-bottom:15px;
}
.edunet{
    margin-right:15px;
}
.togo_mini{
    text-decoration: none;
    font-size:12px;
    color: #0085A3;
}
.edunet_name{
    font-style:italic;
    font-size:10px;
    line-height:20px;
    margin-left:5px;
}
.togo_mini:hover{
    background-color:white;
    box-shadow:0 0 5px #0085A3;
    border:1px white solid;
    border-radius:10px;
    color:#0085A3;
}
#all_stations{
	height:450px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#etab{
	height:450px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#etab_edumed{
  height:400px;
  width:85%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
}
#etab_sismos{
  height:400px;
  width:85%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
}
.leaflet-popup.popup_etab_edumed.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:white;
	width:250px;
}
.leaflet-popup.popup_sismo_rec.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#f07d0e;
	width:350px;
}
.leaflet-popup.popup_sismo_edu.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#f07d0e;
	background: linear-gradient(45deg, #f0990e 25%,#f07d0e 25%, #f07d0e 50%, #f0990e 50%, #f0990e 75%, #f07d0e 75%);
	width:350px;
}
.leaflet-popup.popup_meteo_rec.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#623874;
	width:380px;
}
.leaflet-popup.popup_meteo_edu.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#623874;
	background: linear-gradient(45deg, #8f5191 25%,#623874 25%, #623874 50%, #8f5191 50%, #8f5191 75%, #623874 75%);
	width:380px;
}
.leaflet-popup.popup_oceano_rec.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#052033;
	width:350px;
}
.leaflet-popup.popup_oceano_edu.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#052033;
	background: linear-gradient(45deg, #052033 25%,#623874 25%, #623874 50%, #052033 50%, #052033 75%, #623874 75%);
	width:350px;
}
.leaflet-popup.popup_hydro_rec.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#036863;
	width:350px;
}
.leaflet-popup.popup_hydro_edu.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:#036863;
	background: linear-gradient(45deg, #036863 25%,#0c8581 25%, #0c8581 50%, #036863 50%, #036863 75%, #0c8581 75%);
	width:350px;
}
.leaflet-popup-content{
	margin: 0px 0px 0px 15px;
}
.leaflet-container a.leaflet-popup-close-button{
	
}
.popup_stat_sismo{
	margin: 0px 0px 0px 0px;
	display:flex;
	color:white;
}
.popup_stat_meteo{
	display:flex;
	color:white;
	width:400px;
}
.popup_stat_oceano{
	display:flex;
	color:white;
	width:400px;
}
.popup_stat_hydro{
	display:flex;
	color:white;
	width:400px;
}
.popup_infos{
	margin-top:5px;
	/*width:75%;*/
	margin-left:10px;
}
.popup_img{
	margin-top:5px;
	margin-left:5px;
}
.leaflet-popup.popup_ecoles.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	background-color:white;
	/*width:450px;*/
}
.popup_ecoles{
	width:auto;
}
.popup_etab{
	display:flex;
	color:black;
	/*width:450px;*/
}
.popup_etab_edumed{
	display:flex;
	color:black;
	/*width:450px;*/
}
.tabs a{
	background-color:white;
	display:inline-block;
	color:#0085A3;
	text-decoration:none;
	padding: 0 10px;
	height:35px;
	line-height:30px;
	border-radius:5px 5px 0 0;
}
.tabs a:hover, .tabs a.active{
	background-color:#d9edf7;
	color:black;
}
a{
    text-decoration:none;
}
a:hover{
    background-color:#d9edf7;
    color:black;
}
