@charset "UTF-8";

/*!
Theme Name: Thème Enfant VPCrazy / Blocksy
Author: VPCrazy
Version: 2.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2021 VPCrazy.
Requires at least: 5.2
Requires PHP: 7.0
Tested up to: 5.5
Text Domain: blocksychild
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news
Template: blocksy
*/




.overlayVPCrazy {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
    z-index: 1000;
    transition: top 0.5s, bottom 1s, opacity 0.5s; /* Ajout de l'animation pour opacity */
    mix-blend-mode: soft-light;
    transition-timing-function: ease-in-out;
    pointer-events: none; /* Permet aux événements de pointer de traverser l'overlayVPCrazy */
}