/* Select filter */

.select-filter {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 62px;
    color: #363636;
}

.select-filter.display ul {
    display: block;
}

.select-filter ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
}

.select-filter .select-all {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 30px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    height: 62px;
    display: flex;
    align-items: center;
}

.select-filter .select-all:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.select-filter ul li a {
    color: black;
    padding: 15px 30px;
    width: 100%;
    display: block;
}

.select-filter ul li a:hover {
    background-color: rgba(0, 102, 204, 0.11);
    color: #000000;
}

.select-filter ul li.active a {
    background-color: rgba(0, 102, 204, 0.11);
    color: #000000;
}


/* Checkbox / Radio filter */

.checkbox-filter a,
.radio-filter a {
    color: #000000;
    position: relative;
    padding-left: 30px;
    text-align: left;
    line-height: 1;
    font-weight: normal;
    margin: 0px 0 0;
}

/* Date filter */

div#range {
    height: 5px;
    background-color: #ECECEC;
    border: none;
}

.filter-date .title-filters {
    margin-bottom: 35px;
}

.filter-date .ui-slider-range {
    background-color: #000000;
    border: none;
    z-index: 9;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #000000;
    border: 5px solid #ECECEC;
    border-radius: 500px;
    top: -12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 9;
}

#range>span>span {
    position: absolute;
    top: -33px;
    font-size: 16px;
    font-weight: 700;
    font-family: Lato;
    left: -10px;
    color: #9A9A9A;
}

.filter-date {
    margin-bottom: 20px;
    margin-top: 50px;
}

/* Search filter */



/* Reset filter */

#reset-filter a {
    color: #f40a0a;
}

/* Pagination */

#container-async_search .pagination {
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
}

#container-async_search .pagination .page-prev {
    position: absolute;
    left: 0;
}

#container-async_search .pagination li>* {
    color: black;
    line-height: 1;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D9D9D9;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 700;
}

#container-async_search .pagination li .prev,
#container-async_search .pagination li .next {
    font-size: 20px;
}

#container-async_search .pagination li .next {
    position: absolute;
    right: 0;
}

#container-async_search .pagination li>*:hover {
    background-color: transparent;
    color: black;
}

#container-async_search .pagination li>*.current {
    color: #777777;
    border: 3px solid #777777;
}

div#container-async_search {
    display: flex;
    flex-wrap: wrap;
}

.item_search {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #616161;
}

.item_search a,
.item_search .a {
    display: flex;
    flex-wrap: wrap;
}

.item_search .a {
    cursor: pointer;
}

.item_search a img,
.item_search .a img {
    max-width: 100%;
    height: auto;
}

.item_search a .image,
.item_search .a .image {
    max-width: 220px;
    margin-right: 60px;
    width: 220px;
}

.title_search {
    color: #212121;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.search_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 280px);
}

.search_content .excerpt_search {
    color: #777777;
    font-weight: bold;
    font-size: 25px;
}

#container-async_search .pagination .page-next,
#container-async_search .pagination .page-prev {
    display: none;
}

div#container-async_search .second-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}

.bandeau_search {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(/wp-content/uploads/2021/10/earth-sun-1.jpg);
    background-size: cover;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bandeau_search .search_result {
    padding: 10px 30px;
    color: #212121;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bandeau_search .search_result img {
    margin-right: 20px;
}

.bandeau_search .search_result .recherche_block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bandeau_search .search_result .recherche_block i.fas.fa-folder {
    display: none;
}

.filter-posttype-checkbox li a:before {
    content: "";
    position: absolute;
    border: 2px solid black;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.filter-posttype-checkbox li.active a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: black;
}

div#container-async_search .filtres-filters {
    flex-direction: column;
}

div#container-async_search .reset-selects-filter {
    width: 100%;
    margin-bottom: 15px;
}

.title-filterspar {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}

div#container-async_search .content-search {
    padding-right: 100px;
    padding-top: 60px;
}

.countresult {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filter-posttype-checkbox li {
    margin-bottom: 15px;
}

div#container-async_search {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.countresult>span {
    margin-right: 10px;
}