/* CSS Document */
.hideOnMobile{
	display: none;
}
.showMobile{
	display: inline-block;
}

/* Header ------- */
#logo{
	margin: 10px;
	max-width: 50%;
}
#togglerMenuMobile path{
	fill:#fff;
}
#fondContainer {
	position: relative;
	min-height: 110px;
}
.navMobile{
	left: 5%;
    position: absolute;
    right: 5%;
    top: 0;
}
.toggleMenu{
	float: right;
	margin: 15px;
	cursor: pointer;
}
#menuMobile{
	position: fixed;
	display: none;
	z-index:20;
	background: rgba(0,0,0,0.8);
	width: 100%;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 5%;
	left: 0;
}
#menuMobile > div{
	margin-left: 5%;
}
#closeMenuMobile{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.menuFlags, .dropdownFlags{
	right: 15%;
}
.navSliderButtons{
	font-size: 0;
	background-size: 15px;
	height:15px;
	width:15px;
	bottom: 0;
}
.navSliderButtons:hover, .navSliderButtons.actif{
	font-size: 0;
	background-size: 15px;
}
#accrocheContainer{
	margin: -20% auto auto;
	width: auto;
	left: 5%;
}
#accrocheContainer h1 {
    font-size: 17px;
	margin-bottom: 0;
	margin-left: 15px;
}
#accrocheContainer p {
    font-size: 12px;
	margin-left: 15px;
}
#moteurRechercheRapide{
	background: none;
	width: 90%;	
	margin: 0 auto;
	height: auto;
	position: static;
}
#formQuickSearch form{
	width: 100%;
}
#formQuickSearch{
	width: 100%;
	top: 0;
}
.blocSearch{
	width: 100%;
	background: transparent;
	margin-right: 0;
}
.searchTitle{
	background: transparent;
	width: auto;
}
#detailledSearch img{
	margin-left: 10px;
	float: none;
}
#searchBoxes{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#moteurRechercheRapide #searchBoxes label{
	width: auto;
}
#formQuickSearch select, 
#formQuickSearch input, 
#formQuickSearch .dropdown, 
#formQuickSearch #frmRecherche .genHeader, 
#formQuickSearch #frmRecherche #villesDispo, 
#formQuickSearch #frmRecherche #typeBien, 
#formQuickSearch #frmRecherche #piecesDispo{
	float: none;
	width: 100%;
	background-position: 90% center; 
	margin: 0;
}
#formQuickSearch #radios, #formQuickSearch #hideTypeBien, #formQuickSearch #hideVille,  #formQuickSearch #prixVente{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: calc(20% - 15px);
}
#formQuickSearch #prixVente{
	width: 40% !important;
	display: flex;
	margin-right: 0;
}
#formQuickSearch #PrixMin, #formQuickSearch #SurfaceMin{
	width: auto;
	margin-right: 15px;
	height: 37px;
	box-sizing: border-box;
}
#formQuickSearch #PrixMax, #formQuickSearch #SurfaceMax{
	height: 37px;	
	width: auto;
	box-sizing: border-box;
}
#formQuickSearch #SurfaceMin, #formQuickSearch #SurfaceMax{
	width: 50%;
}
#formQuickSearch .labelSurface{
 	display: none;
}
#formQuickSearch .labelPrix{
	width: auto;
	padding-right: 5px;
	white-space: nowrap;
}
#formQuickSearch #SurfaceMax{
	margin-right: 0;
}
#formQuickSearch .advMenuUL {
    top: 32px;
    left: 0px;
    width: 100% !important;
}
#formQuickSearch .blocSearchInside, #formQuickSearch .flexSearchContener{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#formQuickSearch #moteurRechercheRapide #mesTypesVente,#formQuickSearch  #moteurRechercheRapide #mesVilles{
	width: 100%;
	top: 0;
	left: 0;
}
#moteurRechercheRapide #mesTypesVente,#moteurRechercheRapide #mesNbPiece, #moteurRechercheRapide #mesVilles {
	top: 0px;
	width: 100%;
 }
#formQuickSearch .flexSearchContener #nbPieces{
	width: calc(20% - 15px);
	margin-right: 15px;
}
#formQuickSearch .flexSearchContener #surFace{
	margin-right: 15px;
	display: flex;
   	width: calc(40% - 15px);
}
#formQuickSearch #refContainer{
	width: calc(40% - 30px);
	display: flex;
}
#formQuickSearch .labelSearch{
	white-space: nowrap;
	padding-right: 5px;
	top: 10px;
}
#moteurRechercheRapide #motclef{
	float: none; 
	width: 100%;
}
#navFond{
	background: none;
	height: 35%;
}
#formQuickSearch #prixVente #PrixMax, #formQuickSearch #hideTypeBien #typeBien{
	margin-right: 0;
}

