footer {
	display: flex;
	flex-direction: column;
	background-color: #F5F5F5;
}

footer .bigSpacing{padding-bottom: 0}

footer > svg {
	fill: var(--basicColor2);
	position: absolute;
	bottom: 99.9%;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none
}

footer .uniformSpacing .containerFooter{
	display: flex;
	gap: 5em;
	align-items: center;
	justify-content: space-between;
}

footer .footerGauche{
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

footer .footerDroite {
	width: 50%;
}

footer .footerGauche img {
	width: 80%;
	height: auto;
}

footer .footerGauche h2 {
	font-size: 1em;
}

footer .footerGauche p {
	font-weight: 100;
}

footer .footerDroite{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .footerDroite .socialContainer svg{
	width: 3em;
}

footer .footerDroite svg path{
	fill: var(--basicWhite);
}

footer .socialContainer{
	display: flex;
	gap: 1.5em;
	justify-content: flex-end;
	padding-bottom: .5em;
}

footer .socialContainer a{
	display: flex;
	align-items: center;
}


footer .footerLink{
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: flex-end;
	width: fit-content;
	padding-top: 1.5em;
}

footer .footerLink a,
footer .footerLink p{
	text-align: end;
}

footer .footerLink a{
	display: flex;
	align-items: center;
	gap: .5em;
}

footer .footerLink a{
	display: flex;
	align-items: center;
}

footer .footerLink a svg{
	width: 1em;
	height: 1em;
}

footer .footerLinkMenu, footer .footerLinkExpertises{
	display: flex;
	flex-direction: column;
	gap: .5em;
	width: calc((100% - 1em) / 2);
}

footer .footerLinkMenu a, footer .footerLinkExpertises a{
	font-weight: 100;
	transition: ease all .3s;
	cursor: pointer;
}

footer .footerLinkMenu a:hover, footer .footerLinkExpertises a:hover{
	opacity: 1;
}

footer .endFooter {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	padding-top: 1em;
	gap: .5em;
}

footer .endFooter img{
	width: 100%;
	height: auto;
}

footer .endFooter div{
	display: flex;
}

footer .endFooter > a{
	width: 5em;
	height: auto;
	opacity: 1;
}
@media screen and (max-width: 1500px) {
	footer .uniformSpacing .containerFooter{
		gap: 1.5em;
	}

	footer .footerGauche{
		width: 30%;
	}


}


@media screen and (max-width: 1200px) {
	footer .footerLink{
		flex-direction: column;
		justify-content: flex-start;
	}
	footer .uniformSpacing .containerFooter{
		flex-direction: column;
	}

	footer .footerGauche, footer .footerDroite{
		width: 100%;
	}

	footer .footerLinkMenu, footer .footerLinkExpertises{
		min-width: 12em;
	}
	
	footer .footerGauche{
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	
	footer .footerGauche img{
		max-width: 80%;
	}

	footer .footerDroite{
		align-items: flex-start;
	}

	footer .socialContainer{
		justify-content: flex-start;
	}

	footer .footerLink{
		gap: .5em;
		padding-top: .5em;
	}

	footer .footerLink a, footer .footerLink p{
		text-align: start;
	}
}


@media screen and (max-width: 500px) {
	footer .footerLinkMenu, footer .footerLinkExpertises {
		width: 100%;
	}
}

