/* Animation Sakura - Feuilles de cerisier qui tombent au scroll */

.sakura-trigger {
    position: relative;
}

.sakura-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    z-index: 1 !important;
    overflow: visible !important;
}

.sakura-petal {
    position: absolute;
    display: block;
    transform-origin: center center;
    will-change: transform, top, opacity;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}
