/* Correction complète des icônes Font Awesome sur tout le site */

/* Force le chargement correct de Font Awesome */
.fas, .far, .fab, .fa {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
}

.far {
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* S'assurer que les icônes ont la bonne taille */
i.fas, i.far, i.fab, i.fa {
    min-width: 1em;
    text-align: center;
}

/* Correction pour les icônes dans le top-bar */
.top-bar-left i {
    color: #30D54A;
}

/* Correction pour les icônes dans le menu */
.main-nav i {
    margin-right: 5px;
}

/* Correction pour les icônes dans les property cards */
.property-location i,
.property-feature i {
    color: #30D54A !important;
}

/* Correction pour les icônes dans les service cards */
.service-icon i {
    font-size: 3rem;
    color: #30D54A;
}

/* Correction pour les icônes sociales */
.social-links i {
    font-size: 18px;
}

/* Titres de sections - Style sobre et distinctif */
.section-header h2 {
    font-size: 2.8rem !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    color: #0A0E27 !important;
    letter-spacing: -0.5px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.section-header h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: #30D54A !important;
    border-radius: 2px !important;
}
