body {
	margin:0; 
	padding:0;
	background-color:#f5f5f5;
	background-image: url(../img_bg/bg_page.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	line-height:16px;
	word-spacing:-9%;
	color:#000;
}

/*! Generated by Fontspring (https://www.fontspring.com) on June 7, 2018 
* 
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2018 Fontspring
*
*
*/

@font-face {
    font-family: 'bodenregular';
    src: url('Boden-Roman-webfont.eot');
    src: url('Boden-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('Boden-Roman-webfont.woff2') format('woff2'),
         url('Boden-Roman-webfont.woff') format('woff'),
         url('Boden-Roman-webfont.ttf') format('truetype'),
         url('Boden-Roman-webfont.svg#bodenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	font-size:11px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	transition: color 1s;
}
a:link {
	color:#000;
}
a:hover {
	color:#666666;
}
a:visited {
	color:#000;
}

img {
    max-width: 100%;
    height: auto;
}

*, *:before, *:after {
	box-sizing:border-box;
}

h1, h2, h3, h4 {
	max-width:90%;
}

h1 {
	font-family: "Times New Roman", Georgia, serif;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px;
	color:#000;
	text-align:left;
	vertical-align:top;
	margin-top:0;
}

h2 {
	font-size:11px;
	line-height:14px;
	font-weight: bold;
	color:#818082;
	text-align:left;
	vertical-align:top;
	margin-bottom:16px;
}

h3 {
	max-width:100%;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
	color:#000;
	text-align:left;
	vertical-align:top;
	border: 1px solid #e5e5e5;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:1px;
	padding-bottom:8px;
	margin-top:6px;
}

h4 {
	font-family: bodenregular, "Times New Roman", Georgia, serif;
	font-size:16px;
	line-height:22px;
	letter-spacing:2px;
	text-transform:uppercase;
	color: rgba(0,0,0,0.55);
	text-align:center;
	vertical-align:top;
	margin-top:0;
	margin-bottom:12px;
}

h4:hover {
	color: rgba(0,0,0,0.85);
}

h5 {
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	text-align:left;
	vertical-align:top;
	margin-top:0;
	margin-bottom:16px;
}

p {
    width:100%;
	text-align:justify;
}

p strong {
	font-weight:600;
	color:#818082;
}

u {
	text-decoration-color:#b2b2b2;
}

ul {
	text-align:left;
	margin-left:0;
	padding-left:10px;	
}

li {
	text-align:left;
	margin-left:0;
	padding-left:4px;
	list-style-type:square;
}

main {
	display:block;
	min-height:100vh;
	text-align:center;
}

footer {
	display:block;
	text-align:center;
	vertical-align:text-top;
	font-size:10px;
	color:#ccc;
	padding:5px;
	padding-bottom:6px;
}

footer a {
	font-size:10px;
	color:#ccc;
}

footer a:link {
	color:#ccc;
}

footer a:hover {
	color:#000;
}

.footer_txt {
	vertical-align:top;
}

.br_small {
	font-size:5px;
	line-height:5px;
}

.change_add {
	display: block;
	background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.15);
	border-radius: 8px;
	padding: 6px 6px 6px 8px;
}

.bien_offsale {
	display: block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background-color: rgba(0,0,0,0.55);
    border: 1px solid rgba(0,0,0,0.15);
	border-radius: 8px;
	padding: 6px 6px 6px 8px;
	margin: 0 0 24px 0;
}

#bloc_menu {
	text-align:center;
	margin-bottom:13px;
	clear:both;	
}

#logo {
	margin-top:20px;
}

#labelimmo {
	margin-top:11px;
}

#contenu_home {
	display:block;
	width:750px;
	text-align:center;
	border: 1px solid rgba(255,255,255,0.0);
	padding-top:10px;
	padding-left:0;
	padding-right:0;
	padding-bottom:14px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
}

#contenu {
	display:block;
	width:1020px;
	text-align:center;
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 3px 3px 4px #ebebeb;
	-moz-box-shadow: 3px 3px 4px #ebebeb;
	-ms-box-shadow: 3px 3px 4px #ebebeb;
	-o-box-shadow: 3px 3px 4px #ebebeb;
	box-shadow: 3px 3px 4px #ebebeb;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
	padding-top:50px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:50px;
}

#contenu p {
	width:100%;
	text-align:justify;
}

#sep_pos {
	height:12px;
}

#sep_neg {
	height:0px;
}

