@font-face{
	font-family: "montserrat"; 
	scr: url(fonts/Montserrat-Regular.ttf);
	}
	
body{
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
	
.preloader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: white;
	z-index: 20;
	display:flex;
	align-items:center;
	justify-content:center;
}
.image0{
	//vertical-align:middle;
	//position:absolute;
	//align-items:center;
	height:20vh;
	position: absolute;
	bottom: 0;
	margin-bottom: 45vh;

}
.image10{
	//vertical-align:middle;
	//position:absolute;
	align-items:center;
	position: absolute;
	bottom: 0;
	height: 3.5vh;
	margin-bottom: 40vh;
}

.copyright{
	position: absolute;
	bottom: 0;
	font-size:1rem;
}

.boutons{
	display:flex;
	width:150px;
	justify-content:space-between;
	margin-top: 45vh;
}

.boutonfr{
	width:30px;
	height:30px;
	//background-color:red;
	font-family:"montserrat";
	border: solid black 2px;
	text-align:center;
}


.boutonen{
	width:30px;
	height:30px;
	//background-color:blue;
	border: solid black 2px;
	text-decoration:none;
	font-family:"montserrat";
	text-align:center;
}

a{
	text-decoration:none;
	color:black;
	margin-top: auto;
}

p{
	margin-top: 21%;

}

a:hover{
	text-decoration:underline;
	color:orange;
}


@media (max-width:500px){
	.image0{
	height:15vh;
	margin-bottom: 55vh;
	}
	
	.image10{
	height:4vh;
	margin-bottom: 50vh;
	}
	
	.boutons{
	width:150px;
	margin-top: 25vh;
	}
	.copyright{
	font-size:0.8rem;
	}

}
