footer {
	display: flex;
	flex-direction: column;
	background-color: var(--basicColor2);
}

footer .endColorHero{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

footer .endColorHero .bgPink{
	height: 1.5em;
}

footer .endColorHero img{
	height: .5em;
	background-color: var(--basicColor3);
}

footer > svg {
	fill: var(--basicColor2);
	position: absolute;
	bottom: 99.9%;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none
}

footer .uniformSpacing .containerFooter{
	display: flex;
	justify-content: space-between;
}

footer .footerGauche{
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

footer .footerDroite {
	width: 50%;
}

footer .footerGauche img {
	width: 60%;
	height: auto;
	margin-bottom: 1em;
}


footer .footerDroite{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .footerDroite .footerLinkMenu .subMenuFooter{
	display: flex;
	flex-direction: column;
	gap: .25em;
	padding-left: 1em;
}

footer .footerDroite svg{
	width: 1.5em;
}

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;
	gap: 2.5em;
	justify-content: flex-end;
	width: fit-content;
	padding-top: 1.5em;
	border-top: 1px solid var(--basicColor1);
}

footer .footerLinkMenu, footer .footerLinkExpertises, footer .footerActu
{
	display: flex;
	flex-direction: column;
	gap: .5em;
}

footer .footerLinkExpertises{
	min-width: fit-content;
}

footer .footerLinkMenu{
	min-width: fit-content;
}

footer .footerLinkMenu a, footer .footerLinkExpertises a,  footer .footerActu a{
	transition: ease all .3s;
	cursor: pointer;
	line-height: 1;
}

footer .footerLinkMenu a:hover, footer .footerLinkExpertises a:hover{
	opacity: .6;
}


footer .footerLink .contactFooter{
	display: flex;
	flex-direction: column;
	gap: 1em;
}

footer .footerLink .contactFooter > div{
	display: flex;
	gap: .5em;
	align-items: flex-start;
}

footer .footerLink .contactFooter > div .multiMail{
	display: flex;
	flex-direction: column;
}

footer .footerLink .contactFooter > div span {
	display: flex;
}

footer .footerLink .contactFooter > div span svg{
	width: 1.5em;
	height: 1.5em;
}


.endFooter {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	padding-top: 1em;
}

.endFooter div{
	display: flex;
	gap: .5em;
	align-items: center;
}


.endFooter .concepteur a{
	width: 5em;
	height: auto;
	opacity: 1;
}

.endFooter .concepteur a img{
	width: 100%;
	height: auto;
}


@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 .footerLink{
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

	footer .footerGauche{
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	
	footer .footerGauche img{
		max-width: 80%;
	}
}


@media screen and (max-width: 500px) {
	footer .footerLink{
		flex-direction: column;
		gap: 1.5em;
	}
	footer .footerLinkMenu, footer .footerLinkExpertises {
		width: 100%;
	}
}

