/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

body {
  	background-image:url(/images/bg-body-top.jpg), url(/images/bg-body.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#ffffff;
  	color: #5e6969;
  	font-size: 12px;
  	height: auto;
  	padding:38px 0px !important;
	margin:0px !important;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {

}

h2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#333;
	border-bottom:1px solid #aaaaaa;
	margin:0 0 26px 0;
	padding-bottom:6px;
	position:relative;
	    text-align: center;
}

body.index.index h2 {
    border-bottom: 1px solid #aaaaaa;
    color: #333;
    font-family: "Pontano Sans",sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 26px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
}


h2::before {
    background: rgba(0, 0, 0, 0) url("/images/arrow_down_subtitle.gif") repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 49%;
    position: absolute;
    width: 18px;
}

h3 {
	font-weight: normal;
    font-size: 17px;
}

p {
 
  overflow: hidden;
  padding: 0;
}

.mb10 {
	margin-bottom: 20px;
}


#generalWrapper{
	width:960px;
	margin: 0px auto;
	background: #ddd;
	box-shadow:0px 0px 8px #333;
	border-radius: 0px;
	
}



/******************************************/
/************** Widget MENU ***************/
/******************************************/

.menu {
    background: rgba(0, 0, 0, 0) url("/images/bg_menu.jpg") no-repeat scroll 19px 42px;
    margin: 0;
}
.menu li{
	/* padding:0px; */
	margin: 36px 0px 0px 0px;
	float:left;
	list-style:none;
}

.menu a {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 50px 0 0;
    padding: 12px 18px;
    text-decoration: none;
}

.menu a span {
	display:block;
	padding-bottom: 0px;

	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
}

body.by.lu #tab_vente a,
body.build #tab_build a,
body.offer.search.\!lu #tab_foreign a,
body.offer.detail:not(.lu) #tab_foreign a,
body.contact.simple #tab_contact a,
body.offer.search.rt #tab_location a,
body.rt.it-f #tab_location a,
body.rt.it-h #tab_location a,
body.by.it-h #tab_vente a,
body.by.it-f #tab_vente a,
body.by #tab_vente a
{


}

.menu a:hover {


}


/*body.rt.it-f .menu .subMenu li#tab_rent_flat a,
body.rt.it-h .menu .subMenu li#tab_rent_house a,
body.rt .menu .subMenu li#tab_rent_all a,
body.by.it-f .menu .subMenu li#tab_sale_flat a,
body.by.it-h .menu .subMenu li#tab_sale_house a,
body.by.it-g .menu .subMenu li#tab_sale_ground a,
body.by .menu .subMenu li#tab_sale_all a {
	color: #FFFFFF !important;
	background: #4d4e4e !important;
	text-decoration: underline;
}*/

.menu .subMenu li#tab_rent_flat a:hover span,
.menu .subMenu li#tab_rent_house a:hover span,
.menu .subMenu li#tab_rent_all a:hover span,
.menu .subMenu li#tab_sale_house a:hover span,
.menu .subMenu li#tab_sale_flat a:hover span,
.menu .subMenu li#tab_sale_ground a:hover span,
.menu .subMenu li#tab_sale_all a:hover span {
	color: #FFFFFF !important;
}

.menu a.toggler{
	position:relative;
}

.menu a.toggler:after{
	position:absolute;
	top: 35px;
	left:50%;
	content: ' ';
	display:block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 0% 0%;
	-o-transform: rotate(45deg);
	-o-transform-origin: 0% 0%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 0% 0%;
	transform: rotate(45deg);
	transform-origin: 0% 0%;
}

.menu .subMenu a {
    top: -4px;
    width: 100%;
}
.menu .subMenu a:hover {
	background: #4D4E4E !important;
}

.menu .subMenu a span{
    border: medium none !important;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold !important;
    /* height: 20px; */
    top: -5px;
    text-align: left;
    text-transform: uppercase;
    padding-top:10px;
}

.grid_24 .subMenu {
   height: 25px !important;
    position: absolute;
   
    z-index: 1001;
}


