body {
    background-color: black;
    background-image: url("../images/bg-welding.jpg");
}
label {
    margin-right: 2em;
}
a {
    color: white;
}
a:hover {
    color: black;
}
#disclaimer a, footer a {
    color: #6C757D;
}
#disclaimer a:hover, footer a:hover {
    color: white;
}
#pseudo {
    color: white;
    margin: 0 1em 0 1em;
    text-align: center;
}
#nav-top {
    background-color: black;
    font-size: 1.2rem;
}
nav ul {
    display: flex;
    /* justify-content: right; */
    list-style: none
}
#nav-menu a {
    border-radius: 22%;
}
#nav-menu a:hover, #nav-menu a.active {
    background-color: #6C757D;
    color: black;
    border-radius: 22%;
}
#back-home-nav ul {
    list-style: none;
}
.content {
    min-height: 666px;
}

.burger {
    cursor: pointer;
    display: none;
    margin-right: 22px;
}
.burger:focus {
    outline: none;
}
@media (max-width: 800px) {
    #slogan, #footer-admin, #footer-contact {
        display: none;
    }
    #footer-copyright, #footer-disclaimer, .card-header {
        font-size: small;
    }
    .card-header, .card-body {
        margin: 0;
        padding: 0;
    }
    .burger {
        display: block;
    }
    nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    nav ul.show {
        display: flex;
    }
}

/* Back Office */
table {
    background-color: white;
}
.crud-form label {
    font-weight: bold;
    margin-right: 2em;
    vertical-align: top;
}
.crud-form input {
    margin: 0 0 1em 0;
}
#request-pwd, #reset-pwd, #sent-request-pwd {
    padding: 2em;
}
#request-pwd h1, #reset-pwd h1, #sent-request-pwd h1 {
    font-weight: bold;
    color: brown;
}
#request-pwd label, #reset-pwd label {
    margin-right: 2em;
    font-weight: bold;
}
#request-pwd input {
    width: 22em;
}
#reset-pwd input {
    margin: 0.5em 0 0.5em 0
}
