/* --------------- Fiche Vehicule Selectup --------------- */

#fiche_vehicule {
	width: 100%;
}

#fiche_vehicule h1 {
	color: black;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	margin-left: 12px;
	display: inline-block;
	text-transform: uppercase;
	color: #0083d8;
}

#fiche_vehicule .left .version {
	display: inline-block;
	margin-left: 5px;
	color: white;
	font-size: 14px;
}

#fiche_vehicule .left .top {
	background-color: #31393e;
	padding-bottom: 15px;
	padding-top: 10px;
	height: 28px;
}

#fiche_vehicule .right .price {
	font-size: 30px;
	color: white;
	background-color: #9da8b0;
	text-align: center;
	font-weight: 800;
	line-height: 53px;
	height: 53px;
}

#fiche_vehicule .right .ref {
	font-size: 14px;
	margin-left: 12px;
	margin-top: 20px;
}
#fiche_vehicule .right .ref span {
	font-size: 14px;
	font-weight: bold;
}

#fiche_vehicule .left,
#fiche_vehicule .right {
	float: left;
}
#fiche_vehicule .left {
	width: 552px;
}
#fiche_vehicule .right {
	width: 186px;
	position: relative;
	height: 438px;
}

#fiche_vehicule .right .right_wrapper {
	background-color: #31393e;
	text-align: left;
	color: white;
	height: 438px;
}


#fiche_vehicule .linkToForm .left,
#fiche_vehicule .linkToForm .right {
	width: 50%;
	height: auto;
	background-color: white;
	padding-top: 25px;
	height: 100px;
}

#fiche_vehicule .linkToForm .right {
	float: right;
	text-align: right;
	background: white url('/skins/jpfroment/img/fiche_estimer_bleu.png') no-repeat center right;
}

#fiche_vehicule .linkToForm .right:hover {
	background: white url('/skins/jpfroment/img/fiche_estimer.png') no-repeat center right;
}

#fiche_vehicule .linkToForm .left {
	background: white url('/skins/jpfroment/img/fiche_essai_bleu.png') no-repeat center left;
}
#fiche_vehicule .linkToForm .left:hover {
	background: white url('/skins/jpfroment/img/fiche_essai.png') no-repeat center left;
}

#fiche_vehicule .right form div {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

#fiche_vehicule .right form {
	width: 90%;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#fiche_vehicule .right form input {
	width: 100%;
	padding: 10px;
	border: none;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#fiche_vehicule .right form textarea {
	width: 100%;
	padding: 10px;
	border: none;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	height: 29px;
}

#fiche_vehicule .right form input::-webkit-input-placeholder,
#fiche_vehicule .right form textarea::-webkit-input-placeholder {
   color: black;
}
#fiche_vehicule .right form input:-moz-placeholder,
#fiche_vehicule .right form textarea:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
#fiche_vehicule .right form input::-moz-placeholder,
#fiche_vehicule .right form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
#fiche_vehicule .right form input:-ms-input-placeholder,
#fiche_vehicule .right form textarea:-ms-input-placeholder {
   color: black;  
}

#fiche_vehicule .right form button {
	color: white;
	background-color: #00bdc6;
	border: 2px solid white;
	width: 217px;
	height: 42px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	margin-bottom: 15px;
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#fiche_vehicule .right form button:hover {
	background-color: #fcae00;
}

.optionsEquip .content .title {
	font-size: 16px;
	font-weight: bold;
}
.optionsEquip .content .line {
	font-size: 12px;
	padding-left: 10px;
}
.optionsEquip .content .line span {
	font-weight: bold;
}

.optionsEquip {
	margin-top: 15px;
	margin-bottom: 45px;
	border-bottom: 2px solid white;
	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(173,173,173,1);
	box-shadow: 0px 5px 10px 0px rgba(173,173,173,1);
}

.optionsEquip .head {
	background: #87949e url('/skins/duhau/img/back_fiche_options.png') no-repeat left;
	height: 44px;
	
	text-transform: uppercase;
}

