@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,700italic,300italic,300);

/* 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;
}


button {
	-webkit-appearance: none;
}

html {
	min-width: 1090px;
}

body {
	color: #58585a;
	font-size: 13px;
	height: auto;
	margin: 0 !important;
	padding: 0px 0 !important;
	background-color: #f3f3f3;
	font-family: 'Roboto Condensed', sans-serif;
}


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

a:hover {
	text-decoration: underline;
}

map {
	outline: none;
}

area {
	outline: none;
	cursor: pointer;
}

strong {
	font-weight: 400;
}

h1 {}

h2 {
	background: transparent;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 13px;
	padding-bottom: 1px;
	padding-top: 1px;
	position: relative;
	padding-left: 0;
	text-transform: uppercase;
}

h2:before {
	content: '';
	width: 18px;
	height: 10px;
	bottom: -10px;
	left: 22px;
	position: absolute;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

h4 {
	font-size: 17px;
}

p {
	overflow: hidden;
	padding: 0;
	margin-bottom: 13px;
	color: #000000;
}


#generalWrapper {
	margin: 0 auto;
}

#centerWrapper {
	margin-bottom: 40px;
	margin-top: 40px;
	z-index: 289;
	position: relative;
}

#header {
	margin-left: 0px;
	margin-right: 0px;
}

#headerWrapper {
	height: 230px;
	background: #fff url(./images/background-logo.png) repeat-x center 0px;
	border-top: 5px solid #4ea88c;
}

#footerWrapper {
	background: #01a282;
	border-top: 5px solid #85c1a6;
}

#text_accueil {
	margin-bottom: 40px;
}

#text_accueil a {
	font-size: 15px;
	color: #01a282;
}

.form_contact_offer {
	margin-right: 6px;
	margin-left: -3px;
	background-color: #FFF;
	margin-bottom: 40px;
}

.form_contact_offer form {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#credit-simulator {
	margin-left: 0 !important;
	padding-left: 0;
}

#headerPicture,
#headerPicture2 {
	margin-top: 0;
	margin-bottom: 10px;
	height: 173px;
	width: 310px;
}

#headerPicture img,
#headerPicture2 img {
	/* width: 305px; */
	/* margin-left: 83px; */
}

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

.menu {
	/* height: 55px; */
	margin-bottom: 0;
	/* margin-left: 264px; */
	margin-top: 8px;
	/* margin-right: auto; */
	/* width: 780px; */
	background: #01a282;
}

.menu li {
	float: left;
	list-style: outside none none;
	margin-top: 0px;
	/* padding: 0px 3px 0 9px; */
	/* height: 52px; */
	margin-left: 75px;
}

.menu a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	/* height: 80px; */
	margin: 0px;
	padding: 5px 0 9px 0;
	position: relative;
	text-decoration: none;
}

.menu a span {
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.menu a:hover {
	color: #83c0a3;
}

.menu li#tab_credit {
	float: right;
	margin-right: 10px;
}

.menu li#tab_credit a {
	padding-top: 6px;
	background-image: url(/images/bg-credit-menu.png), url(/images/icon-arrow-right.png);
	background-position: right -10px, 75px 42px;
	background-repeat: no-repeat;
	border: none;
}

.menu li#tab_credit span {
	color: #fff;
	font-size: 9px;
	line-height: 16px;
	padding: 0 32px 0 0;
	text-align: right;
	width: 70px;
}

.menu .subMenu a {
	background-color: #01a282;
	padding: 4px 10px;
	width: 230px;
	height: 33px;
	margin-top: -3px;
	color: #FFF;
}

.menu .subMenu li {
	float: none;
	margin: 0px;
	height: 32px;
}

.menu .subMenu a span {
	padding: 0px;
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	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;
}


/********** Horizontal Menu SubMenu ************/
.grid_24 .subMenu {
	position: absolute;
	top: 238px;
	z-index: 1001;
	margin-left: -7px;
}


/************** Opened SubMenus  ***************/

body.tabInfo .subMenu.tabInfo {
	display: block;
}

/************** Selected Menus ***************/




/************** Hover Menus ***************/

.menu a:hover span {}

.menu a:hover span.left {}

