footer { background: #8C3495; color: #fff; }

.footer-conteneur { padding-top: 4.5rem; padding-bottom: 4.5rem; }

.footer-partenaires { padding-bottom: 4.3rem; margin-bottom: 3.8rem; border-bottom: 1px solid #FFF; }
.footer-partenaires-titre { font-size: 3rem; font-weight: 700; text-transform: uppercase; margin-bottom: 1.5rem; }
.footer-partenaires-item {
	background: #fff;
	border-radius: 2rem;
	padding: 2rem 2.8rem;
	width: 100%;
	height: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-partenaires-item img { max-height: 6rem; }


.footer-contenu { color: #F5F5F5; font-size: 1.2rem; padding-top: 1rem; }

.footer-logo-bg { padding: 1.3rem 2.3rem; background: #fff; border-radius: 2rem; }

.footer-rs { max-width: 100%; width: 100%; margin-top: 3rem; }
.footer-rs-item { display: inline-block; margin-left: 0.6rem; margin-bottom: 1rem; }

/* .footer-menu { margin-top: 3rem; } */
.menuFooter { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; }
.menuFooter li a { font-size: 1.2rem; color: #BCBCBC; }

.footer-copyright { font-size: 1.2rem; margin-top: 2rem; }


@media (min-width: 992px) {
	.footer-partenaires-item { height: 14rem; }
	.footer-partenaires-item img { max-height: 10rem; }
}
@media (min-width: 768px) {
	.footer-conteneur { padding-top: 9.4rem; }
	
	.footer-partenaires { padding-bottom: 6rem; margin-bottom: 6rem; }
	.footer-partenaires-titre { font-size: 6rem; padding-bottom: 3rem; }
	
	.footer-contenu { font-size: 1.6rem; }
	.footer-logo-bg { padding: 3.4rem 4.2rem; }
	
	.footer-rs { max-width: 20rem; margin-top: 0; }
	
/* 	.menuFooter { justify-content: end; } */
/* 	.menuFooter li { margin-left: 1rem; } */
/* 	.menuFooter li:before { */
/* 		content: '-'; */
/* 		display: inline-block; */
/* 		margin-right: 1rem; */
/* 		color: #BCBCBC; */
/* 	} */
/* 	.menuFooter li:first-child:before { display: none; }  */
/* 	.menuFooter li a { font-size: 1.4rem; } */
	
	.footer-copyright { font-size: 1.4rem; margin-top: 1rem; }
}












/* .sticky-mobile { */
/* 	position: fixed; */
/* 	bottom: 0; left: 0; right: 0; */
/* 	z-index: 500; */
/* } */
/* .sticky-mobile-contenu { */
/* 	background: #fff; */
/* 	border-radius: 2rem 2rem 0 0; */
/* 	height: 8rem; */
/* 	display: flex; */
/* 	justify-content: center; */
/* 	padding-top: 1.4rem; */
/* } */
/* .menuMobileFooter { */
/* 	padding: 0 2.2rem; */
/* 	margin: 0; */
/* 	list-style: none; */
/* 	display: flex; */
/* 	justify-content: center; */
/* 	text-align: center; */
/* 	gap: 2rem; */
/* } */
/* .menuMobileFooter li { */
	
/* } */
/* .menuMobileFooter li a { */
/* 	display: inline-block; */
/* 	font-size: 1.2rem; */
/* 	font-weight: 700; */
/* 	line-height: 1.3rem; */
/* 	color: #8B8B8B; */
/* } */
/* .menuMobileFooter li a:before { */
/* 	content: ''; */
/* 	display: block; */
/* 	width: 1.6rem; */
/* 	height: 1.6rem; */
/* 	margin: 0 auto 0.7rem; */
/* } */
/* .menuMobileFooter li.icon-club-mobile a:before { */
/* 	width: 1.6rem; */
/* 	height: 1.6rem; */
/* 	background: url(./../img/picto-club-mobile.png) no-repeat center; */
/* } */
/* .menuMobileFooter li.icon-affilier-mobile a:before { */
/* 	width: 1.4rem; */
/* 	height: 1.4rem; */
/* 	background: url(./../img/picto-affilier-mobile.png) no-repeat center; */
/* } */
/* .menuMobileFooter li.icon-actu-mobile a:before { */
/* 	width: 1.3rem; */
/* 	height: 1.5rem; */
/* 	background: url(./../img/picto-actu-mobile.png) no-repeat center; */
/* } */
/* .menuMobileFooter li.icon-don-mobile a:before { */
/* 	width: 1.5rem; */
/* 	height: 1.2rem; */
/* 	background: url(./../img/picto-don-mobile.png) no-repeat center; */
/* } */
/* .menuMobileFooter li.icon-compte-mobile a:before { */
/* 	width: 1.3rem; */
/* 	height: 1.3rem; */
/* 	background: url(./../img/picto-compte-mobile.png) no-repeat center; */
/* } */





















