.error {
    margin: 0 auto;
    text-align: center;
    background-color: white;
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
}

.btnErrRetour {
    font-size: 15px;
    background-color: Black;
    color: White;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1rem;
    width: 30%;
    border: none;
    padding: 10px;
}

.btnErrRetour:hover {
    background-color: rgba(0, 0, 0, .6);
    transition: background .2s;
}

.succes{
    margin: 0 auto;
    text-align: center;
    background-color: white;
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
}