.box_footer {
	width: 100%;
	background-color: var(--pcolor);
	color: var(--scolor);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 80px 0 80px;
	box-sizing: border-box;
	box-shadow: 0 -4px 24px 0 rgba(0,0,0,0.08);
	font-family: 'Congenial', sans-serif;
	gap: 60px;
	margin-top: 60px;
}

.box_footer .salon {
	width: 20%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
}
.box_footer .salon img {
	width: 130px;
	height: auto;
	border-radius: 18px;
	background-color: var(--bgj);
	padding: 12px;
  margin-bottom: 20px;
}
.box_footer .salon a {
	text-decoration: none;
	color: #fff;
}

.box_footer .contact {
	width: 40%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 10px;
	margin-bottom: 75px
}
.box_footer .contact h1 {
	font-size: 35px;
	color: var(--scolor);
	margin-bottom: 14px;
	letter-spacing: 2px;
}
.box_footer .contact .b1,
.box_footer .contact .b2,
.box_footer .contact .b3,
.box_footer .contact .b4 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	color: #fff;
	margin-bottom: 6px;
}
.box_footer .contact .b3,
.box_footer .contact .b4 {
	color: var(--scolor);
	font-weight: 600;
}
.box_footer .contact .b1 img,
.box_footer .contact .b2 img,
.box_footer .contact .b3 img,
.box_footer .contact .b4 img {
	width: 30px;
	height: 30px;
}
.box_footer .contact .b1 p,
.box_footer .contact .b2 p,
.box_footer .contact .b3 p,
.box_footer .contact .b4 p {
	width: 100%;
	font-size: 17px;
	color: #fff;
	margin-bottom: 6px;
}
.box_footer .contact .b3 a,
.box_footer .contact .b4 a {
	text-decoration: none;
}
.box_footer .contact .b4 .button {
	margin-top: 20px;
	width: 100%;
	background-color: var(--scolor);
	color: var(--pcolor);
	border-radius: 40px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: var(--transition);
	border: 1px solid var(--scolor);
	font-weight: 600;
}
.box_footer .contact .b4 .button:hover {
	background-color: transparent;
	color: var(--scolor);
	border: 1px solid var(--scolor);
}
.box_footer .contact .b4 .button p {
	color: var(--pcolor);
	width: 80%;
	font-size: 16px;
	margin:0;
}
.box_footer .contact .b4 .button:hover p {
	color: var(--scolor);
}
.box_footer .contact .b4 .button .fleche {
	color: var(--pcolor);
	background-color: var(--pcolor);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}
.box_footer .contact .b4 .button:hover .fleche {
	background-color: var(--scolor);
	color: var(--scolor);
}
.box_footer .contact .b4 .button .fleche img {
	width: 20px;
	height: 20px;
}
.box_footer .contact .b4 .button .fleche img#assetb {
	display: none;
}
.box_footer .contact .b4 .button .fleche img#assetj {
	display: block;
}
.box_footer .contact .b4 .button:hover .fleche img#assetb {
	display: block;
}
.box_footer .contact .b4 .button:hover .fleche img#assetj {
	display: none;
}

.box_footer .horaires {
	width: 30%;
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 16px;
}
.box_footer .horaires h1 {
	font-size: 26px;
	color: var(--scolor);
	margin-bottom: 12px;
}
.box_footer .horaires .b1 p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}
.box_footer .horaires a {
	text-decoration: none;
}
.box_footer .horaires .button {
	margin-top: 20px;
	width: 70%;
	background-color: var(--scolor);
	color: var(--pcolor);
	border-radius: 40px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	transition: var(--transition);
	border: 1px solid var(--scolor);
	font-weight: 600;
}
.box_footer .horaires .button p {
	font-size: 16px;
}
.box_footer .horaires .button:hover {
	background-color: transparent;
	color: var(--scolor);
	border: 1px solid var(--scolor);
}
.box_footer .horaires .button .fleche {
	margin-left: 12px;
	font-size: 30px;
	color: var(--pcolor);
	background-color: var(--pcolor);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}
.box_footer .horaires .button:hover .fleche {
	background-color: var(--scolor);
	color: var(--scolor);
}
.box_footer .horaires .button .fleche p {
	color: var(--scolor);
	position: relative;
	top: -2px;
	font: 35px;
}
.box_footer .horaires .button:hover .fleche p {
	color: var(--pcolor);
}


@media (max-width: 900px) {
	.box_footer {
		width: 100%;
		padding: 30px;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		gap: 20px;
	}
	.box_footer .salon,
	.box_footer .contact,
	.box_footer .horaires {
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}
}