.form_search_home {
	display: flex;
	padding-right: 50px;
}

.form_search_inputs {
	display: flex;
	flex-direction: column;
	padding: 37px 37px 37px 0px;
	gap: 6px;
	flex: 1;
}

.form_search_home fieldset {
	margin-bottom: 0px !important;
}

.form_search_home legend {
	margin-bottom: 0px !important;
}

.form_search_home .wpgb-facet .wpgb-hierarchical-list li {
	margin-top: 0px !important;
}

.form_search_home .wpgb-facet .wpgb-hierarchical-list {
	display: flex;
	gap: 3vw;
	align-items: center;
}

.form_search_home .wpgb-facet .wpgb-hierarchical-list li .wpgb-checkbox-label {
	line-height: 1;
}

.form_search_list_checkbox {
	display: flex;
	gap: 30px;
}

.form_search_list_checkbox .type_offres,
.form_search_list_checkbox .type_vehicule {
	background-color: var(--oxy_color_8);
	padding: 10px 30px;
    border-radius: 50px;
}

.form_search_list_checkbox .type_vehicule {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_search_list_checkbox .type_offres {
	flex: 1;
}

.form_search_list_checkbox .type_offres .wpgb-hierarchical-list,
.form_search_list_checkbox .type_vehicule .wpgb-hierarchical-list {
	justify-content: center;
}


/* .form_search_list_checkbox .type_vehicule .wpgb-hierarchical-list li:last-child {
	display: none;
} */

.form_search_list_checkbox li {
	margin-bottom: 0 !important;
}

.form_search_home .form_search_list_select {
	display: flex;
	gap: 30px;
}

.form_search_home .form_search_list_select > div {
	width: 33.333%;
	position: relative;
}

.form_search_home .wpgb-facet .wpgb-radio-label {
	line-height: 1;
}

.form_search_home .wpgb-facet .wpgb-radio .wpgb-radio-control {
	border-color: var(--oxy_color_2);
	border-width: 1px;
}

.form_search_home .wpgb-facet .wpgb-radio-facet .wpgb-radio-control {
	border-radius: 0;
	height: 10px;
	width: 10px;
	align-self: center;
}

.form_search_home .wpgb-facet .wpgb-radio-facet .wpgb-radio-control:after {
	background-color: var(--oxy_color_4);
	width: 100%;
	height: 100%;
	border-radius: 0;
	min-width: 100%;
	min-height: 100%;
	border: none;
}

.form_search_home .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
	border: none;
}

.form_search_home .wpgb-facet button.wpgb-apply {
	margin: 0;
}

.form_search_home .wpgb-facet select.wpgb-select {
	border-radius: 0;
	border-color: var(--oxy_color_4);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: var(--oxy_color_2);
}

.form_search_home .wpgb-facet select.wpgb-select+.wpgb-select-controls .wpgb-select-separator {
	display: none;
	width: 0px;
}

.form_search_home .wpgb-facet select.wpgb-select+.wpgb-select-controls svg {
	fill: transparent;
	margin: 0;
	border-bottom: 1px solid var(--oxy_color_2);
    border-left: 1px solid var(--oxy_color_2);
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-top: -3px;
}

.form_search_home .wpgb-facet select.wpgb-select:not([multiple]) {
	padding-right: 20px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #a6a6a6;
	font-weight: 500;
}

.form_search_home .wpgb-facet .wpgb-number-facet .wpgb-number {
	width: 100%;
	border-radius: 0;
	border-color: var(--oxy_color_4);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	padding: 0;
	margin-top: 0 !important;
	color: #a6a6a6;
	font-weight: 500;
}

.form_search_home .wpgb-facet .wpgb-number-facet {
	display: flex;
	gap: 20px;
}

.form_search_home .wpgb-facet .wpgb-number-facet .wpgb-number-label {
	flex: 1;
	position: relative;
}

.form_search_home .wpgb-facet .wpgb-number-facet .wpgb-number::placeholder {
	color: #a6a6a6;
	font-weight: 500;
}

.form_btn_search {
	align-self: center;
}

.form_search_home .form_btn_search .wpgb-facet button.wpgb-button {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.1;
	padding: 15px 30px;
	border-radius: 50px;
	transition: .4s;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	color: white;
	background-color: var(--oxy_color_2);
	border-color: var(--oxy_color_2);
}

.form_search_home .form_btn_search .wpgb-facet button.wpgb-button:hover {
	-webkit-box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 35%);
	box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 35%);
}

.prix_modeles .wpgb-number-label::after{
	content: '€';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width: 1450px) {

    .home .form_search_title {
        font-size: 1.1rem;
    }
    .home .form_search_inputs{
        padding: 30px 30px 30px 0px;
    }

}

@media screen and (max-width: 1300px) {

	.form_search_list_checkbox {
		gap: 15px;
	}

	.form_search_home {
		padding-right: 25px;
	}

}


@media screen and (max-width: 991px) {

	.form_search_title br {
		display: none;
	}

	.form_search_inputs {
		padding-top: 20px;
		gap: 10px;
	}
	.form_search_home {
		flex-direction: column;
		padding-bottom: 20px;
		padding-right: 0;
	}
	.form_btn_search {
		width: 100%;
		display: flex;
		padding: 0 30px;
	}
	.home .form_search_inputs{
        padding: 20px 30px 25px 30px;
    }

}

@media screen and (max-width: 991px) {

	.form_search_list_checkbox {
		gap: 15px;
	}

}

@media screen and (max-width: 767px) {

	.form_search_home .form_search_list_select {
		flex-wrap: wrap;
		gap: 10px;
	}

	.form_search_home .form_search_list_select > div {
		width: 100%;
	}

	.form_search_home {
		flex-direction: column;
	}

	.form_search_inputs {
		padding-left: 0;
		padding-right: 0;
	}

	.form_search_list_checkbox {
		flex-wrap: wrap;
	}

	.form_search_list_checkbox .type_offres, .form_search_list_checkbox .type_vehicule {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {

	.form_btn_search .wpgb-facet,
	.form_btn_search .wpgb-facet button {
		width: 100%;
	}

	.form_search_list_checkbox .type_offres, .form_search_list_checkbox .type_vehicule {
		background-color: transparent;
		padding: 0;
		justify-content: flex-start !important;
	}

	.form_search_list_checkbox .type_offres .wpgb-hierarchical-list, .form_search_list_checkbox .type_vehicule .wpgb-hierarchical-list {
		justify-content: flex-start !important;
	}

	.form_search_home .wpgb-facet .wpgb-hierarchical-list li .wpgb-checkbox-label {
		font-size: 14px;
	}

	.home .form_search_inputs {
		padding: 20px 20px 25px 20px;
	}

	.form_btn_search {
		padding: 0 20px;
	}

}