/* 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: #000;text-decoration: none;}

.link_footer li a:hover{text-decoration: underline; color:#df7b06}

.link_footer li:last-child{border-right:0px;}
}

/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
	
#link_footer{width:305px;margin:66px 0 0 240px}

.link_footer{margin:0;width:151px}

.link_footer li{line-height:35px;font-size:13px}

.link_footer li a{}

}

