.details {
    display: flex; 
    flex-wrap: wrap;
    row-gap: 20px;
}

.details_item {
    width: 100%;
    display: flex;
    gap: 20px;
}

.details_item_content {
    display: flex;
    gap:5px
}

.font-bold {
    font-weight: bold;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.gallery_item {
  width: 25%;
  padding: 2px;
}

.gallery_item:first-child {
  width: 50%;
}

.gallery_item img {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
}

.equipment_item {
    width: 19%;
    padding: 15px;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.equipment {
    display: flex;
    flex-wrap: wrap;
    row-gap:5px;
    column-gap: 5px;
}

.biens_container {
    display: flex; 
    flex-wrap: wrap;
    gap: 10px;
}

.biens_item {
    width: 32%;
    position:relative; 
}

.biens_item_content {
    padding: 20px; 
    border: solid 1px #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}



.biens_item_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    color: grey
}

.biens_item_image {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    height: 200px !important;
    width:100%; 
    object-fit: cover;
}

.biens_item_details {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    border-top: solid 1px #e8e8e8;
    padding-top:10px; 
    padding-bottom: 10px;
    
}

.biens_item_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #ccc;
}

.biens_item_button {
    padding: 10px;
    background-color:var(--e-global-color-accent); 
    border-radius: 5px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.biens_item_prix {
    position:absolute; 
    left:20px; 
    top:20px; 
    padding: 10px 20px;
    border-radius: 20px;
    color:white; 
    background: var(--e-global-color-primary);
}

.filterbg {
    background-color: white; 
    border-radius: 10px;
    padding:10px 25px; 
    position:relative;
    border:solid 1px #ccc;
    margin-top:-60px;
}

.filters_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.filters_item {
    width: 20%;
}

.listing_parent { 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.listing_parent a {
    text-decoration: none;
    color: black;

}
.listing_parent a:hover {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.listing_item {
    width:32%;
    border: solid 1px #ccc;
    border-radius: 6px;
}

.listing_img img {
    height:250px !important; 
    width:100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0 !important;
}

.listing_details {
    display:flex; 
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding: 10px 15px;
}

.listing_title {
    margin: 10px 15px; 
}

.listing_details_item {
    display: flex;
    gap:10px; 
    align-items: center;
    color:#ccc;
    border-right: solid 1px #ccc;
    padding-right: 30px;
}

.listing_details_item:last-child {
    border-right: none;
}

.listing_types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 15px;
}

.price_item {
    background-color: var(--e-global-color-primary);
    padding:5px 20px;
    color:white; 
    border-radius: 5px;
}

.more_information {
    background-color: var(--e-global-color-accent);
    padding:5px 20px;
    color:white; 
    border-radius: 5px;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.facetwp-dropdown {
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.facetwp-hierarchy_select {
    padding: 5px 10px;
    margin-right:10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.filters_item_location {
    width: fit-content;
}

.filtertypes {
    position: absolute;
    top:0; 
    left:0; 
    right:0;
    margin-top: -36px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width:100%;
}

.filtertypes_item {
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    background-color: white;
    color: black;
    border:#ccc solid 1px;
    border-bottom: none;
    opacity: .5;
}

.filtertypes .active {
    opacity: 1;

}

.filtertypes_item a {
    color: black;
}

#espagne {
    display: none;
}

.filtersearch {
    position: absolute;
    right:0;
    top:-5px; 
    margin-right:-30px;
}

.filtersearch a {
    color: white; 
}

.filtersearch a:hover {
    color: white; 
}

.filtersearch svg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color:var(--e-global-color-primary); 
    padding: 15px;
    border: solid 4px #ccc;
}

.filtersearch:hover svg {
    background-color:var(--e-global-color-accent); 
}

.region_parent {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.region {
    width: 49%;
}

.region_item {
    height: 300px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items:center; 
    justify-content: center;
    position:relative; 
    z-index: 2;
}

.region_item:before {
    content: "";
    position: absolute;
    top:0; 
    left:0; 
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    z-index: -1;
}

.region_item h2 {
    color:white; 
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .listing_item {
        width: 100%;
    }

    .filters_item {
        width: 100%;
    }

    .filters_item_location {
        width: 100%;
    }

    .biens_item {
        width: 100%;
    }

    .filtersearch {
        display: none;
    }

    .gallery_item {
        width: 100%;
    }

    .gallery_item:first-child {
        width: 100%;
    }

    .equipment_item {
        width: 49%;
    }

    .region {
        width: 100%;
    }
}

.bg-header {
    background-color: var(--e-global-color-accent);
    color: white;
    padding: 20px;
    height:200px;
}

.bg-header .items-center {
    height:200px; 
}

.recherchebg {
    padding:20px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color:white;
}

.recherche_parent {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:30px;
}

.recherche_item {
    width: 23%;
}

.recherche_item_location {
    width: 48%;
}

.facetwp-number {
    width: 32%;
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.facetwp-type-number_range {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.facetwp-type-number_range .facetwp-submit {
    width: 25%;
}

.search-heading {
    text-align: center;
    font-weight: bold;
    color: var(--e-global-color-accent);
}

.heading_apropos {
    color : var(--e-global-color-secondary); 
    font-weight: bold;
}

.rounded-apropos {
    border-radius: 10px;
}

.border-apropos {
    border: solid 1px #ccc;
}

.aproposnext {
    background-color: var(--e-global-color-secondary);
    border-radius: 50%;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
    border: none;
}

.aproposprev {
    background-color: var(--e-global-color-secondary);
    border-radius: 50%;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
    border: none;
}

.apropos_parent {
    position: relative;
}

.apropos_arrow {
    position:absolute;
    left:-5%; 
    top:0;
}

.line-clamp-3 {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.realisations__slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.w-23 {
    width: 23%;
}


.realisationsnext {
    background-color: white;
    border-radius: 50%;
    color:var(--e-global-color-secondary);;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
    border: none;
}

.realisationsprev {
    background-color: white;
    border-radius: 50%;
    color:var(--e-global-color-secondary);;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
    border: none;
}

.realisations_arrows {
    display: flex;
    gap:5px;
    justify-content: flex-end;
}