/*
Theme Name: Indutri Child
Template: indutri
*/

/* ================================================
   TERANGA HUB - RESPONSIVE GLOBAL
   ================================================ */

/* ===== FOOTER - 4 COLONNES DESKTOP ===== */
#wp-footer { background-color: #0F1628 !important; }
#wp-footer .widgets_wrapper { background-color: #0F1628 !important; padding: 70px 0 55px !important; }

#wp-footer .widgets_wrapper > .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

#wp-footer .widgets_wrapper .footer-fourth {
    float: none !important;
    display: block !important;
    width: 25% !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
}

/* Titres footer */
#wp-footer .widget-title,
#wp-footer .widgettitle,
#wp-footer .widget-title span,
#wp-footer .widgettitle span {
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    margin: 0 0 22px !important;
    padding-bottom: 13px !important;
    border-bottom: 2px solid #F5A623 !important;
    display: block !important;
    line-height: 1.5 !important;
}

#wp-footer a { color: rgba(255,255,255,0.65) !important; text-decoration: none !important; transition: color 0.25s !important; }
#wp-footer a:hover { color: #F5A623 !important; }
#wp-footer p { color: rgba(255,255,255,0.65) !important; font-size: 14px !important; line-height: 1.8 !important; }
#wp-footer ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
#wp-footer ul li, #wp-footer ul li span { color: rgba(255,255,255,0.65) !important; font-size: 14px !important; }

.copyright { background-color: #070d1a !important; border-top: 1px solid rgba(245,166,35,0.2) !important; }
.copyright .copyright-content, .copyright p { color: rgba(255,255,255,0.4) !important; font-size: 13px !important; text-align: center !important; padding: 18px 0 !important; margin: 0 !important; }
.copyright a { color: rgba(255,255,255,0.4) !important; }


/* ================================================
   RESPONSIVE - TABLETTE (max 1024px)
   ================================================ */
@media (max-width: 1024px) {

    /* Footer 2 colonnes sur tablette */
    #wp-footer .widgets_wrapper .footer-fourth {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 40px !important;
    }

    /* Hero - titre plus petit */
    .elementor-widget-heading .elementor-heading-title {
        font-size: 38px !important;
    }

    /* Sections padding reduit */
    .elementor-section .elementor-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* Cards en 2 colonnes */
    .elementor-column.elementor-col-33 {
        width: 50% !important;
    }
}


/* ================================================
   RESPONSIVE - MOBILE (max 768px)
   ================================================ */
@media (max-width: 768px) {

    /* Footer 1 colonne sur mobile */
    #wp-footer .widgets_wrapper > .container {
        flex-direction: column !important;
        padding: 0 20px !important;
    }
    #wp-footer .widgets_wrapper .footer-fourth {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 0 35px !important;
        margin-bottom: 35px !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    }
    #wp-footer .widgets_wrapper .footer-fourth:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    /* Hero fullscreen */
    .elementor-section[data-settings*="100vh"] {
        min-height: 100vh !important;
    }

    /* Titres hero */
    .elementor-widget-heading .elementor-heading-title {
        font-size: 32px !important;
        line-height: 1.25 !important;
    }

    /* Sections padding mobile */
    .elementor-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .elementor-section .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Colonnes en stack vertical */
    .elementor-column.elementor-col-60,
    .elementor-column.elementor-col-40,
    .elementor-column.elementor-col-50,
    .elementor-column.elementor-col-33,
    .elementor-column.elementor-col-70,
    .elementor-column.elementor-col-30 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Padding colonne interne */
    .elementor-column > .elementor-widget-wrap {
        padding: 0 !important;
    }

    /* Sections full width */
    .elementor-section > .elementor-container {
        flex-direction: column !important;
    }

    /* Textes centres sur mobile */
    .elementor-widget-heading .elementor-heading-title {
        text-align: center !important;
    }

    /* Stats en 2x2 */
    .elementor-column.elementor-col-25 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    /* Cards domaines - 1 colonne */
    .elementor-widget-text-editor > .elementor-widget-container > div {
        margin-bottom: 20px !important;
    }

    /* Boutons CTA */
    .elementor-button {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    /* Menu hamburger - afficher */
    .gva-navigation .navbar-header { display: block !important; }
    .gva-navigation .navbar-collapse { display: none !important; }
    .gva-navigation .navbar-collapse.in { display: block !important; }

    /* Header padding */
    .site-header { padding: 0 15px !important; }

    /* Images responsives */
    .elementor-widget-image img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 25px !important;
    }
}


/* ================================================
   RESPONSIVE - PETIT MOBILE (max 480px)
   ================================================ */
@media (max-width: 480px) {

    /* Titres encore plus petits */
    .elementor-widget-heading .elementor-heading-title {
        font-size: 26px !important;
    }

    /* Stats 1 par ligne */
    .elementor-column.elementor-col-25 {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px !important;
    }

    /* Padding sections reduit */
    .elementor-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Boutons full width */
    a[style*="padding"] {
        display: block !important;
        text-align: center !important;
        margin-bottom: 12px !important;
    }

    /* Footer */
    #wp-footer .widgets_wrapper { padding: 50px 0 40px !important; }
}