.menu a:hover span.right {}

/************** Selected SubMenus ***************/


/************** Hover SubMenus ***************/

.menu .subMenu a:hover span {}

.menu .subMenu a:hover span.left {}

.menu .subMenu a:hover span.right {}

/*  text_header  */

#text_header_contact_left,
#text_header_contact_right {
	color: #4C4C4C;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 30px;
	padding: 0;
}

#text_header_contact_right {
	text-align: right;
}

#text_header a {
	color: #FFF;
}

#text_header {
	position: absolute;
	top: 160px;
	margin: 0 auto;
	z-index: 999;
	width: 1080px;
	left: 0;
	right: 0;
	text-align: center;
}

#text_header h2 {
	background: transparent;
	font-size: 32px;
	text-shadow: 0px 1px 4px #000;
	color: #fff;
}

#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: 176;
	width: 950px;
	margin: 0 auto;
	/* margin-top: -129px; */
}

body.index #form_title div {
	color: #ffffff;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-left: 18px;
	position: absolute;
	bottom: 297px;
	left: 13px;
	z-index: 999;
}

body.offer.search #form_title div, body.auth.login #form_title div {
	color: #ffffff;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-left: 18px;
	position: absolute;
	bottom: 128px;
	left: 13px;
	z-index: 999;
}

/*  text_accueil  */

#text_accueil .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}

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

#text_accueil p {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	/* margin-top: -13px; */
	/* padding: 12px 11px 12px 0px; */
	text-align: left;
	background: transparent;
	font-weight: 300;
}

#text_accueil_barbara p {
	background-color: #FFF;
	color: #111;
	font-size: 14px;
	height: 200px;
	line-height: 20px;
	margin-top: 13px;
	padding: 12px 12px;
	text-align: left;
}

/* menu langue */


#menu_lang {
	/* width:auto; */
	float: right;
	/* color:#ffffff; */
	/* font-weight:500; */
	margin-top: 24px;
}

#menu_lang img {
	/* position: absolute; */
	/* z-index: 999; */
}

#menu_lang a.gestion-locative {
	height: 120px;
	position: absolute;
	width: 150px;
	top: 110px;
	right: -10px;
}

html[lang=fr] #menu_lang .fr,
html[lang=en] #menu_lang .en,
html[lang=de] #menu_lang .de {
	color: #01a282;
}


/*  content pages */

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

/* Search Forms */

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

.form_search input[type=text],
.form_search select,
.form_search input[type=submit] {
	background: rgb(255, 255, 255);
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 1;
	border-radius: 0;
	height: 23px;
	outline: none;
}

.form_search input[type=submit]:hover {
	background: #01a282;
}

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

.form_search input[type=submit] {
	color: #FFFFFF;
	font-size: 21px;
	text-transform: uppercase;
	float: right;
	padding: 12px 0px 11px 0px;
	font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 2px;
	border: none;
	background-color: #4ea88c;
	background-position: 128px center;
	background-repeat: no-repeat, repeat-x;
	position: absolute;
	bottom: -15px;
	left: 33px;
	height: 69px;
}


/* Header Search Form */


body.index #form_header {
	background: rgba(0, 0, 0, 0.65);
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 200px;
	left: 0;
	right: 0;
	z-index: 70;
	width: 950px;
	margin: 0 auto;
}

body.offer.search #form_header, body.auth.login #form_header {
	background: rgba(0, 0, 0, 0.65);
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 70;
	width: 950px;
	margin: 0 auto;
}

#form_header label {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}

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

#form_header #property_type-label {
	margin-left: 27px;
}

#form_header #min_bedroom-label {
	margin-left: 20px;
}


#form_header #submit-label {

	display: none;
}

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

#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;
}

.form_search_large #city-element,
.form_search_large #property_type-element,
.form_search_large #property_group-element,
.form_search_large #offer_id-element {
	margin-bottom: 10px;
}







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

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

.property_array a .photo {
	background: none repeat scroll 0 0 #fff;
	height: 175px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	vertical-align: bottom;
}

.property_array a img {
	display: block;
	margin: auto;
	height: 103%;
	transition: all .2s ease-in-out;
}

