body.not-front.page-biens-recherche #container {
	margin-top: -310px;
}
.not-front.page-biens-recherche h1 {
	padding-left: 15px;
	font-size: 30px;
}
.results-biens-footer-message {
	text-align: center;
}
.not-front.page-biens-recherche #main .main-content {
	background-color: transparent;	
	padding: 0;
}
.page-biens-recherche #main .main-content article {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;	
	height: 239px;
	overflow: hidden;
	position: relative;
    transition: box-shadow .5s ease;
}
.page-biens-recherche #main .main-content article:hover {
    box-shadow: 0 0 10px #666;   
}
.page-biens-recherche #main .main-content article span.exclu {
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #d30e47;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	padding: 3px 10px;
	font-size: 18px;
	z-index: 12;	
	display: block;
	line-height: 1;
}
.page-biens-recherche #main .main-content article .medias,
.page-biens-recherche #main .main-content article .info {
	float: left;	
	vertical-align: top;
}
.page-biens-recherche #main .main-content article .info { float: right; }
.page-biens-recherche #main .main-content article .medias {
	width: 320px;	
	position: relative;
}
.page-biens-recherche #main .main-content article .info {
	width: 775px;	
	padding: 15px;
}

.page-biens-recherche #main .main-content article .info a.fav-btn {
	width: 31px;
	height: 30px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 30px;
	cursor: pointer;	
}
.page-biens-recherche #main .main-content article .info a.not-favorite:hover { background-color: #d30e47; }

