@charset "UTF-8";
/* CSS Document */


html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family:"Leafy Extended";
	position:relative;
	box-sizing: border-box;
	padding-bottom: 0%;
}

#logo {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	max-width: 30%;
}

.texte {
	display: inline-block;
	position:absolute;
	font-family: "Leafy Extended";
	text-align:center;
	font-size: 2vh;
	margin-right: 50%;
	margin-left: 60%;
	margin-top:-30%;
	margin-bottom: 10%;
	color: #000000;
}


#construction {
	box-sizing: content-box;
	position: relative;
	max-width: 50%;
	min-width: 30%;
	display: inline-block;
	margin-top: 2%;
	margin-bottom: 5%;
	margin-right: 25%;
	margin-left: 24%;
}


.footer {
	background-color: black;
	font-family: "Leafy Extended";
	color: #f2f2f2;
	text-align: center;
	box-sizing: content-box;
	padding-top: 7px;
	margin-top: 0px;
	position: relative;
	bottom: 0;
	left: 0; 
	right: 0;
}



.footer a:hover {
		text-decoration: underline;
		color: #f2f2f2;
}

.footer a {
		text-decoration: none;
		color: #f2f2f2;
}

.topnav {
	overflow: hidden;
	background-color: black;
	font-family: "Leafy Extended";
	text-align: center;
	position: relative;
}

.topnav a {
	display: inline-block;
	color: #f2f2f2;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
}

.topnav a:hover {
	color: whitesmoke;

}

.topnav .icon {
  display: none;
}

.topnav .active {
	display: none;
}

.topnav .lecture {
	background-color: white;
	color: #000000;
	text-decoration: none;
}


@media screen and (max-width: 755px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	.topnav .active {
	display: block;
	float: left;
	text-decoration: none;
}

@media screen and (max-width: 755px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	} 