.property_array a:hover img {
	transform: scale(1.1);
}

.property_array .grid_6 {
	width: 232px;
}

.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 {}

.property_array a .infos {
	background-color: #0c1082;
	border: 0 dotted #ffffff;
	height: 70px;
	padding: 6px 6px 0 8px;
	font-size: 12px;
}

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

.property_array a:hover .infos .price {
	color: #0c1082;
}

.property_array a .infos .tr_transaction,
.property_array a .infos .key-price,
.property_array a .infos .price {
	font-weight: bold;
}


.property_array a .infos .key-price,
.property_array a .infos .price {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
}

.property_array a .infos .line {
	display: block;
}

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

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


/* Text Footer */
/* Text Footer */
#text_footer,
#text_footer_agence,
#text_footer_map {
	padding: 0px 0 10px 0;
	color: #fff;
	font-size: 11px;
}

#text_footer .white,
#text_footer_map .white,
#text_footer_agence .white {
	/* Old browsers */
	font-size: 11px;
	line-height: 18px;
}

#text_footer .white .left {
	color: #2a2aff;
	padding: 11px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 120px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
}

#text_footer_map .white .left {
	color: #2a2aff;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 200px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
}

#text_footer_agence .white .left {
	color: #2a2aff;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 257px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
}

#text_footer .white .left a,
#text_footer_map .white .left a,
#text_footer_agence .white .left a {
	color: #2a2aff;
}

#text_footer .white .left h3,
#text_footer_agence .white .left h3,
#text_footer_map .white .left h3 {
	color: #2a2aff;
}

#text_footer .white .center {
	color: #333;
	padding: 11px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 120px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
	margin-left: 11px;
}

#text_footer_map .white .center {
	color: #333;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 200px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
	margin-left: 11px;
}

#text_footer_agence .white .center {
	color: #333;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 257px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 0;
	background: #fff;
	margin-left: 11px;
}

#text_footer .white .center a,
#text_footer_agence .white .center a,
#text_footer_map .white .center a {
	color: #333;
}

#text_footer .white .center h3,
#text_footer_agence .white .center h3,
#text_footer_map .white .center h3 {
	color: #333;
}

#text_footer .white .right {
	color: #f06;
	padding: 11px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 120px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 11px;
	background: #fff;
}

#text_footer_agence .white .right {
	color: #f06;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 257px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 11px;
	background: #fff;
}

#text_footer_map .white .right {
	color: #f06;
	padding: 0px 0 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 200px;
	width: 349px;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 11px;
	background: #fff;
}

#text_footer .white .right a,
#text_footer_agence .white .right a,
#text_footer_map .white .right a {
	color: #f06;
}

#text_footer .white .right h3,
#text_footer_agence .white .right h3,
#text_footer_map .white .right h3 {
	color: #f06;
}


#text_footer_links .left.links {
	float: left;
	font-size: 12px;
	margin-top: 8px;
	color: #ffffff !important;
}

#text_footer_links .left.links a,
#text_footer .right.copyright a {
	color: #ffffff !important;
}

#text_footer_links .left a,
#text_footer .center a {}

#text_footer_links .left a:hover {
	color: #f56f01;
}

#text_footer_links .right.copyright {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 8px;
	color: #ffffff;
	margin-bottom: 8px;
}

#text_footer_links .right.copyright a {
	color: #ffffff;
}

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

.properties_result_content {
	margin-right: 24px;
	min-height: 1126px;
}

.properties_result_content .navigation_bar {
	background-color: #fff;
	margin: 15px 0 20px;
	padding: 9px 10px 0;
	color: #000;
}

.properties_result_content .navigation_bar .resume {
	float: left;
	padding-bottom: 8px;
}

.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: #262523;
}

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

.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: #FFFFFF;
}

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

.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: #01a282 url(/images/asc-dsc.png) center -32px no-repeat;
}

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


.properties_result_content article {
	margin: 0 0 20px;
	padding: 0px 0 0px 0;
	position: relative;
	background: #FFF;
}

.properties_result_content article h2 {
	background: transparent;
	font-size: 17px;
	margin: 0 0 0px;
	padding: 0;
	color: #333;
}

