/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	#link_footer{
		display: none;
	}
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{
		display: block;
		float: left;
		width: 50%;
	}
	.link_footer{
		float:left;
		margin:1em 2%;
		padding:0;
		list-style-type: none;
		width:46%;
	}
	
	.link_footer li{
		margin:0;
		padding:0;
		line-height:1.2em;
		font-size:0.9em;
	}
	
	.link_footer li a{
		color: #fff;
		text-decoration: none;
	}
	
	.link_footer li a:hover{
		text-decoration: underline;
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
}
/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
	#link_footer{
		   float: left;
    left: 310px;
    position: absolute;
    top: 85px;
    width: 337px;
	}
	.link_footer{
		   float: left;
    list-style-type: none;
    margin: 2px 5px;
    padding: 0;
    width:158px;
	}
	
	.link_footer li{
		 font-size: 1em;
    margin: 3px 0;
    padding: 0;
	}
	
	.link_footer li a{
		color: #fff; 
		font-size:14px;
		line-height: 20px;
		font-family: "Source Sans Pro",sans-serif;
		text-decoration: none;
	}

}

