form { display: inline-block;
line-height:0.5em; } 
button { display: inline-block;z-index:2; } 
/*ATTENTION au z-index:2!!!!!!!!!!*/

 body {
	/*width: 140%;
	height:140%;*/
	padding-top:0px;
	padding:1px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	
	overflow:scroll;/*permet le debordement?*/
 }




		
/*	menu deroulant	*/	
.boutonmenuprincipal {
background-color: #e83737;
color: white;
border: none;
cursor: pointer;
padding:5px;
margin-top:5px;
font-size: 10px;
}

.boutonmenuprincipal:hover {
background-color: #ff4444;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-child {
display: none;
background-color: #f28c8c;
min-width: 50px;
}
.dropdown-child a {
color: white;
padding: 20px;
text-decoration: none;
display: block;
}
.dropdown:hover .dropdown-child {
display: block;
}
		
	
		
/* fin menu deroulant */		
		
		
		
#contenu span {
/* Aligne le texte verticalement au milieu */
vertical-align:middle;
display: table-cell;
}
div#en_tete{
	display:inline-block;
	text-align:center;
	border-width:1px;
	border-style:dotted;
	border-color:black;
	background-color: #D8F0A9;
	
}


div#titre{
	margin: 0 auto;
	/*display:inline-block;*/
	text-align:center;
	/*background-color:#FBFBC9;*/
	border-width:1px;
	border-style:dotted;
	border-color:green;
	letter-spacing:2px;
	word-spacing:5px;
}
#slides{
float:left;
width:40%;
}

#description{
	padding:30px;
	float:right;
	border-width:3px;
	border-style:dotted;
	border-color:red;
	border-radius:50px/100px;
	box-shadow:10px 10px 5px grey;
	text-align:justify;
	background-color:#FFFFFF;
	width:50%;
	display:inline-block;
	margin-right:100px;
	
}





.h1{

	text-align:center;
	background-color: rgba(0, 0, 0, .5);
}

label{

	 
    width: 50px;
    float: left;
    border: solid black 1px;
		line-height:1em;
	
}


label1{

	width: 250px;
	line-height:1em;
	
}
table {
font-size:0.8em;
border-collapse:collapse;
width:100%;
max-width:700px;
min-width:400px;
text-align:center;
background-color:rgb(255,255,255);
}
table,th, td {
border: 1px solid gray;
}
th, td {
height: 3px;
width:auto;
padding:4px;
vertical-align:middle;
}

th {
background-image:url(table-shaded.png);
}



.nava {
	padding-top:0px;
	margin: 3px;
	display: block;
	border: solid; 
	border-width:1.5px;
	border-color: black;
	border-radius: 10px;
	text-align: center;
	line-height: 0.5em;
	font-family: Times, Helvetica, Arial, sans-serif;
	font-style: oblique;
	background-color:rgb(18, 126, 151, 0.8);
	text-decoration: none;
	
} /*  checkbox des couches */

.cadre1{ /*  CADRE GENERAL DE LA PAGE */
    overflow:clip;
	background-color: none;
    width:100%;
    height: 100%;
    margin:auto;
    border-style: solid;
    
}	

.nav{
		/*display:grid;*/
		z-index:2;
		/*overflow:hidden;*/
		width:auto;
		padding:0.5% 0.5% 0.5% 0.5%;
		position: absolute; /* relative=> rogne et decale la carte*/
		margin-left:0px;
		margin-top:-260px;
		font-size:15px;
		line-height: 1em;
		background-color: rgb(255,255,255, 0.6);
		border-radius: 0 8px 8px 0 ;
		border: solid; 
		border-width:1px;
		border-color: black;
			
		
	
	}
	
/*********************VOLET INONDATION:*****************************/	
#navi{ /*volet en lui même*/
		/*display:grid;*/
		z-index:3;
		width:auto;
		padding:0.5% 0.5% 0.5% 1%; 
		position: absolute; /* relative=> rogne et decale la carte*/
		right:-305px;
		top:5px;
		font-size:15px;
		line-height: 1em;
		background-color: rgb(255,255,255, 0.9);
		border-radius: 8px 0px 0px 8px ;
		border: solid; 
		border-width:1px;
		border-color: black;
			
	}

	