#sep_page {
	height:7px;
}

#sep_page_2 {
	height:2px;
}

#bt_menu {
	display:inline-block;
	background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: linear-gradient(top, #ffffff, #e8e8e8);
	width:138px;
	height:24px;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 3px 3px 4px #ebebeb;
	-moz-box-shadow: 3px 3px 4px #ebebeb;
	-ms-box-shadow: 3px 3px 4px #ebebeb;
	-o-box-shadow: 3px 3px 4px #ebebeb;
	box-shadow: 3px 3px 4px #ebebeb;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	padding-top:3px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	transition: color 1s;
}

#bt_menu:hover {
	border: 1px solid #e5e5e5;
	color:#b2b2b2;
}

#bt_services {
	display:block;
	background-image: url(../img_bg/bg_bt_services.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:30px;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 3px 3px 4px #ebebeb;
	-moz-box-shadow: 3px 3px 4px #ebebeb;
	-ms-box-shadow: 3px 3px 4px #ebebeb;
	-o-box-shadow: 3px 3px 4px #ebebeb;
	box-shadow: 3px 3px 4px #ebebeb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	padding-top:5px;
	padding-left:36px;
	padding-right:0px;
	margin-bottom:11px;
	transition: color 1s;
}

#bt_services:hover {
	background-image: url(../img_bg/bg_bt_services2.png);
	color:#a6a6a6;
}

#col {
	display:inline-block;
	width:45%;
	vertical-align:top;
	padding-right:35px;	
}

#illu {
	display:inline-block;
	vertical-align:top;
	width:450px;
    height:auto; 
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

#col_gal {
	display:inline-block;
	vertical-align:top;
	width:450px;
}

#menu_gal {
	display:inline-block;
	vertical-align:top;
	text-align:center;
    border: 1px solid #ebebeb;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:4px;
	margin-top:7px;
	margin-bottom:10px;
}

#ico_gal {
	display:inline-block;
	vertical-align:top;
	width:67px;
    height:45px;
    border: 1px solid #e5e5e5;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	margin:2px;
}

.reference_bien {
	max-width:50%;
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #e5e5e5;
	padding:2px;
	padding-left:6px;
	margin-top:15px;
}

#bt_bien {
	display:inline-block;
	width:250px;
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	padding:5px;
	margin:5px;
	margin-bottom:10px;
}

#bt_bien:hover {
	background-color: rgba(0,0,0,0.03);
}

#bt_bien img {
	padding-bottom:2px;
}

#bt_bien_txt_ref {
	font-size:9px;
	line-height:12px;
	color:#a6a6a6;
	background-color: rgba(0,0,0,0.05);
	padding:1px;
	margin-top:10px;
}

.bt_ico_home {
	display:block;
	width:550px;
	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	color:#595959;
	text-align:center;
	background-color: rgba(255,255,255,0.55);
	border: 1px solid #e5e5e5;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.03);
	padding:8px;
	margin-bottom:30px;
	transition: color 1s;
}

.bt_ico_home:hover {
	color:#0d0d0d;
	background-color: rgba(255,255,255,1);
}

.bt_ico_home img {
	display:block;
	border: 1px solid #e5e5e5;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	margin:0;
	margin-bottom:6px;
}

.hr_1 {
    border: 1px solid #e5e5e5;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:1px;
	margin-top:18px;
	margin-bottom:14px;
}

