@charset "utf-8";
@font-face{font-family: "Averia Serif"; src: url("font/AveriaSerif-Regular.ttf") format("truetype")}
@font-face {font-family: "Old English"; src: url("font/Old_Englished_Boots_2.ttf") format("truetype");}
body,td,th {font-family: "Averia Serif"; color: #D4D4D4;}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
	background-color: black;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(10px);
	z-index: 100;
}
nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 5% 0px;
}
a{
	align-content: center;
	position: center;
	padding: 0%;
	margin: 0% 4%;
	text-decoration: none;
	text-align: center;
	color: #D4D4D4;
	text-shadow: 0px 0px 20px black, 0px 0px 5px black;
}
.menu{
	font-size: 20px;
}
.menumeurt{
	font-family: "Old English";
	font-size: 26px;
	margin-bottom: -8px;
}
main{
	margin: 0;
	padding: 0;
	display: block;
}
section{
	width: 100%;
}
h1{
	font-size: 40px;
	text-shadow: 0px 0px 10px black, 0px 0px 5px black;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(10px);
    z-index: 100;
}
.rezos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100%;
}

.rezo {
    margin: 0;
    padding: 0;
}

.rezo a {
    display: flex;
    align-items: center;
    margin: 0 5px;
    padding: 0;
}

.rezo img {
    display: block;
    width: 35px;
    height: auto;
    object-fit: contain;
    margin: 0;
}
.yt{
	margin-right: 8px;
}

@media (max-width:900px){
	header{
		height: 60px;
	}
	nav {
		margin: 20px 2% 0px;
	}
	a{
		margin: 0% 3%;
	}
	.menu{
		font-size: 12px;
	}
	.menumeurt{
		font-size: 18px;
	}
}