.box_accueil {
	margin-top: 75px;
	width: 100%;
}
.b1,.b2,.b3,.b4,.b5,.b5 {
	overflow-x: hidden;
}

.box_accueil .b1 {
	background-image: url(../image/accueil.jpg);
	background-position: 40%;
	height: 75vh;
}
.box_accueil .b1 .filtre {
	height: 100%;
	background-image: linear-gradient(to bottom, transparent 40%, var(--pcolor));
}
.box_accueil .b2 {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	background-color: var(--pcolor);
	height: 70vh;
	overflow: hidden;
}
.box_accueil .b2 .asset_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
}
.box_accueil .b2 .asset_link a div {
	border-radius: 50%;
	background-color: var(--scolor);
	border: 1px solid transparent;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
	overflow: hidden;
}
.box_accueil .b2 .asset_link:hover a div {
	transform: rotate(10deg);
	background-color: var(--pcolor);
	border: 1px solid var(--scolor);
	transition: var(--transition);
}
.box_accueil .b2 .asset_link a div img#assetb {
	width: 70%;
}
.box_accueil .b2 .asset_link a div img#assetj {
	width: 70%;
	display: none;
}
.box_accueil .b2 .asset_link:hover a div img#assetb {
	display: none;
	transition: var(--transition);
}
.box_accueil .b2 .asset_link:hover a div img#assetj {
	display: block;
	transition: var(--transition);
}
.box_accueil .b2 .asset_link h1 {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	color: var(--bgb);
	margin-top: 40px;
	position: relative;
}
.box_accueil .b2 .asset_link h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 2px;
	background-color: var(--bgb);
	transition: var(--transition);
	border-radius: var(--border-radius);
}
.box_accueil .b2 .asset_link:hover h1::after {
	transform: translateX(-50%) scaleX(1);
}

