@import url(reset.css); 

body{
font: 100% 'Aldrich', sans-serif, cursive; Arial, Sans-serif;
height: 100%;
background-color: lightgray ;
width: 100%;
margin: 0px;
 
}

/*
@font-face {
font-family:"Orbitron";
src: url("fonts/Orbitron-Regular.ttf") format("truetype");
}

@font-face {
font-family:"OrbitronBold";
src: url("fonts/Orbitron-Bold.ttf") format("truetype");
}


@font-face {
font-family: "BebasNeue-Regular";
src: url("fonts/BebasNeue-Regular.ttf") format("truetype");
}
*/

@font-face {
font-family: "Cinzel-Bold";
src: url("fonts/Electrolize/Electrolize-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "orbitron";
    src: url("fonts/Orbitron/static/Orbitron-Regular.ttf") format("truetype");
    }

.Labnews{
background-image: url(LabmonitorScreen.png) ;
background-repeat: no-repeat;
background-size: 100%;
margin: 0 auto;
min-height: 500px;
width: 900px;
margin-top: 30px;
padding-top: 60px;
position: relative;
font-family:"orbitron";
color: orange;
font-size: 50px;
text-align: center;
letter-spacing: 7px;
overflow-x: hidden;
/* On applique le filtre CSS3 pour flouter l'image (avec ici les variantes pour les différents moteurs de rendu) */
filter : url(LabmonitorScreen.png);
/* Safari */
-webkit-filter: blur(0px);
/* Firefox */
-moz-filter: blur(0px);
/* Opera */
-o-filter: blur(0px);
/* Internet Explorer */
-ms-filter: blur(0px);
/* Filtre de floutage CSS3 standard */
filter: blur(0px);
z-index: 1;
}

.fontTEST{
font-family: "Cinzel-Bold";
font-size: 40px;

}



.Labnews2{
background-image: url(Labnews2.png) ;
background-repeat: repeat;
background-size: 300px ;
min-height: 700px;
height: 100%;
width: 300px;
position: relative;
font-family:"Cinzel-Bold";
color: white;
font-size: 30px;
text-align: center;
letter-spacing: 3px;
overflow-x: hidden;
/* On applique le filtre CSS3 pour flouter l'image (avec ici les variantes pour les différents moteurs de rendu) */
filter : url(Labnews2.png)
/* Safari */
-webkit-filter: blur(0px);
/* Firefox */
-moz-filter: blur(0px);
/* Opera */
-o-filter: blur(0px);
/* Internet Explorer */
-ms-filter: blur(0px);
/* Filtre de floutage CSS3 standard */
filter: blur(0px);
z-index: 1;
border: 0px solid gray;
display: inline-block;
}

.Labnews3{
height: 100%;
width: 700px;
top: 20px;
position: relative;
font-family:"Cinzel-Bold";
color: gray;
font-size: 30px;
text-align: center;
letter-spacing: 3px;
overflow-x: hidden;
z-index: 1;
display: inline-block;
background-color: white;
float: right;
}

.LabnewsCadre{
margin: 0 auto;
height: 100%;
width: 1020px;
margin-top: 30px;
position: relative;
color: white;
font-size: 30px;
text-align: center;
letter-spacing: 3px;
overflow-x: hidden;
z-index: 1;
border-top: 3px solid orange;
border-bottom: 3px solid orange;
}

.registered {

margin: 0 auto;
width:473px;
height: 75px;
margin-top:0px;
text-align: left;
color: black;
border: 0px solid black;
/*-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; overflow: hidden;*/
box-shadow: 0px 3px 10px grey;
background-color: lightgrey;
font-size: 15px;
padding: 20px;
position: relative;
border: 1px solid #e7e7e9;
font-family:"Cinzel-Bold";
-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
border-color: black
}

.backgroundformulairepwd{
padding-left: 5px;
margin-left: 10px;
color:black;
font-size: 15px;
height: 30px;
width: 150px;
		
}

input.backgroundformulairemail{
color:black;
font-size: 15px;
height: 30px;
width: 280px;
padding-left: 5px;
line-height: 15px;
display: inline-block;
position: relative;
}

input.login2 {
width: 200px;
background-color: black;
position: relative;
display: inline-block;
font-size: 18px;
padding: 3px;
text-align: center;
color: white;
border: 1px black solid;
font-weight: bold;
overflow: visible;
font-size: 15px
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;
-webkit-appearance: button;

}

input.login2:hover {
background-color:dimgrey;
color: white;
border-color: dimgrey;
}


input.Update {
width: 100px;
background-color: black;
position: relative;
display: inline-block;
font-size: 18px;
padding: 3px;
text-align: center;
color: white;
border: 1px black solid;
font-weight: bold;
overflow: visible;
font-size: 15px
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;

-webkit-appearance: button;

}

input.Update:hover {
background-color:dimgrey;
color: white;
border-color: dimgrey;
}

input.Delete {
width: 100px;
background-color: red;
position: relative;
display: inline-block;
font-size: 18px;
padding: 3px;
text-align: center;
color: white;
border: 1px red solid;
font-weight: bold;
overflow: visible;
font-size: 15px
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;

-webkit-appearance: button;

}

input.Delete:hover {
background-color:dimgrey;
color: white;
border-color: dimgrey;
}



.footerEmail{
text-decoration: none;
color: gray;
font-size: 20px;
bottom: 1px;
position: relative;
text-align: center;
width: 410px;
font-family:"Cinzel-Bold";
margin: 0 auto;
letter-spacing: 2px;

}

.footerEmail:hover{

color: orange;

}


.Message {
border: 3px solid ;

border-color: orange;


width: 50%;
left: 25%;
position: fixed;
text-align: center;

box-shadow: 3px 3px 10px black;

color: orange;
background-color: rgb(29, 72, 81);
padding: 20px;
z-index: 100;
font-size: 15px;
top: 100px;

font-family: Cinzel-Bold;

letter-spacing: 2px;
overflow: hidden;

}


.NewContact {
margin: 0 auto;
width:500px;
height: 70px;
margin-top:10px;
text-align: center;
color: black;
border: 0px solid black;
-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; overflow: hidden;
box-shadow: 0px 3px 10px grey;
background-color: rgba(250,250,250, 0.8);
font-size: 15px;
padding: 20px;
position: relative;
border: 1px solid #e7e7e9;

font-family:"Cinzel-Bold";

letter-spacing: 3px;
}

.Emailing{
width: 800px;
font-size: 15px;
font-family: Arial;
background-color: white;
margin: 0 auto;
padding: 30px;
}

.BoutonSortirCadre {
width: 100%;
height: 80px;
margin-top: 5px;
position: fixed;
z-index: 102;
}

.BoutonSortir {
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
margin-top: 5px;
line-height: 60px;
margin-right: 50px;
float: right;
color: white;
font-size: 15px;
background: #444;
background: linear-gradient( #555, #2C2C2C);
box-shadow: 1px 0px 3px lightgray ;
z-index: 101;
}

.BoutonSortir:hover {
background: orange;

}


.LabnewsCompanyLogo{
width: 500px;
margin: 0 auto;
background-color : white;
padding: 20px;
position: relative;
top: 0px;

}

.LabnewsTitre{
widhth: 100%;
text-align: center;
font-family:"Cinzel-Bold";
color: white;
font-size: 40px;
margin-top: 50px;
letter-spacing: 5px;
}



#chart-container{
width: 650px;
height: 300px;
margin: 0 auto;
margin-top: 30px;
background-color: #F8F8F8;
}

select{
width: 100%;
margin: 0 ;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
background-color: #F8F8F8;
z-index: 2;
}




