@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family:'Trebuchet MS', 'sans-serif';
	position:relative;
	box-sizing: border-box;
	padding-bottom: 163%;
}

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

.topnavmontage {
	overflow: hidden;
	background-color: black;
	font-family: "Trebuchet MS";
	text-align: center;
	position: relative;
	margin-top: 2%;
}



.topnavmontage a:hover {
	color: whitesmoke;

}

.topnavmontage .icon {
  display: none;
}

.topnavmontage .active {
	display: none;
}



.animmontagemamie {
	box-sizing: content-box;
	position: absolute;
	max-width: 16%;
	display: inline-block;
	margin-top: 72%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 20%;
}


#gestion-rushes {
	display: inline-block;
	position: absolute;
	overflow: visible;
	max-height: 38%;
	max-width: 38%;
	margin-top: 3%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 31%;
}





@keyframes mouv {
  from {
    margin-left: 11%;
  }

  to {
    margin-left: 9%;
  }
}
	

#assistanat {
	display: inline-block;
	position: absolute;
	overflow: visible;
	max-height: 38%;
	max-width: 38%;
	margin-top: 28%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 11%;
}

.animassistanat {
	box-sizing: content-box;
	position: absolute;
	margin-top: 18%;
	margin-right: 7px;
	margin-left: 42%;
	max-width: 53%;
	display: inline-block;
	float:right;
}


#montage {
	display: inline-block;
	position: absolute;
	overflow: visible;
	max-height: 40%;
	max-width: 45%;
	margin-top: 57%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 5%;
}


.animmontagepapi {
	box-sizing: content-box;
	position: absolute;
	display: inline-block;
	max-width: 30%;
	max-height: 20%;
	margin-top: 53%;
	margin-left: 45%;
}

#confo {
	display: inline-block;
	position: absolute;
	overflow: visible;
	max-height: 38%;
	max-width: 38%;
	margin-top: 108%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 10%;
}

.animmontageson {
	box-sizing: content-box;
	position: absolute;
	display: inline-block;
	max-width: 48%;
	max-height: 25%;
	margin-top: 75%;
	margin-left: 0%;
}

#montage-son {
	display: inline-block;
	position: absolute;
	max-height: 39%;
	max-width: 43%;
	margin-top: 79%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 51%;
}



#mastering {
	display: inline-block;
	position: absolute;
	overflow: visible;
	max-height: 44%;
	max-width: 43%;
	margin-top: 107%;
	margin-bottom: 0%;
	margin-right: 0px;
	margin-left: 28%;
}

.fauteuilroulant {
	box-sizing: content-box;
	position: absolute;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin-top: 127%;

}

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