/* --- Correction principale: alignement + placeholder visible --- */
.select2-container--default .select2-selection--single {
    height: 48px !important;
    padding: 6px 12px !important;
    display: flex !important;
    align-items: center !important;
}

/* Texte sélectionné */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    font-size: 15px;
    color: #333;
    padding-left: 2px !important;
}

/* Placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 36px !important;
    font-size: 15px;
    opacity: .7;
}

/* Flèche */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 10px !important;
}

/* MULTIPLE MODE */
.select2-container--default .select2-selection--multiple {
    min-height: 48px !important;
    padding-top: 6px !important;
    padding-left: 6px !important;
}

/* Correction du champ de recherche dans le multiple */
.select2-container--default .select2-selection--multiple .select2-search__field {
    height: 26px !important;
    line-height: 26px !important;
    margin-top: 2px !important;
}
