@media screen and (max-width: 750px) {
	/* Texte adresse */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {font-size: 90%;}
	/* Rejoins-nous */
	footer > div:nth-of-type(1) > div:nth-of-type(1) > div{font-size: 150%;}
	.credit{font-size: 90%;}
	/* Lien IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type {margin-left: 12em;}
	/* 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: 0em;}
	/* Logo IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type > img {
		padding-top: 1em;
		width:6em;
		}
	/* Logo MMI */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:nth-of-type(2) > img{
		padding-top: 1.5em;
		width:5em;
	}
	/* Partie 1 du footer */
	footer > div:nth-of-type(1){width:34em;}
}

@media screen and (max-width: 575px) {
	/* Texte adresse */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {font-size: 80%;}
	/* Rejoins-nous */
	footer > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1){font-size: 140%;}
	.credit{font-size: 80%;}
	/* Lien IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type {margin-left: 5em;}
	/* 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: 0em;}
	/* Logo IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type > img {
		padding-top: 1em;
		width:5em;
		padding-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{
		padding-top: 1.5em;
		width:4em;
	}
	/* Partie 1 du footer */
	footer > div:nth-of-type(1){width:24em;}
}

@media screen and (max-width: 420px) {
	/* Partie 1 du footer */
	footer > div:nth-of-type(1){width:15em;}
	/* Haut de la partie 1 du footer */
	footer > div:nth-of-type(1) > div:nth-of-type(1){justify-content: flex-start;}
	/* Texte adresse */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1){font-size: 60%;}
	/* Rejoins-nous */
	footer > div:nth-of-type(1) > div:nth-of-type(1) > div{font-size: 120%;}
	.credit{font-size: 60%;}
	/* Lien IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type {margin-left: 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: 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:3em;
	}
	/* Logo IUT */
	footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a:first-of-type > img {
		padding-left: 1em;
		width:4em;
	}
}