.properties_result_content article h2 a {
	color: #333;
	display: block;
	padding: 5px 10px;
	font-size: 18px;
}

.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: 30%;
	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;
	color: #000;
}

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

.properties_result_content article .__price .value {
	color: #01a282;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.properties_result_content article .__price .key {
	display: none;
}

.properties_result_content article a.detail {
	background: none repeat scroll 0 0 #01a282;
	border: medium none;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px 15px;
	position: absolute;
	right: 20px;
}

.properties_result_content .no_result {
	margin: 0px 10px 20px 10px;
	font-weight: bold;
	color: #fff;
}

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

.property_detail_content {
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	background: #fff;
}

.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,
#similar-offers #similar-properties 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: 10px;
}

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



.property_detail_content h1 {
	color: #01a282;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}

.property_detail_content h2 {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', 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: 'Roboto Condensed', 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: #01a282;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	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: #01a282;
	color: #FFFFFF;
	font-weight: normal !important;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	padding: 3px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}


/* Contact Page */

#html_contact_simple {
	margin: 0px;
	font-size: 12px;
	/* margin-left: -40px; */
	/* margin-right: -40px; */
	margin-top: -47px;
}


body.contact.simple #center {
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 47px;
	background: transparent;
}

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

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: #01a282;
	color: #FFFFFF;
	font-weight: normal !important;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	padding: 3px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}


/* SlideShow */

#slideshow1 {
	/* height: 414px; */
	/* background-image: url('/images/header_center.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: top center; */
	/* margin-left: -12px; */
}

#slideshow1 img {
	margin-left: 20px;
	margin-top: 28px;
}

/* Contact map */
#html_contact_map {
	margin-top: -110px !important;
}


/* text_phone */
#text_phone {
	width: 232px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.property_detail_content .form_contact_container p,
#text_phone p {
	margin-top: 10px;
	background: #FFFFFF;
	padding: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.property_detail_content .form_contact_container p,
#text_phone p {
	margin-top: 10px;
	background: #01a282;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: -10px -10px 10px 0px;
}

.property_detail_content #gallery #big_photo img {
	border: 1px solid #ccc;
	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 #DDDDDD;
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0 10px 10px 0;
	text-align: center;
}


#build-label {
	text-align: left;
}

#build-element {
	text-align: left;
	padding-top: 7px;
}


.property_flip {
	height: 260px;
	left: 0px;
	position: relative;
	text-align: center;
	/* width: 462px; */
	margin-top: -13px;
	margin-left: 6px;
	margin-bottom: 35px;
}

.property_flip .property_title {
	color: #01a282;
	font-weight: 400;
}

.property_flip .text_container {
	opacity: 1;
	height: 62px;
	background: #fff;
	overflow: hidden;
}


.container_24 .grid_6 {
	//margin-bottom: 12px;
	//width: 310px;
}

.biens_rand .grid_6 {
	width: 230px;
	height: 251px;
	margin-bottom: 4px;
}


#slide1 .anythingSlider {
	height: 280px;
}

.text_page_contenu {
	background-color: transparent;
	margin: 10px 0 11px 0;
	padding: 0 0 20px 0;
	margin-top: 7px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

#ul_slide1 a:hover {

	text-decoration: none;
}

#ul_slide1 a:hover {

	color: #FFFFFF;
	transition: ease-out;
	transition-duration: 1s;
	transition-delay: 0s;

}

#ul_slide1 .city {
	font-size: 14px;
	font-weight: 700;
	padding-left: 11px;
	text-transform: uppercase;
}


#ul_slide1 .price {


	font-weight: 700;
	padding-left: 11px;

}

.anythingSlider .photo {
	border: 8px solid #222;
	height: 200px !important;
	margin: 2px 2px 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}


.anythingSlider .photo img {
	display: block;
	height: 109% !important;
	margin: auto;
}

span.required_legend {
	color: red;
	display: block;
	font-size: 10px !important;

}


.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: 0 !important;
}

.property_detail_content div#googleMapContainer {
	height: 310px !important;
	/* width: 1030px !important; */
}

