﻿.metier-temp-counter {
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: -10px 0 0 -5px;
}

#mail_fff > a:hover {
    color: #f57e09 !important;
}

.jsPanel-title {
    user-select: none;
}

.bloc-bienvenue {
    display: flex;
    flex: 1 !important;
    flex-direction: column;
}

    .bloc-bienvenue > div:first-of-type {
        flex: 1;
    }

        .bloc-bienvenue > div:first-of-type > a {
            margin-right: 25px;
            margin-top: 14px;
        }

    .bloc-bienvenue > div:last-of-type {
        align-items: end;
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

        .bloc-bienvenue > div:last-of-type > span {
            margin-right: 25px;
            margin-bottom: 14px;
        }

.no-wrap {
    white-space: nowrap;
}

.banniere {
    background-color: #f2f2f2;
    height: 150px;
    text-align: center;
}

    .banniere > img {
        height: inherit;
    }

.coordonnees {
    border-right: 1px solid #0274BE;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .coordonnees > div:last-of-type > span {
        color: #0274BE;
        font-weight: bold;
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        font-size: 25px;
    }

        .coordonnees > div:last-of-type > span#jevote {
            color: #0274BE;
            cursor: pointer;
            display: flex;
            justify-content: center;
            font-size: 25px;
            user-select: none;
        }

        .coordonnees > div:last-of-type > span#jevote:hover {
            /*color: #f57e09;*/
            text-decoration: underline;
        }

.block-menu-adherent > div > div {
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 150px;
    justify-content: center;
    border-radius: 10px;
}

.block-menu-adherent > div:not(.disabled) > div > span {
    cursor: pointer;
}

.block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+1) > div {
    border: 1px solid #F69837;
}

    .block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+1):not(.disabled) > div > span:first-of-type {
        color: #F69837;
    }

        .block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+1):not(.disabled) > div:hover {
            background-color: #F69837;
            color: white;
        }

.block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+1) > div {
    border: 1px solid #0274BE;
}

    .block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+1):not(.disabled) > div > span:first-of-type {
        color: #0274BE;
    }

    .block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+1):not(.disabled) > div:hover {
        background-color: #0274BE;
        color: white;
    }

.block-menu-adherent > div:not(.disabled) > div:hover > span {
    color: white !important;
}

.block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+2) > div {
    border: 1px solid #0274BE;
}

    .block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+2):not(.disabled) > div > span:first-of-type {
        color: #0274BE;
    }

        .block-menu-adherent:nth-of-type(2n+1) > div:nth-of-type(2n+2):not(.disabled) > div:hover {
            background-color: #0274BE;
            color: white;
        }

.block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+2) > div {
    border: 1px solid #F69837;
}

    .block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+2):not(.disabled) > div > span:first-of-type {
        color: #F69837;
    }

        .block-menu-adherent:nth-of-type(2n+2) > div:nth-of-type(2n+2):not(.disabled) > div:hover {
            background-color: #F69837;
            color: white;
        }

.block-menu-adherent > div.disabled > div {
    border: 1px solid lightgrey !important;
}

    .block-menu-adherent > div.disabled > div > span {
        color: lightgrey;
    }

.block-menu-adherent > div > div > span:last-of-type {
    margin-top: 5px;
    font-size: large;
}

#form-sort-backadherent-passe {
    margin-top: 50px;
}

#form-backadherent-metier > div > div:nth-last-of-type(2) > div > div > div > div {
    position: relative !important;
    will-change: unset !important;
    transform: unset !important;
    width: 100%;
    height: 400px;
    overflow-y: auto;
}

    #form-backadherent-metier > div > div:nth-last-of-type(2) > div > div > div > div > span:not(:first-of-type) {
        width: 49%;
        display: inline-block;
        user-select: none;
    }

#dropdown-departement-tournee > div > span.selected {
    color: #ffffff;
    background-image: url(../../Images/selected-item.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#accordeon-categories-documents .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    #accordeon-categories-documents .card > .card-header > h2 > button {
        border-radius: 0;
    }

#accordeon-categories-documents .card:not(:last-of-type) > .collapse {
    border-bottom: 0;
}

#accordeon-categories-documents .card .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

    #accordeon-categories-documents .card .card-header:hover {
        background-color: #f57e09;
    }

        #accordeon-categories-documents .card .card-header:hover button {
            color: white;
            background-color: #f57e09;
        }

    #accordeon-categories-documents .card .card-header button:not(.collapsed) {
        color: white;
        background-color: #f57e09;
    }

    #accordeon-categories-documents .card .card-header button:focus {
        text-decoration: none;
    }

    #accordeon-categories-documents .card .card-header button:not(.collapsed)::after {
        font-family: "Font Awesome 5 Free";
        content: "\f077";
        font-weight: 900;
        position: absolute;
        top: 7px;
        right: 10px;
    }

    #accordeon-categories-documents .card .card-header button::after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: 900;
        position: absolute;
        top: 7px;
        right: 10px;
    }

#modal_adherent_vote > div > div > div > p {
    text-align: center;
}

    #modal_adherent_vote > div > div > div > p#jevote_modal {
        color: #0274BE;
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        user-select: none;
    }

    #modal_adherent_vote > div > div > div > p#jevote_modal:hover {
        /*color: #f57e09;*/
        text-decoration: underline;
    }

#election-fenetre1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem;
}

#election-fenetre1 > div {
    text-align: center;
}

@media screen and (max-width: 810px) {
    .contenu-menu-adherent {
        flex-direction: column !important;
    }

        .contenu-menu-adherent > .coordonnees {
            border-right: none;
            border-bottom: 1px solid #0274BE;
            max-width: 100%;
        }

        .contenu-menu-adherent > .bouton {
            margin-top: 20px;
            max-width: 100%;
        }

    .fenetre-election-vote-representant-selection-region > div.fiche-election-region > div > div {
        width: 100% !important;
    }
}

#election-representant-validation-message {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem;
}

#election-representant-validation-button {
    justify-content: center;
    display: flex;
}

#election-representant-validation-button button {
    width: 75px;
    margin: 10px;
}

#election-vote-representant-selection > div > div:first-of-type > div:last-of-type > div.fiche-election-region > div {
    position: relative !important;
    top: auto;
    will-change: unset !important;
    transform: unset !important;
    width: 100%;
    height: 380px;
    overflow-y: auto;
    z-index: 0;
}

    #election-vote-representant-selection > div > div:first-of-type > div:last-of-type > div.fiche-election-region > div > div {
        width: 49%;
        display: inline-block;
        user-select: none;
    }

        #election-vote-representant-selection > div > div:first-of-type > div:last-of-type > div.fiche-election-region > div > div > ul {
            list-style-type: none;
            margin: 0;
        }

#form-sort-backadherent-adhesions .bloc-table table tbody tr td:last-of-type:hover {
    color: #f57e09 !important;
}