.container-anim-chargement {
	top: 0px;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: var(--Transition);
	padding: 0px;
	margin: 0px;
	background: var(--ColorBody);
	backdrop-filter: var(--Blur);
}

.container-anim-chargement #anim {
	width: 100px;
}

#anim .carre path {
	fill: var(--ColorText) !important;
}
