#block-bloc-moteur-recherche-moteur-recherche-block {
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    border-radius: 4px;
    padding: 9px 20px 19px;
    height: 139px;
}
    /* Responsive */
    @media (max-width: 991px) {
        #block-bloc-moteur-recherche-moteur-recherche-block {
            height: 186px;
            padding: 9px 9px 19px 9px;
        }
    }
    @media (max-width: 767px) {
        #block-bloc-moteur-recherche-moteur-recherche-block {
            height: auto;   
        }
    }
    @media (max-width: 479px) {
        #block-bloc-moteur-recherche-moteur-recherche-block {
            padding: 9px 0 19px;   
        }
    }

#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche {
    padding-bottom: 13px;
}
    /* Responsive */
    @media (max-width: 991px) {
            #block-bloc-moteur-recherche-moteur-recherche-block .type-recherche,
            #block-bloc-moteur-recherche-moteur-recherche-block .form-recherche {
                text-align: center;
            }
    }
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label {
    font-family: 'source_sans_prosemibold';
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 28px;
    background-color: #515a60;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px 7px 0 0;
    transition: all .5s linear;
    position: relative;
	text-align: center;
	width: auto;
}
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label:last-child {
    margin: 10px 0 0 0;
}
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label:hover,
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label:active,
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label.active {
    background-color: #d30f47;
}

#block-bloc-moteur-recherche-moteur-recherche-block  .select-budget .multiselect-container{
	max-height:250px;
	overflow-y:auto;
}
#block-bloc-moteur-recherche-moteur-recherche-block  .select-budget .multiselect-container label,
.block-advanced-search .rayon-distance .multiselect-container label {
	padding-left:10px;
	font-size: 14px;
	text-align: left;
}
#block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label.active:after {
    content: url('../images/bg-tab-active.png');
    height: 13px;
    width: 9px;
    position: absolute;
    bottom: -8px;
    left: 10px;
}
.select-budget .dropdown-menu > .active > a,
.select-budget .dropdown-menu > .active > a:hover,
.select-budget .dropdown-menu > .active > a:focus {
	background: none;
	color: #333;
}

.select-budget li:hover, .select-budget li:focus {
	color: #333;
	background: #f2f2f2;
}

/*** champs ville ***/
.chosen-container-multi .chosen-choices {
    padding: 6px 13px 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    border-color: #dddedf;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-family: 'source_sans_proregular';
}
.chosen-container ul.chosen-choices{
	max-height:40px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-active .chosen-choices li.search-field input[type=text] { 
    font-size: 14px; 
    color: #515a60 !important;
}
.chosen-container-active ul.chosen-choices{
	max-height:none;
}
.chosen-container .chosen-drop { border: none; }
.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #dddedf;
}

/*** champ type bien ***/
.input-list { position: relative; }
.select-budget, .select-custom-single { position: relative; }

.input-list .chosen-container:after, .input-list .select-budget:after, .input-list .select-custom-single:after {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #515a60 url('../images/icon-arrow-list.png') 50% 50% no-repeat;;
    right: 0;
    top: 0;
    content: '';
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all .1s  linear;
}
.input-list:hover .chosen-container:after, .input-list:hover .select-budget:after, .input-list:hover .select-custom-single:after {
    background-color: #d30f47;
}

.select-custom-single {
	padding: 11px 13px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    border-color: #dddedf;
    background-color: #fff;
    cursor:pointer;
    height: 40px;
    font-size: 14px;
    display: block;
}

.select-custom-single-slide {
	display:none;
    width:230px;
    background-color:#fff;
    border:1px solid #dddedf;
    padding:10px;
    position:absolute;
    border-radius: 4px;
    top: 50px;
    box-shadow: 0 0 5px #ccc;
    z-index: 1;
}

.select-custom-single-slide:before {
    position: absolute;
    width: 12px;
    height: 10px;
    content: url('../images/icon-slide.png');
    top: -18px;
}
.select-custom-single-slide.slide-surface {
    width: 170px;   	
	max-height: 230px;
	overflow-y: auto;
}

.select-custom-single-slide label {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
	width: auto;
	text-align: left;
}
.select-custom-single-slide input[type="radio"] { vertical-align: middle; margin: 0 5px 0 0 !important; }
.select-custom-single-slide input[type="text"] {
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    border: solid 1px #dddedf;
    font-size: 14px;
    font-family: 'source_sans_proregular';
    padding: 7px 13px;
    width: 90px;
	background-color: transparent;
	height: auto;
}
.select-custom-single-slide ul { padding: 0; margin: 0; }
.select-custom-single-slide li, .select-budget .multiselect-container li,
.ie8 .rayon-distance .multiselect-container li {
    list-style-type: none;   
    padding: 4px 10px 0;
}
.select-custom-single-slide li:first-child {
    margin-bottom: 5px; 
    padding: 0
}
.select-custom-single-slide li:hover {
    background-color: #f2f2f2;   
}
.select-custom-single-slide li:first-child:hover {
    background-color: #fff;
}

#block-bloc-moteur-recherche-moteur-recherche-block div.inline-div {
	display:inline-block;
    vertical-align: top;
    margin: 7px 2px 0 0;
    text-align: left;
}
.ie8 #block-bloc-moteur-recherche-moteur-recherche-block div.inline-div {
	margin-right: 2px;
}
    /* Responsive */
    @media (max-width: 480px) {
        #block-bloc-moteur-recherche-moteur-recherche-block div.inline-div {
            display: block;
            margin: 10px auto 0;
            width: 300px;
        }
    }

