/* Head Filtre */
#deliberation_filter .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

#deliberation_filter h2 {
    font-family: "Proxima Nova Alt Extra Bold";
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
    padding-bottom: 0;
    color: #001860;
}

#deliberation_filter p.separator {
    font-family: "Proxima Nova Alt Light";
    font-size: 40px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0.67px;
    color: #AF0062;
}

#deliberation_filter p#removeFilter {
    font-family: "Proxima Nova Alt Bold";
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
    text-decoration: underline;
    color: #AF0062;
}

/* Filtre */
#deliberation_filter .mots_cles {
    margin-bottom: 44px;
}

#deliberation_filter .mots_cles input {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    padding: 21px 26px;
    color: #001860;
    border: none;
    border-radius: 7px;
    background-color: white;
    background-image: url(/wp-content/uploads/2022/07/loupe.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 20px;
}

#deliberation_filter .mots_cles input::placeholder {
    color: #001860;
}

#deliberation_filter .select_filter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 44px;
}

#deliberation_filter .select_filter .ligne {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 26px;
}

#deliberation_filter .select_filter .ligne select, #deliberation_filter .select_filter .ligne .select2-selection__rendered {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 21px 16px;
    color: #001860;
    border: none;
    border-radius: 7px;
}

#deliberation_filter .select_filter .ligne .select2-selection__placeholder {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #001860;
}

#deliberation_filter .select_filter .ligne .select2-selection {
    height: 64px !important;
    border: none;
    border-radius: 7px;
}

#deliberation_filter .select_filter .ligne select, #deliberation_filter .select_filter .ligne .select2 {
    flex: 1;
    flex-basis: 100%;
    cursor: pointer;
    appearance: none;
}

#deliberation_filter .select_filter .ligne select {
    background-image: url(/wp-content/uploads/2022/07/triangle-e1658761015539.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
}

#deliberation_filter .select_filter .ligne .select2-selection__arrow {
    top: 30%;
    right: 20px;
}

#deliberation_filter .select_filter .ligne .select2-selection__arrow b {
    border-width: 9px 6px 0 6px;
    border-color: #001160 transparent transparent transparent;
}

.result_deliberation .meta {
    padding-bottom: 0;
}

.result_deliberation .meta span {
    font-weight: bold;
    color: #AF0062;
}

.result_deliberation {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 3px dotted #BDBDBD;
}

.result_deliberation .description {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 12px;
    padding-bottom: 0;
    text-transform: lowercase;
    color: #000;
}

.result_deliberation .footer-deliberation {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.result_deliberation .footer-deliberation a {
    font-weight: bold;
    width: 114px;
    height: 24px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 98px;
    background-color: #828282;
}

.result_deliberation .footer-deliberation .rapporteur {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.result_deliberation .rapporteur strong {
    color: #001860
}

.result_deliberation .footer-deliberation a {
    background-color: #AF0062;
}

.reset_delib {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    padding: inherit;
    color: inherit;
}

@media (max-width: 1025px) {
    #deliberation_filter .select_filter .ligne {
        flex-direction: column;
    }

    #deliberation_filter .select_filter {
        gap: 26px;
    }

    #deliberation_filter .mots_cles {
        margin-bottom: 26px;
    }
}
