.bandeau_search_and_promo .imageContainer > * > * {
	object-fit: contain;
}
.bandeau_search_and_promo {
	display: flex;
	align-items: flex-start;
	max-height: 400px;
	padding: 1rem 0;
}
.bandeauMarqueVehicule {
}

.bandeauMarqueVehicule {
	position: relative;
}
.bandeauMarqueVehicule::before {
	position: absolute;
	content: "";
	top: calc(50% - 75px);
	left: 0;
	right: 0;
	background: white;
	height: 150px;
}
.bandeauMarqueVehicule > * {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* justify-content: center; */
	z-index: 1;
	position: relative;
}
.bandeauMarqueVehicule img:not(.laVago) {
	/* max-width: 100px; */
	max-height: 80px;
	margin: 0 1rem;
	flex: 1;
	flex: 1;
	object-fit: contain;
}
.bandeauMarqueVehicule .laVago {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 400px;
	width: 40vw;
	object-fit: contain;
}
.bandeauMarqueVehicule .invisible_block {
	width: 40vw;
	height: 400px;
}
.catalogueAR {
	background: url(/images/wallpapers/fondn1.jpg) no-repeat;
	background-size: cover;
	/* padding: 0 1rem; */
	color: white;
	text-align: center;
}
.catalogueAR a {
	transition: 0.5s ease;
}
.catalogueAR .red_item {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.catalogueAR .one_piece {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.catalogueAR .one_piece a:first-child {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
}
.catalogueAR .one_piece img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 8px;
	transition: 0.5s ease;
}
.catalogueAR .one_piece:hover a:first-child {
	/* color: var(--color-1); */
}
.catalogueAR .one_piece > a:hover:not(:first-child) {
	color: var(--color-1);
}
.catalogueAR .one_piece:hover .red_item {
	display: block;
	position: relative;
	z-index: 1;
	opacity: 1;
}
.catalogueAR .one_piece:hover .wht_item {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.servicesAuto {
	max-width: 100vw;
	overflow: hidden;
}
.servicesAuto img {
	width: 50%;
	object-fit: cover;
}
.servicesAuto .services {
	background-color: white;
	position: relative;
	overflow: hidden;
}
.servicesAuto .services .backgroundSA {
	position: absolute;
	bottom: 15%;
	right: -16%;
}
.servicesAuto .services .small_title {
	color: black;
	justify-content: flex-start;
}
.servicesAuto .services .title_standard {
	color: var(--color-1);
}
.servicesAuto .services .contentDPA {
	width: 58%;
	font-size: 0.9rem;
}
.servicesAuto .services .contentDPA a {
	color: var(--color-1);
}
.servicesAuto .services .containerSA .contentSA {
	background-color: #f8f8f8;
	width: 60%;
	cursor: pointer;
	position: relative;
}
.servicesAuto .services .containerSA .contentSA::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10%;
	clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
	background-color: #ececec;
	transition: 0.5s ease;
}
.servicesAuto .services .containerSA .contentSA .numberSA {
	padding: 0.7rem 1.4rem 0.7rem 0.7rem;
	margin-right: 0.5rem;
	color: #9f9f9f;
	font-weight: 600;
	z-index: 1;
}
.servicesAuto .contentSA p {
	z-index: 1;
}
.servicesAuto .services .containerSA .contentSA:hover::before {
	width: 100%;
	background-color: var(--color-1);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.diapoHome .slideBtn.btnLeft {
	left: calc(50% - 30px);
}
.diapoHome .slideBtn.btnRight {
	right: calc(50% - 30px);
}
.diapoHome .slideBtn.btnLeft::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(/images/icones/fleche_diapo_g.svg);
	transform: rotate(180deg);
	transition: 0.5s ease;
}
.diapoHome .slideBtn.btnRight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(/images/icones/fleche_diapo_g.svg);
	transition: 0.5s ease;
}
.diapoHome .slideBtn.btnLeft:hover::before,
.diapoHome .slideBtn.btnRight:hover::before {
	background-image: url(/images/icones/fleche_diapo.svg);
}

.diapoHome .slideBtn {
	position: absolute;
	bottom: 50px;
	transform: none;
	top: unset;
	width: 25px;
}
@media all and (max-width: 1300px) {
	.bandeau_search_and_promo {
		flex-wrap: wrap;
		max-height: unset;
	}
	.diapoHome {
		margin: 1rem 0;
		width: 100%;
		flex: unset;
		background: #eee;
	}
}

@media all and (max-width: 1200px) {
	.bandeauMarqueVehicule .laVago {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 300px;
		width: 27vw;
		object-fit: contain;
	}
	.bandeauMarqueVehicule .invisible_block {
		width: 27vw;
		height: 300px;
	}

	.pieces_preview {
		flex-wrap: wrap;
		justify-content: center;
	}
	.catalogueAR .one_piece {
		width: 200px;
		margin-bottom: 16px;
	}
	.servicesAuto .services .contentDPA {
		width: auto;
	}
	.title_standard {
		font-size: 2rem;
	}
}
@media all and (max-width: 1000px) {
	.bandeauMarqueVehicule .laVago,
	.bandeauMarqueVehicule .invisible_block {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.bandeauMarqueVehicule > * {
	}
	.bandeauMarqueVehicule img:not(.laVago) {
		max-height: 60px;
		margin: 0;
	}
	.servicesAuto {
		flex-direction: column;
	}
	.servicesAuto img {
		width: 100%;
		height: 200px;
	}
	.servicesAuto .services.pu3 {
		padding: 1rem;
	}
	.servicesAuto .services .backgroundSA {
		display: none;
	}
}

@media all and (max-width: 700px) {
	.bandeauMarqueVehicule {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.catalogueAR .one_piece {
		width: 50%;
		font-size: 0.9rem;
	}
}
