/*
Theme Name: Astra Child ImmoAfrik
Template: astra
Version: 1.0.0
Description: Thème enfant ImmoAfrik pour Astra
*/
@import url("../astra/style.css");

/* ===== MASQUER FOOTER NATIF ASTRA SUR TOUTES LES PAGES ===== */
#colophon,
.site-footer,
footer#colophon,
.ast-site-footer,
footer.site-footer,
.ast-footer-copyright,
.site-info,
.astra-footer-copyright,
#colophon .ast-row,
.ast-small-footer-wrap,
.ast-small-footer {
    display: none !important;
}

/* ===== FOOTER CUSTOM IMMOAFRIK ===== */
.immoafrik-footer-global {
    background: #2A4D38;
    color: rgba(255,255,255,0.85);
    padding: 60px 6% 30px;
    font-family: 'Work Sans', sans-serif;
}
.immoafrik-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 40px;
}
.immoafrik-footer-global h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}
.immoafrik-footer-global a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}
.immoafrik-footer-global a:hover { color: #fff; }
.immoafrik-footer-global p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
    line-height: 1.5;
}
.immoafrik-footer-logo {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1;
}
.immoafrik-footer-logo .logo-immo { color: #C8603A; }
.immoafrik-footer-logo .logo-afrik { color: #ffffff; }
.immoafrik-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 24px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.immoafrik-footer-bottom a {
    display: inline !important;
    color: rgba(255,255,255,0.55) !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
.immoafrik-footer-bottom a:hover { color: #fff !important; }
@media (max-width: 768px) {
    .immoafrik-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .immoafrik-footer-inner { grid-template-columns: 1fr; }
    .immoafrik-footer-bottom { flex-direction: column; }
}
