footer{
	background-color: #434343;
	text-align: center;
	padding:1em;
}
/* Partie 1 du footer */
footer > div:nth-of-type(1){
	margin-top: 1em;
	border-bottom:  5px solid #ff5e0e;
	margin:0 auto ;
	width:40em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

/* Haut de la partie 1 du footer */
footer > div:nth-of-type(1) > div:nth-of-type(1){
	display:flex;
justify-content: center;}

/* Rejoins-nous */
footer > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
	font-family: 'Oswald', sans-serif;
	font-size:160%;
	color: white;
	text-transform: uppercase;
	padding-right:1em;

}

/* Logo Réseaux Sociaux */
footer > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a > img {
	 width: 2rem;
	 margin-top: -0.2em;

 }

/* Bas de la partie 1 du footer */
footer > div:nth-of-type(1) > div:nth-of-type(2){
	display:flex;
	padding-top: 1em;
	justify-content:space-between;

}

/* Texte adresse */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 100%;
	text-align: left;
}
/* Lignes du texte adresse */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > p {
	padding-bottom: 0.5em;
 }

/* Parties Logos */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
	display: flex;
}

/* Lien IUT */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type {
	margin-left: 14em;
padding-bottom: 0em;

}

/* Lien MMI */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(2) {
	margin-left: 1em;
}

/* Logo IUT */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type > img {
	width: 7em;
	position: relative;
	margin-left: 0em;
}

/* Logo MMI */
footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(2) > img {
	margin-left: 0em;
	width: 6em;
	padding-top: 0.5em;
}

/* Partie crédit */
.credit{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 100%;
}
.credit > p:first-child{
	text-transform: uppercase;
}
.credit > p{
	padding-bottom: 0.5em;
}
.credit > p:last-child{
	padding-bottom: 0em;
}
