.couleur1{color:white;}

/* -- RESET -- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
input[type=radio], input[type=checkbox]{
	vertical-align:text-top;
	margin:0;
}
textarea{font-family:'Open Sans', sans-serif;font-size:13px;font-weight:400;padding:4px;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	letter-spacing:1px;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{clear:both;}
.showMobile{
	display: none;
}
/* -- RESET -- */

body{
	margin:0px;	
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;	
	color:inherit;
}

li{
	list-style:none;	
}
h1{font-size:29px;}
.floatRight,.right{
	float:right;	
}

p strong{font-weight:bold;}

p.couleur4,p.couleur2{
	font-size:14px;	
}

.floatLeft,.left{
	float:left;	
}

hr.separateurBlanc{
	margin-top:0px;
	margin-bottom:0px;	
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	border: 1px solid #ccc;
}

/* -- Modale -- */
#masqueModale{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 1000;
}
#closeModale{
	cursor: pointer;
    right: 15px;
    top: 15px;
    position: fixed;
    height: 40px;
    width: 40px;
    background: url(/Design/Img/close_white.svg) no-repeat center;
    background-size: 100%;
    z-index: 100001;
    display: none;
}
.modale{
	position: fixed;
	background: #fff;
	padding: 30px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1001;
	width: 40%;
	max-height: 90%;
	overflow-y: auto;
}
.closeModale{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.closeModale img{
	width: 15px;
}
.modale .flex-outer{
	padding: 15px 0;
}
.securiteContainer{
	position: relative;
}
.modale h1{
	font-size: 2.5rem;
	margin-bottom: 30px;
}
.contenerModale.colonnes{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.contenerModale .blockDroite{
	width: 50%;
}
.contenerModale.colonnes form{
	display: flex;
	flex-direction: column;
}
.contenerModale h2{
	font-size: 2rem;
	margin-bottom: 15px;
}
.contenerModale.colonnes form input{
	border: 1px solid #727272;
	height: 30px;
	line-height: 30px;
	color: #727272;
	text-indent: 10px;	
	margin-bottom: 10px;
}
.contenerModale.colonnes form button{
	border: 0 none;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	text-transform: uppercase;
	background-color: #727272;
	height: 30px; 
	line-height: 30px;
}
#recapSearch ul{
	margin: 15px 0;

}
/* -------- */
.flex-outer,
.flex-inner {
  list-style-type: none;
  padding: 0;
}

.flex-outer {
  max-width: 800px;
  margin: 0 auto;
}

.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: last baseline;
}


.flex-inner {
  padding: 0 8px;
  justify-content: space-between;  
}

.flex-outer > li:not(:last-child) {
  margin-bottom: 15px;
}

.flex-outer li label,
.flex-outer li p {
  
}

.flex-outer > li > label,
.flex-outer li p {
  flex: 1 0 120px;
  max-width: 220px;
}

.flex-outer > li > label + *,
.flex-inner {
  flex: 1 0 220px;
}
.flex-outer > li > label + img{
	flex: none;	
}
.flex-outer li p {
  margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  margin-bottom: 0;
}

.flex-outer li button {
  margin-left: auto;
  padding: 8px 16px;
  border: none;
  letter-spacing: .09em;
  border-radius: 2px;
}

.flex-inner li {
  width: 100px;
}
/* -- Fin Modale -- */

#fondContainer{
	height:100%;
	width:100%;	
	position: absolute;
	z-index:-40;
	overflow: hidden;
}
#fondContainer img{
	position:absolute;
	width:100%;
	z-index: -100;
}
#fondContainer #filtreFond{
	position:absolute;
	z-index:-50;
	height: 50%;
}
#navFond{
	position:relative;
	text-align:center;	
	background-image:url("/Design/Img/filtreNavSlider");
	background-repeat: repeat-x;
	height:40%;
	width:100%;
	bottom:0px;
	position:absolute;
	background-position: bottom;
	z-index:0;
}
.fullWidthContainer{
	width:100%;	
	background:white;
	border-top:5px solid #00547a;
	margin-top:70px;
	padding-top:30px;
}
.buttonFullWidth{
	background:none;
	border:1px solid white;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:100%;
	text-align:center;	
	height:40px;
	cursor:pointer;
	font-size:14px;
}
/*Flags*/
.menuFlags{
	padding-top:15px;
	padding-left:14px;
	padding-right:14px;	
	height: 40px;
	overflow: hidden;
	font-size:9px;
	z-index:101;
	position:absolute;
	top:0;
	right:10%;
}
.menuFlags a{
	display:block;
	z-index:40000;
	margin-top:11px;	
}
.menuFlags img:first-child{
}
.menuFlags a img:first-child{
	margin-bottom:0;
}
.dropdownFlags{
	position: absolute;
	top: -220px;
	right: 10%;	
	cursor:pointer;
	z-index:10;
}

.menuFlags img{
	z-index:85;
}

button{border:none;box-shadow:none;text-shadow:none;text-align:center;font-family:'Open Sans',serif}
#btnPrint{background:url(/Design/Img/btn_print.png) no-repeat;height:44px;width:355px;margin-left:20px;margin-top:15px;}
#btnPrint p{font-size:18px; padding-left:47px;}
#btnMailFriend{background:url(/Design/Img/btn_sendFriend.png) no-repeat;height:44px;width:355px;margin-left:20px;margin-top:13px;}
#btnMailFriend p{font-size:18px; padding-left:47px;}
.contenuText{font-size:13px;}

