.register_text {
    
    text-align: left;
    font-style: italic;
    
}

.checkbox_container {

    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1em;
}

select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.register-form {
    margin-top: 20px;
    text-align: left;
}

.register-form h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.form-register-group {
    margin-bottom: 15px;
}

.form-input-group {
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de se renvoyer à la ligne */
    gap: 10px; /* Espace entre les boutons */
    justify-content: left; /* Centre les boutons horizontalement */

}
.form-register-group input {
    display: flex;
    width: 90%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-register-group label {
    display: block;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #555;
}

#civ {
    width: 100%;
}

.civ_select {

    width: 150px;
}

#firstname, #surname {
    
    min-width: 280px;
    width: calc(100% / 2 - 5px);
}

#dateBirth, #cellphone {
    min-width: 280px;
    width: calc(100% / 2 - 5px);
}

#email, #email_confirm {
    min-width : 280px;
    width: calc(100% / 2 - 5px);
}
