/*======= MOTEUR DE RECHERCHE HOME */

input[type="text"].big_input,
select.big_input{
	text-transform: initial;
	border-radius: 4px;
	color:#a9a9a9;
	padding-left:10px;
}

select option:first-child { }

.col-md-6 .tab_titre{
	padding-left: 12px;
	font-weight: normal;
}
.tab_titre:before{
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	left: 20px;
	top: 9px;
	/*background-image: url("../images/arrow_accor.png");
	background-repeat: no-repeat;
	background-position : center 6px;
	background-size: 85%;*/
	transition: all 0.5s ease-in-out;
}
.tab_titre.rotation:before{
	transform: rotate(90deg);
}
#search_job .search_bar .filtrer, .btn_bar{
	padding: 21px 10px 21px 30px;
}
.search_bar .container{
	position: relative;
}
.search_bar select{
	height: 66px;
}
.search_btn{
	position: absolute;
	width: 20px;
	height: 20px;
	right: -28px;
	top: 20px;
	height: 66px;
}
.search_btn #searchsubmit{
	height: 66px;
	border:none;
	background-image: url("../images/icone_recherche.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999999px;
	width: 60px;
	border-radius: 4px;
}