/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	
	#link_footer{
		display: block;
		margin-top: 25px;
		margin-bottom: 25px;
		background: none;
	}
	.link_footer{
		margin:0 2%;
		padding:0;
		list-style-type: none;
		text-align: center;
	}
	
	.link_footer li{
		margin: 0;
		margin-right:0;
		padding: 0;
		background: none;
	}
	.link_footer li:last-child{
		margin-right:0px;
	}
	.link_footer li a{
		color: #000;
		text-decoration: none;
		text-transform:uppercase;
		font:400 15px/25px "Roboto";
		border-bottom: 3px solid transparent;
	}
	
	.link_footer li a:hover{
		text-decoration: none;
		border-bottom: 3px solid #f9cf4b;
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{
		margin-top: 0;
		margin-bottom: 0;
	}
	.link_footer {
		margin: 0;
		text-align: left;
		float: left;
	}
	.link_footer li {
		display: block;
		margin-right:0;
	}
	.link_footer li a {
		font-size:13px;
	}
				

}
/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
	#link_footer{
		margin-top: 0;
	}
	.link_footer{
    	margin: 0;
	}
	
	.link_footer li{
		margin-right:0;
	}
	.link_footer li a {
		font-size:14px;
	}
}

@media only screen and (min-width: 1170px) {
	
}
