/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 15:49:45 */
/* Nettoyage des bordures et espaces */
.ast-separate-container .ast-row, 
.ast-grid-common-col, 
.footer-widget-area, 
.payment-methods, 
hr {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ast-separate-container .ast-row {
    gap: 0 !important;
    column-gap: 0px !important;
    row-gap: 0px !important;
}

.footer-widget-area [class*="widget"], 
.widget, .widget li {
    border: none !important;
}

