/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	#link_footer{
		
	}
	.link_footer{ 
		margin:1em 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:0.9em;
	}
	
	.link_footer li a{
		color: #FFFFFF;
		text-decoration: none;
		line-height: 16px;
		font-weight: 700
		
		
	}
	
	.link_footer li a:hover{
		/*text-decoration: underline;*/
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
	
	#menu-copyright {
		display:flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
		list-style: none;
		margin-left: 0;
		padding: 0;
		flex-wrap: wrap;
		
	}
	
	#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 #FFFFFF;
		padding-left: 5px;
		padding-right: 5px;
		
	}
	
    #menu-copyright li:last-child{
		border-right:0px;
	}
	
	#menu-copyright a {
		color: #FFFFFF;
		/*text-transform: uppercase;*/
		font-size: 12px;
		text-decoration: none
	}
	
	#menu-copyright a:hover {
		text-decoration: underline
	}
	
	
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{
		
	}
	.link_footer li{
		margin:3px 2em;
		padding:0 0 15px;
		line-height:1em;
		font-size:16px;
	}
	
	#menu-copyright {
		justify-content: flex-start;	
		
	}
	
}
/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
	#link_footer{
		width: 100%;
		border-bottom: 1px solid white;
		
	}
	
	.link_footer{
	
		margin:2px 0px 20px;
		
		/*padding:0 10px 0 0;
		list-style-type: none;*/
		
	}
	
	.link_footer li{
		
	}
	
	/*.link_footer li a{
		color: #999999;
		text-decoration: none;
	}*/

	#menu-copyright {
		margin-left: 0;
		/*flex-wrap: nowrap*/
	}
    
}