.optionsEquip .head .title {
	display: inline-block;
	font-size: 18px;
	color: #b2bdc6;
	cursor: pointer;
}
.optionsEquip .head .title.active {
	line-height: 44px;
	color: white;
	font-weight: 600;
}

.optionsEquip .head .title1 {
	margin-left: 24px;	
}
.optionsEquip .head .title2 {
	margin-left: 25px;	
}

#fiche_vehicule .optionsEquip .list {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

#fiche_vehicule .optionsEquip .list ul{
  margin: 0;
  margin-bottom:20px;
}
#fiche_vehicule .optionsEquip .list li {
  line-height:1.5em;
  float:left;
  display:inline;
}
#fiche_vehicule .optionsEquip .list li {
	width:45%;
	margin-left: 5%;
} 

#fiche_vehicule .optionsEquip .leads {
	display: inline;
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fiche_vehicule .optionsEquip .leads a {
	margin-top: 6px;
	width: 33px;
	margin-right: 4px;
	height: 33px;
	display: inline-block;
}

#fiche_vehicule .optionsEquip .leads a.print {
	background: transparent url('/skins/duhau/img/fiche_picto_print.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.print:hover {
	background: transparent url('/skins/duhau/img/fiche_picto_print_active.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.share {
	background: transparent url('/skins/duhau/img/fiche_picto_share.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.share:hover {
	background: transparent url('/skins/duhau/img/fiche_picto_share_active.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.compare {
	background: transparent url('/skins/duhau/img/fiche_picto_compare.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.compare:hover,
#fiche_vehicule .optionsEquip .leads a.compare.on {
	background: transparent url('/skins/duhau/img/fiche_picto_compare_active.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.favoris {
	background: transparent url('/skins/duhau/img/fiche_picto_favoris.png') no-repeat center;	
}
#fiche_vehicule .optionsEquip .leads a.favoris:hover,
#fiche_vehicule .optionsEquip .leads a.favoris.on {
	background: transparent url('/skins/duhau/img/fiche_picto_favoris_active.png') no-repeat center;	
}

#fiche_vehicule .optionsEquip .content {
	display: none;	
}
#fiche_vehicule .optionsEquip .content.active {
	display: block;
}

#fiche_vehicule .optionsEquip .content {
	background-color: #9da8b0;
	color: white;
	padding-top: 20px;
	padding-bottom: 50px;
}

#fiche_vehicule .optionsEquip .content .left,
#fiche_vehicule .optionsEquip .content .right {
	width: 45%;
	float: left;
	height: auto;
}

#fiche_vehicule .optionsEquip .content .left {
	margin: 0 5%;	
}

#fiche_vehicule .optionsEquip .content .garantie {
	margin-top: 40px;	
}

#fiche_vehicule .optionsEquip .content2 {
	padding-top: 1px;
}

#fiche_vehicule #photos_vehicule img {
	width: 100%;
	height: auto;
}

#fiche_vehicule #photos_vehicule {
	overflow: hidden;
	height: 385px;
}

#fiche_vehicule #photos_vehicule .bx-viewport {
	height: 385px !important;
}

@media screen and (max-width: 800px) {
	#fiche_vehicule #photos_vehicule {
		height: auto;
	}
}

#fiche_vehicule #photos_vehicule ul {
	margin: 0;
}

#fiche_vehicule  #photos_vehicule_thumb {
	width: 100%;
	margin-top: 5px;
}

#fiche_vehicule #photos_vehicule_thumb ul {
	margin: 0;
}

#fiche_vehicule #photos_vehicule_thumb .bx-wrapper {
	margin-left: 22px;
}

#fiche_vehicule #photos_vehicule_thumb .bx-controls .bx-prev,
#fiche_vehicule #photos_vehicule_thumb .bx-controls .bx-next {
	width: 19px;
	height: 36px;
}

#fiche_vehicule #photos_vehicule_thumb .bx-controls .bx-prev {
	background: transparent url('/skins/duhau/img/cars_arrow_left.png') no-repeat center;
	left: -25px;
}

