/**
 * Formulaires compte (inscription / connexion) — select filière
 * Le thème global force .nice-select .current { color: white } → texte invisible sur fond clair.
 */
.account-form-area .contact-select {
    position: relative;
    width: 100%;
}

.account-form-area .contact-select::after {
    content: '\f078';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: rgba(61, 61, 61, 0.7);
    right: 32px;
    top: 15px;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.account-form-area .contact-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.account-form-area .contact-select .form--control {
    line-height: 30px;
}

.account-form-area .nice-select {
    width: 100% !important;
    float: none;
    height: 50px;
    line-height: 48px;
    border: 1px solid #0075dc;
    border-radius: 0;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    background-color: #fff;
}

.account-form-area .nice-select .current {
    color: rgba(61, 61, 61, 0.85);
    font-weight: 700;
    padding-right: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-form-area .nice-select .option {
    color: #3d3d3d;
    font-weight: 500;
    white-space: normal;
    line-height: 1.35;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.account-form-area .nice-select.open .list {
    width: 100%;
    z-index: 100;
    max-height: 280px;
    overflow-y: auto;
}

.account-form-area .register-filiere-group {
    position: relative;
    z-index: 25;
}

.account-form-area .register-filiere-group.is-open {
    z-index: 50;
}
