#load{
    width:100%;
    height:100%;
    position:fixed;
    cursor : wait;
    z-index:9999;
    background:url("../img/loading-loading-forever.gif") no-repeat center center rgba(0,0,0,0);

}

body{
    margin: 20px;
}

h1, h3{
    padding-bottom: 5px;
    margin-left : 5%;
}
pre{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 0;
    padding-bottom: 17px;
}

em{
    visibility: hidden;

}

.nom{
    display: inline-block;
    width: 230px;
}
.valeur{
    display: inline-block;
    padding-left: 60px;
}

/* Bordered form */
form {
    width:96%;
    padding-left: 20%;
    border: 1px solid #f1f1f1;
    background: #fff;

}
 h1{
    text-align: center;
    color: darkblue;
    font-size: 36px;
}


/* Set a style for all buttons */
input[type=submit] {
    background-color: #2f10b9;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 25%;
    border-radius: 50px;

}
input[type=submit]:hover {
    background-color: white;
    color: #2f10b9;
    border: 1px solid #2f10b9;
}



a{
    text-decoration: none;
    font-size: 18px;
    color: black;
}
a:hover{
    text-decoration: underline;
    color: darkblue;
}

ul li {
    padding-top: 50px;
    margin-left: 1%;
  
    
}

.logo img{
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 5%;
    width: 250px;
    height: 100px;
    
}

.titre{
    margin-left: 1%;
    color: darkblue;
    font-size: 24px;
    text-decoration: underline;


}

b{
    font-weight: lighter;
    position: relative;
    padding-left: 312px;
    
    
}
