/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	#link_footer{
		text-align: center
	}
	
	.link_footer{ 
		margin:0em 0;
		padding:0 1em 0 0;
		list-style-type: none;				
	}
	
	.link_footer li{
		margin:0 1em 0.5em;
		padding:0 0 10px;
		line-height:1.2em;
		font-size:12px;
		text-transform: uppercase;
	}
	
	.link_footer li a{
		color: #fff;
		text-decoration: none;
		line-height: 16px;
		font-weight: 400
		
		
	}
	
	.link_footer li a:hover{
		/*text-decoration: underline;*/
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
	
	#menu-copyright {
		
		text-align: center;
	/*	margin-top: 15px;*/
		list-style: none;
	/*	margin-left: 0;
		margin-right: 0;*/
		padding: 0;	
		margin: 0
	}
	
	#menu-copyright span { color: #ea1300; text-transform: uppercase; font-weight: 700
	} 
	
	#menu-copyright li {
		display: inline-flex;
		/*margin-left: 15px;*/
		list-style: none;
		border-right: 1px solid #fff;
		padding-left: 5px;
		padding-right: 9px;
		
	}
	
    #menu-copyright li:last-child{
		border-right:0px;
	}
	
	#menu-copyright a {
		color: 	#fff;
		text-transform: uppercase;
		font-size: 0.8em;
		text-decoration: none
	}
	
	#menu-copyright a:hover {
		text-decoration: underline
	}
	
	
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	
	.link_footer li{
		margin:0px 0em;
		padding:0 0 10px;
		/*line-height:1em;*/
		font-size:11px;
	}
	
	#menu-copyright {
		
	}
	 #menu-copyright li:last-child{
		border-right:1px solid #999999;
	}
}
/* ORDINATEURS */
@media only screen and (min-width: 992px) {
	#link_footer{
		width: 100%;
		text-align: left
		/*border-bottom: 1px solid white;*/
		
	}
	
	.link_footer{
	   float: left;
		margin:2px 0px 20px;
		
		/*padding:0 10px 0 0;
		list-style-type: none;*/
		
	}
	
	/*.link_footer li{
		font-size: 12px
	}*/
	
	/*.link_footer li a{
		color: #999999;
		text-decoration: none;
	}*/

	#menu-copyright {
		margin-left: 0;
		/*flex-wrap: nowrap*/
	}
    
}
@media only screen and (min-width: 1170px) {
.link_footer li{
		font-size: 10px
	}
}
@media only screen and (min-width: 1366px) {
.link_footer li{
		font-size: 11px
	}
}
@media only screen and (min-width: 1920px) {
.link_footer li{
		font-size: 12px
	}
}