.moteur_recherche_hp {
	display: flex;
	gap: 5px;
}

.moteur_recherche_hp .wpgb-input,
.moteur_recherche_hp .wpgb-select {
	background-color: white !important;
	border: none !important;
	font-family: 'Outfit' !important;
	font-weight: 300 !important;
	font-size: .9rem !important;
	border-radius: 0 !important;
	height: 50px !important;
	padding: 6px 25px !important;
	color: var(--color_secondary) !important;
}

.moteur_recherche_hp .wpgb-select {
	color: #B2ADB6 !important;
	padding: 6px 35px 6px 25px !important;
}

.moteur_recherche_hp .wpgb-input::placeholder {
	color: #B2ADB6 !important;
}

.moteur_recherche_hp .wpgb-input-icon {
	display: none !important;
}

.moteur_recherche_hp .wpgb-facet:first-child {
	width: 50%;
}

.moteur_recherche_hp .wpgb-facet:first-child .wpgb-input {
	border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.moteur_recherche_hp .wpgb-button.wpgb-apply {
	font-size: 0 !important;
    padding: 0 !important;
    width: 55px !important;
    height: 50px !important;
    background-color: #FAB730 !important;
    border-radius: 0 !important;
    border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-image: url('/wp-content/uploads/2023/03/search.svg');
	background-repeat: no-repeat;
    background-size: 37%;
	background-position: center;
	margin-bottom: 0 !important;
}

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

.moteur_recherche_hp .wpgb-facet-title {
	display: none !important;
}

.moteur_recherche_hp .wpgb-select-facet .wpgb-select-controls {
	color: var(--color_secondary);
}

.moteur_recherche_hp .wpgb-select-facet .wpgb-select-separator {
	display: none !important;
}

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

	.moteur_recherche_hp {
		flex-wrap: wrap;
	}

	.moteur_recherche_hp .wpgb-facet:first-child {
		width: 100%;
	}

	.moteur_recherche_hp .wpgb-facet:first-child .wpgb-input {
		border-top-right-radius: 50px !important;
		border-bottom-right-radius: 50px !important;
	}

	.moteur_recherche_hp .wpgb-facet:nth-child(2) {
		flex: 1;
	}

	.moteur_recherche_hp .wpgb-facet:nth-child(2) .wpgb-select {
		border-top-left-radius: 50px !important;
		border-bottom-left-radius: 50px !important;
	}

}