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

@font-face {
font-family:'Trebuchet MS';
font-weight: normal;
font-style: normal;
}

html {
	height: 100%;
}

body {
	display: table;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	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%;
}
.animcontact {
	box-sizing: content-box;
	max-width: 27%;
	display: inline-block;
	margin-top: 5%;
	margin-bottom: 8%;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
	float: left;
	border: medium solid #000000;
}

.logocarre {
	box-sizing: content-box;
	max-width: 16%;
	display: inline-block;
	margin-top: 17%;
	margin-bottom: 8%;
	margin-right: 10%;
	margin-left: 12%;
	position: relative;
}

.texte {
	display: inline-block;
	position: absolute;
	color: black;
	font-family: "Trebuchet MS";
	margin-top: 8%;
	margin-bottom: 8%;
	margin-right: 0%;
	margin-left: 4%;
	box-sizing: content-box;
	text-align: center;
	font-size: 2vw;
	}

.texte a:hover {
		text-decoration: underline;
		color: black;
}

.texte a {
		color: black;
		font-size: 1em;

}



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



.footer {
	background-color: black;
	font-family: "Trebuchet MS";
	color: #f2f2f2;
	text-align: center;
	box-sizing: content-box;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 11px;
	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;
  } 