#footer {
	width:100%;
    background:#333333;
	color:white;
}

#footer .top {
	background:url("../images/footer/bg.png") top center;
	height:206px;
}

#footer .top .title {
	text-align:center;
	padding-top:50px;
	font-size:1.5em;
}

#footer .top .title .sep {
	display:inline-block;
	border-bottom:1px solid white;
	width:100px;
	margin:0px 20px;
	position: relative;
	top:-5px;
}

/* #footer .top .partenaire {
	float:left;
} */

.partenaires {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#footer .top .partenaire img {
	max-height:120px;
	max-width: 100%;
	display:block;
	margin:auto;
}

#footer .bottom {
	overflow: hidden;
	margin-top:0px;
}

#footer .bottom .c {
	width:auto;
}

#footer .bottom ul {
	float:right;
	position: relative;
	top:-15px;
}

#footer .bottom ul li {
	float:left;
}

#footer .bottom ul li a {
	display: inline-block;
	line-height: 15px;
	border-right:1px solid #666;
	padding-left:5px;
	padding-right:5px;
}

#footer .bottom ul li:last-child a {
	border:none;
}

@media screen and (max-width: 1200px) {

	#footer .top {
		height:auto;
		overflow: hidden;
		background:none;
		margin-bottom:20px;
	}

	#footer .top .partenaire {
		width:33%!important;
	}

	#footer .bottom {
		margin-top:0;
	}

}

@media screen and (max-width: 600px) {

	#footer .top .title {
	}

	#footer .top .title .sep {
		display:none;
	}

	#footer .top .partenaire {
		width:49%!important;
	}

	#footer .bottom .address {
		text-align: center;
		margin-top:20px;
		font-size:1.3em;
	}

	#footer .bottom ul {
		float:none;
		position: static;
		margin-top:20px;
	}

	#footer .bottom ul li {
		text-align: center;
		font-size:1.3em;
		float:none;
	}

	#footer .bottom ul li a {
		display:block;
		padding:10px 0;
	}

}