.page-biens-recherche #main .main-content article .info h2 {
	margin: 0;
	font-size: 18px;
	font-family: 'source_sans_probold';	
	padding-right: 34px;
	height: 38px;
	overflow: hidden;
}
.page-biens-recherche #main .main-content article .info a { text-decoration: none; }
.page-biens-recherche #main .main-content article .info p.prix-ref {
	font-size: 24px;
	color: #d30e47;	
	font-family: 'source_sans_probold';	
}
.page-biens-recherche #main .main-content article .info p.prix-ref span {
	font-size: 14px;
	font-family: 'source_sans_proitalic';	
	color: #515a60;
	margin-left: 18px;
}
.page-biens-recherche #main .main-content article .info p.description {
	font-size: 14px;
	color: #000;	
}
.page-biens-recherche #main .main-content article .info .caracteristiques {
	height: 26px;
	overflow: hidden;	
}
.page-biens-recherche #main .main-content article .info .caracteristiques li {
	display: inline-block;
	font-family: 'source_sans_probold';	
	font-size: 14px;
	color: #000;
	background-color: #f2f2f2;
	padding: 2px 3px;		
	margin-right: 2px;
}
.page-biens-recherche .galleria { margin-bottom: 0; }
.page-biens-recherche .galleria .galleria-thumbnails-container { display: none; height: 0;}
.galleria-theme-classic.galleria-container { margin-bottom: -100px; }
.galleria-theme-classic .galleria-images img { border-radius: 4px 0 0 4px; }
.page-biens-recherche .no-image img {
	width: 100%;
	height: auto;
}
.page-biens-recherche .details-medias {
	position: absolute;	
	background-color: rgba(255,255,255,0.65);
	bottom: 17px;
	width: 100%;
	z-index: 10;
	font-size: 16px;
	color: #d30e47;
	font-family: 'source_sans_probold';	
	text-align: center;
	padding: 6px 0;	
	height: 35px;
}
.page-biens-recherche .coord {
	position: absolute;
	background: #d30e47;
	bottom: 16px;
	width: 775px;
	left: 320px; 
	color: #fff;
	font-size: 14px;	
	height: 35px;
	text-align: right;
	padding: 6px 3px;
}
.page-biens-recherche .coord span {
	font-size: 17px;
	font-family: 'source_sans_probold';	
	margin-left: 10px;
}
.page-biens-recherche .coord a { color: #fff; }
.page-biens-recherche .coord a.btn {
	float: right;	
	margin: 0 10px;
	font-size: 20px;
	background-color: #fff;
	border-radius: 4px;
	color: #d30e47;
	text-decoration: none;
	padding: 3px 8px;
	line-height: 1;
	position: relative;
	top: -2px;
	transition: all .5s ease;
}
.page-biens-recherche .coord a.btn:hover {
	background-color: #515a60;
	color: #fff;	
}
.order-div-result{
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:15px;
}
.order-div-result select{
	border:none;
	border-radius:5px;
	padding:3px 10px;
	font-family:'source_sans_probold';
	font-size:14px;
}
.order-div-result label{
	font-family:'source_sans_proregular';
	font-size:14px;
}

/***** Moteur recherche ********/
.not-front .type-recherche label {
	width:48%;
	float:left;
	text-align:center;
	color:#fff;
	background-color:#515a60;
	margin: 1%;
	height:37px;
	text-transform:uppercase;
	padding: 0px 15px;
	cursor:pointer;
	border-radius:5px;
	transition: all .5s linear;
	font-size: 14px;
	font-family: 'source_sans_probold';
	display: inline-block;
	vertical-align: middle;
	line-height: 37px;
	position: relative;
}
.not-front .type-recherche label.last {
	line-height: 1;
	padding: 5px 15px 0;	
}

.not-front .type-recherche label.active,
.not-front .type-recherche label:hover{
	background-color:#d30e47;
}
.not-front .type-recherche {
	margin: 0 0 5px 0;
}
.not-front .select-ville-container {
	width:100% !important;
}
.not-front .ville-div-inline{
	width:100% !important;
}
.not-front #surface-mini {
  width: 100% !important;
}
.not-front .inline-div{
	margin-bottom:10px;
}
.not-front .block-title-search{
	color:#d30e47;
	font-size:18px;
	font-family: 'railwayregular';
}
.not-front .block-advanced-search input[type="submit"]{
	width:100%; 
	height:32px;
	border:none;
	color:#fff;
	background: #d30f47 url(../images/icon-search.png) 72% no-repeat;
	border-radius:5px;
	transition: all .5s linear;
	font-size: 20px;
	margin-left: 0;
}
.not-front .block-advanced-search input[type="submit"]:hover{
	background-color:#515a60;
}
.not-front .title-detail-search{
	width:100%;
	display:block;
	color:#d30e47;
	cursor:pointer;
	transition: all .5s linear;
	text-align:center;
	text-decoration:underline;
	font-size: 14px;
    margin-bottom: 5px;
}
.not-front .title-detail-search:hover{
	color:#515a60;
}
.not-front .content-detail-search label{
	font-weight:normal;
	transition: all .5s linear;
	margin-left:5px;
	width: auto;
	text-align: left;
	font-size: 14px;
}
.not-front .content-detail-search label:hover{
	/*color:#d30e47;*/
}
.not-front input[type="text"].surface-val-text,
.not-front input[type="text"].prix-val-text{
	width:100%;
	height:40px;
	text-align: left;
  padding: 7px 13px;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc !important;
  border: 1px solid;
  border-color: #dddedf !important;
  background-color: #fff !important;
  background-image: none;
  font-size: 14px;
  min-height: 40px;
  color: #515a60 !important;
}
.not-front .select-budget .multiselect-container {
  max-height: 250px;
  overflow-y: auto;
}
.not-front .multiselect-container input[type="radio"]{
	display:none;
}
.ie8 .not-front .multiselect-container input[type="radio"]{
	display: block;
}
.not-front .block-search-ref { margin-top: 25px; }
.not-front .search-ref-title{
	font-size:18px;
	font-family: 'railwayregular'; 
  color: #d30f47;
}
.not-front .search-ref-content input[type="text"]{
	width:150px;
	height:32px;
	text-align: left;
  padding: 7px 13px;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc !important;
  border: 1px solid;
  border-color: #dddedf !important;
  background-color: #fff !important;
  background-image: none;
  font-size: 14px;
  color: #515a60 !important;
}

.not-front .search-ref-content input[type="submit"]{
	width:32px;
  text-indent: -9000px;
  margin-left:5px;
  margin-top:3px;
  background-position: 50% !important;
}
.not-front .order-div-result b.caret {
  background: none !important;
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  right: 10px !important;
  top: 12px !important;
  border-top: 4px dashed !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
 }
 .order-div-result button{
  padding: 3px 13px !important;
  height:28px !important;
  border: none;
  box-shadow: none !important;

}
 .order-div-result ul{
  top: 38px !important;

}
.order-div-result button.multiselect:hover .caret,.order-div-result button.multiselect:focus .caret,.order-div-result button.multiselect:active .caret {
  
  border-bottom: 4px dashed !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  border-top:none !important;
}
.order-div-result button.multiselect:hover .caret,.order-div-result button.multiselect:focus .caret,.order-div-result button.multiselect:active .caret {
  
  border-bottom: 4px dashed !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  border-top:none !important;
}
.content-detail-search select{
	padding-left:5px;
	padding-right:5px;
	width:55px;
	font-size:12px;
}

