/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 13:18:07 */
.gc-bg {
	z-index: 0;
	position: fixed!important;
	overflow: hidden;
	inset: 0;
}
.bg-grid {
	background-image: linear-gradient(to right, black 1px, transparent 1px), linear-gradient(to bottom, black 1px, transparent 1px);
	background-size:  7vmax 7vmax;
	opacity: 0.1;
	inset: 0;
	z-index: 0;
	position: fixed!important;
	overflow: hidden;
	filter: blur(1px);
	background-position: center;
}



.bg-lumiere {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) invert(1) blur(2px);
    opacity: 0.05;
}

@keyframes rotate {
	from {
		rotate: 0deg;
	}
	50% {
		scale: 1 1.5;
	}
	to {
		rotate: 360deg;
	}
}
#blob {
	background-color: rgba(255, 255, 255, 0);
	height: 30vmax;
	aspect-ratio: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	border-radius: 50%;
	/* background: linear-gradient(to right, aquamarine, mediumpurple); */
	animation: rotate 20s infinite;
	opacity: 1;
	backdrop-filter: blur(4px);
	mask: radial-gradient(black 0%, transparent 70%);
}
