- /*
 Theme Name:   WPResidence Child Theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WPResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.4.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body.page-id-11 main {
    margin-top: 95px !important;
}
.featured_div {
    display: none !important;
}
.wpestate-elementor-menu-mobile-container .mobilex-menu {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 60px;
    display: none;
    width: 100vw;
    min-width: 250px;
    margin: 0px;
    left: auto !important;
    right: 10px !important;
}


.container.content_wrapper.wpestate_content_wrapper_custom_template.wpestate_wide_elementor_page {
    z-index: 1;
}


/* Container pour le centrage */
#sticky-contact-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: auto;
}

/* Style du bouton */
.floating-contact-btn {
    background-color: #002e53;
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: block;
    white-space: nowrap;
}

/* Effet Hover */
.floating-contact-btn:hover {
    background-color: #2856a3;
    color: #ffffff !important;
    bottom: 23px; /* Petit effet de levée */
}
html {
    scroll-behavior: smooth;
}

/* Masquer le bouton sur desktop si vous le souhaitez uniquement sur mobile */
/* @media (min-width: 768px) { #sticky-contact-container { display: none; } } */

a.contact-box.islive {
    display: none !important;
}
.mobile_agent_area_wrapper.d-block.d-lg-none {
    display: none !important;
}


.property_listing .listing-unit-img-wrapper .prop_new_details .property_location_image i {
    color: #002e53 !important;
    margin-right: 5px;
    line-height: 14px;
    font-size: 22px !important;
}
.property_location_image a {
    font-size: 18px !important;
    margin-left: 5px;
}
.property_listing .listing-unit-img-wrapper .prop_new_details .property_location_image {
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
    right: unset !important;
    color: #002e53 !important;
    opacity: 1 !important;
    z-index: 9;
    pointer-events: auto;
    padding: 7px 15px;
    border-radius: 0px 10px 0px 0px;
    background: white !important;
}

body.tax-property_city main.content_wrapper.container-fluid {
    margin-top: 85px;
}

body.tax-property_city h1 {
    font-family: "Parkinsans", Sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.ribbon-inside.Active {
    display: none;
}
.ribbon-inside.Vendu {
    background-color: #f94444 !important;
}
.ribbon-inside.Active {
    display: none !important;
}