.conteneurFormulaire{
    display: flex;
    flex-direction: column;
    /* justify-content: center !important; */
    align-items: center !important;
}

form {
    display: flex;
    margin: 3%;
    padding: 3%;
    border-style: solid;
    border-color: #d2ffff;
    border-width: 1px;
    border-radius: 40px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(22, 18, 35) !important;
    color: #d2ffff !important;
    width: 25%;
}

label {
    color: #d2ffff;
    margin-top: 2px;
}

input{
    margin-top: 2px;
    margin-bottom: 2px;
}


.envoie{
    border-color: black;
    border-width: 1px;
    border-radius: 40px;
    width: 30%;
    background-color: #d2ffff !important;
    margin-top: 2px;
}

.elementsFormulaire{
    display: flex;
    flex-direction: column;
    align-items: center;
}
