.footer-middle > .container {
	padding-bottom: 70px;
}


.coordonnees a {
	font-size: 16px;
	line-height: 36px;
}

.coordonnees i {
	color: var(--rouge);
	margin-right: 5px;
}

.icon-rs-mtnride i {
	background: transparent !important;
	border: 1px solid #ffffff;
	transition: all 0.3s;
}

.icon-rs-mtnride a:hover i {
	background: #ffffff !important;
	color: #111;
}

.footer-titre {
	font-size: 16px;
	color: #ffffff;
	font-weight: bolder;
	text-transform: uppercase;
}

.footer li {
	line-height: 30px;
}

.footer a {
	transition: all 0.3s;
	font-size: 16px ;
}

.footer a:hover {
	letter-spacing: 0.33px;
}