/* ul, li, a {
    text-decoration: none;
    list-style: none;
} */


/* map location icon click open popup start */

/* .info_content .img-content:first-child {
    display: block;
} */









.gmnoprint {
    display: flex;
    gap: 10px;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    max-width: inherit !important;
    max-height: inherit !important;
    min-width: inherit !important;
    border-radius: 0 !important;
}

.gm-style-iw-d {
    overflow: inherit !important;
    max-height: inherit !important;
}

.info_content {
    /* width: 580px; */
    width: 600px;
}

.info_content .img-content {
    display: flex !important;
    justify-content: start;
    gap: 10px;

    padding: 15px 10px;
}

.info_content .img-content .fil-img {
    margin-right: 0;
    width: 39.9%;
}

.info_content .img-content .fil-content {
    /* width: 56.5%; */
    width: 58.5%;
}

.info_content .img-content .fil-img img {
    height: 227px;
}

.info_content .img-content .fil-img.image-valid-no {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e1e1;
}

.info_content .img-content .fil-img.image-valid-no img {
    object-fit: contain;
    width: 100%;
}

.fil-img.no-image a.des-btn-item-link {
    justify-content: center;
}


.fil-img.no-image {
    background-color: #e1e1e1;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fil-img.no-image img {
    object-fit: contain;
    width: 60%;
    height: 85px;
}

.info_content .img-content .fil-content .price h2 {
    font-size: 20px;
    line-height: 25px;
}

.info_content .img-content .fil-content .price p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

.info_content .img-content .fil-content .price {
    padding-bottom: 10px;
    /* justify-content: unset; */
    gap: 10px;
    padding-right: 35px;

    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.info_content .img-content .fil-content .description h2.map-city {
    text-transform: uppercase;
}   

.info_content .img-content .fil-content .description h2 {
    font-size: 17px;
    line-height: 27px;
    /* margin-top: 10px; */
}

.info_content .img-content .fil-content .description h2:last-child {
    /* margin-top: 20px; */
    line-height: 25px;
}

.gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    display: grid !important;
    place-content: center;
    border: 1px solid #000 !important;
    margin: 5px !important;

    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    z-index: 9;
}

.gm-style-iw-ch {
    display: none;
}

.gm-style-iw.gm-style-iw-c .gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    -webkit-mask-repeat: no-repeat;
}

.info_content .img-content .fil-content .price .like_icon svg {
    width: 28px;
    height: 28px;
}

.info_content .img-content .company-logo {
    top: 20px;
    left: 15px;
}

/* .info_content .img-content .company-logo img {
    height: 65px;
    object-fit: contain;
} */

/* map location icon click open popup END */


.container .mappropertylist {
    display: none;
}

.voir-sur-container .mappropertylist.show-map-list {
    display: block;
    width: 50%;
    margin-top: 144px;
}

.voir-sur-container .mappropertylist.show-map-list #mapCanvas {
    top: 0;
    left: 0;
    height: 1550px;
}
.searchpage-scrollloader{ margin-top:100px; position:relative;  }

#scrollloader {
    position: absolute;
    left: 49%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 60px;
}



.company-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 94px;
    z-index: 1;
    /* border: 1px solid #e1e1e1; */

}

button.modifier-btn,
.filter-popup-section {
    display: none;
}

.search-main-tabs {
    padding: 35px 43px;
    background-color: #9FC253;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-main-tabs-col1 .seatabfi:hover {
    background-color: #FF6926;
    color: #fff;
}

.search-main-tabs-col1 .seatabfi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    background-color: #FF6926;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.search-main-tabs-col1 .seatabfi:hover:before{
    background-color: #fff;
}

.search-main-tabs-col1 .seatabfi:last-child:before {
    display: none;
}

.search-main-tabs-col1 .seatabfi:last-child {
    padding: 12px 20px;
    background-color: #FF641C;
    display: flex;
    align-items: center;
    color: #fff;
    transition: all 0.3s;
    margin-right: 10px;
}

