/*
Theme Name: Envo Shopper Child
Theme URI: https://envothemes.com/free-envo-shopper/
Template: envo-shopper
Author: EnvoThemes
Author URI: https://envothemes.com/
Description: Envo Shopper is a fast, clean and modern-looking responsive free WooCommerce WordPress theme. This theme supports popular page builders like Elementor, KingComposer, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Brizy, Visual Composer, etc. Envo Shopper is compatible with YITH WooCommerce Wishlist, YITH WooCommerce Compare, WooCommerce Variation Swatches and other popular plugins. The theme is SEO friendly, WPML and RTL ready. Documentation: https://envothemes.com/docs/docs/envo-shopper/ Theme demo ready to import: https://envothemes.com/envo-shopper/
Tags: one-column,two-columns,full-width-template,right-sidebar,custom-background,custom-menu,custom-header,editor-style,featured-images,translation-ready,custom-logo,threaded-comments,footer-widgets,rtl-language-support,blog,e-commerce
Version: 1.2.4.1758142068
Updated: 2025-09-17 21:47:48

/* Footer général ultra-compact */
.site-footer {
    background: #000;        
    color: #bbb;             
    padding: 5px 10px;        /* réduit de moitié par rapport aux 10px précédents */
    text-align: center;
    font-size: 14px;          /* légèrement réduit pour compacter */
    width: 100%;
    box-sizing: border-box;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;     
    justify-content: center;
    width: 100%;
    line-height: 1.1;         /* réduit de moitié */
}

.footer-bottom p {
    margin: 1px 0;            /* très compact */
}

/* Séparateur subtil */
.footer-separator {
    margin: 0 4px;
    color: #777;             
}

/* Lien Mentions légales */
.footer-legal-link {
    font-weight: bold;
    color: #1e90ff;           
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: #00ffff;           
}

/* Responsive */
@media screen and (max-width: 768px) {
    .site-footer {
        font-size: 15px;     
    }
    .footer-bottom {
        line-height: 1.15;
    }
}

@media screen and (max-width: 480px) {
    .site-footer {
        font-size: 14px;     
    }
    .footer-bottom {
        line-height: 1.1;
    }
}





