*{
    outline: none;
}

body{
    background-color: #313F59;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
}

.hidden {
    display:none;
}

nav a{
    color: #FFFFFF;
    text-decoration: none;
}

nav a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

#contenuCentral a{
    color: black;
    text-decoration: none;
}

#contenuCentral a:hover{
    text-decoration: underline;
}

nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

nav ul li{
    list-style: none;
    margin-right: 8px;
    margin-left: 8px;
}

#listeMois{
    margin-bottom: 50px;
}

button{
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid black;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #566E9B;
}

#deco{
    top: 60px;
}

button a{
    color: white;
    text-decoration: none;
}

form{
    width: 60%;
    margin: 0px auto;
    margin-top: 30px;
}

.champ{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

form input{
    border: 1px solid black;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #566E9B;
    color: white;
    width: 35%;
}

select{
    border: 1px solid black;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #566E9B;
    color: white;
    width: 35%;
}

form input::placeholder{
    color: #303133;
}

table{
    margin: 0px auto;
    width: 95%;
}

table a{
    color: black;
    text-decoration: none;
}

table th, table td{
    padding: 10px 15px;
    width: 12%;
}

table thead{
    background-color: black;
    color: white;
}

table tbody{
    background-color: #566E9B;
}

input[type="submit"]{
    cursor: pointer;
}

#central{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intermediaire{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

#connexion{
    width: 100%;
}

.bold{
    font-weight: bold;
}

#menu{
    font-weight: bold;
}

.number{
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
}

#aucunClient{
    font-weight: bold;
    margin: 0px;
}

#listeDesMois, #listeClients{
    margin-bottom: 30px;
}

#ficheClient{
    color: #FFFFFF;
}

#ficheClient #infosPrincipales{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

#ficheClient #infosPrincipales img{
    width: 100px;
    margin-right: 20px;
}

#ficheClient #infosPrincipales div #nom{
    text-transform: uppercase;
}

#ficheClient #infosPrincipales div div{
    margin-top: 6px;
    margin-bottom: 6px;
}

#ficheClient .spacing{
    margin-bottom: 20px;
    margin-top: 20px;
}

#ficheClient .marginDroite{
    margin-right: 10px;
}

#notePresente{
    cursor: pointer;
}

#buttonFicheClient button{
    position: relative!important;
    top: 0px;
    left: 0px;
    margin-right: 7px;
    margin-left: 7px;
}