.card_client{
    background-color: white;
    border: solid 2px #F24900;
}

.titre_new_client{
    margin-bottom: 2vh;
}

.card-header {
    display: flex;
    align-items: center;
}

.card-header h3 {
    margin: 0;                 
}

.form-select{
    margin: 1vh;
    padding: 0.5vh;
    border: solid 2px #F24900;
}

/* Espace chaque checkbox individuellement */
.ligne_check_box .form-check {
    margin-bottom: 0.6rem;
    margin-right: 1.2rem;
}

#btn_envoie{
    margin-bottom: 3vh;
}