.box_accueil .b3 {
	height: 60vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	background-color: var(--pcolor);
	overflow: hidden;
}
.box_accueil .b3 .image {
	width: 50%;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-content: center;
	overflow: hidden;
}
.box_accueil .b3 .image img {
	border-radius: var(--border-radius);
	transition: var(--transition);
	scale: 1.1
}
.box_accueil .b3 .image img:hover {
	transform: scale(1.1);
	transition: var(--transition);
}
.box_accueil .b3 p {
	width: 30%;
	font-size: 20px;
	color: var(--bgb);
}
.box_accueil .b4 {
	height: 60vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	background-color: var(--pcolor);
	overflow: hidden;
}
.box_accueil .b4 .texte {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: end;
}
.box_accueil .b4 .texte p {
	color: var(--bgb);
}
.box_accueil .b4 .texte a .button {
	background-color: var(--scolor);
	border-radius: 50px;
	width: 100%;
	padding: 5px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	border: 1px solid transparent;
	top: 30px;
	left: 50px;
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button:hover {
	background-color: transparent;
	border: 1px solid var(--scolor);
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button p {
	color: var(--pcolor);
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button:hover p {
	color: var(--scolor);
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button .fleche {
	border-radius: 50%;
	background-color: var(--pcolor);
	width: 50px;
	height: 50px;
	margin: 5px;
	display: flex;
	border: 1px solid transparent;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button:hover .fleche {
	background-color: transparent;
	border: 1px solid var(--scolor);
	transition: var(--transition);
}
.box_accueil .b4 .texte a .button .fleche p {
	color: var(--scolor);
	font-size: 40px;
	width: 80%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 1px;
}
.box_accueil .b4 .image {
	width: 50%;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-content: center;
	overflow: hidden;
}
.box_accueil .b4 .image img {
	border-radius: var(--border-radius);
	transition: var(--transition);
	scale: 1.2;
}
.box_accueil .b4 .image img:hover {
	transform: scale(1.1);
	border-radius: var(--border-radius);
	transition: var(--transition);
}
.box_accueil .b5 {
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 30px;
	overflow: hidden;
}
.box_accueil .b5 .slider {
	width: 60%;
	height: 90%;
	overflow: hidden;
	border-radius: var(--border-radius);
	border: 1px solid var(--pcolor);
	background-color: var(--pcolor);
}
.box_accueil .b5 .slider .image {
	height: 105%;
	display: flex;
	animation: image 15s ease-in-out infinite;
}
.box_accueil .b5 .slider .image img {
	width: 100%;
	flex-shrink: 0;
	object-fit: cover
}
@keyframes image {
	0%,
	20%{
		transform: translateX(0);
	}
	25%,
	45%{
		transform: translateX(-100%);
	}
	50%,
	70% {
		transform: translateX(-200%);
	}
	75%,
	95%{
		transform: translateX(-300%);
	}
	100% {
		transform: translateX(-400%);
	}
}

.box_accueil .b5 .texte {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: start;
}
.box_accueil .b5 .texte p {
	color: var(--pcolor);
}
.box_accueil .b5 .texte a .button {
	background-color: var(--scolor);
	border-radius: 50px;
	width: 100%;
	padding: 5px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	border: 1px solid transparent;
	top: 30px;
	transition: var(--transition);
}
.box_accueil .b5 .texte a .button:hover {
	background-color: transparent;
	border: 1px solid var(--pcolor);
	transition: var(--transition);
}
.box_accueil .b5 .texte a .button p {
	color: var(--pcolor);
	transition: var(--transition);
}
.box_accueil .b5 .texte a .button .fleche {
	border-radius: 50%;
	background-color: var(--pcolor);
	width: 50px;
	height: 50px;
	margin: 5px;
	display: flex;
	border: 1px solid transparent;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
}
.box_accueil .b5 .texte a .button:hover .fleche {
	background-color: transparent;
	border: 1px solid var(--pcolor);
	transition: var(--transition);
}
.box_accueil .b5 .texte a .button .fleche img {
	color: var(--scolor);
	width: 80%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 1px;
}
.box_accueil .b5 .texte a .button .fleche img#assetb {
	display: none;
}
.box_accueil .b5 .texte a .button .fleche img#assetj {
	display: block;
}

.box_accueil .b5 .texte a .button:hover .fleche img#assetb {
	display: block;
}
.box_accueil .b5 .texte a .button:hover .fleche img#assetj {
	display: none;
}

/* Responsive pour max-width 900px */
@media (max-width: 900px) {
	.box_accueil {
		margin-top: 60px;
	}
	.box_accueil .b1 {
		height: 50vh;
		background-position: center;
		overflow-x: hidden;
	}
	.box_accueil .b1 .filtre {
		background-image: linear-gradient(to bottom, transparent 30%, var(--pcolor));
	}
	.box_accueil .b2 {
		flex-direction: column;
		height: auto;
		padding: 40px 20px;
		gap: 30px;
		overflow-x: hidden;
	}
	.box_accueil .b2 .asset_link a div {
		width: 150px;
		height: 150px;
	}
	.box_accueil .b2 .asset_link h1 {
		margin-top: 20px;
		font-size: 18px;
	}
	.box_accueil .b3 {
		flex-direction: column-reverse;
		height: auto;
		padding: 40px 20px;
		gap: 30px;
		overflow-x: hidden;
	}
	.box_accueil .b3 .image {
		width: 100%;
	}
	.box_accueil .b3 p {
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.box_accueil .b4 {
		flex-direction: column;
		height: auto;
		padding: 40px 20px;
		gap: 30px;
		overflow-x: hidden;
	}
	.box_accueil .b4 .texte {
		width: 100%;
		align-items: center;
	}
	.box_accueil .b4 .texte a .button {
		top: 20px;
		left: 0;
		width: 100%;
	}
	.box_accueil .b4 .image {
		width: 100%;
	}
	.box_accueil .b5 {
		flex-direction: column;
		height: auto;
		padding: 40px 20px;
		gap: 30px;
		overflow-x: hidden;
	}
	.box_accueil .b5 .slider {
		width: 100%;
		height: 300px;
	}
	.box_accueil .b5 .texte {
		width: 100%;
		align-items: center;
	}
	.box_accueil .b5 .texte a .button {
		top: 20px;
		width: 100%;
	}
}

@media (max-height: 650px) {
	.box_accueil {
		margin-top: 60px;
	}
}