#colDroite{
	width: 400px;
	float: right;	
}
#colGauche{
	width:780px;
	float:left;	
}
h1{
	margin-bottom:15px;	
}
button{
	width: 180px;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	background: url(/Design/Img/textureSearch.png) bottom left;
	border:none;
	cursor:pointer;
}

/* Accueil */
#accrocheContainer{
	width:1200px;
	margin:auto;
	margin-top:33.5%;
	text-align:left;
	color:white;
	position:absolute;
	text-shadow: 2px 2px 2px RGBA(0,0,0,0.7);
	z-index: 16;
	margin-left: -600px;
	left: 50%;
}
#accrocheContainer h1{
	font-size:50px;	
}
#accrocheContainer p{
	font-size:30px;
}
@media screen and (max-width: 1200px) {
  	#accrocheContainer h1{
		font-size:3vw;
		margin-bottom:5px;	
	}
	#accrocheContainer p{
		font-size:2vw;
	}
}

@media screen and (max-width: 600px) {
  	#logo_social {
		display:none;
	}
}

#boutonsSliderContainer{
	position:absolute;
	bottom:0px;	
	left: 50%;
    transform:translateX(-50%);
    z-index: 1;
}
.navSliderButtons{
	text-align: center;
	height:41px;
	width:41px;
	background:url("/Design/Img/navigationSlider.png");
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	bottom: 10px;
	color:white;
	line-height: 38px;
	cursor:pointer;
}
.navSliderButtons:hover, .navSliderButtons.actif{
	background:url("/Design/Img/navigationSliderActif.png");
	color:#00547a;
}
.colGaucheAction p.couleur4{
	margin-bottom:25px;
}
/* Navigation */
#navContainer{
	z-index: 200;
	width:1200px;
	margin:auto;
	height:60px;
}
#logo{
	margin-top: 25px;
}
#menuContainer{
	display:inline;	
}
#menuContainer ul li{display:inline;}

#Navigation ul li.separateurHeader{
	background: url(/Design/Img/separateurHeader.png) no-repeat;
	width: 3px;
	height: 55px;
	margin-left: 30px;
	top:0px;
	margin-right:5px;
	cursor:auto;
}
.itemNew,#sliderFeatProp li{
	width: 330px;
	height:120px;
	background:white;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px 0px #c0c0c0;
	-webkit-box-shadow: 2px 2px 5px 0px #c0c0c0;
	-o-box-shadow: 2px 2px 5px 0px #c0c0c0;
	box-shadow: 2px 2px 5px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
	padding:20px;
	padding-top:10px;
	margin-top: 20px;
}
.itemNew,#sliderFeatProp li.first{
	margin-top:0px;
}
.texteFP p.text{
	font-size:12px;
}
#sliderFeatProp li .flecheActu{
	top:10px;	
}

#sliderFeatProp li a img {
	height: 90px;
	position: relative;
	float:left;
	margin-right:10px;
}
.imageFP{
	width: 90px;
	overflow: hidden;
	height: 90px;
	float:left;
	margin-right:15px;
}
.imageFP img{
	left:-15px;	
}

/* Menu de Navigation */

#Navigation{
	height:30px;
	margin:auto;
	margin-right:0px;
	display:inline;
	float:right;
	position: absolute;
	right: 15%;
}
#Navigation a:hover{
	color:RGBA(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050);
}
#Navigation ul{
	list-style:none;
	padding-left:0px;
	margin-bottom: 8px;
	float:left;
}

#Navigation li .active, #Navigation li.active{
	/*text-align: center;
    width: 150px;
	padding-bottom: 10px;*/
}

#Navigation ul li{
	font-size: 17px;
	float: left;
	position: relative;
	top: 35px;
	cursor:pointer;
}
li.afficheSsMenu{
	position:relative;
	cursor:pointer;
	height: 35px;
	padding-bottom:40px;
}
li.afficheSsMenu:hover div{
	display:block;
}

li.afficheSsMenu div{
    display: none;
    font-size: 14px;
    left: -5px;
    padding: 15px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
	margin-top:13px;
	/* Fallback for web browsers that doesn't support RGBa */
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	top:30px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
li.afficheSsMenu div img{
	position: relative;
	top: 13px;
	left:15px;
}

.navigation li.active div{
	background: url("/Design/Img/icoNavActive.png") no-repeat scroll 79px -11px #FFFFFF;
}
li.afficheSsMenu div a{
	display:block;
	position:relative;
	/*left:-35px;*/
	padding-right:20px;
}
.contentFlecheDropdown{
	display:block;
	height:40px;
	width:100%;
	position:absolute;
	top:-29px;	
	right:0px;
}
li.afficheSsMenu div a:last-child{
	margin-right:0;
}
/* Footer */
#footer{
	width:100%;
	background-color:#242424;
	background-image:url("/Design/Img/textureFooter.png");
}
#contentFooter{
	width:1200px;
	color:#fff;
	margin:auto;
}
#contentFooter a{
	color:#979696;
}
#footerTitle{
	margin-top:20px;
	font-size:24px;
	margin-bottom: 15px;
	
}
#logo_social{
	margin-top:20px;
	margin-right:15px;	
}
#logo_social a{
	margin-left: 15px;	
}
.footerLinks{
	width: 368px;
	margin-right: 22px;
	float:left;	
	margin-left:17px;	
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
}