.search-main-tabs-col1 .seatabfi:last-child img {
    margin-right: 10px;
    width: 18px;
}

.search-main-tabs-col1 .seatabfi:last-child:hover {
    background-color: #232323;
}

.search-main-tabs-col1 .seatabfi.active {
    background-color: #FF641C;
    color: #fff;
}

.search-main-tabs-col1 .seatabfi.active:before {
    background-color: #fff;
}

.search-main-tabs-col2 .favoris_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
    outline: 0;
}

.search-main-tabs-col2 .favoris_btn svg {
    width: 54px;
    margin-bottom: 12px;
}

.search-main-tabs-col2 {
    border-left: 1px solid #fff;
    padding-left: 27px;
}

.all-filter-section .search-main-tabs-col2  {
    display: none;
}

.search-main-tabs-col2 a:hover svg g {
    stroke: #FF6926;
}

.search-main-tabs-col2 a:hover svg path {
    fill: #FF6926;
    stroke: #FF6926;
}

.search-main-tabs-col2 a:hover {
    color: #FF6926;
}

/* .container {
    width: 1700px;
    margin: 0 auto;
} */

.all-filter-section .container,
.container.searchResultsection .container {
    width: 100%;
    padding: 0 100px;
}

.search-filter-tabs {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 25px;
}

.search-filter-tabs .ancien-neuf-tab {
    display: flex;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
a.des-btn-item-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #67768e;
}