.menu a span.left {
	display:none;
}

.menu a span.right{
	display:none;
}

.menu .subMenu a {
    background-color: #333!important;
    margin-top: 0;
    padding: 10px 10px 10px !important;
    width: 125px;
}

.menu .subMenu li{
	float: none;
	margin: 0;
	background: #333333;
	/* padding: 5px 10px 5px 10px; */
	width: 145px;
}

.menu .subMenu a span{
	padding:0px;
	display:block;
	text-align: left;
	float:left;

	font-size:12px;
	text-transform:none;
}

.menu a span.left {
	display:none;
}

.menu a span.right{
	display:none;
}

.menu .subMenu a span.left{
	width:0%;
}

.menu .subMenu a span.right{
	float:right;
	clear:right;
	width:0%;
	background:none;
	border:none;
}

.subMenu{
	margin-bottom:0px;
	display:none;
}



#picture_sub_menu{
	width: 138px;
	margin:15px 0px 0px 15px;
}

/*  text_header  */

#text_header {
	padding:10px;
	background:#1c1c1c;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700; 
	font-size:16px;
	color:#FFFFFF;
}

#text_header .slogan{
    float:left;
	width:50%;
}

#text_header .ss-slogan{
	font-family:arial;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	width:50%;
	float:left;
}

#text_header .contact{
	float:right;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:10px;
	position:relative;
	padding-left:26px;
}

#text_header .contact span{
	color:#FFFFFF;
	
}

#text_header .contact span.icon {
	display:block;
	position:absolute;
	width:22px;
	height:32px;
	top:-3px;
	left:0px;
}

/*  form_title  */

#form_title{
    position:relative; 
    z-index:80;
   
}

#form_title div {
    background: rgba(0, 0, 0, 0) url("/images/icon_search.png") no-repeat scroll 0 2px;
    color: #777;
    font-family: "Pontano Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 15px;
    letter-spacing: 1px;
    padding-left: 18px;
    position: absolute;
    top: 19px;
}

/*  text_accueil  */

#text_accueil .title{
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#fe0000;
}

#text_accueil .title div{
	font-size:14px;
	color:#5e6969;
	font-weight: 700;
	text-transform:uppercase;
}

#text_accueil p{
	margin-top:6px;
	text-align:justify;
	line-height:18px;
}

/* menu langue */


#menu_lang{
	width:auto;
	float:right;
	color:#ffffff;
	font-weight:500;
}

html[lang=fr] #menu_lang .fr,
html[lang=en] #menu_lang .en,
html[lang=de] #menu_lang .de{

	color:#c78dde;

}




/*  content pages */

.text_page_contenu {
	margin:0px 0px 0px 0px;
}

/* Search Forms */

.form_search form {
	margin:0px 5px;
}

.form_search input[type=text],
.form_search select,
.form_search input[type=submit]{

}

.form_search #submit-element{
    position:relative;
    
    
}

.form_search input[type=submit]{
	color:#FFFFFF;
	text-shadow:1px 1px 1px #222;
	font-size:18px;
	text-transform:uppercase;
	float:right;
	padding:11px 40px 11px 10px;
	font-family: 'Pontano Sans', sans-serif;
	letter-spacing:2px;
	border-radius:8px;
	border:none;
	background-image:url(/images/icon_search_button.png), url(/images/bg-btn-submit.gif);
	background-position:128px center;
	background-repeat:no-repeat, repeat-x;
	position:absolute;
	bottom:-10px;
	left:42px;
}

/* Header Search Form */


#form_header {
    background: #333 none repeat scroll 0 0;
    color: #000;
    font-weight: bold;
    margin: 0px 0 22px;
    padding-left: 28px;
    padding-top: 17px;
    padding-bottom: 9px;
}

#form_header label {
    font-size:13px;
    font-weight:normal;
    color:#ffffff;    
}

#form_header #transaction-element{
    margin-left:100px;
}