#navi a.ouvrire, #navi a.fermere {
	z-index:3;
	line-height:1.2em;
	font-size:20px;
	position: absolute;
	right:268px;
	top: 155px;
	background-color: rgb(255,255,255, 1);
	padding:5% 0.5% 0.5% 1%;
	border: solid; 
	border-width:2px;
	border-color:black;
	/* quelques styles CSS3 */
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	border-radius: 0 0 8px 8px;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#navi a.fermere {
	display:none;
	}

#navi:target {
	right: 0%;
	}
	
#volette_clos:target #navi {
	left:20%;
	
}	
	
#navi:target a.ouvrire {
	display: none;
}
#navi:target a.fermere {
	display: block;
}
/*********************VOLET INONDATION FIN*****************************/	

/*********************VOLET SUBMERSION:*****************************/
#navolet {
		/*display:grid;*/
		z-index:3;
		/*overflow:hidden;*/
		width:270px;
		padding:0.1% 0.1% 0.1% 0.2%;
		 /* relative=> rogne et decale la carte*/
		position:absolute;
		right:-285px;
		top: 5px;
		font-size:15px;
		background-color: rgb(255,255,255, 0.9);
		border-radius: 8px 0px 0px 8px ;
		border: solid; 
		border-width:1px;
		border-color: black;
			
	}

#navolet a.ouvrir, #navolet a.fermer {
	z-index:3;
	line-height:1.2em;
	font-size:20px;
	position: absolute;
	
	right:240px;
	top: 265px;
	background-color: rgb(255,255,255, 1);
	padding:5% 0.5% 0.5% 1%;
	border: solid; 
	border-width:2px;
	border-color: black;
	/* quelques styles CSS3 */
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	border-radius: 0 0 8px 8px;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#navolet a.fermer {
	display:none
	}

#navolet:target { /*decalage*/
	right: 0%;
}
	
#volet_clos:target #navolet {
	right:285px;
	top:10px;
	font-size:30px;
}	
	
#navolet:target a.ouvrir {
	display: none;
}
#navolet:target a.fermer {
	display: block;
}/* de rares paramètres css se trouvent dans le fichier index.php*/
/* l'unité px au lieu de % est plus adapté pour affichage sur smartphone*/
/*********************VOLET SUBMERSION FIN*****************************/	
.nav_accordion{
		
		line-height: 0.5em;
		display:inline-block;
		float:right;
		font-size:15px;
		position:absolute;
		z-index:3;
		right:3%;
		margin-left: 1%;
		margin-top: 0.5%;
		background-color: rgb(255,255,255, 0.6);
		padding:1em;
		border-radius: 15px / 25px;  
		border: solid; 
		border-width:1px;
		border-color: black;
		
	}
	

.navnu{ /* page new_user*/
		line-height: 2em;
		display:block;
		float:right;
		font-size:15px;
		position:absolute;
		z-index:3;
		right:3%;
		margin-left: 1%;
		margin-top: 0.5%;
		background-color: rgb(255,255,255, 0.6);
		padding:1em;
		border-radius: 15px / 25px;  
		border: solid; 
		border-width:1px;
		border-color: black;
		width:55%;
		
	}
	
.navnu2{ /* page new_user*/
		line-height: 2em;
		display:inline-block;
		/*float:right;*/
		font-size:15px;
		position:relative;
		z-index:3;
		right:3%;
		margin-left: 1%;
		margin-top: 0.5%;
		background-color: rgb(255,255,255, 0.6);
		padding:1em;
		border-radius: 15px / 25px;  
		border: solid; 
		border-width:1px;
		border-color: black;
		
	}
	

.navnew {
		/*display:inline-block;*/
		float:center;
		font-size:10px;
		position:absolute;
		z-index:2;
		/*right:3%;*/
		margin-left: 300px;
		margin-top: 0.5%;
		background-color: rgb(18, 126, 151, 0.2);
		padding: 5px 5px 5px 5px;
		border-radius: 15px / 25px;  
		border: solid; 
		border-width:1px;
		border-color: black;
		
	}