.footerLinks li{
	list-style-image: url("/Design/Img/puceFooter.png");
}
.footerLinksRight{
	margin-right:0px;	
}
#separateurFooter{
	height:1px;
	position:relative;
	width:100%;	
	background-color:#979696;
	margin-bottom: 30px;
	margin-top: 10px;
}
#logoPowered{
	margin-right:30px;	
	width:160px;
	display:inline;
}
.bottomLinks{
	display:inline;
	font-size:10px;	
	text-align:center;
	width: 630px;
	margin-left: 60px;
}
.bottomLinks a{
	color:#979696;
	text-decoration:none;
}
.partenaires{
	display:inline;	
	float:right;
	margin-bottom: 15px;
}
.partenaires img{
	margin-left:20px;
	vertical-align: middle;
}
/*FOOTER*/

/* Recherche rapide */
#formQuickSearch {
	width: 1200px;
	margin: auto;
	display: block;
	position: relative;
	top: -200px;
}
#moteurRechercheRapide {
	width: 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}
#moteurRechRapideContainer{
	border-bottom:5px solid #00547a;
	position:relative;
}
.contentPage{
	width:1200px;
	margin:auto;
	font-size:14px;
}
#welcomeContainer{
	background:white;	
}
#welcome{
	width:650px;
	margin:auto;	
}
#welcomeTitle{
	margin-top:42px;
	width:205px;
	text-align:right;
	font-size:30px;
}
#welcomeText{
	width:400px;
	margin-left:40px;
	margin-top:50px;
	font-size:14px;
	line-height:20px;
	margin-bottom:50px;
}
#servicesContainer,#newsContainer{
	background:	#fff;
	padding-top:20px;
}
#servicesContainer{
	padding-top:40px;	
}
#newsContainer{
	padding-bottom:40px;	
	background:#ecece4;
}
#actionContainer{
	padding-bottom:30px;
	float:left;
	width:1020px;
}
.serviceItem{
	text-align: center;
	background-image: url("/Design/Img/textureAction.png");
	width: 180px;
	color: white;
	margin-bottom: 20px;
	padding: 20px;
	padding-left:0px;
	padding-right:0px;
	border-radius: 5px;
	height: 100px;
	position:relative;
	bottom:0;
}
.serviceItem .mainContenerService {
	position: absolute;
	bottom: 0;
	height: auto;
	margin: auto;
	width: 100%;
	display: block;
	margin-bottom: 13px;
}

.serviceItem .containerImageService {
	height: 67px;
	width: 100%;
	position: relative;
}

.serviceItem[data-modulename=Carto]{
	
}