.property_detail_content h2 {
	color: #333;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 20px;
	width: 100% !important;
	background: transparent;
	max-width: 100%;
	padding-left: 0;
}

body.offer.search .property_array h2 {
	width: 222px !important;
}


.offer detail container_24 .grid_8 {
	margin-left: -10px;
	width: 752px !important;
}

.form_search #max_price-element select,
.form_search #max_bedroom-element select,
.form_search #max_surface-element select,
.form_search #min_price-element select,
.form_search #min_bedroom-element select,
.form_search #min_surface-element select {
	width: 84px !important;
}

.anythingBase .panel {
	background: none repeat scroll 0 0#262523 !important;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

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

.anythingSlider .photo {
	border: 8px solid#262523 !important;
	box-shadow: 0 0 0px #999999 !important;
	height: 140px;
	margin: 2px 2px 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}

#headerWrapper .container_24 .grid_15 {
	width: 590px !important;
}

.container_24 .grid_15 {
	width: 719px !important;
}

body.offer.detail .grid_16 {
	/* width: 722px !important; */
}

#header .grid_16 {
	width: 630px !important;
}

body.offer.detail .container_24 .grid_8 {
	width: 290px;
}

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

.property_detail_content .overview .links a {
	color: #333 !important;
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	position: relative;
}

.container_24 .grid_7 {}


/* Barre info homepage */
#text_hp {
	background: #000;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: right;
	height: 25px;
	line-height: 25px;
}

#text_hp a {
	background: #262523;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #fff;
	font-size: 15px;
	margin-left: 15px;
}


body.index .espace_form_search {
	margin-top: -308px !important;
	margin-bottom: 0 !important;
	z-index: 79;
}


.espace_form_search {}

#text_actu {
	height: 430px;
	overflow: scroll;
}

#text_actu h3 {
	font-size: 18px;
}

#text_actu img {
	width: 181px;
	height: 188px;
	float: left;
	margin-right: 20px;
}

#text_fbwall_title h2 {
	height: 30px;
	background: #EEEFEF;
}

#text_fbwall_title {
	height: 45px;
}

#text_fbwall {
	margin-top: 0;
	margin-bottom: 30px;
}

#text_gestion h2,
#text_syndic h2,
#text_viager h2 {}

.text-pdf {
	font-weight: bold;
	font-size: 15px;
}

.btn-pdf {
	background: #262523;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFF;
	font-size: 15px;
	margin-left: 5px;
}

#text_agence_searchform h2 {
	background: transparent none repeat scroll 0px 0px;
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	height: 174px;
	margin-bottom: -20px;
	margin-top: 90px;
	text-align: left;
	text-shadow: 0px 0px 6px #000;
}

.properties_result_content ul.filters a.desc {}

.img-barbara {
	border-radius: 150px;

	width: 150px;

	height: 150px;
	float: left;
	display: block;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 23px;
}

.div-barbara {
	display: block;

	font-size: 22px;

	line-height: 24px;

	margin-top: 26px;
	color: #262523;
	letter-spacing: 1px;
	margin-left: 40px;
}

.property_flip .property_alt {
	color: #000000;
	height: 34px;
	overflow: hidden;
}

.property_flip {
	background: transparent;
}

#header2Wrapper {
	position: relative;
}

#header2Wrapper .container_24,
#header2Wrapper .container_24 .grid_24 {
	width: 100%;
	margin: 0;
}

body.offer #text_phone p {
	margin: -13px 0px 10px 0px;
}

.addthis_sharing_toolbox {
	margin-top: 20px;
}

#thermal_insulation_block {
	margin-top: 10px;
}

.properties_result_content .listing_views li a,
.properties_result_content .listing_views li span {
	background: #FFFFFF;
}

.properties_result_content .listing_views {
	display: none;
}

.container_24 .grid_24 {
	width: 960px;
}

.container_24 .grid_12 {
	/* width: 530px; */
}

body.login #center {
	background: #fff;
}

#grid1 {
	margin-bottom: 40px;
	margin-top: -180px;
	z-index: 999;
}

body.offer.search #grid1 {
	margin-top: 0;
}

body.offer.search #grid1 h2 {
	color: #333;
	text-align: left;
	font-size: 20px;
	text-shadow: none;
}

