/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 Jan. 2021, 00:38:23
    Author     : HOUSSEIN TRAORE
*/

body{
    padding: 0;
    margin:0;
    font-family:"trebuchet ms";
}
header{
    padding:10px 50px; 
}
header nav ul{
 margin: 0;
 padding: 0;
}
header nav ul li{
 list-style: none;
 
}
.main{
    position: absolute;
    height:calc(100% - 130px);
    left: 0;
    width:100% ;
    background: url('../img/mediacenter.jpg') no-repeat;
        
}
#conn{
    position:absolute;
    right: 220px;
    min-width: 250px;
    padding: 15px 30px;
    box-shadow: 1px 0 25px rgba(0,0,0,.1);
    background: #ffffff;
    margin-top: 45px;
    border-radius: 12px;
    }
 #conn div{
     margin-bottom: 15px 
 }
 #conn a{
     text-decoration: none;
     color:#0099ff
 }
#conn input{
  padding: 7px; 
  width: calc(100% - 14px);
  border-radius: 4px;
  border:1px solid #cccccc
}
#conn input[type=submit]{
   width: calc(100%);
   background: #17b978;
   color:white;
   font-size: 15px;
   border: none;
}
hr.hconn {
  border: none;
  border-top: 1px dashed gray;
  margin: 25px 0;
  
}
#jauge{
    position: absolute;
    margin: 0 auto;
    width:50px;
    height: 50px;
    left: 0;
    right: 0;
    top:35%;
    bottom:0;
}
.afficher_jauge{
    display: none;
}
.btn{
    width: calc(100%);
    text-decoration: none;
    background: #61c01d;
    color:white !important;
    font-size: 15px;
    border: none;
    display: block;
    padding: 7px;
    border-radius: 4px;
    text-align: center;
}
footer{
    position: absolute;
    height:30px;
    background: white;
    bottom: 0;
    width:100%;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid lightgray;
    color: gray;
    font-size: 13px;
        
}
