.filter-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.filter-list li {
    margin: 0 10px;
}

.el__img-hide {
    display: none;
}

.el__img-1 {
    margin: 0 auto;
}

.biens-infos {
    margin: 0 auto;
    text-align: left;
}

.biens-filtres {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 0;
    margin-bottom: 250px;
}

.biens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 0;
    margin-bottom: 250px;
}

.el__bien {
    width: 44%;
    margin: 20px;
    margin-top: 0;
}

.el__bien h3 {
    text-align: left;
}

.bien_n_map {
    display: flex;
    justify-content: space-evenly;
}

.filter-container {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.filter-container > form > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

.sf-field-taxonomy-home, .sf-field-taxonomy-lieu {
    margin-top: 30px !important;
}

.sf-meta-range-slider label, .sf-meta-range-slider span {
    opacity: 0;
    height: 0;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_4_loyer_charges:hover .sf-meta-range-slider span {
    opacity: 1;
    height: 100%;
    transition: all 500ms ease;
    border-top: 3px solid var(--accent-color);
    margin: 0;
    padding: 5px;
    background: white;
}

.meta-slider {
    margin-top: -30px !important;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_4_loyer_charges:hover .meta-slider, .sf-field-post-meta-_infos_1_pieces:hover .meta-slider, .sf-field-post-meta-_infos_0_surface:hover .meta-slider {
    margin-top: 20px !important;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_4_loyer_charges:hover:before , .sf-field-post-meta-_infos_1_pieces:hover:before, .sf-field-post-meta-_infos_0_surface:hover:before {
    transition: all 1000ms ease;
    opacity: 1;
}

.sf-field-post-meta-_infos_4_loyer_charges, .sf-field-post-meta-_infos_1_pieces, .sf-field-post-meta-_infos_0_surface {
    cursor: pointer;
}

.sf-field-post-meta-_infos_4_loyer_charges:before {
    content: "";
    background: url(../img/triangle.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.2%;
    left: 66.8%;
    opacity: 0;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_1_pieces:before {
    content: "";
    background: url(../img/triangle.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.2%;
    left: 77%;
    opacity: 0;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_0_surface:before {
    content: "";
    background: url(../img/triangle.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12.2%;
    left: 86.6%;
    opacity: 0;
    transition: all 500ms ease;
}

.sf-field-post-meta-_infos_1_pieces:hover .sf-meta-range-slider span {
    opacity: 1;
    height: 100%;
    transition: all 500ms ease;
    border-top: 3px solid var(--accent-color);
    margin: 0;
    padding: 5px;
    background: white;
}

.sf-field-post-meta-_infos_0_surface:hover .sf-meta-range-slider span {
    opacity: 1;
    height: 100%;
    transition: all 500ms ease;
    border-top: 3px solid var(--accent-color);
    margin: 0;
    padding: 5px;
    background: white;
}

.searchandfilter .meta-slider {
    margin-top: 20px;
}

.searchandfilter h4 {
    padding: 5px 0 20px;
}

.search-filter-reset {
    font-family: var(--accent-font);
    padding: 20px 32px;
    background-color: var(--accent-color);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    transition: all ease 500ms;
    z-index: 10;
    border: none;
}

.custom-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

select {
    padding: 10px; 
    border:none;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--main-color);
    width: 12%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    appearance: none;
    background: url(https://test.alc-conseils-immo.ch/wp-content/uploads/2023/01/arrow.png) no-repeat right;
    -webkit-appearance: none;
    /* background-position-x: 200px; */
    background-position-y: 10px;
}

select:focus {
    outline: none;
}

.searchandfilter .meta-slider {
    height: 3px;
}

.searchandfilter .noUi-connect {
    background-color: black;
}

.noUi-handle {
    background: black;
    box-shadow: none;
}

.searchandfilter .noUi-horizontal .noUi-handle {
    top: -7px;
    border: none;
    width: 15px;
    height: 15px;
}

.searchandfilter select.sf-input-select {
    min-width: 220px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -8px;
}

.noUi-handle:before, .noUi-handle:after {
    content: unset;
}

button.nav-link {
    font-family: var(--accent-font);
    padding: 20px 32px;
    background-color: var(--accent-color);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    transition: all ease 500ms;
    border: none;
    box-shadow: none;
}

button.nav-link:hover {
    background-color: #BFAA8E;
}

.infos-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.infos-line h3 {
    font-size: 16px;
    line-height: 0px;
    margin-right: 10px;
}

a.el__bien-redirect {
    text-decoration: none;
    cursor: pointer;
    color: var(--main-color);
}

a.el__bien-redirect:hover {
    text-decoration: none;
    cursor: pointer;
}

.all-plats-btn {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .page-template-page-plats .hand-img-title {
        transform: rotate(90deg) !important;
        margin-right: 0 !important;
    }

    .basic-container {
        padding-top: 120px;
    }

    .page-template-page-plats .custom-select {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .page-template-page-plats #allCat {
        width: 100%;
    }

    .page-template-page-plats select {
        width: 100%;
        text-align: center;
        background-position-x: 465px;
    }

    .page-template-page-plats .bien_n_map {
        display: block;
    }

    .page-template-page-plats .biens {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
    }

    .page-template-page-plats .el__bien {
        width: 100%;
    }

    .page-template-page-plats .infos-line {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: center;
    }

    .page-template-page-plats .infos-line h3 {
        line-height: 30px;
        margin: 0;
        margin-right: 10px;
        text-align: center;
    }

    .page-template-page-plats .el__bien h3 {
        text-align: center;
    }

    .page-template-page-plats .filter-container {
        text-align: center;
        padding: 0px;
    }

    .page-template-page-plats .acf-map {
        width: 100% !important;
        height: 300px !important;
    }

    .page-template-page-plats button.nav-link {
        margin-top: 50px;
    }
}