@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: 5%;
}

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

.topnav {
	overflow: hidden;
	background-color: black;
	font-family: 'Trebuchet MS', 'sans-serif';
	text-align: center;
	position: relative;
}

.topnav a {
	display: inline-block;
	color: #f2f2f2;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	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;
}

	

.textepresentation p {
	margin-top:3%;
	text-align: center;
	font-family: "Leafy Extended";
	font-size: 4vw
}

#logosadobe {
	position:absolute;
	margin-top:-6%;
	max-width: 4%;
	margin-right:3%;
	margin-left:90%;
}

.dessin {
	position: absolute;
	display:inline-block;
	max-width: 40%;
	margin-left:5%;
	margin-top:2%;
}

.textedessin {
	position: absolute;
	display:inline-block;
	margin-left:53%;
	margin-right:10%;
	margin-top: 15%;
	text-align: center;
	font-family: "Leafy Extended";
	font-size: 2vw
}

.plan {
	position: relative;
	display: inline-block;
	max-width: 40%;
	margin-bottom:2%;
	margin-top: 35%;
	margin-right:5%;
	margin-left:55%;

}

.propositions {
	margin-left: 90px;
	margin-right: 90px;
	text-align: center;
	font-family: "Leafy Extended";
	font-size: 3vw;
}

#mep1 {
	position: relative;
	display: inline-block;
	max-width: 30%;
	margin-left:2%;
	margin-top:2%;
}

#mep2 {
	position: relative;
	display: inline-block;
	max-width: 30%;
	margin-left:2%;
	margin-top:2%;
}

#mep3 {
	position: relative;
	display: inline-block;
	max-width: 30%;
	margin-left:2%;
	margin-top:2%;
}

#mepverso {
	position: relative;
	display: inline-block;
	max-width: 30%;
	margin-left:2%;
	margin-top:2%;
}


.footer {
	background-color: black;
	font-family: "Trebuchet MS";
	color: #f2f2f2;
	text-align: center;
	box-sizing: content-box;
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
	bottom: 0;
	left: 0; 
	right: 0;
}

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

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

@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;
  } 