#fiche_vehicule #photos_vehicule_thumb .bx-controls .bx-next {
	background: transparent url('/skins/duhau/img/cars_arrow_right.png') no-repeat center;
	right: -20px;
}

#fiche_vehicule .concessions .you_interest {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

#fiche_vehicule .visible_to {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 12px;
}

#fiche_vehicule .adresse .title {
	font-weight: 600;
	font-size: 11px;
	margin-left: 12px;
	text-transform: uppercase;
}

#fiche_vehicule .adresse .line {
	font-weight: 600;
	font-size: 11px;
	margin-left: 12px;
}

#fiche_vehicule .email {
	margin-left: 12px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
#fiche_vehicule .email span {
	font-size: 11px;
	font-weight: 600;
}

#fiche_vehicule .phone {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 12px;
}
#fiche_vehicule .phone span {
	font-weight: bold;
	font-size: 14px;
}

#fiche_vehicule .fax {
	font-size: 12px;
	font-weight: 600;
	margin-left: 12px;
}
#fiche_vehicule .fax span {
	font-weight: bold;
	font-size: 14px;
}

#fiche_vehicule .you_interest {
	color: #fcae00;
	font-weight: 600;
	font-family: 'Open Sans';
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
#fiche_vehicule .you_interest span {
	text-transform: uppercase;
}
/* ---------------------------------------------------------------- */

#desc_recherche {
color:#666;
font-weight:bold;
margin-left:10px;
margin-bottom:5px;
padding-top:10px;
width:500px;
}


/*--------------------------  COMPARATEUR  -----------------------*/

#comparate_top h1{
padding:5px 0;
}

#comparate_bottom {
clear:both;
}

#selection_vehicule{
margin-bottom:15px;
padding:10px;
}

#selection_vehicule .intro_account{
margin:0 0 10px 0;
}

#selection_vehicule .info_account{
padding:10px;
text-align:center;
}

a.del_compare {
padding-right:75px;
}

#comparate_table {
float: left;
height: auto;
margin-top: 15px;
margin-right: 5px;
background-color: #fff;
border: 1px solid #bab9b9;
}

#comparate_table td{
width: 158px;
text-align:center;
vertical-align:middle;
border-right: 1px solid #bab9b9;
padding:10px;
}
@media screen and (max-width: 768px){
	#comparate_table td.head_result{
/*display:none;*/
	}
}
.compare_btn {
height:21px;
}

.item_result_ligne_gris {
background-color: #eeeeee;
font-size: 11px;
font-weight: 600;
color : #333;
}

.item_result_ligne_blanc {
background-color: #ffffff;
font-size: 11px;
font-weight: 600;
color : #333;
}


/* ------------ Formulaire demande d'essai et envoi email --------------*/

#form_essai,
#form_renseignement  {
background-color:#eaeaea;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px;
}

#form_essai .form_error,
#form_renseignement .form_error{
clear: left;
margin-left: 220px;
width: 100%;
}

#form_essai #essaiSubmit,
#form_renseignement #submit {
margin-left: 229px;
margin-top:10px;
}
/* ------------ Extended info (vignette en grid extensible) -----------------*/
.extended_infos {
border: 1px solid #666;
width:152px;
background:#E7E7E7;
display:none;
float:left;
margin-left:-1px;
position:relative;
padding-top:5px;
padding-bottom:5px;
font-size:11px;
line-height:13px;
}

/*-----------RECHERCHE LIBRE--------------*/
.search_teaser {
height:30px;
padding:5px;
overflow:hidden;
}

/*--------- BLOC ALERTE LISTING RESULTATS ---------*/

#content_list_content #alerte {
display:none;
}

#content_list_content #alerte h2{
color:#fff;
padding:15px 0 5px 120px;
font-size:16px;
height:17px;
}

#content_list_content #alerte p{
padding:2px 0 0 120px;
font-size:12px;
}

#content_list_content #alerte .alert_link{
text-transform:uppercase;
font-style:italic;
font-weight:bold;
text-align:center;
font-size:16px;
padding-top:4px;
text-shadow: 2px 2px 5px #000;
background:url('../../skins/parot/img/alerte_txt_fd.png') no-repeat center center;
}

