
html, body {
    height: 100%;
    background-image: url("../assets/img/wood-591631_1920.jpg");
}

.nav {
    background-color: rgba(255, 244, 244, 0.9) !important;
    margin-top: 10px;
    border-radius: 10px;
}

.container {
    padding-bottom: 20px;
    padding-top: 20px;
}

div {
    background-color: rgba(255, 244, 244, 0.9) !important;
    border-radius: 10px;
}

table {
    border: none !important;
}

thead th {
    display: block;
}

tr {
    height: 40px;
    display: block;
}

td {
    text-align: center;
    font-size: 0.8em;
}

#divBodyperso {
    padding-bottom: 20px;
    padding-top: 20px;
}

#accueil {
    background-color: rgba(255, 244, 244, 0.9) !important;
    /*margin-top: 40vh;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*transform: translateY(-50%);*/
    border-radius: 10px;
}

#connexionForm {
    background-color: rgba(255, 244, 244, 0.9) !important;
    margin-top: 10px;
    border-radius: 10px;
}

#divRegister {
    background-color: rgba(255, 244, 244, 0.85) !important;
    margin-top: 10px;
    border-radius: 10px;
}

div.notification {
    margin-top: 10px;
}