.serviceItem h1{text-align:center;
	font-size:18px;
	margin-bottom:0;
	width:100%;
	line-height:1.2;
	text-transform: uppercase;
}
.serviceItem a {
	width: 100%;
	display: block;
	height: 140px;
	top: 0px;
	position: absolute;
}
.serviceItem img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom:10px;
}
.colGaucheAction {
	width: 450px;
	float: left;
	padding-left: 85px;
	padding-right: 85px;
}
.colGaucheAction.mobile {
	padding-right: 40px;
}
.colDroiteAction{
	width:360px;
	float:left;	
}
.flecheAction{
	position: relative;
	top: 20px;
	left: 170px;
}
.inputForm,.contentCaptcha{
	background:white;
	border:none;
	width: 310px;
	height:40px;
	margin-bottom:10px;
	padding-left:50px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-repeat:no-repeat; background-position: 7px 7px;
}
.inputForm.area{
	width:306px;
	height:100px;
	padding-top:15px;	
	margin-bottom:4px;
}
.inputForm.security,.inputForm.captcha{
	width: 120px;
	float:left;
	margin-right:5px;
}
.inputForm.captcha{
	margin-left:5px;	
}
.inputForm.user{background-image:url("/Design/Img/user.png");}
.inputForm.mail{background-image:url("/Design/Img/mail.png");}
.inputForm.phone{background-image:url("/Design/Img/phone.png");background-position:12px 7px;}
.inputForm.area{background-image:url("/Design/Img/pen.png");}
.compteProprio .inputForm,.pageLivreOr .inputForm{
	border:1px solid #ccc;	
}
#firstRssItem{
	margin-top:0px;	
}
.itemNew{
	width:340px;
	height:120px;
	background:white;
	border-radius:3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px 0px #c0c0c0;
	-webkit-box-shadow: 2px 2px 5px 0px #c0c0c0;
	-o-box-shadow: 2px 2px 5px 0px #c0c0c0;
	box-shadow: 2px 2px 5px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
	padding:20px;
	padding-top:10px;
	margin-top:20px;
}
.itemNew .PhotoRss img{
	height:90px;
	width:90px;	
}
.itemNew .titreRss,.titleFeatProp{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size: 14px;
}
.itemNew .prezRss{
	width: 235px;
	margin-left: 15px;
	font-size:12px;	
}
.flecheActu{
	position: relative;
	top: 4px;
	left: 175px;	
}
/* Recherche rapide */
.blocSearch {
border-radius: 4px;
width: 300px;
margin-bottom: 10px;
background: RGBA(0,84,122,0.7);
margin-right:10px;
float:left;
}
.blocSearchInside{
padding:20px;	
}
.searchTitle{
display: inline-block;
background: url("/Design/Img/textureAction.png");
width: 285px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px;
padding-left:15px;
font-weight:bold;
left:0;
text-align:left;
color:white;
border-radius: 4px 4px 0px 0px;
}
#formQuickSearch select,.dropdown {
	width:176px;
	height:36px;
	margin-right:9px;
}
#formQuickSearch .dropdown p{
	margin-top: 5px;
	margin-left: 10px;	
}
#formQuickSearch .dropdown div{
	height:30px;
	overflow:hidden;
}
#formQuickSearch{
	z-index:1;	
}
#formQuickSearch form{
	width:310px;	
}
#formQuickSearch input{
	width:120px;
	height: 32px;
	cursor:text!important;
}
#formQuickSearch select, #formQuickSearch input,.dropdown,#formQuickSearch #frmRecherche .genHeader,#formQuickSearch #frmRecherche #villesDispo,#formQuickSearch #frmRecherche #typeBien,#formQuickSearch #frmRecherche #piecesDispo{
	background-color:transparent;
	border:none;
	border: 1px solid RGBA(255,255,255,0.6);
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	height: 35px;
	margin-top: 0px;
	margin-right: 10px;
	width: 258px;
	box-shadow: none;
	line-height: 2.5;
}
#formQuickSearch #PrixMax, #formQuickSearch #PrixMin, #formQuickSearch #SurfaceMax, #formQuickSearch #SurfaceMin{	
	padding-left: 10px;
	width: 73px;
	height:33px;
	font-family:'Open Sans',serif;
	font-size:13px;
	float:left;
	margin-bottom:14px;
	color:white;
}
#formQuickSearch #PrixMax, #formQuickSearch #SurfaceMax{
	margin-right:0px;
}
.labelPrix,.labelSurface{
	float:left;	
	width: 70px;
	font-size: 13px;
	line-height: 2.5;
}
#formQuickSearch .lienCarto {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	background: url("/Design/Img/puceSearch.png") no-repeat 0;
	padding-left: 20px;
	font-size:13px;
}
#formQuickSearch .advMenuUL{
	box-shadow: none;
	top: 28px;
	border: none;
	left: 1px;
	overflow: hidden;
	padding-bottom: 5px;
}
#formQuickSearch #lanceRecherche{
	background:#e7e9e6 !important;
	color:#00547a !important;
	text-align:center;
	border:none;
	left: 0;
	position: relative;
	cursor:pointer;
	width: 40px;
}
#formQuickSearch #lanceRecherche span{
	position: relative;
	top: -5px;
	margin-left: 8px;
	letter-spacing: 0.5px;
}
#formQuickSearch .vertical-arrow{
	position: absolute;
	right: 10px;
	bottom: 8px;
}
#formQuickSearch ul{
	background:white;	
	color:#333;
	margin-top: 5px;
	margin-left: -1px;
	width: 178px!important;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	max-height: 300px;
	overflow-y: auto;
}
#formQuickSearch ul li{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
}
#formQuickSearch ul li:hover{
	background-color:#00c496;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#formQuickSearch .searchIcon{
	background: none;
	border: none;
	cursor: pointer;	
	position: relative;
left: 38px;
}

/* Modules */
.moduleContent{
	display:none;	
	position:relative;
	background: url(/Design/Img/flecheModule.png);
	background-repeat: no-repeat;
}
.moduleContent.show{
	display:block;	
}
.serviceItem:hover{
	cursor:pointer;	
	opacity:0.7;
}
.moduleContent[data-position="1"]{
	background-position: 0 39px;
}
.moduleContent[data-position="2"]{
	background-position: 0 200px;
}
.moduleContent[data-position="3"]{
	background-position: 0 360px;
}