.search-filter-tabs .ancien-neuf-tab li {
    margin-right: 25px;
    list-style-type: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.search-filter-tabs .ancien-neuf-tab li a {
    padding: 7px 20px;
    /* background-color: #FF641C; */
    border-radius: 50px;
    color: #707070;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 400;
    display: block;
    padding: 9px 14px;
    outline: none;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}

.search-filter-tabs .ancien-neuf-tab li:last-child {
    margin: 0;
}

.search-filter-tabs .ancien-neuf-tab li:first-child.active a {
    border: 1px solid #707070;
    background-color: #fff;
    color: #707070;
}

.search-filter-tabs .ancien-neuf-tab li.active a {
    background-color: #9fc253;
    color: #fff;
}

.search-filter-tabs .ancien-neuf-tab li:last-child.active a {
    background-color: #FF6926;
}



.map-trier-par {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.map-trier-par a {
    border: 2px solid #9FC253;
    border-radius: 27px;
    padding: 12px 60px;
    font-size: 19px;
    line-height: 26px;
    font-family: 'Poppins';
    color: #232323;
    transition: all 0.3s;
    outline: 0;
}

.map-trier-par a:hover {
    background-color: #FF641C;
    color: #fff;
    border: 2px solid #FF641C;
}

.trier-drop-down {
    margin-left: 50px;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 12px;
}

.trier-drop-down p {
    font-family: 'Poppins';
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.select-dropdown button {
    border: 1px solid #707070;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    background-color: #fff;
    cursor: pointer;
    width: 360px;
}

.select-dropdown button span {
    font-family: 'Poppins';
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #232323;
}

.select-dropdown button img {
    transform: rotate(180deg);
    transition: all 1s;
}

.select-dropdown__button.active img {
    transform: rotate(0deg);
}

button {
    font-weight: 900;
    color: black !important;
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, hr, input {
    overflow: visible;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    overflow: auto;
    margin: 13px 0 0 0;
    padding: 34px 34px 14px;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(134, 134, 134, 0.16);
}

.select-dropdown__list-item:first-child {
    border: 0;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-chevron-down:before {
    content: '\f2f9';
}

.zmdi-chevron-down:before {
    content: '\f2f9';
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 15px 0;
    background: #fff;
    border-top: 2px solid #E9E9E9;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    color: #232323;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:first-child {
    padding: 0 0 15px;
}

.select-dropdown__list-item:last-child {
    padding: 15px 0 0;
}

.select-dropdown__list-item:hover {
    color: #FF641C;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.filter-show:has(.no-data) {
    grid-template-columns: 1fr;
}

.filter-show .no-data {
    color: #000;
    text-align: center;
    padding: 20px;
    max-width: 1120px;
    margin: 0 auto;
    background: #e7e7e7;
}

.filter-show {
    width: 100%;
    /* margin-top: 144px; */
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 90px 35px; */
    gap: 35px;
}

.fil-content {
    width: 50%;
}

.fil-img {
    width: 53%;
    margin-right: 40px;
    position: relative;
    margin-bottom: 0 !important;
    border: 2px solid #e1e1e1;
}

.fil-img img {
    width: 100%;
    /* height: 332px; */
    height: 300px;
    object-fit: cover;
}

.fil-img .slick-dots {
    bottom: 15px;
    margin: 0;
    height: 33px;
    overflow: hidden;
    padding: 0 30px;
}

.fil-img .slick-dots li button:before {
    /* font-size: 30px;
    color: #fff;
    opacity: 1; */
    display: none;
}

.fil-img .slick-dots li button,
.fil-img .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #fff;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
}

.fil-img .slick-dots li.slick-active {
    width: 24px;
    height: 8px;
    border-radius: 5px !important;
}

.fil-img .slick-active button {
    background-color: #ffffff !important;
    width: 24px !important;
}

.img-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* .fil-img {
    display: block;
    line-height: 0;
    margin-bottom: 0;
} */

.fil-content .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #96C33C;
    padding-bottom: 17px;

    font-size: 18px;
    line-height: 25px;
}

.fil-content .price svg path,
.slider_main .like_icon svg path {
    fill: #96C33C;
    stop-color: #96C33C;
    transition: all 0.3s;
}

.fil-content .price svg g,
.slider_main .like_icon svg g {
    stroke: #96C33C;
    transition: all 0.3s;
}

.fil-content .price a:hover svg path,
.slider_main .like_icon a:hover svg path {
    fill: #EC6E36;
    stop-color: #EC6E36;
}

.fil-content .price a:hover svg g,
.slider_main .like_icon a:hover svg g {
    stroke: #EC6E36;
}

.fil-content .price h2 {
    font-family: 'Poppins';
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #22313F;
    transition: all 0.3s;
}
span.Price_suffix sup {
    padding-left: 6px;
    font-size: 50%;
    top: -0.7rem;
}
.estate_details span.Price_suffix sup {
    padding-left: 2px;
    font-size: 70%;
    top: -0.6rem;
}
.fil-content .price p {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    color: #22313F;
    margin: 0 10px 0 6px;

}

.fil-content .description h2 {
    font-family: 'Poppins';
    /* font-size: 22px;
    line-height: 30px;
    margin-top: 17px; */
    font-weight: 500;
    color: #22313F;

    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
}

.description h2:first-child {
    text-transform: capitalize;
}

.fil-content .description h2:last-child {
    line-height: 30px;
    font-weight: 400;
    /* margin-top: 20px; */
    text-transform: uppercase;
}

.fil-content a.des-btn {
    font-family: 'Poppins';
    font-size: 19px;
    line-height: 35px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 3px;
    /* margin-top: 25px; */
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s;
    outline: 0;

    margin-top: 18px;
}

.fil-content a.des-btn img {
    margin-left: 10px;
}

.fil-content a.des-btn:hover {
    color: #FF6926;
}

/* .fil-content .price a h1:hover {
    color: #FF6926;
} */

.fil-content .neuf a {
    order: 3;
}

.fil-content .neuf a:first-child {
    order: 3;
    margin: 0 50px 0 16px;
}

.fil-content .neuf p {
    margin: 0 !important;
}

.Exclusiv {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #96C33C;
    padding: 6px 10px 6px 10px;
}

.Exclusiv p {
    font-family: 'Poppins';
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.search-main-tabs-col1 {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.search-main-tabs-col1 .seatabfi {
    padding: 10px 18px 10px 31px;
    background-color: #fff;
    border-radius: 27px;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #25313E;
    transition: all 0.3s;
    display: block;
    width: fit-content;
    text-align: center;
    position: relative;
    outline: none;
}

.container .filterloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
}

.container .filterloader img {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* "Voir sur la carte" btn click show search page css  */

.container.searchResultsection .container.voir-sur-container {
    display: flex;
    gap: 30px;
    padding: 0 0 0 100px;
}

.voir-carte-filter-show {
    grid-template-columns: 1fr;
    width: 50%;
    height: fit-content;
}

.voir-carte-map {
    width: 50%;
}




/* Louer search home page to search page section add css  */

.rent-banner {
    background: url('/wp-content/uploads/2023/09/Louer-to-search.png');
    text-align: center;
    padding: 60px 15px 45px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rent-banner h2 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #fff;

}
.rent-banner p:first-of-type{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins';
    padding-bottom: 20px;
    color: #fff;
    max-width: 567px;
    margin: 0 auto;
}
.rent-banner p{
    padding: 0;
    margin: 0;
}


/* .rent-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px 51px;
} */

.rent-banner a {
    padding: 15px 50px;
    background-color: #FF6926;
    border-radius: 50px;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.rent-banner a:hover {
    background-color: #95C23C;
}

/* .loutosear-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.loutosear-bg-img {
    height: 100%;
}

.louer-to-searchpage {
    position: relative;
    width: 100%;
    height: 100%;
} */

#filter-load-more-container .img-content:first-child {
    display: flex;
}
.img-content:first-child {
    display: none;
}

.like_icon.addedIteam svg path {
    fill: #EC6E36;
    stop-color: #EC6E36;
}

.like_icon.addedIteam svg g {
    stroke: #EC6E36;
}

.like_icon svg {
    width: 38px;
    height: 38px;
}

.addedIteam.like_icon svg {
    animation: heartBeat1 1.35s linear 0s;
}

.removedIteam.like_icon svg {
    animation: heartBeat2 1.35s linear 0s;
}

@keyframes heartBeat1 {
    0% {
      transform: scale(1);
      opacity: 1; }
    15% {
      transform: scale(0.8); }
    20% {
      transform: scale(0.85);
      opacity: 1; }
    35% {
      transform: scale(1.3);
      opacity: .6; }
    50% {
      transform: scale(1);
      opacity: 1; }
    100% {
      transform: scale(1); }
}

@keyframes heartBeat2 {
    0% {
      transform: scale(1);
      opacity: 1; }
    15% {
      transform: scale(0.8); }
    20% {
      transform: scale(0.85);
      opacity: 1; }
    35% {
      transform: scale(1.3);
      opacity: .6; }
    50% {
      transform: scale(1);
      opacity: 1; }
    100% {
      transform: scale(1); }
}

.like_icon a {
    line-height: 0;
    display: block;
    outline: 0;
}



@media only screen and (max-width: 1800px) {
    span.Price_suffix sup {
        padding-left: 6px;
        font-size: 70%;
        top: -0.5rem;
    }
    .container.voir-sur-container {
        width: 100%;
    }

    .all-filter-section .container,
    .container.searchResultsection .container {
        width: 100%;
        padding: 0 50px;
    }

    .container.searchResultsection .container.voir-sur-container {
        padding: 0 0 0 50px;
    }

    .fil-img {
        width: 350px;
        margin-right: 15px;
    }

    .fil-content .price h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .fil-content .price p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 15px 0 15px;
    }

    .fil-content .price a svg {
        width: 35px;
    }

    .fil-content .description h2 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
    }

    .fil-content .description h2:last-child {
        /* line-height: 25px; */
        margin-top: 10px;
    }

    .fil-content a.des-btn {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    .fil-content a.des-btn img {
        width: 22px;
    }

    .fil-content .neuf a:first-child {
        margin: 0 15px 0 15px;
    }

    .search-filter-tabs .ancien-neuf-tab li a {
        font-size: 18px;
        line-height: 22px;
    }

    .map-trier-par a,
    .select-dropdown button span,
    .trier-drop-down p {
        font-size: 16px;
        line-height: 20px;
    }

    .map-trier-par a {
        padding: 12px 30px;
    }

    .select-dropdown button {
        width: 300px;
    }

}
@media only screen and (max-width: 1600px) {

    .tabf-wrap:nth-last-child(2) .all-fi-tab {
        position: absolute;
        right: 0;
        left: inherit;
    }
}
@media only screen and (max-width: 1500px) {

    .container#new-container-work {
        padding: 0;
    }

    .container.show-map {
        max-width: 100%;
        padding: 0 0 0 50px;
    }

    .container.voir-sur-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .fil-img img {
        /* height: 310px; */
        height: 270px;
    }

    .fil-img {
        width: 310px;
    }

    .container {
        padding: 0 50px;
    }

    .fil-img.no-image {
        height: 270px;
    }
}
@media only screen and (max-width: 1465px) {

    /* .search-main-tabs-col2 {
        width: 16%;
    } */

    /* .search-main-tabs-col1 {
        width: 80%;
    } */

    .tabf-wrap:nth-last-child(2) .all-fi-tab {
        right: inherit;
        left: inherit;
    }
}
@media only screen and (max-width: 1440px) {

    .info_content .img-content .fil-content .price {
        padding-right: 20px;
    }

    .fil-content .price {
        font-size: 16px;
    }

    .info_content {
        width: 550px;
    }

    .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
        width: 20px !important;
        height: 20px !important;
    }

    .voir-sur-container .mappropertylist.show-map-list {
        margin-top: 100px;
    }

    .search-main-tabs-col2 {
        padding-left: 12px;
    }

    .search-main-tabs-col2 .favoris_btn svg {
        width: 40px;
        margin-bottom: 0px;
    }

    .search-main-tabs-col2 .favoris_btn {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    /* .rent-banner h2:first-child {
        font-size: 20px;
        line-height: 26px;
    } */

    .rent-banner h2 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .rent-banner a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .rent-banner {
        padding: 20px;
    }
    .rent-banner p:first-of-type {
        font-size: 16px;
        line-height: 25px;
    }

    .container .container {
        padding: 0;
    }

    .search-main-tabs-col1 {
        gap: 6px;
    }

    .tabf-wrap:nth-last-child(3) .all-fi-tab {
        right: 0;
        left: inherit;
    }

    .filter-show {
        /* margin-top: 90px; */
        /* gap: 60px 28px; */
        gap: 30px 28px;
    }

    /* .fil-content {
        width: 100%;
    } */

    .fil-img {
        width: 305px;
    }

    .fil-img img {
        /* height: 305px; */
        height: 255px;
    }

    .fil-content .price h2 {
        font-size: 20px;
        line-height: 30px;
    }

    /* .fil-content .price {
        padding-bottom: 0;
    } */

    .fil-content .description h2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 9px;
    }

    .fil-content .description h2:last-child {
        margin-top: 15px;
    }

    .fil-content a.des-btn {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    .select-dropdown__list-item {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 0;
    }

    .select-dropdown__list {
        padding: 20px;
    }
}
@media only screen and (max-width: 1280px) {
    a.des-btn-item-link {
        font-size: 14px;
        line-height: 18px;
    }
    .info_content .img-content .company-logo {
        top: 10px;
        left: 10px;
    }

    .info_content .img-content .fil-content .price {
        padding-right: 0;
    }

    .info_content .img-content .fil-content .price p {
        font-size: 14px;
        line-height: 20px;
    }

    .fil-img {
        width: 50%;
    }

    .fil-content .price {
        font-size: 14px;
        line-height: 18px;
    }

    ul#moove-gdpr-menu li button span {
        line-height: 20px;
    }

    .info_content {
        width: 280px;
    }

    .info_content .img-content .fil-img img {
        height: 200px;
    }

    .info_content .img-content {
        flex-wrap: wrap;
        padding: 5px;
    }

    .info_content .img-content .fil-content {
        padding: 5px;
    }

    .info_content .img-content .fil-img,
    .info_content .img-content .fil-content {
        width: 100%;
    }

    .info_content .img-content .fil-content .price h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .info_content .img-content .fil-content .price .like_icon svg {
        width: 20px;
        height: 20px;
    }

    .info_content .img-content .fil-content .description h2,
    .info_content .img-content .fil-content .description h2:last-child {
        font-size: 14px;
        line-height: 20px;
    }

    .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
        background-color: #fff !important;
        opacity: 1;
    }

    .voir-sur-container .mappropertylist.show-map-list {
        margin-top: 50px;
    }


    .search-main-tabs-col1 {
        gap: 8px;
        /* width: 88%; */
    }

    .search-main-tabs-col1 .seatabfi:last-child {
        padding: 9px 20px;
    }

    .search-main-tabs-col1 .seatabfi {
        font-size: 14px;
        line-height: 22px;
        padding: 9px 18px 9px 34px;
    }

    .search-main-tabs-col2 a {
        font-size: 14px;
        line-height: 22px;
    }

    .select-dropdown button {
        width: 250px;
    }

    .map-trier-par a {
        padding: 10px 15px;
    }

    .trier-drop-down {
        margin-left: 30px;
    }

    /* .search-filter-tabs .ancien-neuf-tab {
        padding: 6px 5px;
    } */

    .search-filter-tabs .ancien-neuf-tab li {
        margin-right: 15px;
    }

    .search-filter-tabs .ancien-neuf-tab li a {
        font-size: 16px;
        line-height: 20px;
        /* padding: 7px 14px; */
    }
    .rent-banner h2 {
        font-size: 18px;
        line-height: 25px;
    }

    /* .fil-img {
        width: 240px;
    } */

    .fil-img img,
    .fil-img.no-image {
        height: 240px;
    }

    .filter-show {
        margin-top: 50px;
        /* gap: 60px 30px; */
    }

    .fil-content .price h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .fil-content .price p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px 0 10px;
    }

    .fil-content .price a svg {
        width: 25px;
        height: auto;
    }

    .fil-content .description h2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 9px;
    }

    .fil-content a.des-btn {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
    }

    .fil-content .neuf a:first-child {
        margin: 0 10px 0 10px;
    }

    .fil-content {
        width: 50%;
    }

    .Exclusiv p {
        font-size: 14px;
        line-height: 20px;
    }

    .Exclusiv {
        top: 10px;
        padding: 4px 10px 4px 10px;
    }

    
}
@media only screen and (max-width: 1024px) {

    .fil-img.no-image {
        height: 260px;
    }

    .fil-content .price h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .filter-show.voir-carte-filter-show {
        /* display: none; */
        order: 2;
        margin-top: 0;
        width: 100%;
        padding: 0 50px;
    }

    .container#new-container-work {
        flex-wrap: wrap;
    }

    .container.show-map {
        padding: 0;
    }

    .voir-sur-container .mappropertylist.show-map-list {
        width: 100%;
    }

    .voir-sur-container .mappropertylist.show-map-list #mapCanvas {
        height: 620px;
    }



    .voir-carte-filter-show .fil-img {
        /* width: 100%;
        margin: 0 0 20px 0 !important; */
    }

    .voir-carte-filter-show .fil-content {
        /* width: 100%; */
    }

    .search-main-tabs-col1 {
        /* width: 84%; */
    }

    .search-main-tabs {
        padding: 35px 30px;
    }

    .fil-img {
        width: 55%;
        margin-right: 20px;
    }

    .fil-img img {
        height: 260px;
    }

    .fil-content {
        width: 42%;
    }

    .filter-show {
        display: flex;
        flex-wrap: wrap;
    }

    .img-content {
        flex-wrap: wrap;
        width: 100%;
        align-items: start;
        justify-content: space-between;
    }

    .select-dropdown button {
        width: 200px;
        padding: 11px 15px;
    }

    .map-trier-par a, .select-dropdown button span, .trier-drop-down p {
        font-size: 14px;
        line-height: 18px;
    }

    .trier-drop-down {
        margin-left: 10px;
    }

    .search-filter-tabs .ancien-neuf-tab li {
        margin-right: 5px;
    }
    
    .search-filter-tabs .ancien-neuf-tab li a {
        font-size: 14px;
        line-height: 18px;
    }

    .select-dropdown__list-item {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {

    .filter-show.voir-carte-filter-show {
        padding: 0 30px;
    }
    
    .info_content .img-content .fil-content .price {
        justify-content: space-between;
    }

    .info_content .img-content .fil-img {
        margin: 0 !important;
    }

    .fil-img.no-image {
        height: 450px;
    }

    .voir-carte-filter-show .fil-img img {
        /* height: 320px; */
    }

    .container,
    .all-filter-section .container {
        padding: 0 30px;
    }

    .container.show-map {
        /* padding: 0 0 0 30px; */
    }

    .container.searchResultsection .container.voir-sur-container {
        gap: 12px;
    }

    .fil-img .slick-dots {
        bottom: 30px;
    }

    .fil-img {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .fil-img img {
        height: 450px;
    }

    .fil-content {
        width: 100%;
    }

    .fil-content .price {
        padding-bottom: 10px;
        justify-content: start;
        gap: 20px;
    }

    .fil-content .price p {
        margin: 0 20px;
    }

    .fil-content .neuf a:first-child {
        margin: 0 20px;
    }

    .search-filter-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-filter-tabs .ancien-neuf-tab {
        margin: 20px 0;
    }

    .trier-drop-down {
        margin-left: 9px;
    }

    .map-trier-par {
        justify-content: center;
        width: 100%;
    }

    .search-main-tabs-col1 {
        /* margin-right: 15px; */
        justify-content: center;
    }

    .search-main-tabs-col2 {
        width: 19%;
    }
    
}


@media only screen and (max-width: 650px) {

    .rent-banner a {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .search-main-tabs-col1 {
        margin: 0;
        width: 100%;
        justify-content: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        gap: 11px;
    }

    .search-main-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-main-tabs-col1 .seatabfi:last-child img {
        margin-right: 6px;
    }

    .search-main-tabs-col2 {
        margin-top: 20px;
        border-left: 0;
        width: auto;
        padding: 0;
    }

    .search-main-tabs-col1 .seatabfi:last-child {
        margin-right: 0;
    }
}



@media only screen and (max-width: 550px) {

    /* .filter-show.voir-carte-filter-show {
        display: none;
    }

    .container.show-map {
        padding: 0;
    }

    .voir-sur-container .mappropertylist.show-map-list {
        width: 100%;
    }

    .voir-sur-container .mappropertylist.show-map-list #mapCanvas {
        height: 620px;
    } */
}



@media only screen and (max-width: 450px) {

    .filter-show.voir-carte-filter-show .img-content {
        margin-bottom: 50px;
    }

    .fil-img.no-image {
        height: 310px;
    }

    .filter-show.voir-carte-filter-show {
        display: block;
        width: 100%;
        padding: 0 20px;
    }

    .container.searchResultsection .container.voir-sur-container {
        flex-direction: column;
    }

    /* .loutosear-bg-img img {
        height: 250px;
        object-fit: cover;
    }

     */

    .rent-banner h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .rent-banner a {
        font-size: 12px;
        line-height: 18px;
    }
    .rent-banner p:first-of-type {
        font-size: 16px;
        line-height: 25px;
    }
    /* .rent-banner {
        padding: 10px;
    } */
    .rent-banner p:first-of-type {
        font-size: 14px;
        line-height: 20px;
    }

    .tabf-wrap {
        display: none;
    }

    button.modifier-btn {
        padding: 6px 15px;
        background-color: #fff;
        border-radius: 27px;
        font-size: 11px;
        line-height: 15px;
        font-weight: 400;
        display: block;
    }

    .search-main-tabs-col1 .seatabfi:last-child {
        padding: 6px 13px;
        font-size: 11px;
        line-height: 15px;
        font-weight: 400;
        margin: 0;
    }

    .search-main-tabs-col1 .seatabfi:last-child img {
        width: 10px;
    }

    .search-main-tabs-col1 {
        border: 0;
        /* justify-content: start; */
        padding-bottom: 0;
    }

    .search-main-tabs-col2 a span {
        display: none;
    }

    .search-main-tabs-col2 a svg {
        width: 27px;
        margin-bottom: 0;
        height: auto;
    }

    .search-main-tabs-col2 {
        margin: 0;
        border-left: 0.5px solid #fff;
        padding: 0 0 0 16px;
    }

    .search-main-tabs,
    .search-main-tabs-col1 {
        flex-wrap: nowrap;
    }
    
    .search-main-tabs {
        /* align-items: start; */
        padding: 19px 30px;
    }

    .search-filter-tabs .ancien-neuf-tab {
        
        /* display: none; */
    }

    .search-filter-tabs {
        margin-top: 10px;
    }

    .map-trier-par a, .select-dropdown button span, .trier-drop-down p {
        font-size: 11px;
        line-height: 15px;
    }

    .select-dropdown button span {
        margin-right: 8px;
    }

    .select-dropdown button {
        width: fit-content;
        padding: 6px 15px;
    }

    .select-dropdown button img {
        width: 7px;
    }

    .select-dropdown {
        margin-top: 6px;
    }

    .map-trier-par a {
        padding: 6px 15px;
    }

    .map-trier-par {
        justify-content: space-between;
    }

    .fil-img img {
        height: 310px;
    }

    /* .container {
        padding: 0;
        max-width: 370px;
    } */

    .container, .all-filter-section .container {
        padding: 0 25px;
    }

    .filter-show {
        margin-top: 20px;
        gap: 50px;
    }

    .fil-content .price h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .fil-content .price a svg {
        width: 27px;
        height: auto;
    }

    .fil-content .price a:first-child {
        margin-right: auto;
        line-height: 0;
    }

    .fil-content .price .like_icon a {
        width: 30px;
        height: 28px;
        display: flex;
        justify-content: center;
    }

    .fil-content .description h2 {
        font-size: 11px;
        line-height: 18px;  
    }

    .fil-content a.des-btn {
        font-size: 12px;
    }

    .select-dropdown__list-item {
        font-size: 11px;
        line-height: 15px;
    }

    .select-dropdown__list {
        width: 180px;
        left: inherit;
        padding: 20px 15px;
    }
}


@media only screen and (max-width: 414px) {

    .container {
        padding: 0 20px;
        max-width: 100%;
    }

    .map-trier-par {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trier-drop-down {
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .select-dropdown,
    .select-dropdown button {
        width: 100%;
    }

    .search-filter-tabs .ancien-neuf-tab {
        margin-bottom: 30px;
        justify-content: center;
        /* flex-wrap: wrap; */
        /* padding: 10px; */
        width: 100%;
    }

    .search-filter-tabs .ancien-neuf-tab li {
        /* margin: 0 0 10px 0; */
        width: 100%;
    }

    .search-filter-tabs .ancien-neuf-tab li a {
        display: block;
        text-align: center;
        /* padding: 10px 14px; */
        padding: 5px 14px;
    }

    .search-main-tabs-col1 .seatabfi {
        font-size: 14px;
        line-height: 20px;
    }

    .elementor-shortcode .container {
        padding: 0;
    }

    .search-main-tabs {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }

    .search-main-tabs-col2 {
        border-top: 0.5px solid #fff;
        border-left: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }

    .search-main-tabs-col1 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .select-dropdown__list {
        width: 100%;
    }
}