#main-container {
        margin-top: 2rem;
        border-radius: 5px;
        background-color: lightgrey;
}

.cadenas {
        height: 31px;
        width: 31px;
        cursor: pointer;
}

.aide {
        height: 22px;
        width: 22px;
}

.card-header {
        color: #FFFFFF;
        background-color: #002255;
}

label {
        min-width: 180px;
}

.footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        bottom: 0;
        /*column-gap: 20px;*/
}

.footer-img {
	margin: 10px;
        /*max-height: 40px;*/
}

#top {
        display: flex;
        justify-content: space-between;
}

th,
td {
        border: 1px solid black;
        padding: 8px;
        box-sizing: border-box;
        /* Assure que padding et border sont inclus dans les dimensions des cellules */
        border: none;
}

.italic {
        font-style: italic;
}

#loading {
        display: none;
        text-align: center;
}

#loading img {
        width: 50px;
        height: 50px;
}

#tadddam-logo {
        width: 161px;
        height: 44px;
}

#txtlogin {
        cursor: pointer;
}

#mail,
#nom {
        width: 400px;
}
