/*FOOTER*/
footer{
	width: 100%;
	height: 500px;
	background: var(--color4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center; 
}
footer h2{
	margin: 20px;
	font-size: 30px;
	color: black !important;
}
footer #resaux{
	display: flex;
	width: 25%;
	height: 15%;
}
footer #resaux a{
	display: flex;
}
footer #resaux a img{
	height: 25px;
	width: 25px;
	margin: auto;
}
footer #infoContact{
	color: black;
	width: 70%;
	text-align: center;
	line-height: 37px;
}
footer #infoContact h3{
	font-family: var(--font2);
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 400;
	color: black;
}
footer #infoContact li{
	font-family: var(--font1);
}
footer #copyright{
	justify-self: flex-end;
	margin-bottom: 20px;
	font-size: 15px;
	color: rgba(71,70,70,1.00);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
footer #cgv{
    color: rgba(71,70,70,1.00);
}
footer #cgv:hover{
	text-decoration: underline;
	cursor: pointer;
}
footer .toTop{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	gap: 4px;
}
footer .arrowbox{
	height: 18px;
	width: 36px;
	display: flex;
}
footer .arrowbox .ligne{
	width: 25px;
	height: 2px;
	border-radius: 1px;
	background: black;
	transition: 0s;
}
footer .arrowbox .l1{
	transform-origin: right;
	transform: rotate(-45deg);
}
footer .arrowbox .l2{
	transform-origin: left;
	transform: rotate(45deg);
}
footer .toTop p{
	color: black;
	font-family: var(--font1);
	font-size: 12px;
}
footer .toTop:hover p{
	color: var(--texteColor2);
}
footer .toTop:hover .ligne{
	background: var(--texteColor2);
}

footer .imgbtn{
	margin: auto;
}
.avancement{
	position: fixed;
	z-index: 999999;
	bottom: 0;
	height: 10px;
	background: var(--color3);
}