.form_bg {
	display:block;
	background-image: url(../img_bg/bg_lion.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#label_form {
	display:inline-block;
	min-width:140px;
	text-transform:uppercase;
}

.form_titres {
	margin-top:16px;
	margin-bottom:16px;
	font-weight:bold;
}

.form_adresse {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:2px;
	padding-left:4px;
	margin-right:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-ms-box-shadow: 2px 2px 3px #ccc;
	-o-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

.form_adresse_sel {
	display:inline-block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-ms-box-shadow: 2px 2px 3px #ccc;
	-o-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

.form_txt_area {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:2px;
	padding-left:4px;
	margin-right:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-ms-box-shadow: 2px 2px 3px #ccc;
	-o-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	width:33%;
}

.form_bt {
	background-image: url(../img_bg/bg_bt.png);
	background-position: center top;
	background-repeat: repeat-x;
	width:130px;
	height:28px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	vertical-align:text-top;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 3px 3px 4px #ebebeb;
	-moz-box-shadow: 3px 3px 4px #ebebeb;
	-ms-box-shadow: 3px 3px 4px #ebebeb;
	-o-box-shadow: 3px 3px 4px #ebebeb;
	box-shadow: 3px 3px 4px #ebebeb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
	margin-bottom:10px;
	cursor: pointer;
}

.form_bt:hover {
	color:#999;
}

.demo {
	display:inline-block; 
	vertical-align:top; 
	padding:10px; 
	margin:10px; 
	background-color:#f5f5f5;
}

#affiche {
	display:block; 
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:20px;
	background-color: rgba(255,255,255,0.7);
}

#menu_language {
	display:block; 
	position: absolute;
	background-color:#fff;
	background-image: url(../img_bg/bg_bt.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	top:0.5rem;
	right:0.5rem;
	border: 1px solid #d9d9d9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	padding:2px;
	padding-bottom:4px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	transition: color 1s;
}

.menu_bas {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  	justify-content:space-around;
  	align-items:center;
	border: 1px solid rgba(0,0,0,0.08);
	border-top-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:1px;
  	padding-top:0.2rem;
  	padding-left:0.6rem;
  	padding-right:0.6rem;
  	padding-bottom:0.2rem;
  	margin-top:2rem;
}

.menu_bas a:link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:center;
  	justify-content:center;
  	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
  	font-weight:bold;
  	letter-spacing:1px;
  	color: rgba(0,0,0,0.55);
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.10);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.03);
  	padding:0.4rem;
  	padding-bottom:0.5rem;
  	margin:0.2rem;
	transition: color 1s;
}

.menu_bas a:hover {
  	color: rgba(0,0,0,0.75);
	background-color: rgba(255,255,255,0.8);
}

	@media all and (max-width: 961px) and (min-width: 601px) {

main {
	width:100%;
	height:auto;
	text-align:center;
}

#contenu_home {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

#contenu {
	display:block;
	width:90%;
	margin:0;
	padding:40px;
}

#col {
	display:block; 
	width:100%;
	vertical-align:top;
	padding:0;
}

#bt_menu {
	padding-top:4px;
}

#bt_services {
	padding-top:7px;
}

#sep_pos {
	height:4px;
}

#sep_neg {
	height:16px;
}

#illu {
	width:100%;
    height:auto; 
}

	}

	@media all and (max-width: 600px) {

main {
	width:100%;
	height:auto;
	text-align:center;
}

footer {
	height:auto;
}

p {
    width:100%;
}

#bloc_menu {
	text-align:center;
	margin-bottom:8px;
}

#logo {
	margin-top:4px;
	max-width:170px;
	height:auto;
}

#sep_pos {
	height:2px;
}

#sep_neg {
	height:20px;
}

#illu {
	width:100%;
    height:auto; 
}

#contenu_home {
	width:98%;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:14px;
}

#contenu {
	display:block;
	width:90%;
	margin:0;
	padding:20px;
} 

#bt_menu {
	width:200px;
	height:28px;
	font-size:10px;
	padding-top:6px;
	margin-left:20px;
	margin-right:20px;
}

#bt_services {
	font-size:11px;
	padding-top:6px;
}

#col {
	display:block;
	width:100%;
	vertical-align:top;
	padding:0;	
}

#col_gal {
	display:block;
	width:100%;
	vertical-align:top;
	padding:0;	
}

.form_bg {
	background-image: none;
}

#label_form {
	display:block;
	width:100%;
}

.form_bt {
	padding-top:4px;
	padding-bottom:2px;
}

#bt_bien {
	font-size:14px;
	line-height:18px;
}

#bt_bien_txt_ref {
	font-size:10px;
	line-height:12px;
	padding:4px;
	padding-top:6px;
	padding-bottom:3px;
	margin-top:10px;
}

.bt_ico_home {
	width:90%;
	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
}

.bt_ico_home img {
	margin-bottom:10px;
}

#menu_language {
	font-size:14px;
	line-height:14px;
	padding:6px;
	padding-right:5px;
	padding-bottom:6px;
}

#menu_language a:link {
	font-size:14px;
	line-height:14px;
}

.menu_bas {
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
  	margin-top:1rem;
}

.menu_bas a:link {
	width:100%;
	font-size:12px;
	line-height:12px;
	background-color: rgba(255,255,255,0.5);
  	padding:0.8rem;
  	padding-bottom:0.8rem;
}

.menu_bas a:visited {
  	color: rgba(0,0,0,0.55);
	background-color: rgba(255,255,255,0.5);
}

		} 