#form_header #property_type-label,
#form_header #min_bedroom-label {
    margin-left:40px;
}




#form_header #submit-label {
    
    display:none;
}

#form_header dl.zend_form dt {
    width: 12%;
}

#form_header input[type=submit]{
	margin-top:0px;
}



#form_header #min_surface-label,
#form_header #min_surface-element,
#form_header #max_surface-label,
#form_header #max_surface-element{
	display:none;
}



/****** Properties array ******/


.property_array a,
.property_array a:hover{
	height:280px !important;
	display:block;
	text-decoration:none;
	text-align:left;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
}

.property_array a .photo {
    background: #ffffff none repeat scroll 0 0;
    border: 8px solid #ffffff;
    box-shadow: 0 0 2px #999;
    height: 160px;
    margin-bottom: -2px;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
}

.property_array a img{
	display:block;
	margin: auto;
	height:100%;
}

.property_array a .photo:after{
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(/images/icon-moreinfo.gif) bottom right no-repeat;
}

.property_array a:hover .photo:after{
	box-shadow: inset 0px 0px 6px #333;
}

.property_array a .infos{
	height:90px;
	border-top:5px solid #333;
	padding:6px 6px 0 8px;
	background-color:#EEE;
}

.property_array a:hover .infos{
background-color:#FFF;
}

.property_array a .infos .tr_transaction,
.property_array a .infos .key-price,
.property_array a .infos .price{
	font-weight:bold;
}
.property_array a .infos .line{
	display:block;
}
.property_array a .infos .price{
	color:#fe0000;
}

body.offer.search #grid1 a{
    margin-bottom:10px;
}

body.offer.search .property_array a .photo{
	height:140px;
}


/* Text Footer */
#text_footer{

    padding:14px 0 10px 0;
	color:#000000;
	font-size:11px;
	}
	
#text_footer .grey{
    background: #333; /* Old browsers */
    font-size: 12px;
    line-height: 21px;
}	

#text_footer .grey .left{
	float:left;
    color:#ffffff;
    width:400px;
    padding:8px 0 0 20px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-right:1px solid #ffffff;
    height: 100px;
    
}

#text_footer .grey .right{
    color:#ffffff;
    padding:8px 0 0 20px;
    text-align:left;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-left:1px solid #8a8f8f;
    float: left;
    height: 100px;
}

#text_footer .grey .right2 {
    color: #ffffff;
    padding: 10px 0 0 36px;
    text-align: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0px solid #8a8f8f;
    float: left;
    line-height: 26px;
}

#text_footer .left.links{
	float:left;
    font-size: 12px;
    margin-top:6px;
    color:#7e8888;
}

#text_footer .left a{
	color:#7e8888;

}

#text_footer .left a:hover{
	color:#fe0000;
}



#text_footer .right.copyright{
	float:right;
	text-align:right;
	font-size: 10px;
    margin-top:18px;
    color:#a1a8a8;
}

#text_footer .right a{
	color:#a1a8a8;
}


/****** Offer Search ******/

.properties_result_content {
	background:#FFFFFF;
	margin-right:24px;
	min-height:666px;
}

.properties_result_content .navigation_bar{
	margin:0px 0px 10px 0px;
}

.properties_result_content .navigation_bar .resume {
	float:left;
}

.properties_result_content .navigation_bar .pagination {
	float:right;
}

.properties_result_content .navigation_bar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.properties_result_content .navigation_bar li {
	float:left;
	height:30px;
	margin-left:24px;
}

.properties_result_content .navigation_bar li a {
	margin:0px 5px;
	color:#000000;
	display:block;
	text-decoration: none;
}
.properties_result_content .navigation_bar li a:hover{
	text-decoration:underline;
	color:#fe0000;
}

.properties_result_content .navigation_bar li span.current_page, .navigation_bar ul.filters a.current_filter {
	font-weight:bold;
	color:#fe0000;

}

.properties_result_content .navigation_bar li a.next_page , .navigation_bar li a.previous_page {
	width:15px;
	height:15px;
}

