#sp-recherche{
	background-color:#639e04;
	padding-top:34px;
	padding-bottom:30px;
	text-align:center;
}
.select-style{
    padding: 0;
    margin: 0;
    width: 205px;
	height:48px;
	display:inline-block;
	margin-right:11px;
    overflow: hidden;
	border:none;
    background:none;
    background: #fff url("images/fl_select.jpg") no-repeat 100% 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select-style select {
	width:100% !important;
	background-color:transparent;
    border:none;
    color: #000;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	height:48px;
	padding-left:6px;
	line-height:48px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#sp-recherche input[type="text"] {
	padding: 0;
    margin: 0;
    width: 205px;
	height:48px;
	margin-right:11px;
	display:inline-block;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
    color: #000;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:6px;
	line-height:48px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
	margin-bottom:10px;
}
#sp-recherche input[type="submit"] {
	padding: 0;
    margin: 0;
    width: 120px;
	height:48px;
	display:inline-block;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#000;
    color: #fff;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:bold;
	line-height:48px;
	text-align:center;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
}
#sp-recherche ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#sp-recherche ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#sp-recherche :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#sp-recherche :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.select-style, #sp-recherche input[type="text"]{
		width:190px;
	}
	
}
@media (min-width: 768px) and (max-width: 979px) {
	.select-style, #sp-recherche input[type="text"]{
		width:140px;
	}
}
@media (max-width: 767px) {
	.select-style, #sp-recherche input[type="text"]{
		width:100%;
	}
}