#formQuickSearch #lanceRecherche{
	width: 250px;
	margin: 0 auto;
	display: block;
}
#formQuickSearch #lanceRecherche img{
	vertical-align: -5px;
}
#moteurRechRapideContainer{
	height: auto !important;
	padding-bottom: 30px;
}
.contentPage{
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
}
#welcome{
	width: auto;
}
#welcomeTitle{
	width: 100%;
	text-align:center;
	float: none;
}
#welcomeText{
	width: 100%;
	margin-left: 0;
	text-align:center;
	margin-top: 25px;
}
#actionContainer{
	padding-top: 0;
	width: calc(100% - 180px);
}
.colGaucheAction{
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.colDroiteAction{
	box-sizing: border-box;
	padding-left: 30px;
	width: 50%;
}
.colDroiteAction img{
	width: 100%;
}
.colGaucheAction.mobile{
	width: 100%;
}
.newsContainer .contentPage{
	display: flex;
	justify-content: space-between;
}
.col3, .col3.first{
	width: 100%;
	margin: 0 0 30px;
	padding: 0; 
}
.itemNew, #sliderFeatProp li{
	width: 100%;
	box-sizing: border-box;
}
.flecheActu, #sliderFeatProp li .flecheActu{
	position: absolute;
	bottom: -12px;
	left: 25%;
	top: 100%;
}
.itemNew, #sliderFeatProp li{
	position: relative;
	height: auto;
	margin-bottom: 30px;
}
#listeBiens.liste h1.pagination, h1.pagination{
	float: none;
	width: 100%;
	text-align: center;
}
#boiteRechercheEnregistree{
	float: left;
	width: 48%;
	margin: 0;
	padding: 0
}
#boiteRechercheEnregistree #frmRechercheSaving{
	width: 100%;
}
#listeBiens.liste #rechercheListe, #rechercheListe2{
	margin-right: 0;
}
.itemNew{
	box-sizing:border-box;
	width: 100%;
	height: auto;
	position:relative;
	margin-left: 0;	
	margin-bottom: 30px;
}
.PhotoRss{
	width: 40%;
}
.itemNew .prezRss{
	width: 60%;
	margin-left: 0;
	padding-left: 15px;
	box-sizing: border-box;
}
#footer{
	height: auto;
}
#contentFooter{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 10% 30px;
	text-align: center;
}
.footerLinks{
	margin: 0;
	display: inline;
	width: auto;
	float: none;
}
.footerLinks ul{
	width: auto;
	display: inline;
}
.footerLinks li{
	list-style-image: none;
	margin: 0 5px;
}
#logoPowered{
	float: none;
	text-align: center;
	width: 100%; 
	margin: 0;
	display: block;
}
.bottomLinks{
	display: block;
    float: none;
    margin: 0;
    width: 100%;
}
.partenaires{
	display: block;
    float: none;
    margin: 30px 0 0;
    width: 100%;
	text-align: center;	
}
.inputForm{
	width: 100%;
	box-sizing: border-box;
}
#secureText{
	width: 49% !important;
}
.contentCaptcha{
	width: 49% !important;
}
.contentCaptcha img{
	margin-left: -5% !important;
}
.inputForm.area{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fullWidthContainer{
	margin-top: 0;
}
/*Liste de biens*/
.nbResults{
	float: none;
	background-position: center top;
	padding: 35px 0 0;
	text-align:center;
	width: 100%;
	margin-top: 0;
}
#boiteRechercheEnregistree.listeBien{
	float: left;
	width: 48%;
	margin-bottom: 0;
}
#listeBiens.liste #rechercheListe, #rechercheListe2{
	width: 48%;
	margin-top: 0;
}
#rechercheListe .genHeader{
	width: 100%;
	box-sizing:border-box;
	height: 38px;
	background-position: 95% center;
}
.colDroiteBiens{
	float: none;
	width: 100%;
	margin: 0;
}
#fullContentSearch{
	top: 0 !important;
}
.colDroiteBiens #contentSearch.full #radios, 
.colDroiteBiens #contentSearch.full #hideTypeBien,
.colDroiteBiens #contentSearch.full #hideVille,
.colDroiteBiens #contentSearch.full #prixVente{
	width: 100%;
	display: block;
}
.colDroiteBiens #contentSearch.full .genHeader{
	width: 100%;
	background-position: 95% center;
	margin-bottom: 0;
}
.colDroiteBiens #contentSearch.full #frmRecherche #typeBien, #contentSearch.full #frmRecherche #villesDispo, #contentSearch.full #frmRecherche #piecesDispo{
	width: 100%;
	background-position: 95% center;
}
.colDroiteBiens #contentSearch .labelSearch{
	width: 20%;
}

.minMaxContainer {
	width: 75%;
}
.minMaxContainer input{
	width: 48%;
	margin-left: 0;
	height: 34px;
	box-sizing: border-box;
}
.minMaxContainer input#PrixMax, .minMaxContainer input#SurfaceMax{
	float: right;
}
#motclef{
	width:72%;
}
#searchBoxes label{
	width: 49%;
	margin-left: 0;
	box-sizing: border-box;
}
.colGaucheBiens{
	width: 100%;
}
.bien .imgBien{
	width: 100%;
	margin: 0;
	text-align: center;
}
.bien .imgBien img{
	height: auto;
	width: 100%;
}
.bien .texteBien{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#btnEnregistreRecherche, #btnEnregistreRecherche2{
	text-align: center;
	height: auto;
	font-size: 16px;
}
#btnEnregistreRecherche img, #btnEnregistreRecherche2 img{
	display: none;
}

