.form
{
    width: 75%;
    margin: auto;
}
.center
{
    margin: auto;
}

.minia
{
    width:50px;
    height:50px;
}

.bg-green-800
{
    background-color: #6d7a71;
}
.d-none
{
    display: none;
}
.erreur
{
    font-size: 2em;
    color: brown;
    font-weight: bold;
}
.success
{
    font-size: 2em;
    color: green;
    font-weight: bold;
}
.message
{
    font-size: 2em;
    color: gray;
    font-weight: bold;
}

.titre
{
    font-size: 48px;
    font-weight: bold;
}

body
{
    height: 100vh;
}
.fit
{
    overflow-x: scroll;
}