/* 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:0.9rem;
	}
	
	.link_footer li a{
		color: #fff;
		text-decoration: none;
		line-height: 16px;
		font-weight: 700;
		text-transform: uppercase		
	}
	
	.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: 0px solid #fff;
		padding-left: 5px;
		padding-right: 9px;
		
	}
	
    #menu-copyright li:last-child{
		border-right:1px none #fff;
	}
	
	#menu-copyright a {
		color: 	#fff;
		text-transform: uppercase;
		font-size: 0.9rem;
		text-decoration: none;
		font-weight:700;
	}
	
	#menu-copyright a:hover {
		text-decoration: underline
	}
	
	
}

@media (max-width: 767px) {
	#menu-copyright{
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	#menu-copyright li {
		margin-bottom:10px;
		padding:0!important;
	}

}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{
		width: 100%;
		text-align: left
		/*border-bottom: 1px solid white;*/
		
	}
	
	.link_footer li{
		margin:3px 0em;
		padding:0 0 15px;
		line-height:1em;
		font-size:16px;
	}
	
	#menu-copyright {
		
	}
	#menu-copyright li:last-child{
		border-right:1px solid #fff;
		margin-right: 15px;
	}
}
/* ORDINATEURS */
@media only screen and (min-width: 992px) {
	
	.link_footer{
	   float: left;
		margin:2px 0px 0px;
		
		/*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*/
	}
    
}

