body {
	overflow: hidden;
}
#piloue, #biloue {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: contain;
}
#piloue {
	height: 50%;
	width: 50%;
}
@keyframes biloo {
	0% {
		transform: translateX(100vw) scaleX(0.8) scaleY(0.3);
	}
	100% {
		transform: translateX(0) scaleX(1) scaleY(1);
	}
}
#biloue {
	height: 100%;
	width: 100%;
	animation: biloo 0.5s cubic-bezier(.19,1,.22,1);
}
[onClick] {
	cursor: pointer;
}
