/* ============================================================ */
/* === HYDROMUR — Footer                                    === */
/* ============================================================ */

/* ===== FOND GÉNÉRAL ===== */
.site-footer {
    background: #0d2461 !important;
    font-family: 'Montserrat', sans-serif;
}

/* ===== GRILLE ASTRA — aligner les colonnes en haut ===== */
.site-above-footer-wrap .ast-builder-grid-row {
    align-items: start !important;
}

.site-above-footer-wrap .ast-builder-grid-row-container-inner {
    padding: 60px 32px 40px;
    max-width: 1280px;
    margin: 0 auto;
}

/* ===== SECTIONS (colonnes) ===== */
.site-above-footer-wrap .site-footer-section {
    padding: 0 !important;
}

.site-above-footer-wrap .footer-widget-area-inner {
    padding: 0 !important;
}

/* ===== TEXTES GÉNÉRAUX ASTRA dans le footer ===== */
.site-footer p,
.site-footer li,
.site-footer a {
    font-family: 'Montserrat', sans-serif !important;
}

/* ===== LOGO ===== */
.site-footer-above-section-1 .wp-block-image img {
    display: block;
    height: 110px !important;
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 16px;
}

/* ===== DESCRIPTION BRAND ===== */
.site-footer-above-section-1 .wp-block-paragraph {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ===== TITRES DE COLONNES ===== */
.hydromur-footer-title {
    color: #a6c5d5 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin: 0 0 18px 0 !important;
}

/* ===== NAVIGATION ===== */
.hydromur-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.hydromur-footer-links li {
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
}
.hydromur-footer-links a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    display: inline-block !important;
    padding: 2px 0 !important;
    transition: color 0.2s, padding-left 0.2s !important;
}
.hydromur-footer-links a:hover {
    color: #a6c5d5 !important;
    padding-left: 4px !important;
}

/* ===== CONTACT ===== */
.hydromur-footer-contact p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin: 0 0 14px 0 !important;
}
.hydromur-footer-contact p strong {
    color: #ffffff !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 2px !important;
}
.hydromur-footer-contact a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}
.hydromur-footer-contact a:hover {
    color: #a6c5d5 !important;
}

/* ===== ENGAGEMENTS ===== */
.hydromur-footer-hours p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin: 0 0 14px 0 !important;
}
.hydromur-footer-hours p strong {
    color: #ffffff !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 2px !important;
}

/* ===== BARRE DU BAS ===== */
.site-primary-footer-wrap {
    background: #0a1d4f !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
}

.hydromur-footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.82rem !important;
    font-family: 'Montserrat', sans-serif !important;
}
.hydromur-footer-bottom p {
    margin: 0 !important;
    color: rgba(255,255,255,0.6) !important;
}
.hydromur-footer-bottom ul {
    list-style: none !important;
    display: flex !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.hydromur-footer-bottom ul li {
    margin: 0 !important;
}
.hydromur-footer-bottom ul a {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}
.hydromur-footer-bottom ul a:hover {
    color: #a6c5d5 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .site-above-footer-wrap .ast-builder-grid-row-container-inner {
        padding: 40px 20px 30px;
    }
    .hydromur-footer-bottom {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
        padding: 20px !important;
    }
    .hydromur-footer-bottom ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 16px !important;
    }
}

/* ===== LOGO FOOTER — encadré blanc ===== */
.site-footer-above-section-1 .wp-block-image {
    display: inline-block !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12) !important;
}

.site-footer-above-section-1 .wp-block-image img {
    height: 160px !important;
    width: auto !important;
}

.site-footer-above-section-1 .footer-widget-area-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}