/* Espace entre le drapeau et le nom du pays */
.country-select .country-list .flag {
    margin-right: 8px;
}

/* Espace dans l'input sélectionné */
.country-select .selected-flag .flag {
    margin-right: 8px;
}

.country-select input.form-control {
    padding-left: 45px !important;
}


/* Espace drapeau → texte */
.country-select .flag {
    margin-right: 8px;
}

/* Padding pour éviter le chevauchement dans l’input */
.country-select input.form-control {
    padding-left: 45px !important;
}

.nationalite-wrapper select {
    max-height: 250px; /* limite la hauteur du menu déroulant */
    overflow-y: auto;  /* permet de scroller à l’intérieur du select */
}

