.suivi-biz-dev-container {
    background: #f5faff;
    padding: 2rem;
}

.suivi-biz-dev-container .biz-dev-nav-tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 2rem;
}

.suivi-biz-dev-container .biz-dev-nav-tab {
    background: #ffffff;
    color: #051d40;
    border-radius: 0.75rem;
    width: fit-content;
    height: fit-content;
    padding: 0.5rem 1.5rem;
    font-size: 2.5rem;
    align-items: center;
}

.suivi-biz-dev-container .biz-dev-nav-tab-active {
    background: #051d40;
    color: #ffffff;
    border-radius: 0.75rem;
    font-size: 2.5rem;
    align-items: center;
}

.suivi-biz-dev-container .liste-candidats {
    display: none !important;
}

.suivi-biz-dev-container .liste-candidats.active {
    display: block !important;
}

.suivi-biz-dev-container .ajout-domaine-candidat {
    display: none !important;
}

.suivi-biz-dev-container .ajout-domaine-candidat.active {
    display: block !important;
}

.suivi-biz-dev-container .candidats-archives {
    display: none !important;
}

.suivi-biz-dev-container .candidats-archives.active {
    display: block !important;
}

.tableau-candidats {
    width: 100%;
    max-width: 100%;
    gap: 1rem;
    margin-top: 2rem
}

.header-candidat, .header-candidat-archive {
    border: 1px solid #ccc;
    padding: 10px;
    flex-wrap: nowrap;  
}

.header-candidat .cell_header, .header-candidat-archive .cell_header {
    text-align: center;
}

.candidat, .candidat-archive {
    border: 1px solid #ccc;
    padding: 10px;
    flex-wrap: nowrap;
    text-align: center;
}

.candidat .cell_bouton .modifier-lien-cv-candidat, .candidat .cell_bouton_modifications_prises_en_compte .modifications-prises-en-compte {
    font-size: 1.25rem;
    margin: fit-content;
}

.ajout-domaine-candidat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tableau-candidats-sans-domaine {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

#popup-modification-lien-cv-candidat {
    position: fixed; /*fixe le popup au centre de l'écran*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.5);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 9999; /* affiche le popup devant tout objet */
}

#popup-modification-lien-cv-candidat .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
}

#popup-modification-domaines-candidat {
    position: fixed; /*fixe le popup au centre de l'écran*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.5);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 9999; /* affiche le popup devant tout objet */
}

#popup-modification-domaines-candidat .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    height: 500px;
    overflow: auto;
}


/* .select2-container {
    width: 100% !important;
}

.select2-selection {
    height: 38px !important;
    padding: 5px;
}

.select2-selection__rendered {
    line-height: 28px !important;
}

.select2-hidden-accessible {
    display: none !important;
}


.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    line-height: normal !important;
}

.select2-selection__arrow {
    height: 100% !important;
}

.select2-container {
    z-index: 99999 !important;
}

.select2-dropdown {
    position: absolute !important;
}

.select2-container--open .select2-dropdown {
    z-index: 999999 !important;
}

body .select2-dropdown {
    position: absolute !important;
} */