footer
{
	margin-top: 5em;
	width: 100%;
	bottom: 0px;
	position: relative;
}

#logoAMU
{
    width: 9em;
    height: 4em;
}
#logoCNRS
{
	height: 5em;
	width: 5em;
}
#logoLIS
{
	height: 5em;
	width: 8em;
}
#logoLPC
{
    height: 5em;
    width: 8em;
}
#logoIBM
{
    height: 5em;
    width: 8em;
}

@media only screen and (min-width: 1px) and (max-width: 575px) 
{
	#logoAMU
	{
		height: 3.5em;
		width: 6em;
	}
	#logoCNRS
	{
		height: 3.5em;
		width: 3.5em;
	}
	#logoLIS
	{
		height: 3em;
		width: 6em;
	}
	#logoLPC 
	{
    	height: 4em;
    	width: 7em;
	}
	#logoIBM
	{
	    height: 3em;
	    width: 6em;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) 
{
	#logoAMU
	{
		height: 3.5em;
		width: 6em;
	}
	#logoLIS
	{
		height: 4em;
		width: 6em;
	}
	#logoCNRS
	{
		height: 3.5em;
		width: 3.5em;
	}
	#logoLPC 
	{
    	height: 4em;
    	width: 6em;
	}
	#logoIBM 
	{
	    height: 4em;
	    width: 6em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	#logoAMU
	{
	    height: 3em;
	    width: 6em;
	}
	#logoLIS
	{
		height: 4em;
		width: 6em;
	}
	#logoCNRS
	{
		height: 3.5em;
		width: 3.5em;
	}
	#logoLPC
	{
		height: 3.5em;
	    width: 5.5em;		
	}
	#logoIBM 
	{
	    height: 4em;
	    width: 6em;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
	#logoAMU
	{
		height: 4em;
		width: 6em;
	}
	#logoCNRS
	{
		height: 3.5em;
		width: 3.5em;
	}
	#logoLIS
	{
		height: 4em;
		width: 6em;
	}	
	#logoLPC 
	{
	    height: 4em;
	    width: 6em;
	}
	#logoIBM 
	{
	    height: 4em;
	    width: 6em;
	}
}