/* -- Liste de Biens -- */
#ContentPadding{padding:10px 40px 40px 40px;}
#DetailsBien{float:left;}
.DetailsColGauche{float:left;margin-left:20px;}
.DetailsColDroite{float:right;}
.bien{padding:20px 0;}
.bien .imgBien{float:left;margin-right:20px;}
.bien .imgBien img{width:260px;height:200px;}
.bien .texteBien{float:left;width: 495px;}
.bien .texteBien h1, #ListePropDir .bien h1{font-size:18px;margin-bottom:0;font-weight:bold;}
.bien .texteBien h2{margin-bottom:6px;font-size:13px;margin-top: 2px;}
.bien .texteBien p.text{margin-bottom:10px;font-size:13px;}
.bien .DetailsBien{float:right;width:220px;}
.bien .DetailsBien p.prix{float:right;font-size:16px;margin-bottom:39px;}
#listeBiens.liste h1.pagination, h1.pagination{float:right;margin-top:10px;font-size: 14px;width: 111px;text-align: right;}
#listeBiens.liste h1.paginationNeuf{font-size: 16px;font-weight: normal;margin-bottom: 25px;padding-right: 20px;padding-top:30px;}
#listeBiens.liste #rechercheListe,  #rechercheListe2{float:right;margin-top:2px;margin-right:30px;position:relative;}
#boiteRechercheEnregistree{width:285px;height:100%;border-radius:5px; border:1px solid #c6c6c6;background:url(/Design/Img/textureSearch.png) bottom left;margin-bottom:15px;margin-top:2px;float:right;margin-right:10px;padding-top: 5px;}
#boiteRechercheEnregistree #iconInfo{background:url(/Design/Img/info.png) no-repeat center center; height:52px; width:75px;margin:10px; float:left;}
p.txtInfo{float:left;margin:10px 10px 0 0;width:485px;font-size:11px;line-height:16px;}
#emailRechEnr{border: 1px solid #CCCCCC;box-shadow: 0 0 10px #EEEEEE inset;height: 22px;line-height: 22px;padding: 0 0 0 5px;margin-top:4px;width:154px;}
#btnEnregistreRecherche,#btnEnregistreRecherche2{
	background: none;
	width: 100%;
	height: auto;
	cursor: pointer;
	line-height:1;
        font-size: 16px;
        vertical-align: text-top;
}
#btnEnregistreRecherche img,#btnEnregistreRecherche2 img{
	position: relative;
	top: 2px;
	margin-right: 6px;	
}
#frmRechercheSaving{float:left;width:280px;text-align:center;line-height:34px;}
.noResults{padding:10px;}
.colGaucheBiens{
	width: 820px;	
	float:left;
}
.colDroiteBiens{
	float:right;
	width:360px;
	margin-left:20px;
	margin-bottom: 30px;
}
#fullContentSearch{
	background-image:url("/Design/Img/textureSearch.png");
	border-radius:3px;
	font-size:14px;
	padding:20px;
	padding-bottom: 0;
	margin-top:30px;
	position:relative;
}
#flecheSearch{
	position: relative;
	left: 144px;
	top: 16px;
}
.bien .prix{
	font-weight:bold;	
	font-size:16px;
}
#contentSearch .labelSearch{
	font-size:13px;	
	top: 5px;
	position:relative;
}
#contentSearch.full .genHeader,#contentSearch.full #frmRecherche #typeBien,#contentSearch.full #frmRecherche #villesDispo,#contentSearch.full #frmRecherche #piecesDispo,#rechercheListe .genHeader,#rechercheListe2 .genHeader{
	background:url(/Design/Img/flecheDropdownSearch.png) no-repeat;
	background-color:#fff;	
	height: 36px;
	background-position: 285px;
	box-shadow:none;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:10px;
	border-color:transparent;
	position:relative;
	line-height:35px;
}
#rechercheListe .genHeader,#rechercheListe2 .genHeader{
	background-position:145px;
	border: 1px solid #ccc;	
	line-height:37px;
}
.colDroiteBiens #contentSearch.full #frmRecherche #typeBien,#contentSearch.full #frmRecherche #villesDispo{
	width:318px;	
}

.minMaxContainer{
	display: inline;
	float: right;
	position:relative;
}
.minMaxContainer input,#motclef{
	display: inline;
	width: 97px;
	margin-left:4px;
	padding-left:10px;
	border-radius:3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-color:transparent;
	height:25px;
	margin-bottom:10px;
	font-family:'Open Sans',serif;
}

#motclef{
	float:right;	
	width: 216px;
	
}

#searchBoxes{
	margin-top:5px;	
}
#searchBoxes label{
	width:125px;
	margin-left:7px;
	margin-bottom:12px;
	display:inline-block;
	font-size:13px;
}

/* Cachons la case à cocher */  
[type="checkbox"]:not(:checked),  
[type="checkbox"]:checked {  
  position: absolute;  
  left: -9999px;  
}  
   
/* on prépare le label */  
[type="checkbox"]:not(:checked) + label,  
[type="checkbox"]:checked + label {  
  position: relative; /* permet de positionner les pseudo-éléments */  
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */  
  cursor: pointer;    /* affiche un curseur adapté */  
} 
/* Aspect des checkboxes */  
/* :before sert à créer la case à cocher */  
[type="checkbox"]:not(:checked) + label:before,  
[type="checkbox"]:checked + label:before {  
  content: '';  
  position: absolute;  
  left:0; top: 2px;  
  width: 16px; height: 16px; /* dim. de la case */  
  border: 1px solid #fff;  
  border-radius: 3px; /* angles arrondis */  
}  
[type="checkbox"]:checked + label:before{  
  background:white;
  background: rgba(255,255,255,0.5);
}  
   
/* Aspect général de la coche */  
[type="checkbox"]:not(:checked) + label:after,  
[type="checkbox"]:checked + label:after {  
  content:"";
  width:20px;
  height:20px;
  position: absolute;  
  top: 0; left: 4px;  
  font-size: 14px;  
  color: #09ad7e;  
}  
/* Aspect si "pas cochée" */  
[type="checkbox"]:not(:checked) + label:after {  
  opacity: 0; /* coche invisible */  
  transform: scale(0); /* mise à l'échelle à 0 */  
}  
/* Aspect si "cochée" */  
[type="checkbox"]:checked + label:after {  
  opacity: 1; /* coche opaque */  
  transform: scale(1); /* mise à l'échelle 1:1 */  
}   
.colDroiteBiens #lanceRecherche,.fullWidthContainer.carto #lanceRecherche{
	background:none;
	border:1px solid white;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:100%;
	text-align:center;	
	height:40px;
	cursor:pointer;
	font-size:14px;
}
.nbResults{
	padding-left: 40px;
	background-image: url("/Design/Img/puceTitre.png");
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
	display: block;
	float: left;
	margin-top:6px;
	font-size:12px;
}
#blockDroite label{
	font-size:14px;	
}
#blockDroite #frmSaveSearch input{
	width:178px;	
}
/* -- Liste de Biens -- */