#su_annee {
	text-align: right;
}

#annee_max_aff,
#km_max_aff,
#km_min_aff {
	color: #79797A;
	display: inline-block;
	margin-bottom: 4px;
}

#km_max_aff {
	float: right;
}
#km_min_aff {
	float: left;
}

#slider-budget div.ui-slider-range,
#slider-km div.ui-slider-range,
#slider-annee div.ui-slider-range {
	background: none;
	background-image: none;
	background-color: #9da8b0;
}

.bloc-selectupSearchv2 .ui-state-default, 
.bloc-selectupSearchv2 .ui-widget-content .ui-state-default, 
.bloc-selectupSearchv2.ui-widget-header .ui-state-default{
background-repeat:no-repeat;
border:0 none;
background-color: #791214;
background: transparent url('/skins/duhau/img/round_slider.png') no-repeat top center;
width: 22px;
height: 21px;
top: -7px;
}

#slider-budget,
#slider-km,
#slider-annee {
	height: 6px;
	background: none;
	background-image: none;
	background-color: #657077;
	border: none;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
}


/*---------------------------------------------------*/
/* ------------ Résultats recherche -----------------*/
/*---------------------------------------------------*/

#search_results_sort .label_results_sort:before {
	background: transparent url('/skins/jpfroment/img/sort_icon.png') no-repeat center center;
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 5px;
	vertical-align: bottom;
}
#search_results_sort .label_results_sort {
	color: #4b4c4f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#search_results_sort a {
	color: #797b7f;	
}
#search_results_sort a.active,
#search_results_sort a:hover {
	color: #C11F26;
}

#search_results_sort select {
	width: 150px;
	border: 1px solid #C8C8C8;
	color: #70747B;
	border-radius: 0;
	padding-left: 5px;
	
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	
	background: white url('/skins/jpfroment/img/select_arrow.png') no-repeat 90% center;
}


#content_list {
	position: relative;
}

#content_list_content .wrapper-list {
	background-color: white;
}

#content_list_content .nb_results {
	color: white;
	padding-top: 15px;
	padding-right: 1%;
}

#search_vehicule_results {
	width: 100%;
	margin-top: 7px;
}

#search_vehicule_results .row_tableau {
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-bottom: 2%;
	text-align: center;
	overflow: visible;
	position: relative;
	height: 265px;
}


#search_vehicule_results .row_tableau .wrapper-border {
	border: 2px solid #f1f1f1;
	height: 240px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f1f1f1;
	overflow: hidden;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-ms-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}

#search_vehicule_results .row_tableau .wrapper {
	padding: 5px;
}

#search_vehicule_results .row_tableau .photos {
	display: block;
}

#search_vehicule_results .row_tableau .photos img {
	max-width: 100%;
	max-height: 133px;
}

#search_vehicule_results .row_tableau .marque_modele .marque {
	display: block;
	font-size: 14px;
	margin: 5px 0;
	color: black;
}

#search_vehicule_results .row_tableau .marque_modele .modele {
	display: block;
	color: #636a73;
	font-size: 12px;
}

#search_vehicule_results .row_tableau .annee,
#search_vehicule_results .row_tableau .km {
	display: inline-block;
	color: #636a73;
	font-size: 12px;
}

#search_vehicule_results .row_tableau .prix {
	margin-top: 15px;
	font-size: 24px;
}

.su_selection_list,
.su_comparator_list,
.list_results_email {
	display: none;
}

#search_vehicule_results .row_tableau:hover {
	cursor: pointer;
}

#search_vehicule_results .row_tableau:hover .wrapper-border {
	border-color: #63676a;
	height: 323px;
	z-index: 999;
	background-color: white;
}

#search_vehicule_results .row_tableau:hover .wrapper-border .link_detail,
#search_vehicule_results .row_tableau:hover .wrapper-border .list_results_email,
#search_vehicule_results .row_tableau:hover .wrapper-border .su_selection_list,
#search_vehicule_results .row_tableau:hover .wrapper-border .su_comparator_list {
	display: block;
}

