.fondImageSombre {
	background: url("/images/wallpapers/fond-noirgris.jpg") no-repeat;
	background-size: cover;
}
.Footer {
	/* background-color: black; */
	/* background: url("/images/wallpapers/fond-noirgris.jpg") no-repeat;
	background-size: cover; */
	color: white;
}
.Footer .topFooter {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.Footer .topFooter .containerTF {
	margin: 3rem 7.5%;
	display: flex;
	justify-content: space-between;
}
.Footer .topFooter .containerTF .descriptionTF {
	width: 49%;
}
.footerlogo {
	max-width: 400px;
}
.Footer .topFooter .containerTF .produitsTF,
.Footer .topFooter .containerTF .servicesTF,
.Footer .topFooter .containerTF .contactTF {
	width: 200px;
}
.footerLinks a {
	margin: 10px 0;
	display: block;
	transition: 0.5s ease;
}
.footerLinks a i {
	margin-right: 6px;
}
.footerLinks a:hover {
	color: var(--color-1);
}
.contactTF div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.contactTF i {
	margin: 0 8px;
	color: var(--color-1);
}
.Footer .topFooter .containerTF .title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Footer .topFooter .containerTF .title hr {
	width: 1rem;
	margin: 0 1rem 0 0;
	color: var(--color-1);
	border: 1px solid;
}
.Footer .topFooter .containerTF .title h5 {
	font-size: 1rem;
	text-transform: uppercase;
}
@media all and (max-width: 1300px) {
	.Footer .topFooter .containerTF {
		margin: 3rem 5%;
	}
}

@media all and (max-width: 1200px) {
	.Footer .topFooter .containerTF {
		margin: 3rem 2%;
		flex-wrap: wrap;
	}
	.Footer .topFooter .containerTF .descriptionTF {
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.footerlogo {
		max-width: 100%;
	}
}