/* -- Fiche Bien -- */
#ficheBien{padding:0px;}
#ficheBien h1{font-size:24px;margin-bottom:10px;margin-top:0px;float: left;}
#ficheBien h2{font-size:18px;margin-bottom:30px;margin-left: 41px;}
#navFicheBien{margin-bottom:5px;width:100%}
#precSuiv img{vertical-align:top;}
#precSuiv{text-align:right; float:right;}
#backtolist{float:left;background:url(/Design/Img/backlist.png) no-repeat left center;padding-left: 35px;height:30px;line-height:30px;margin-bottom:10px;font-weight: bold;font-size: 15px;text-decoration: underline;}
#ficheBienContent #gaucheBien{float:left;width: 770px;}
#ficheBienContent #droiteBien{float:right;width:400px;}
#ficheBien h3{font-size:18px;margin:15px 0;padding-left:40px;background-image:url("/Design/Img/puceTitre.png");background-repeat:no-repeat;height: 30px;line-height: 30px;}
#ficheBien h1{padding-left:40px;background-image:url("/Design/Img/puceTitre.png");background-repeat:no-repeat;height: 30px;line-height: 30px;margin-top:0px;}
#details .colGauche{float:left;width:133px;}
#details .colDroite{float:left;width:133px;}
#droiteBien form,#colDroite #contenerContact form{
	background:url("/Design/Img/textureAction.png");
	padding:20px;
	border-radius:3px;
	box-shadow:2px 2px #ddd;
}

#droiteBien h3{
	background:none;
	padding-left:0;
	color:#222;
}
#droiteBien h1 {margin-top:0;margin-bottom:12px;padding-left:0;background:none;}
#moreInfos{float:right;}
#flecheMoreInfo{
	position:relative;
	left: 186px;
	top: -7px;	
}

#openGallery{
	position: absolute;
	right: 20px;
	bottom: 45px;	
	z-index:85;
	cursor:pointer;
	width:40px;
}
#openGallery:hover{
	opacity:0.8;	
}

#wrap{margin-top:20px;}
#tabDetailsBien{
	width:100%;
	color:#222;
	font-size:13px;
}
#tabDetailsBien tr td{
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabDetailsBien .rowImpair{
		background:#ecece4;
}
#relatedContainer{
	background: #ecece4;
	padding: 29px;
	padding-top: 5px;
	border-radius:3px;
	box-shadow:2px 2px #ddd;	
	margin-bottom: 30px;
	margin-top:10px;
}
#relatedContainer br{
	display:none;	
}
#relatedContainer h3{
	font-size:24px;	
}
.RelatedItem{position:relative;margin-bottom:30px;}
.RelatedItem img{
	width: 100%;	
}
.RelatedInfos{
	position: absolute;
	bottom: -48px;
	opacity: 0.8;
	width: 100%;
}
.separFPtop{color: #bbb;background-color: #bbb;height: 1px;border: 0;margin:50px 0 0;}
.separFPtop2{color: #fff;background-color: #fff;height: 1px;border: 0;margin:0;}
.separFPbot2{color: #bbb;background-color: #bbb;height: 1px;border: 0;margin:0;}
.separFPbot{color: #fff;background-color: #fff;height: 1px;border: 0;margin:0;}
.RelatedInfos p{font-size:15px;}
.RelatedInfos p.left{float:left;font-size:15px;font-weight:bold;}
.RelatedInfos p.right{float:right;font-size:15px;font-weight:bold;}
#contentMedia{
}
#navMedias{
	margin-bottom:10px;
	text-align:right;
}
#navMedias a{
	font-size:12px;
	cursor:pointer;
}
#affichePrevisite{
	display:inline-block;
	background:url(/Templates/Template1/Design/Images/virtual_tour_ico.png) no-repeat left center;
	padding-left:20px;
}
#afficheVideo{
	display:inline-block;
	background:url(/Templates/Template1/Design/Images/movies_ico.png) no-repeat left center;
	padding-left:20px;
}
#afficheGallery{
	display:inline-block;
	background:url(/Templates/Template1/Design/Images/pictures_ico.png) no-repeat left center;
	padding-left:20px;
}
#previsit{
	display:none;
	width:585px;
	margin:0 auto;
}
.jcarousel{
	position: relative;
    overflow: hidden;
    width: 300px;
}
.filterLeft{
	background:RGBA(0,0,0,0.6);
	/* Fallback for web browsers that doesn't support RGBa */
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	position:absolute;
	width:830px;
	height:475px;
	z-index:400000;
}
.filterRight{
	background:RGBA(0,0,0,0.6);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position:absolute;
	width:840px;
	height:475px;
	z-index:400000;
	left:1690px;
}
#backtotop{
	position: relative;
	float: right;
	left: 70px;
	bottom: 120px;
}
/* -- Fiche Bien -- */
#secureText{
	padding-left: 15px;
	margin-right: 0;
	width: 160px;	
}
.dpe{
	background-image:url("/Design/Img/spriteDPE.png");	
	width:78px;
	height:28px;
	line-height:30px;
	display:block;
	background-position: 1000px 1000px;
	font-size: 12px;
	padding-left: 10px;
	float:left;
	margin-left:10px;
	margin-right:40px;
}
.dpelabel{
	font-size:12px;	
	line-height:29px;
}
.dpeA{background-position: 0px 115px;}.dpeB{background-position: -90px 115px;}.dpeC{background-position: -180px 115px;}.dpeD{background-position: 89px 115px;}.dpeE{background-position: 0px 87px;}.dpeF{background-position: -91px 87px;}.dpeG{background-position: -181px 87px;}