#search_vehicule_results .row_tableau .link_detail,
#search_vehicule_results .row_tableau .list_results_email,
#search_vehicule_results .row_tableau .su_selection_list,
#search_vehicule_results .row_tableau .su_comparator_list {
	margin: 3px 0;
	display: none;
}

#search_vehicule_results .row_tableau .link a,
#search_vehicule_results .row_tableau .link_detail {
	background-color: #d40e2b;
	color: white;
	text-transform: uppercase;
	padding: 7px;
	display: block;
}

#search_vehicule_results .row_tableau .link_detail {
	display: none;	
}
#search_vehicule_results .row_tableau .link:hover a,
#search_vehicule_results .row_tableau .link_detail:hover,
#search_vehicule_results .row_tableau .link a.on,
#search_vehicule_results .row_tableau .su_comparator_list.on {
	background-color: #1e2a32;
}

#search_vehicule_results .list_results_email,
#search_vehicule_results .su_selection_list,
#search_vehicule_results .su_comparator_list {
	display: none;
}

#search_vehicule_results .list_results_email a,
#search_vehicule_results .su_selection_list a,
#search_vehicule_results .su_comparator_list a {
	display: block;
	height: 100%;
}

#search_vehicule_results .row_tableau .list_results_email {
	float: left;
}
#search_vehicule_results .row_tableau .su_selection_list {
	float: right;
}

#search_vehicule_results .su_comparator_list {
	clear: both;
}

#search_vehicule_results .row_tableau .link_detail img {
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
	#search_vehicule_results .row_tableau .link_detail {
		background-position: 2px;
		text-align: right;
	}	
}

#search_vehicule_results .row_tableau .su_comparator_list a {
	color: white;
	display: block;
	
}

#search_vehicule_results .row_tableau .leads .lead {
	margin-top: 15px;
	background-color: #262626;
	width: 45px;
	height: 30px;
	display: block;
	text-align: center;
}
#search_vehicule_results .row_tableau .lead img {
	display: inline;
	padding-top: 6px;
}
#search_vehicule_results .row_tableau .leads .lead.compare {
	float: left;
}
#search_vehicule_results .row_tableau .leads .lead.favoris {
	float: right;
}

#search_vehicule_results .row_tableau .leads .lead.on,
#search_vehicule_results .row_tableau .leads .lead:hover {
	background-color: #D32029;
}

#search_vehicule_results .row_tableau .link_selection {
	display: block;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #212121;
	text-decoration: underline;
}

/** Liste de résultat en liste **/

#page_selectup .title,
#content_list #top_content_list {
	background-color: white;
	height: 54px;
	padding-left: 15px;
}

#page_selectup .title h1,
#content_list #top_content_list h1.title_result {
	color: #0083d8;
	font-weight: 600px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	padding-top: 6px;
	margin-bottom: -5px;
}
#page_selectup .title h1 span,
#content_list #top_content_list .count {
	font-size: 12px;
}

#page_selectup .title h1 {
	padding-top: 11px;
}

#search_results_sort {
	position: absolute;
	right: 10px;
	top: 9px;
}

#search_results_sort select {
	text-transform: uppercase;
	color: #9da8b0;
	padding-left: 5px;
	width: 190px;
	height: 35px;
	border: none;
	background-color: white;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #9da8b0;
	
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	
	background: #FFF url('/skins/duhau/img/result_select_arrow.png') no-repeat 95% center;
}
#search_results_sort select::-ms-expand {
	display: none;
}

#search_results_sort select#sort-up-down {
	width: 125px;
	margin-left: 20px;
}

#search_results_sort select:focus option {
	background-color: white;
	color: black;
}

#search_vehicule_results.list .item {
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
	position: relative;
	float: left;
	width: 49%;
	background-color: #9da8b0;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.65);
}

#search_vehicule_results.list .item:hover {
	cursor: pointer;
}