/* Fiche Bien */
#navFicheBien{
	float: none;
	width: 100%;
	position:relative;
	margin-bottom: 35px;
}

#backtolist{
	float: right;
}
#precSuiv{
	clear: none;
	float: left;
	margin-top: 5px;
	text-align: left;
}
#ficheBien h1{
	background: none;
	padding-left: 0;
	height: auto;
	text-align:center;
}
#ficheBien h2{
	text-align: center;
}
#ficheBienContent #gaucheBien{
	width: 100%;
}
#slider1_container{
	overflow: hidden;
}
#openGallery{
	display: none;
}
#ficheBienContent #droiteBien{
	width: 100%;
}
.dpe{
	margin-right:15px;
}
#btnMailFriend{
	margin-left: 0;
	width: 100%;
	background-color: #00547A;
	background-image: none; 
}
#btnMailFriend p, #btnPrint p{
	padding: 0;
}
#btnPrint{
	margin-left: 0;
	width: 100%;
	background-color: #00547A;
	background-image: none; 
}
#ficheBien h3{
	height: auto;
}
.bien .DetailsBien {
	width: 100%;
}
.DetailsColGauche{
	margin: 0;
	width: 50%;
	text-align: right;
}
.DetailsColDroite{
	width: 50%;
}

/* Programmes Neufs */
#imgchange img{
	width: 100%;
}
#gaucheNeuf{
	width: 100%;
}
#wrapNeuf{
	margin-bottom: 30px;
}
.jcarousel-skin-tango{
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-container-horizontal{
	width: 100% !important;
	box-sizing: border-box;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal{
	width: 100% !important;
}
#listNeuf{
	width: 100%;
}
#bienNeuf{
	margin-top: 15px;
}
#listNeuf th{
	vertical-align: middle;
}
#droiteNeuf{
	width: 100%;
}
#droiteNeuf #btnMailFriend, #droiteNeuf #btnPrint {
	background-position: center center;
}
#colGauche{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#colDroite{
	width: 100%;
}
#contenerContact p{
	text-align: center;
}
#contenerContact .contentCaptcha{
	padding: 0 !important;
}
#contenerContact .contentCaptcha img{
	margin-left: 0 !important;
}
.secureContener{
	width: 49%;
}
.secureContener #secureText{
	width: 100% !important;
	height: 42px;
}
/*Fiche Agent*/
.ficheAgent #backtolist{
	float: none;
	text-align: right;
	display: block;
}
/* Fiche Agent */
.ficheAgent #listeBiens.liste .bien{
	width:49%;
	box-sizing: border-box;
	padding:20px 20px 5px 20px; 
	border:1px solid #BAB9B9;
	height:auto;
	margin-bottom:30px;
}
/* Accès Proprio */
#texteProprio #contenerContact{
	width: 100% !important;
}
#texteProprio #contenerContact form{
	background: rgba(0, 0, 0, 0) url("/Design/Img/textureAction.png") repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 2px 2px #ddd;
    padding: 20px;
	width: 100%;
	float: none;
	box-sizing: border-box;
}
#texteProprio #contenerContact #contentInput{
	width: 100% !important;
}
#formContactProprio{
	margin-bottom: 5px;
}
#formContactProprio .inputForm{
	width: 100%;
}
#formContactProprio button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 100%;
}
#contenerLogin{
	width: 100%;
	padding: 0;
	border-left: 0;
	height: auto;
}
#contenerLogin #frmLogin{
	width: 100% !important;
}
#frmLogin .labelConnexion{
	margin-bottom: 10px;	
}
#contenerLogin .inputForm{
	width: 100%;
}
#contenerLogin button{
	width: 100%;
	margin-top: 15px;
}
.compteProprio .contentPage > div{
	width: 100% !important;
}
#ContentImgProprio img{
	width: 100%;
}
#contentStatsProprio button{
	width: 100%;
}
.mandatMultiple{
	width: 100%;
}
.btnLivredor{
	display: block;
	width: 100%;
	
}
.btnLivredor button{
	width: 100%;
}
form[name=ajouterLivre]{
	background: rgba(0, 0, 0, 0) url("/Design/Img/textureAction.png") repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 2px 2px #ddd;
    padding: 20px;
	width: 100%;
	float: none;
	box-sizing: border-box;
}
form[name=ajouterLivre] > div.textareaContener{
	float: none !important;
}
form[name=ajouterLivre] #secureText{
	height: 44px;
}
form[name=ajouterLivre] button{
	border: 1px solid #fff;
}
.textPartner{
	width: 100%;
}
#backtotop{
	display: none;
}