.gesA{background-position: 0px 56px;}.gesB{background-position: -90px 56px;}.gesC{background-position: -180px 56px;}.gesD{background-position: 89px 56px;}.gesE{background-position: 0px 27px;}.gesF{background-position: -90px 27px;}.gesG{background-position: -180px 27px;}

.bloc_contact{
	font-size:13px;
}
#dialogcontact h3{
	margin-top:20px;
}
#filtresPOI{
	background: url("/Design/Img/textureAction.png");
	padding-bottom:20px;
	padding-left:20px;
	border-radius:4px;
	margin-top:10px;
	font-size:12px;
	color:white;
}
#filtresPOI img{
	position:relative;
	top:14px;	
}
.hideMarker:checked + label:before {
	background: url('/Design/Img/coche.png');
	background-position: -1px 1px;
}
#filtresPOI .blockForm{
	width:187px;	
	float:left;
}
/*Fiche Bien : Slider Full Screen */
div#bgGallery {
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}
div#bgGallery img {
	position:fixed;
	list-style: none;
	left:0px;
	top:0px;
}
div#bgGallery ul li.show {
	z-index:500
}

div#bgGallery { position:absolute; left:0px; top:0px; z-index:-1;}
div#bgGallery img { position:absolute; list-style: none; left:0px; top:0px;}
div#bgGallery ul li.show { z-index:500}
#wrap{
	background: none repeat scroll 0 0 #000;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
    position: fixed;
	width:800px;
}
#SnextBG{
	position:absolute;
	right:25px;
	top:229px;
	background:url(/Design/Img/SnextBG.png) no-repeat;
	height:22px;
	width:22px;
	display:none;
	cursor:pointer;
}
#SprevBG{
	position:absolute;
	left:25px;
	top:229px;
	background:url(/Design/Img/SprevBG.png) no-repeat;
	height:22px;
	width:22px;
	display:none;
	cursor:pointer;
}
#SprevBG, #SnextBG{
	opacity:0.7;
}
#SprevBG:hover, #SnextBG:hover{
	opacity:1;
}
#overlay{
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
}
#dialogGallery{
	position:fixed;
	z-index:100;
	top:0;
	left:50%;
	margin-left:-400px;
}
#close,#closePlan,#closeVideo,#closeInfos,#closeEstimation, #closeForgotPass, #closeServices, #closeShare{
	position:relative;
	left: 805px;
	cursor:pointer;	
}

/*FICHE Bien */

/* Property directory */
ul li.services{
	list-style: url("/Design/Img/puce.png");
	margin-bottom: 5px;
	margin-left: 20px;
}
#services.propDir li{
	list-style-image : url("/Design/Img/puce.png");
	margin-left:20px;	
}
.labelConnexion{
	width:150px;	
	display:inline-block;
}

/*Partenaires */
.logoPartner{
	width:130px;
	float:left;
        vertical-align: middle;
}
.logoPartner img{
	max-width: 130px;	
}
.textPartner{
	width:940px;
	float:left;	
}

/* Carto */
.infosCarto h1 {
font-size: 18px;
}

.fullWidthContainer.carto{
	padding-top:0;
}
.fullWidthContainer.carto #fullContentSearch{
	position: absolute;
	z-index: 10;
	width: 320px;
	right: 5px;		
	top	:160px;
}
.fullWidthContainer.carto #radios .genHeader,.fullWidthContainer.carto #frmRecherche #typeBien{
	width:320px;
}
.fullWidthContainer.carto #frmRecherche #typeBien{
	width:318px;	
}
.fullWidthContainer.carto #radios .advMenuUL{
	width:320px;
}
#btnCarto img{
	position:relative;
	top:2px;
	margin-right:5px;	
}

/* Compte Propriétaire */
#formContactProprio{
	width:595px;
	float:left;
}
#formContactProprio .inputForm{
	width:240px;;
}
#formContactProprio .area{
	width:240px;	
}
#contenerContact{
	float:left;	
}
#contenerLogin{
	float:right;
	width:480px;
	padding-left: 60px;
	border-left: 1px solid #ccc;
	height: 380px;	
	margin-bottom:30px;
}
#contenerLogin .inputForm{
	width:240px;;
}

/* Livre d'or */
blockquote p{
	background: #f1f1f1;
	padding: 10px;
	border-radius: 13px;
	border: 1px solid #ccc;
}
.fleche_bulle{
	position: relative;
	left: 20px;
	bottom: 2px;
}
.testimonial-author{
	font-weight:bold;	
}
lol .btnLivredor{
	width:100%;
	background: url(/Design/Img/textureSearch.png);
}
.btnFullWidth{
	width:100%;	
}

/* Contact */
#contenerContact input,#PrixMax{
	font-family:'Open Sans',serif;
}