#search_vehicule_results.list .item:nth-child(2n+2) {
	float: right;
}

#search_vehicule_results.list .item .top {
	height: 54px;
	background-color: #31393e;
}

#search_vehicule_results.list .item .top .top-left {
	float: left;
	width: 75%;	
	height: 54px;
}
#search_vehicule_results.list .item .top .top-right {
	float: right;
	width: 19%;	
	text-align: center;
}

#search_vehicule_results.list .item .top .marque_modele {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 2px;
	color: #0083d8;
	padding-left: 10px;
	padding-top: 8px;
}

#search_vehicule_results.list .item .top .version {
	font-family: 'Open Sans';
	font-size: 12px;
	padding-left: 10px;
	color: white;
}

#search_vehicule_results.list .item .image {
	float: left;
	width: 222px;
	height: 132px;
	overflow: hidden;
}

#search_vehicule_results.list .item .image img {
	width: 100%;
	height: auto;
	margin-top: -15px;
}

#search_vehicule_results.list .item .center {
	height: 120px;
	color: #31393e;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	float: left;
	padding-top: 12px;
	width: 128px;
}
#search_vehicule_results.list .item .center .price {
	font-size: 30px;
	font-weight: 900;
	color: white;
	margin-top: 10px;
}

#search_vehicule_results.list .item .leads {
	line-height: 42px;
}

#search_vehicule_results.list .item .leads .lead {
	width: 39px;
	height: 39px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

#search_vehicule_results.list .item .leads .lead.compare {
	background-image: url('/skins/duhau/img/result_compare.png');
	padding-top: 13px;
}
#search_vehicule_results.list .item .leads .lead.compare.on,
#search_vehicule_results.list .item .leads .lead.compare:hover {
	background-image: url('/skins/duhau/img/result_compare_active.png');
}

.pagination-small ul > li > a {
	color: #0083d8;
}

form[name="filterform"] label[for="resultsByPage"] {
	color: #4b4c4f;
	font-size: 12px;
	margin-top: 5px;
}
form[name="filterform"] {
 	margin-top: 7px;
 	padding-left: 19px;
 	margin-bottom: 25px;
 	display: none;
}
form[name="filterform"] select {
	color: #C11F26;
}
form[name="filterform"]:after {
	content: 'voitures par page';
	font-size: 12px;
	display: inline-block;
	color: #4b4c4f;
}

.form-contacter .desc {
	text-align: center;
	color: #0083d8;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-contacter .desc span {
	font-size: 14px;	
}

.form-contacter {
	width: 224px;
	margin: 0 10px;
}

.form-contacter select,
.form-contacter input[type="text"] {
	height: 27px;
}

.form-contacter select,
.form-contacter input[type="text"],
.form-contacter textarea {
	padding: 5px;
	padding-left: 15px;
	display: block;
	margin-top: 5px;
	background-color: #eceeef;
	border: none;
	color: #87949e;
	font-weight: bold;
	font-family: 'Trebuchet';
	font-size: 14px;
	width: 92%;
}

.form-contacter select {
	width: 100%;
	
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	
	background: #eceeef url('/skins/duhau/img/select_arrow_gray.png') no-repeat 95% center;
}

.form-contacter select::-ms-expand {
	display: none;
}

.form-contacter textarea {
	margin-top: 15px;
	height: 60px;
}

.form-contacter button {
	cursor: pointer;
	border: none;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Trebuchet';
	font-weight: bold;
	width: 100%;
	margin: auto;
	height: 33px;
	line-height: 33px;
	margin-top: 10px;
	
	background: #0166a8 url('/skins/duhau/img/valid_fiche.png') no-repeat 98% center;
}

.bloc-selectupSearchv2 .slider {
	margin-top: 7px;
	margin-bottom: 30px;
}

#slider-budget-label,
#slider-km-label,
#slider-annee-label {
	color: #9da8b0;
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS';
}
#slider-budget-label span,
#slider-km-label span,
#slider-annee-label span {
	color: #0086dd;
	font-size: 14px;
}