body {
    background-image: url('./../img/background/background.jpg') ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
}

#divPrincipale {
    border-radius: 5px;
    background: rgba(50, 50, 50, 0.7);
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 20px;
    min-height: 85%;
    min-height: 85vh;
}

#nomClient {
    margin-bottom: 20px;
}

.center_form {
    margin: 0 auto;
    width: 30%;
    margin-top: 20%;
}

.center_inscription{
    margin: 0 auto;
    width: 40%;
}

.right_btnEnrModifAccueil{
    margin: 0 auto;
    width: 20%;
}

.table > thead > tr:first-child > td {
    border: none;
}