#block-bloc-moteur-recherche-moteur-recherche-block div.inline-div:last-child { margin-right: 0; }
    /* Responsive */
    @media (max-width: 480px) {
        #block-bloc-moteur-recherche-moteur-recherche-block div.inline-div:last-child { margin: 10px auto 0; text-align: center;}   
    }
#budgetBienLocation,#budgetBienNeuf,#budgetBienLocationSaisoniere{
	display:none;
}
#budgetBienAchat,
#budgetBienLocation,
#budgetBienNeuf,
#budgetBienLocationSaisoniere{
	width:150px;
}
    /* Responsive */
    @media (max-width: 480px) {
        #budgetBienAchat,
        #budgetBienLocation,
        #budgetBienNeuf,
        #budgetBienLocationSaisoniere, #villes_chosen,
        #block-bloc-moteur-recherche-moteur-recherche-block div.inline-div .btn-group,
        #block-bloc-moteur-recherche-moteur-recherche-block div.inline-div button,
        #surface-mini {
            width:100% !important;
        }
    }
#surface-mini{
	width:130px;
}
.margin-choosen-select{
	margin-top:25px;
}
.type-recherche input[type="radio"]{
	display:none;
}
#block-bloc-moteur-recherche-moteur-recherche-block input[type="submit"] {
    height: 40px;   
    width: 40px;
    border: none;
    border-radius: 4px;
    background: #d30f47 url(../images/icon-search.png) 50% no-repeat;
    color: #fff;
    text-indent: -9000px;
	margin-left: 0;
}
.block-advanced-search input[type="text"] {
	margin: 0;
	background-color: transparent;
	height: auto;
	display: inline-block;
}
input[type="text"].text-select-ville{
	border:none !important;
	background-color: transparent;
	padding-left: 0;
	height: auto;
}
.text-select-ville:focus{
	border:none;
	outline:none;
}
.select-ville-container{
	text-align: left;
  padding: 7px 13px;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc !important;
  border-color: #dddedf !important;
  background-color: #fff !important;
  background-image: none;
  font-size: 14px;
  min-height: 40px;
  color: #515a60 !important;
  width:280px;
  height:38px;
  overflow:hidden;
  position: absolute;
}
.select-ville-container.open{
	height:auto;
}
.select-ville-container ul{
	margin:0;
	font-size:14px;
}
.select-ville-container li{
	font-size:14px;
}
.select-ville-container li.selected{
	color:#888;
}
.select-ville-slide {
	display:none;
    width:280px;
    background-color:#fff;
    border:1px solid #dddedf;
    padding:10px;
    position:absolute;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    z-index: 1;
	max-height:200px;
	top:50px;
	
}
.select-ville-slide-container{
	overflow-y:auto;
	width:100%;
	max-height:180px;
}
.select-ville-slide:before {
    position: absolute;
    width: 12px;
    height: 10px;
    content: url('../images/icon-slide.png');
    top: -18px;
}
.select-ville-ul{
	padding-left:5px;
	list-style-type:none;
	font-size:14px;
}
.select-ville-ul{
	padding-left:5px;
	list-style-type:none;
	font-size:14px;
	margin-bottom:0;
}
.select-ville-ul li:hover{
	cursor:pointer;
	background-color: #f2f2f2;
}
.select-ville-ul li label{
	margin-top:5px;
	padding-left:10px;
	font-weight:normal;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	color:#515A60;
	width: auto;
	margin-right: 0;
	display: block !important;
}
.select-ville-ul li label:hover{
	cursor:pointer;
	background-color: #f2f2f2;
}

.select-ville-container input[type="checkbox"],
.select-ville-slide input[type="checkbox"]{
	display:none;
}
.container-etiq{
	padding-left:0;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
}
.container-etiq li{
	display:inline-block;
	border: 1px solid #AAA;
	max-width: 100%;
	border-radius: 3px;
	background-color: #EEE;
	margin-right:5px;
	padding:3px 7px;
	margin-bottom:5px;
}
.container-etiq li label{
	font-weight:normal;
	width: auto;
	margin: 0;
}
.ville-cross-delete{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("chosen-sprite.png") no-repeat scroll -42px 1px transparent;
	font-size: 1px;
	position: relative;
	top: 2px;
	left: 4px;
}
.ville-cross-delete:hover{
	cursor:pointer;
}
span.firstLocked{
	font-size:14px;
}
.ville-div-inline{
	position:relative;
	width: 280px;
	z-index: 3;
	height:38px;
}
.inline-div .inline-div{
	margin-top:0 !important;
}
.inline-div .inline-div.last{
	margin-right:0 !important;
}

label.checkbox { 
	width: auto;
	text-align: left;
}

    /* Responsive */
    @media (max-width: 991px) {
        #block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label {
            font-size: 16px;
            padding: 8px 10px;
        }
    }

    @media (max-width: 767px) {
        #block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label {
            font-size: 14px;
            padding: 5px;
        }
    }

    @media (max-width: 480px) {
        #block-bloc-moteur-recherche-moteur-recherche-block .type-recherche label {
            
        }
		#block-bloc-moteur-recherche-moteur-recherche-block .select-budget{
			width: 49% !important;
			margin-right: 2% !important;
			/* display: inline-block; */
			float: left;
		}
		#block-bloc-moteur-recherche-moteur-recherche-block .select-budget.last{
		  margin-right: 0 !important;
		}
		#block-bloc-moteur-recherche-moteur-recherche-block .budget-container{
			display: block;
			height: 40px;
		}
		.select-ville-container{
			width:100%;
		}
    }