.properties_result_content .navigation_bar li a.previous_page {
	background:#000000 url(/share/img/previous-next.png) top left no-repeat;
}

.properties_result_content .navigation_bar li a.next_page {
	background:#000000 url(/share/img/previous-next.png) -15px 0px no-repeat;
}

.properties_result_content .navigation_bar li a.previous_page:hover,
.properties_result_content .navigation_bar li a.next_page:hover{
	background-color:#fe0000;
}

.properties_result_content .navigation_bar ul.filters {
	clear:both;
	margin:10px auto;
}

.properties_result_content .navigation_bar ul.filters a {
	padding:0px 0px 10px 0px;
}

.properties_result_content .navigation_bar ul.filters a.current_sorter{
	
}

.properties_result_content .navigation_bar ul.filters a.asc {
	background:#fe0000 url(/share/img/asc-dsc.png) center -32px no-repeat;
}

.properties_result_content .navigation_bar ul.filters a.desc {
	background:#fe0000 url(/share/img/asc-dsc.png) center 0px no-repeat;
}


.properties_result_content article {
	margin:0px 0px 32px 0px;
	position:relative;
}
 
.properties_result_content article h2 {
	background:#333;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-bottom:2px solid #fe0000;
	
}
.properties_result_content article h2 a{
	display:block;
	color:#ffffff;
	padding:5px 10px 5px 10px;
}
.properties_result_content article h2 a:hover{
	text-decoration:none;
}

.properties_result_content article h2 a .immotype{
    
    display: inline-block;
}

.properties_result_content article .photo{
	width:33%;
	height:150px;
	float:left;
	overflow:hidden;
	text-align:center;
	display:block;
}

.properties_result_content article .photo img {
	margin:0px auto;
	height:100%;
}

.properties_result_content article  .description,
.properties_result_content article  .info {
	margin:0px 0px 0px 30px;
	font-size:12px;
	width:60%;
	float:left;
}

.properties_result_content article .info .key {
	font-size:12px;
	font-weight:bold;
}

.properties_result_content article .__price .value {
	color:#fe0000;
	font-weight:bold;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	font-size:18px;
}
.properties_result_content article .__price .key{
	display:none;
}
.properties_result_content article a.detail {
    background: #fe0000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    bottom: 15px;
    color: #ffffff;
    font-family: "Pontano Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 15px;
    position: absolute;
    right: 20px;
}
.properties_result_content .no_result{
	margin:0px 10px 20px 10px;
	font-weight:bold;
}

/*********** Offer Detail ******************/

.property_detail_content {
	background:#FFFFFF;
}

.property_detail_content .navigation_bar ul,
.property_detail_content h1,
.property_detail_content #gallery,
.property_detail_content .offer_childs,
.property_detail_content .situation_description,
.property_detail_content .description,
.property_detail_content .specifications,
.property_detail_content div.googleMap{
    margin-left:42px;
}

.property_detail_content .offer_childs h2,
.property_detail_content .situation_description h2,
.property_detail_content .description h2,
.property_detail_content .specifications h2,
.property_detail_content div.googleMap h2,
.property_detail_content .form_contact_container h2{
    margin-bottom:18px;
}

.property_detail_content .navigation_bar ul li,
.property_detail_content .navigation_bar ul{
    margin-top:0;
    margin-bottom:0;
}

.property_detail_content .form_contact_container{
    margin-left:10px;
    margin-right:40px;
}

.property_detail_content div.googleMap{
    margin-right:40px;
}



.property_detail_content h1{
	color:#1C1C1C;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:22px;
}

.property_detail_content h2{
	color:#fe0000;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	font-size:20px;
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
}

.property_detail_content h3{
	color:#1C1C1C;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
}

.property_detail_content .overview .__detail_rent_price,
.property_detail_content .overview .__detail_selling_price{
	margin-bottom:10px;
}

.property_detail_content .overview .__detail_rent_price .key,
.property_detail_content .overview .__detail_selling_price .key{
	display:none;
} 

