<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Barlow');
/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	#link_footer{
		display: none;
	}
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{width: 340px;float: none;display: block;background: transparent;margin:  0 auto;}

	.link_footer{
    color: #fff;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin: -10px 0 0 0;
 }

	
	.link_footer li{
		margin: 0;
		padding: 5px;
		line-height: 20px;
		float: left;
		margin-left: 0;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	
	.link_footer li a{color: #000;text-decoration: none;font-size: 16px;font-family: 'Quicksand', sans-serif;line-height: 20px;padding: 0 0 0 10px;text-transform: none;}
	
	.link_footer li a:hover{
		text-decoration: underline;
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
.bloc-foter{
	margin: 65px 0 0 0;
}
}
/* ORDINATEURS */
@media only screen and (min-width: 992px) {
	#link_footer {
    width: 88%;
    float: right;
    display: block;
    margin: 0 auto;
}

	.link_footer{
    color: #fff;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin:  0 auto;
    margin-top: 0;
 }

	.link_footer li {
    margin: 0;
    padding: 5px 0;
    line-height: 0;
}
	.link_footer li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

	#menu-copyright {
		margin-top: 15px;
		list-style: none;
		margin-left: 0;
	}

	#menu-copyright li {
		display: inline-block;
		margin-left: 15px;
		list-style: none;
	}

	#menu-copyright a {
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
	}
.bloc-foter{
	margin: 65px 0 0 0;
}
}
@media only screen and (min-width: 1440px){
#link_footer {
    width: 77%;
    float: right;
    display: block;
    margin: 0 auto;
}
}</pre></body></html>