.select-ville-ul li label{
	text-align:left;
}
@media(max-width: 1599px) {
	.page-biens-recherche #main .main-content article .info, .page-biens-recherche .coord { width: 527px; }
	.page-biens-recherche #main .main-content article .info p.prix-ref {margin-bottom: 0;}
	.page-biens-recherche #main .main-content article .info p.description { margin-bottom: 5px; }
	.not-front .type-recherche label{padding:0;}
	.not-front .type-recherche label.last,
	.not-front .type-recherche label.chic {
		line-height: 1;
		padding: 5px 0 0;	
	}
	.not-front .content-detail-search select{font-size:10px;}
	.not-front .block-advanced-search input[type="submit"]{  background: #d30f47 url(../images/icon-search.png) 82% no-repeat;}
	 
}

@media(max-width: 1199px) {
	.page-biens-recherche #main .main-content article .info, .page-biens-recherche .coord { width: 377px; }
	.page-biens-recherche .details-medias { bottom: 7px; }
	.page-biens-recherche #main .main-content article .info h2 { font-size: 16px; }
	.page-biens-recherche #main .main-content article .info .caracteristiques li { font-size: 12px; }
	.page-biens-recherche .coord { bottom: 5px; }
	.page-biens-recherche .coord a.btn { font-size: 18px; top: -1px; }
	.not-front .content-detail-search label{font-size:12px;}
	 .not-front .block-advanced-search input[type="submit"]{  background: #d30f47 url(../images/icon-search.png) 90% no-repeat; font-size: 18px;}
	 .not-front .search-ref-content input[type="text"] {  width: 145px;}
}
@media(max-width: 1199px) and (min-width: 992px) {
    .content-detail-search select{ width: 43px; }
}
@media(max-width: 991px) {
	body.not-front.page-biens-recherche #container {
		margin-top: -270px;
	}
	.page-biens-recherche #main .main-content article .info, .page-biens-recherche .coord { width: 400px; }
	.not-front .type-recherche label{font-size:18px;padding:0; width: 49%; margin: .5%;}
	.not-front .content-detail-search label{font-size:16px;}
	.not-front .content-detail-search select{font-size:14px;}
	.not-front .block-advanced-search input[type="submit"]{  background: #d30f47 url(../images/icon-search.png) 60% no-repeat;}
	.not-front .search-ref-content input[type="text"] {  width: 200px;}
}
@media(max-width: 767px) {
	body.not-front.page-biens-recherche #container {
		margin-top: -425px;
	}
	.page-biens-recherche #main .main-content article .medias,
	.page-biens-recherche #main .main-content article .info { float: none; }
	.page-biens-recherche #main .main-content article { height: auto; }
	.page-biens-recherche #main .main-content article .info, .page-biens-recherche .coord, .page-biens-recherche #main .main-content article .medias { width: 100%; }
	.page-biens-recherche #main .main-content article .info h2 { font-size: 18px; height: auto; }
	.page-biens-recherche #main .main-content article .info .caracteristiques { height: auto; overflow: auto; margin-bottom: 10px; }
	.page-biens-recherche #main .main-content article .info .caracteristiques li { font-size: 14px; }
	.page-biens-recherche .coord { 
		left: 0;
		position: static;
		height: auto;
		line-height: 1.6;
		text-align: center;
	}
	.page-biens-recherche .coord a.btn {
		float: none;
		top: 1px;	
		white-space: nowrap;
	}
	.page-biens-recherche .no-image { display: none; }
	.galleria-theme-classic .galleria-images img { border-radius: 0; }
	.page-biens-recherche .details-medias { bottom: 110px; }
	.page-biens-recherche #main .main-content article span.exclu { position: static; border-radius: 0; }
    .page-biens-recherche .block-advanced-search select { display: inline-block; }
	.not-front .block-advanced-search input[type="submit"]{  background: #d30f47 url(../images/icon-search.png) 70% no-repeat;}
	
}

@media(max-width: 480px) {
	.not-front .type-recherche label{font-size:14px;padding:0; margin: 1%; width: 48%; }
	.not-front .content-detail-search label{font-size:14px;}
	.not-front .content-detail-search select{font-size:14px;}
	.not-front .block-advanced-search input[type="submit"]{  background: #d30f47 url(../images/icon-search.png) 80% no-repeat;}
	.not-front .search-ref-content input[type="text"] {  width: 200px;}
	.not-front .select-ville-slide { width: 245px;}
}