/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2025 | 09:17:57 */
/*===============================*/
/* FONDS LATÉRAUX */
body::before,
body::after {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    width: 20% !important;
    height: 100% !important;
    background-size: cover !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

body::before {
    right: 0 !important;
    background: linear-gradient(to right, #ffff 0%, #fffc 10%, #fff6 20%, #fff0 40%),
                url(https://hardcorefrancemag.fr/wp-content/uploads/2025/12/ESKAPE_WINTER_2026_LINEUP.jpg) no-repeat center center !important;
    background-size: cover !important;
}

body::after {
    left: 0 !important;
    transform: scaleX(-1) !important;
    background: linear-gradient(to right, #ffff 0%, #fffc 10%, #fff6 20%, #fff0 40%),
                url(https://hardcorefrancemag.fr/wp-content/uploads/2025/12/ESKAPE_WINTER_2026_LINEUP.jpg) no-repeat center center !important;
    background-size: cover !important;
}

/* Masquer les fonds latéraux sur mobile */
@media (max-width: 1450px) {
    body::before,
    body::after {
        display: none !important;
    }
}

footer {
    position: relative;
    z-index: 2; /* supérieur à .content-area et aux pseudo-éléments */
    background: #fff; /* pour être sûr qu’il soit opaque */
}