#grid1 h2 {
	background: transparent;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 27px;
	margin: 0px 0px 15px 0;
	padding-left: 0;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#grid1 h2 a {
	height: auto !important;
	display: inline-block;
	text-transform: none;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
	background: #01a282;
	padding: 0 5px;
	color: #fff;

}

#grid1.property_array a .infos {
	background-color: #ffffff;
}

#grid1.property_array a .infos .price {
	color: #01a282;
	font-size: 19px;
}

#grid1.property_array a:hover .infos {
	background-color: #4ea88c;
	color: #fff;
}

#grid1.property_array a:hover .infos .price {
	color: #fff;
}

#grid2 h2 {
	background: transparent;
	color: #cc0002;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px 0px 15px 0;
	padding-left: 0;
}

#grid2 h2 a {
	height: auto !important;
	display: inline-block;
	text-transform: none;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
	background: #cc0002;
	padding: 0 5px;
	color: #fff;
}

#grid2.property_array a .infos {
	background-color: #fff;
}

#grid2.property_array a .infos .price {
	color: #cc0002;
	font-size: 19px;
}

#grid2.property_array a:hover .infos {
	background-color: #cc0002;
	color: #fff;
}

#grid2.property_array a:hover .infos .price {
	color: #fff;
}

#grid3 h2 {
	background: transparent;
	color: #01a282;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px 0px 15px 0;
	padding-left: 0;
}

#grid3 h2 a {
	height: auto !important;
	display: inline-block;
	text-transform: none;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
	background: #01a282;
	padding: 0 5px;
	color: #fff;
}

#grid3.property_array a .infos {
	background-color: #fff;
}

#grid3.property_array a .infos .price {
	color: #01a282;
	font-size: 19px;
}

#grid3.property_array a:hover .infos {
	background-color: #01a282;
	color: #fff;
}

#grid3.property_array a:hover .infos .price {
	color: #fff;
}

.container_24 .grid_8.biens_rand {
	width: 950px;
	position: relative;
}

.container_24 .grid_8.biens_rand .editor_container.clearfix {
	position: absolute;
	top: -140px;
	display: block;
	left: 0;
	width: 100%;
}

.container_24 {
	width: 960px;
}

.container_24 .grid_17 {
	width: 780px;
}

#frm_search {
	margin-left: 40px;
}

.googleMap {}

body.offer.search .property_array a,
body.offer.search .property_array a:hover {
	height: 237px !important;
}

body.offer.search article .__price {
	margin-bottom: 10px;
}

#build-label,
#build-element {
	display: none;
}

#similar-properties {
	padding: 0px !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	width: 1035px;
}

.transaction buy {
	font-weight: 400;
}

.similar-property .immotype,
.similar-property .price {
	color: #333;
}

.form_contact_offer dd label:not(:first-child) {
	margin-left: 8px;
}

#fieldset-offer {
	margin-top: 15px;
}

#photoflip_title h2 {
	text-align: center;
}

#text_footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 9px;
}

#text_footer .grey {
	margin-top: 20px;
}

#text_footer .grey .left {
	float: left;
	width: 265px;
	font-size: 14px;
	font-weight: 300;
}

#text_footer .grey .centre {
	float: left;
	width: 277px;
	font-size: 14px;
	font-weight: 300;
}

#text_footer .grey .centre a,
#text_footer .grey .left a {
	color: #fff;
}

#text_footer .grey .right {
	float: left;
	width: 375px;
	font-size: 14px;
	font-weight: 300;
}

#text_footer .left.links {
	float: left;
	width: 520px;
	margin-top: 20px;
}

#text_footer .left.links a {
	color: #fff;
	;
}

#text_footer .right.copyright {
	margin-top: 20px;
	text-align: right;
}


#tab_location ul.subMenu li a {
	background: #01a282;
}

#tab_vente ul.subMenu li a {
	background: #01a282;
}

#tab_entreprise ul.subMenu li a {
	background: #01a282;
}

#tab_agence ul.subMenu li a {
	background: #353535;
}

#text_facebook {
	width: 430px;
	height: 320px;
	margin-bottom: 50px;
}

