/*
 Theme Name:   Astra Child - MonArtisanDirect
 Theme URI:    https://monartisandirect.fr
 Description:  Thème enfant Astra pour MonArtisanDirect
 Author:       MonArtisanDirect
 Author URI:   https://monartisandirect.fr
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child-mad
*/

/* ==========================================================================
   Vos styles personnalisés ci-dessous
   ========================================================================== */
/* FIX FOOTER MOBILE */
html, body {
    overflow-x: hidden;
}

footer, .site-footer, .ast-footer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.ast-container {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .ast-builder-grid-row {
        display: block;
    }
    .site-footer-section {
        width: 100%;
        padding: 10px 15px;
    }
}