/* Liste Agents */
#demandeInfo label,#frmContactAgent label{
	font-size:13px;	
	width:80px;
	display:inline-block;
}


/* Formulaire de recherche rectifs Surikate 2 */
#frmRecherche #containerNbPieces {
	
	text-indent: 10px;
	cursor: pointer;
	line-height: 25px;
	position: relative;
	float:left;
	overflow:hidden;
	border: 1px solid white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 30px;
	width: 176px;
	margin-top: 2px;
	margin-right: 10px;
}
#frmRecherche #piecesDispo {
	background: url(/Design/Img/select.png) no-repeat transparent;
	background-position: 148px;
}
#moteurRechercheRapide #piecesDispo {
	background-position: 230px;	
	margin-bottom:10px;
}
#moteurRechercheRapide #mesNbPiece {
	top: 32px;
	left: 188px;
	width: 178px;
	color: #222 !important;
}

#moreResults{
	font-size:16px !important;	
	color:#9e0c1e !important;
}

#moteurRechercheRapide #motclef {
float: right;
width: 169px;
margin: 0;
height:33px;
margin-bottom:5px;
}

#moteurRechercheRapide #searchBoxes label {
width: 96px;
float: left;
margin-bottom:10px;
}

.blocSearch.advanced{
	padding-bottom:5px;	
}



@media screen and (max-width: 1500px) {
  #formQuickSearch form {
	width: 620px;
	}
}


#detailledSearch img{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}


#formQuickSearch .advMenuUL{
	top:92px;
	left:21px;	
	width: 260px!important;	
}

#formQuickSearch ul li:hover {
	background-color: #CCC !important;
}

.advMenuUL li.sel, .advMenuUL LI:hover {
	background: #CCC !important;
	color: #fff;
}

#moteurRechercheRapide #mesTypesVente {
	top: -15px;
	left: 0 ;
	width: 260px;
}

#moteurRechercheRapide #mesNbPiece {
	width: 260px;
	left:0;
	top: -15px;
}

#moteurRechercheRapide #mesVilles {
	top: -15px;
	left: 0;
	width: 260px;
    max-height: 300px;
    overflow-y: scroll;
}

#moteurRechercheRapide #lanceRecherche {
	float: right;
	margin-right: 10px;
	width: 300px !important;
	border-radius: 4px;
}

.colGaucheServices{
	float:left;
	width:180px;	
}

/* Formulaire de contact actionContainer */
#actionContainer .inputForm{
	background-color : #f4f4ef;
}
#actionContainer .contentCaptcha{
	border: 1px solid #f4f4ef;
	border-radius:4px;
	height:40px !important;
}
#actionContainer button[type=submit]{
	background: url(/Design/Img/textureAction.png);
	color:#fff;
}

.col3{
	width:400px;
	float:left;	
}
.col3.first{
	width:370px;
	margin-right:30px;	
}

/*Newsletter*/
#newsletter {
    background-color : #FA4616;
    padding-bottom:20px;
    padding-top: 20px;
    height: 94px;
}

#newsletter H1{
    
    font-size: 40px;
    padding-top: 7px;
    color: #666;
    font-weight: normal;
}

#newsletter .buttonFullWidth {
    background: none repeat scroll 0% 0% #FA4616;
    border: 1px solid #FFF;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    float:left;
}

#newsletter H2 {
    color: #FFF;
    font-weight: bold;
    font-size:22px;
}

.grilleHonoraire {
    font-weight: bold;
}
.prixAlur {
    font-size:11px;
}

.prixAlur span {
    font-size:18px;
}
#ficheBienContent .prixAlur span {
	font-size: 22px;
}
.listeAgents #topList{
	margin-top: 30px;
}
.listeAgents .pagination{
	float: right;
}
.listeAgents #topList hr.separateurBlanc{
	margin: 15px 0;
}
.listeAgents #pagination_bottom{
	margin-bottom: 30px;
}
.itemAgent{
	display: flex;
	justify-content: space-between;
}
.itemAgent .photoAgent{
	margin-right: 30px;
}
.itemAgent .detailsAgent{
	white-space: nowrap;
	margin-left: 30px;
	margin-top: 63px;
}
.itemAgent .LinkAgent h2{
	font-size: 18px;
}
.itemAgent .LinkAgent h3{
	margin-bottom: 15px;
}
.itemAgent .detailsAgent .labelGauche{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.ficheAgent #backtolist{
	float: right;
	margin-top: 9px;
}
.ficheAgent #ficheAgentContent{
	display: flex;
}
.ficheAgent #ficheAgentContent #photoAgent{
	margin-right: 30px;
}
.ficheAgent #ficheAgentContent #coordsAgent{
	margin-left: 30px;
	white-space: nowrap;
	margin-top: 59px;
}
.ficheAgent #ficheAgentContent #coordsAgent .label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.ficheAgent .pagination{
	margin: 15px 0;
}
.ficheAgent .liste *{
	box-sizing: border-box;
}
.ficheAgent .liste{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ficheAgent .liste .bien{
	border: 1px solid #ccc;
	width: 32%;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
.ficheAgent .bien .imgBien{
	width: 100%;
	margin: 0 0 5px;
}
.ficheAgent .bien .imgBien img{
	width: 100%;
}
.ficheAgent .bien .texteBien{
	width: 100%;
}
.itemPartner{
	padding: 30px 0;
}