CrossairUI {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;

	.Crossair {
		background-color: #fff;
		border-radius: 50%; // rend la forme ronde
		width: 5px; /* Largeur du crosshair */
		height: 5px; /* Hauteur du crosshair */
	}
}