.nav_vigicrue {
	padding-bottom:0px;
	display: inline;
	border: solid; 
	border-width:1px;
	border-color: black;
	border-radius: 0 px;
	text-align: center;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Times, Helvetica, Arial, sans-serif;
	font-style: oblique;
	background-color:rgb(255, 255, 255, 0.8);
	text-decoration: none;
	
	
} /* vigicrue */

.nav_vigicrue2 {
	padding-bottom:0px;
	
	border: solid; 
	border-width:1px;
	border-color: black;
	border-radius: 0 px;
	text-align: center;

	font-family: Times, Helvetica, Arial, sans-serif;
	font-style: oblique;
	background-color:rgb(18, 126, 151, 0.8);
	text-decoration: none;
	
	
}







.nav_logo {
	padding-bottom:0px;
	display: inline;
	/*border: solid; 
	border-width:1px;
	border-color: black;
	border-radius: 0 px;*/
	text-align: center;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Times, Helvetica, Arial, sans-serif;
	font-style: oblique;
	/*background-color:rgb(18, 126, 151, 0.8);*/
	text-decoration: none;
	
	
} /* vigicrue */



	
.infobulle {
	font-size:75%;
	background-color: rgb(255,250,255, 1);
	position:relative;
	top:50px;
	width: 80% auto;
	height: auto;
	padding: 5%;
	border:3px;
	border-radius: 30% 10% / 10% 30%;  
	}
.gra {
	font-size:75%;
	background-color: rgb(255,250,255, 1);
	position:relative;
	top:50px;
	width: 80% auto;
	height: auto;
	padding: 5%;
	border:3px;
	border-radius: 30% 10% / 10% 30%;  
	}
	
.graphique {
	font-size:75%;
	background-color: rgb(78, 164, 65);
	width: 80%;
	padding: 10%;
	border-radius: 10% 10% / 10% 10%;  
	}
	
	
	
.sniv1 { /* boutons 11 secteurs pour zoomer*/
	z-index:2;
	width:110px;
	line-height:1em;
	text-align: center;
	font-size:10px;
	position: absolute;
	color:rgb(51, 162, 255);
	background-color: rgba(255,255,255, 0.8);
	padding:0.3%;
	border: solid; 
	border-width:1px;
	border-color: black;
	/* quelques styles CSS3 */
	border-radius: 0px  8px 8px 0px ;

}


.cssnivalert{
		z-index:2;
	width:auto;
	line-height:1em;
	text-align: center;
	font-size:10px;
	position: absolute;
	color:rgb(51, 162, 255);
	background-color: rgba(255,255,255, 0.8);
	padding:0.3%;
	border: solid; 
	border-width:1px;
	border-color: black;
	/* quelques styles CSS3 */
	border-radius: 8px  8px 8px 8px ;

}

#igninfo {
    z-index:2;
	padding: 5px;
    width: 100%;
    height: 20px;
    font-family: "monospace";
    font-size: 10px;
}
.igninfo {
    z-index:2;
	padding: 5px;
    width: 100%;
    height: 20px;
    font-family: "monospace";
    font-size: 10px;
}
/*#carte{

width:100%;
height:100%; 
margin:auto; 
border-radius: 15px;
display:center;
height:auto;
font-family: 'Chewy';
border:solid;
border-width: 2px;
border-color:black;
 
z-index:1;
}*/


#container {
  min-width: 310px;
  height: 400px;
  margin: 0 auto;
} 

#master-container {
    position: absolute;
    top: 300px;
    height: 100px;
    width: 100%;
}

.aide{
font-family:Tahoma;
font-weight:olbique;
align:center;
font-size:8px;
display:float;
}

#pied{
display:block;
clear:left;
text-align:left;
font-size:15px;

}
#logo_id{
display:inline;
clear:left;
width:8%;
height:8%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

.mySlides {
   background: # 2f3036;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/*Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

 /*On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



----------------------highcharts----------
.highcharts-figure, .highcharts-data-table table {

	
	height: auto;
	min-width: 60px;
	max-width: 800px;
	/*font-size:5px;*/
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	//width: 100%;
	/*max-width: 500px;*/
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
 

---------------------------

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}