.property_detail_content .overview .__detail_rent_price .value,
.property_detail_content .overview .__detail_selling_price .value{
	color:#fe0000;
	font-weight:bold;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	font-size:18px;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact{
	margin:10px 0px;
	display:inline-block;
	text-decoration: none;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact,
.property_detail_content .form_contact input[type=submit]{
	
	background: #fe0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
    border-radius:3px;
    border:none;
	padding:3px 15px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	letter-spacing:1px;
}


/* Contact Page */

#html_contact_simple{
	margin:0px;
	font-size:12px;
}


body.contact.simple #center{
	background:#FFFFFF;

}

body.contact.simple .form_contact{
	margin:0 28px 20px 0;
}

body.contact.simple .form_contact legend{
	margin:0 0px 0px 20px;
}


body.contact.simple .form_contact span.required_legend,
body.contact.simple .form_contact dt{
    width:35%;
    margin-left:30px;
}

body.contact.simple .form_contact span.required_legend{
    margin-top:12px;
}

body.contact.simple .form_contact dd{
	width:40%;
	margin-left:10px;
	box-sizing:border-box;
}
body.contact.simple .form_contact dd input[type=text],
body.contact.simple .form_contact dd textarea{
	width:100%;
	box-sizing:border-box;
}

body.contact.simple .form_contact input[type=submit]{
	background: #fe0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
    border-radius:3px;
    border:none;
	padding:3px 15px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	letter-spacing:1px;
}


/* SlideShow */

#slideshow1{
	height:264px;
	border-radius: 40px 0px 0px 0px;
}

#slideshow1 img{
	border-radius: 40px 0px 0px 0px;
 }

/* Contact map */
#html_contact_map {
    margin-top:10px;
}

/* text_phone */
.property_detail_content .form_contact_container p,
#text_phone p {
    margin-top:10px;
	background: #fe0000;
	border-radius:3px;
	padding:10px;
	color:#FFFFFF;
	font-size:18px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}

.property_detail_content .form_contact_container p,
#text_phone p {
    margin-top:10px;
	background: #fe0000;
	border-radius:3px;
	padding:10px;
	color:#FFFFFF;
	font-size:18px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}

.property_detail_content #gallery #big_photo img {
    height: 400px;
    margin-right: 20px;
    max-height: 400px;
    max-width: 577px;
    min-height: 400px;
    text-align: center;
    width:auto;

}

.property_detail_content #gallery li img {
    height: 70px;
    max-width: 100%;
}

.property_detail_content #gallery li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 0 10px 10px 0;
    text-align: center;
}

.property_detail_content #gallery #big_photo {
    margin: 0 0 10px;
    text-align: center;
}

.property_detail_content #gallery li img {
    height: 80px !important;
    max-width: 100%;
}

.property_detail_content #gallery li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #CCCCCC;
    display: block;
    margin: 0 10px 10px 0;
    text-align: center;
}


body.index.index .container_24 .grid_6 {
    width: 210px !important;
    margin-bottom: 25px;
}

body.index.index .container_24 .grid_24 {
    width: 870px;
}

.property_detail_content #gallery #big_photo {
    height: 410px !important;
    margin: 0 0 10px;
    text-align: center;
}

.form_search #city-element select, .form_search #property_type-element select, .form_search #property_group-element select {
    width: 180px !important;
}

/*
.menu li#tab_home a {
    background: rgba(0, 0, 0, 0) url("/images/item-home.png") no-repeat scroll 17px -42px;
}
*/

.property_flip .property_alt {
    color: #888;
    font-size: 12px !important;
    font-weight: normal;
    margin: 0 10px;
    text-align: left;
}

.property_flip .text_container {
    height: 80px;
    padding: 0;
    position: absolute;
    top: 199px;
    opacity: 1.0 !important;
    width: 100%;
    z-index: 1000;
    color: #333;
    background-color: #FFF !important;
}

.property_flip .property_title {
    color: #333 !important;
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    margin: 0 10px;
    text-align: left;
    line-height: 26px;
}