.my-loader {
	transition: 0.5s;
	opacity: 0.0;
}
.loader {
	display: none; /* Titremesin */

	position: fixed;
	width: 98%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loader > img {
	display: block;
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 90vh;
	margin: 0 auto;
}