#fnaim {
	margin-top: 0px;
}

#text_gestion a {
	color: #01a282;
}

body.offer.detail.by a.map,
body.offer.detail.by div.googleMap {
	/* display: none; */
	margin-bottom: 0;
}

#text_footer .grey .right ul {
	margin-top: -5px;
}

body.contact.simple .container_24 .grid_12 {
	width: 470px;
}

#text_calc {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#text_calc a {
	position: absolute;
	z-index: 999;
	right: 60px;
	top: 15px;
	width: 70px;
	outline: none;
}

#text_calc a img {
	width: 100%;
}

body.print .container_24 .grid_12 {
	width: 470px;
}

body.print .property_detail_content #gallery #big_photo {
	height: 320px !important;
}

body.print .property_detail_content #gallery #big_photo img {
	border: 1px solid #ccc;
	height: 311px;
	margin-right: 20px;
	max-height: 311px;
	max-width: 470px;
	min-height: 311px;
	text-align: center;
	width: auto;
}

.properties_result_content .no_result {
	margin: 0px 10px 20px 10px;
	font-weight: normal;
	color: #4b494b;
}

#text_newsletter h2 {
	text-align: center;
}

#text_newsletter p {
	text-align: center;
	font-size: 15px;
	font-weight: lighter;
}

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

b {
	font-weight: 400;
}

#menu_lang a {
	float: left;
	margin-left: 9px;
}

::-moz-selection {
	background: #01a282;
	color: #fff;
}

::selection {
	background: #01a282;
	color: #fff;
}

html[lang=de] .menu li {
	margin-left: 42px;
}

.right2 img {
	width: 40px;
}

body.content #form_header,
body.content #form_title,
body.contact #form_header,
body.contact #form_title {
	display: none;
}

#text_btn-estimation a img {
	height: 30px;
}

body.index #text_btn-estimation {
  position: relative;
  z-index: 176;
  width: 100%;
  max-width: 960px;
  margin: -440px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.offer.search #text_btn-estimation, body.auth.login #text_btn-estimation {
  position: relative;
  z-index: 176;
  width: 100%;
  max-width: 960px;
  margin: -290px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.offer.detail #text_btn-estimation {
  position: relative;
  z-index: 176;
  width: 100%;
  max-width: 960px;
  margin: -110px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.contact.simple #text_btn-estimation {
  position: relative;
  z-index: 176;
  width: 100%;
  max-width: 960px;
  margin: -168px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#text_btn-estimation a {
	padding: 10px 10px 10px 60px;
	color: #01a282;
	background: white;
	border-radius: 7px;
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	background: #fff url(https://www.casanied.com/images/estimate.png) no-repeat left center;
	background-size: 42px;
	background-position: 11px center;
}

#text_btn-estimation a:hover {
	color: #ffffff;
	background: #01a282 url(https://www.casanied.com/images/estimate2.png) no-repeat left center;
	background-size: 42px;
	background-position: 11px center;
}

#text_slideshow ul li {
	margin-left: 0px;
}

#text_slideshow {
	margin-top: 0px;
	z-index: 1;
}

body.index #text_slideshow {
	min-height: 490px;
}

body.index #text_slideshow #example .frame {
	height: 490px;
}

body.offer.search #text_slideshow, body.auth.login #text_slideshow {
	min-height: 340px;
}

body.offer.search #text_slideshow #example .frame, body.auth.login #text_slideshow #example .frame {
	height: 340px;
}

body.offer.detail #text_slideshow {
	min-height: 140px;
}

body.offer.detail #text_slideshow #example .frame {
	height: 140px;
}

body.content.estimation #text_slideshow {
	min-height: 250px;
}
body.content.estimation #text_slideshow #example .frame {
	height: 250px;
}
body.content.estimation #text_btn-estimation {
	display: none;
}

body.contact.simple #text_slideshow {
	min-height: 250px;
}
body.contact.simple #text_slideshow #example .frame {
	height: 250px;
}

.g-recaptcha {
    margin-left: -125px;
}
body.offer.detail .g-recaptcha {
    margin-left: -110px;
}

.editor_container.clearfix {
	z-index: 999999;
}