.ydu_search {
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	padding: 0 20px !important;
}

.ydu_search form {
	display: flex;
	background-color: #fff;
	height: 100%;
}

.ydu_search_form {
	height: 60px;
}

.ydu_search_form_field {
	width: 20%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.tab_estimer .ydu_search_form_field {
	width: 16%;
}

.tab_estimer .ydu_search_text input {
	width: 100%;
}

#ydu_search_budget, #ydu_search_surface {
	width: 90px;
	height: 30px;
	border: none;
}

.ydu_search_tabs {
	display: flex;
}

.ydu_search_tab.active_tab {
	color: white;
	background-color: #0a1236;
}

.ydu_search_tab {
	background-color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	color: #0a1236;
	padding: 10px 25px;
	font-size: 14px;
	cursor: pointer;
}

.tab_trouver .ydu_search_text input {
	width: 50%;
	text-align: center;
}

.ydu_search_form_field input[type="text"] {
	border: none;
}

.ydu_search_text label {
	width: 50%;
}

.ydu_search_separateur {
	border-right: 1px solid black;
}

.ydu_search_form_field select {
	border: none;
	width: 100%;
}

.ydu_search_form_field .select-wrap {
	position: relative;
	width: 100%;
}

.ydu_search_form_field .select-wrap::after {
	content: "";
    width: 40px;
    height: calc(100% - 5px);
    display: block;
    position: absolute;
    background-color: white;
    top: 1px;
    right: 1px;
    pointer-events: none;
    background-image: url(img/picto-arrow-down-solid.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.ydu_search_form_field:not(:last-child) {
	margin: 15px 0 15px 15px;
	padding-right: 15px;
}

.tab_estimer {
	display: none;
}

.ydu_search_form_field:last-child {
	position: relative;
}

.tab_estimer .ydu_search_form_field:last-child {
	position: relative;
	width: 20% !important;
}

.ydu_search_form_field:last-child input {
	height: 100%;
	width: 100%;
	background-color: #0a1236;
	border: none;
	color: white;
	cursor: pointer;
	padding-right: 40px;
}

.ydu_search_form_field:last-child::after {
	content: '';
	background-image: url('/wp-content/plugins/ydu_search/img/search.svg');
	width: 25px;
	position: absolute;
	height: 25px;
	right: 20px;
}

@media screen and (max-width: 1200px) {
	
	.ydu_search form {
		flex-wrap: wrap;
	}
	
	.ydu_search_form {
		height: auto;
	}
	
	.ydu_search_form_field {
		 width: calc(25% - 15px);
	}
	
	.ydu_search_form_field:last-child, .tab_estimer .ydu_search_form_field:last-child {
		width: 100% !important;
	}
	
	.ydu_search_form_field:last-child input, .tab_estimer .ydu_search_form_field:last-child input {
		height: 55px;
	}
}

@media screen and (max-width: 991px) {
	
	.ydu_search_form_field, .tab_estimer .ydu_search_form_field {
		 width: calc(50% - 15px);
	}
	
	.tab_trouver .ydu_search_form_field:nth-child(even) {
		border-right: none;
	}
	
	.tab_estimer .sep-ipad {
		    border-right: none;
	}
	
}

@media screen and (max-width: 480px) {
	
	.ydu_search_form_field, .tab_estimer .ydu_search_form_field {
		 width: calc(100% - 15px);
		border-right: none;
	}
	
}







