.clear{
	clear:both;
}

*{
	outline: 0;
}

a{
	color:#4A90E2;
	text-decoration: none;
}

hr{
	border: 0;
	border-top: 1px solid #D8D8D8;
}

iframe{
	max-width:100%;
}

.footer{
	border-top: 1px solid #D8D8D8;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	
}

.quartier_icone{
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url('../img/icon_quartier.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: #FFF;
	border-radius: 50%;
}

.btn_quartier_icone{
	background-image: url('../img/icon_quartier.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 18px;
	padding-left: 25px !important;
}

.btn_quartier_toogle{
	height: 27px;
  float: left;
}

.quartier_icone_listing {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 1px;
  top: 1px;
  background-image: url('../img/icon_quartier.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: #FFF;
  border-radius: 50%;
}

.immeuble_listing {
  padding: 30px 0px;
}
.immeuble_listing_photo {
  width: 200px;
  height: auto;
  float: left;
}
.immeuble_listing_photo img {
  width: 100%;
  height: auto;
}
.immeuble_listing_content {
  width: calc(100% - 230px);
  padding-left: 30px;
  float: left;
}


[data-display]{
	background-image: url('../img/icon_quartier.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 6%;
	padding-left: 25px !important;
}

a.btnretour{
	color:#9B9B9B;
	font-size: 0.667em;
    text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding-left:10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 4px 7px;
	background-image: url(../img/triangle.svg);
}

.little{
font-size: 12px !important;
text-transform: none;
}

.little_mini{
font-size: 9px !important;
text-transform: none;
}

.userprofile .little_mini{
padding-left: 10px;
}

.hidden{
	display: none;
	
}
.visible{
	display: block !important;
}
.quartier_hidden{
	display: none;
}



.ribbon {
	position: fixed;
	left: -5px; top: -5px;
	z-index: 10000000;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon span {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
  }


html{
	padding:0px;
	margin:0px;
	min-height:100%;
	height: 100%;
    text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	padding:0px;
	margin:0px;
	min-height:100%;
	width:100%;
	height: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color:#5E6064;
	background-color: #F9FAFC;
}

.alert{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.back-simple {
	color:#9B9B9B;
	background-color: #F9FAFC;
    border-radius: 5px;
}

.back-success, .jq-icon-success{
	color:#fff;
	background-color: #96D457;
}

.back-warning, .jq-icon-warning{
	color:#fff;
	background-color: #FFAC56;
}

.back-danger, .jq-icon-error{
	color:#fff;
	background-color: #FF565C;
}

.jq-icon-info{
	color:#fff;
	background-color: #4A90E2;
	
}

.success{
	color: #96D457;
}
.warning{
	color: #FFAC56;
}
.danger{
	color: #FF565C;
}
.loading, .loadingdocs{
	display:none;	
	background-color: #F9FAFC;
	width:100%;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:42px;
	padding-top: 10px;
	border-bottom: 10px solid #F9FAFC;
	color:#4A90E2;
	text-transform: uppercase;
	font-size: 0.556em;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
	margin-bottom: 10px;
	
}

.jq-toast-single{
	font-size: 1em;
}

.tempcontainer{
	background-color: #F9FAFC;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
	
}

.tempcontainer p{
	margin:0px;
}

.tempcontainer .btn.danger{
	position: absolute;
	bottom:15px;
	right:10px;
}

.tempcontainer .cr-slider{
	margin-bottom: 0px;
}

.mce-container{
	margin-bottom: 10px !important;
}

[disabled]{
	opacity: .5;
}


.boxwithshadow{
	position: relative;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
	box-sizing: border-box;
}

.header_module{
    width: 100%;
    margin-bottom: 40px; 
}
.header_module_full{
     width: 100%;
    margin-bottom: 40px;   
}

.loginbox{
	background-color: #fff;
	margin: 10px;
	padding: 40px;
	width:calc(100% - 20px);
	max-width: 450px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
	box-sizing: border-box;
	margin: auto;
}

.btn.large{
	font-size: 1.125em;
	text-transform: none;
	font-weight: normal;
}

.btn.block{
	width:100%;
	text-align: center;
}

label{
	width:100%;
	clear:both;
	font-size: 0.667em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#9B9B9B;
}

label:empty {
	margin:0px;
}

label.error{
	margin-top:0px;
}

input, textarea{
	width:100%;
	clear:both;
	border: 2px solid #CCCCCC;
	border-radius:5px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	color:#9B9B9B;
	margin-bottom: 10px;
}

:not(.daterangepicker) select{
	font-size: 1.6em;
	font-family: 'Lato', sans-serif;
	margin-right:40px;
	/*visibility: hidden;*/
	max-width: 100%;
}


.pretty{
	margin-bottom: 10px;
}

input.valid, textarea.valid, select.valid{
	border-color: #96D457;
}

input.error, textarea.error, select.error{
	border-color: #FF565C;
	color:#FF565C;
}

/*
.selectric-wrapper{
	max-width: 100%;
}*/

label.error{
	color:#FF565C;
	text-transform: none;
	font-weight: normal;
}

h1{
	color: #1D1F24;
	font-size: 2em;
}

h2{
	color: #1D1F24;
    font-size: 1.5em;
}
.h2_little{
	color: #1D1F24;
    font-size: 1.2em;
}

h3{
	color: #9B9B9B;
    font-size: 1em;
    font-weight: normal;
}

.list-item{
	font-size: 0.889em;
}

.list-item h1{
	color: #1D1F24;
	font-size: 1.500em;
}

.list-item h2{
	color: #9B9B9B;
    font-size: 0.750em;
	font-weight: normal;
	display: inline-block;
}

.list-item h3{
	font-size:0.750em;
	text-transform:uppercase;
	color: #4A90E2;
	display: inline-block;
	margin-right: 5px;
}

.list-item h3.bleu, .detail-item h3.bleu{
	background-color: #4A90E2;
	color:#fff;
	padding: 0.417em 0.833em;
	font-weight: bold;
	border: 1px solid #4A90E2;
}

.list-item h3.gris, .detail-item h3.gris{
	background-color: #CCCCCC;
	color:#fff;
	padding: 0.417em 0.833em;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

.list-item h3.danger, .detail-item h3.danger{
	background-color: #FF565C;
	color:#fff;
	padding: 0.417em 0.833em;
	font-weight: bold;
	border: 1px solid #FF565C;
}

.list-item h3.warning, .detail-item h3.warning{
	background-color: #FFAC56;
	color:#fff;
	padding: 0.417em 0.833em;
	font-weight: bold;
	border: 1px solid #FFAC56;
}

.list-item h3.success, .detail-item h3.success{
	background-color: #96D457;
	color:#fff;
	padding: 0.417em 0.833em;
	font-weight: bold;
	border: 1px solid #96D457;
}


.marker{
	background:#fff;
	padding: 0.417em 0.833em;
	font-size: 0.750em;
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;
	position: relative;
}

.detail-item h1{
	color: #1D1F24;
	font-size: 2em;
}

.detail-item h2{
	color: #9B9B9B;
    font-size: 0.750em;
	font-weight: normal;
	display: inline-block;
}

.detail-item h3{
	font-size:0.750em;
	text-transform:uppercase;
	color: #4A90E2;
	display: inline-block;
	margin-right: 5px;
}

.paricipationinfos{
	color:#9B9B9B;
	font-size: 0.889em;
}
.paricipationinfos .btn{
	font-size:0.750em;
	margin-left: 10px;
}

.paricipationinfos h2{
	color: #9B9B9B;
    font-size: 0.750em;
	font-weight: normal;
	display: inline-block;
}



.btn, .subnav li a{
	background-color:#fff;
	border-radius:300px;
	color:inherit;
	text-decoration: none;
	padding: 0.417em 0.833em;
	font-size: 0.667em;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
	box-sizing: border-box;
}

.btn.active, .subnav li.active a, .marker.active{
	border-color:#4A90E2;
	color:#4A90E2;
	background-color:transparent;
}

.btn.light, .marker.light{
	border-color:#979797;
	background-color:transparent;
}

.btn.primary, .marker.primary, .applyBtn{
	background-color:#4A90E2;
	border-color:#4A90E2;
	color:#fff;
}

.btn.secondary, .marker.secodary{
	background-color: #CCCCCC;
	color:#fff;
}

.btn.submit{
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}

.btn.success, .marker.success{
	color: #96D457;
	border-color: #96D457;
}
.btn.warning, .marker.warning{
	color: #FFAC56;
	border-color: #FFAC56;
}
.btn.danger, .marker.danger{
	color: #FF565C;
	border-color: #FF565C;
}

.btn.success.active, .marker.success.active{
	background-color: #96D457;
	color: #ffffff;
}
.btn.warning.active, .marker.warning.active{
	background-color: #FFAC56;
	color: #ffffff;
}
.btn.danger.active, .marker.danger.active{
	background-color: #FF565C;
	color: #ffffff;
}

.btn.primary.outline{
	color:#4A90E2;
	border-color:#4A90E2;
	background-color:#fff;
}

.btn.primary.outline.active{
	background-color:#4A90E2;
	border-color:#4A90E2;
	color:#fff;
}

.btn .counter{
	display: block;
	background-color: #FF565C;
	color: #ffffff;
	width:16px;
	height:16px;
	line-height: 16px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border-radius:100%;
	position: absolute;
	right:0px;
	top:0px;
	transform: translate(50%, -50%);
}

span.closeon{
	display: inline-block;
	background-color: #FF565C;
	color: #ffffff;
	width:16px;
	height:16px;
	line-height: 16px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border-radius:100%;
	margin-right: 1em;
	vertical-align:middle;
}




#pnpApp{
    width:100%;
    max-width: 1230px;
    margin: auto;
	min-height: 100%;
	padding: 30px;
	box-sizing: border-box;
}

nav{
    width:200px;
    height:100%;
    padding-right:30px;
	box-sizing: border-box;
	float:left;
}

main{
    width:calc(100% - 200px);
	box-sizing: border-box;
	float:left;
}

nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.667em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	color:#9B9B9B;
}

nav ul li.active{
	color: #1D1F24;
}

nav ul li a{
	color:inherit;
	text-decoration: none;
}

ul.sous_page {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
}


.quartier_nav {
    margin-bottom: 30px;
}
.quartier_nav ul.sous_page {
  border-top: none;
  padding-top: 10px;
}

ul.sous_page  li a {
    font-size: 11px;
}

ul.sous_page  li {
    margin-bottom: 6px
}

ul.sous_page .sous_sous_page, ul.sous_page .btn_quartiers_sous_pages{
  padding-top: 4px;
  padding-left: 10px;
}

ul.sous_page  .sous_sous_page a,  ul.sous_page  a.btn_quartiers_sous_pages{
   font-size: 10px !important;    
}

.subnav, .subnav li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.subnav li{
	display: inline-block;
}

.userprofile{
	font-size: 0.611em;
	color: inherit;
	text-decoration: none;
	margin-top: 30px;
	display: block;
	border-top:1px solid #D8D8D8;
	padding-top:30px;
}

.userprofile h1{
	font-size: 1em;
	margin: 0px;
}

.userprofile p{
	margin: 0px;
}

.userphoto{
	background-color: #D8D8D8;
	width:132px;
	height:132px;
	border-radius:300px;
	display: inline-block;
	background-position: center center;
	background-size: cover;
}

td .userphoto{
	width: 40px;
	height:40px;
}

.uploadercontainer{
	display: inline-block;
	width:calc(100% - 152px);
	position: relative;
	margin-left: 20px;
}

.file_upload{
	box-sizing: border-box;
}

.userprofile .userphoto{
	width:32px;
	height:32px;
	float: left;
}

.userprofile .userinfos{
	float: left;
	margin-left: 10px;
	width:calc(100% - 42px);
}

.toolbar{
	position: relative;
	margin-bottom: 30px;
}

.toolbar .filters{
	float:left;
}

.toolbar .actions{
	float:right;
}

.morefilters{
	display: none;
	text-align: right;
	width: 100%;
	padding-top: 10px;
}

.morefilters select{
	width:auto;
}

.cardscontainer{
	display: inline-block;
	width:27px;
	height:27px;
	background-image:url(../img/icon_grid_off.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
}

.cardscontainer.active{
	background-image:url(../img/icon_grid_on.svg);
}

.valide{
	background-color: #4A90E2;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .8em;
	color:#fff;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	background-image: url(../img/timer.svg);
	background-size: 12px auto;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.echue{
	background-color: #ccc;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .8em;
	color:#fff;
	border-radius: 30px;
	text-align: center;
	background-image: url(../img/timer.svg);
	background-size: 12px auto;
	background-position: 10px center;
	background-repeat: no-repeat;

}

.listcontainer{
	display: inline-block;
	width:27px;
	height:27px;
	background-image:url(../img/icon_list_off.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
}

.listcontainer.active{
	background-image:url(../img/icon_list_on.svg);
}

.agendacontainer{
	display: inline-block;
	width:27px;
	height:27px;
	background-image:url(../img/icon_calendar_off.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.agendacontainer.active{
	background-image:url(../img/icon_calendar_on.svg);
}

.fc-day-grid-event .fc-content{
	white-space: normal;
}


.list-container{
	position: relative;
	/*margin-left: -10px;
	margin-right: -10px;*/
	width:100%;
}

.list-container .list-item{
	background-color: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
	box-sizing: border-box;
	color:#9B9B9B;
	position: relative;
}

.list-container .list-gutter{
	width:20px;
}

.list-container .list-item:hover{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2);
}



.list-container .list-item .item-content{
	padding:20px;
	word-wrap: break-word;
} 

.list-container .list-item .item-content h1{
	margin-top:0px;
} 

.list-container.cards .list-item, .list-container.cards .list-width{
	width:calc((100% - 40px) /3);
}

.list-container.cards.cardsfull .list-item, .list-container.cards.cardsfull .list-width{
	width:100%;
}

.list-container.cards .list-item .hideincard{
	display:none;
}

.list-container.list .list-item, .list-container.list .list-width{
	width:calc(100%);
}

.list-container.list .list-item .hideinlist{
	display:none;
}

.itemline{
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom: 20px;
}

.itemline > label{
	margin-bottom: 10px;
}

.itemline > p{
	margin: 0px;
}

.imageslisting {
	margin-left: -10px;
	margin-right: -10px;
}

.imageslisting .imageitem{
	width:calc(100%/5 - 20px);
	margin: 10px;
	float: left;
}

.ideeresults{
	display: inline-block;
	float: right;
	white-space: nowrap;
	width:360px;
	text-align: right;
	margin-top: 10px;
}

.ideeresults.details{
	float: none;
	width:360px;
	text-align: left;
}


.ideeresults h2, .ideeresults .ideeresultcontainer{
	display: inline-block;
	height:18px;
	line-height: 18px;
	margin-right: 5px;
}


.ideeresults .ideeresultcontainer{
	margin-right: 0px;
	
}


.ideeresults.details h2{
	text-align: left;
	margin-left: 5px;
}

.ideeresultcontainer{
	position: relative;
	width:100%;
	max-width: 250px;
	
	
}

.ideeresultcontainer .resultitem{
	float: left;
	display: block;
	box-sizing: border-box;
	font-size: .750em;
	font-weight: bold;
	padding: 5px;
}
.idee_details_immeuble{
	
	text-align: left;
	padding-left: 40px;
}

table th, td{
	border-bottom:1px solid #CCCCCC;
	text-align: left;
	padding-top:10px;
	padding-bottom: 10px;
	position: relative;
}

table th{
	font-size: 0.667em;
	text-transform: uppercase;
	font-weight: bold;
	color:#9B9B9B;
}
.col_50{
	width:50%;
	padding-right:40px;
	box-sizing:border-box;
	float:left;
}
.col_date {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px; /* espace horizontal */
  row-gap: 0px; 
}

.col_date > div {
  flex: 1 1 calc(50% - 40px); /* 50% de largeur en tenant compte du gap */
  box-sizing: border-box;
}

#headermobile{
	display: none;
	position:fixed;
	top:0px;
	left:0px;
	height: 60px;
	width:100%;
	background-color: #F9FAFC;
	z-index: 10;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
}

#headermobile .hamburger{
	position: absolute;
	top:3px;
	right:0px;
}

.jc-bs3-container{
	width:100%;
	margin: auto;
	max-width: 450px;
}

a.helpbutton{
	display: block;
	width:40px;
	height:40px;
	text-align: center;
	line-height: 40px;
	background-color: #4A90E2;
	color:#fff;
	border-radius:50%;
	position: fixed;
	right:10px;
	bottom:10px;
	font-size: 20px;
	font-weight:bold;
}

.helpboxoverlay{
	position: fixed;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,.2);
	display: block;
	width:100%;
	height: 100%;
	display: none;
	z-index: 3000000;
}

.helpbox{
	display: block;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width: 550px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
	display: none;
	box-sizing: border-box;
	padding:30px;
	z-index: 3000001;
}


a.fluxbutton{
	display: block;
	width:40px;
	height:40px;
	text-align: center;
	line-height: 40px;
	background-color: #4A90E2;
	color:#fff;
	border-radius:50%;
	position: fixed;
	right:60px;
	bottom:10px;
	font-size: 20px;
	font-weight:bold;
	background-image: url(../img/notification.svg);
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.fluxboxoverlay{
	position: fixed;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,.2);
	display: block;
	width:100%;
	height: 100%;
	display: none;
	z-index: 3000000;
}

.fluxbox{
	display: block;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width: 550px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
	display: none;
	box-sizing: border-box;
	padding:30px;
	z-index: 3000001;
}

.nice-select .option{
	margin-bottom: 0px;
}

.nice-select .list {
    max-height: 200px; 
    overflow-y: auto; 
}

@media only screen and (max-width: 1095px){
	.list-container.cards .list-item, .list-container.cards .list-width {
		width: calc((100% - 40px) /2);
	}
	
	.imageslisting .imageitem {
		width: calc(100%/4 - 20px);
		margin: 10px;
		float: left;
	}
    
    .header_module{
    width: calc(100% - 20px);
     }
    
}

@media only screen and (max-width: 900px){
	.list-container.cards .list-item, .list-container.cards .list-width {
		width: 100%;
	}

	.imageslisting .imageitem {
		width: calc(100%/3 - 20px);
		margin: 10px;
		float: left;
	}
    .header_module{
    width:100%;
     }
}


@media only screen and (max-width: 800px){
	#pnpApp{
		padding: 20px;
	}

	.boxwithshadow{
		padding: 20px;
	}
	#headermobile{
		display: block;
	}
	.nomobile{
		display: none;
	}
	nav{
		transform: translateX(100%);
		position: fixed;
		background-color: #F9FAFC;
		width:100vw;
		height: 100vh;
		z-index: 5;
		top:0px;
		right:0px;
		padding: 30px;
		transition:transform 0.3s ease-out, transform .5s ease-out .3s; 
		overflow-y: auto;
		padding-bottom:120px;
	}
	body{
		padding-top:70px
	}
	main{
		width:100%;
	}

	body.menuopened nav{
		transform: translateX(0);
	}

	.list-container.cards .list-item, .list-container.cards .list-width {
		width: calc((100% - 40px) /3);
	}

	.imageslisting .imageitem {
		width: calc(100%/5 - 20px);
		margin: 10px;
		float: left;
	}
}

@media only screen and (max-width: 768px){
	.list-container.cards .list-item, .list-container.cards .list-width {
		width: calc((100% - 40px) /2);
	}
	.imageslisting .imageitem {
		width: calc(100%/4 - 20px);
		margin: 10px;
		float: left;
	}

	.toolbar .filters, .toolbar .actions{
		width:100%;
	}

	.toolbar .filters a, .toolbar .actions a{
		margin-bottom:10px;
	}
	.tempcontainer{
		text-align: center;
	}
	.tempcontainer .btn.danger{
		position: relative;
		margin: auto;
		bottom:auto;
		right:auto;
		clear:both;
	}

	.morefilters{
		text-align: left;
	}
    
    .header_module{
    width: calc(100% - 20px);
     }
    
    

.immeuble_listing_photo {
  width: 100%;
  height: auto;
  float: left;
}

.immeuble_listing_content {
  width: 100%;
  padding-left: 0px;
}
    
}

@media only screen and (max-width: 550px){
	.list-container.cards .list-item, .list-container.cards .list-width {
		width: 100%;
	}
	.imageslisting .imageitem {
		width: calc(100%/2 - 20px);
		margin: 10px;
		float: left;
	}

	.nice-select {
		margin: 0px;
		margin-bottom: 10px;
		width:100%;
	}
    .header_module{
    width: 100%;
     }
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	table.responsive, 
	table.responsive thead, 
	table.responsive tbody, 
	table.responsive th, 
	table.responsive td, 
	table.responsive tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.responsive tr { border: 1px solid #ccc; }
 
	table.responsive td { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		/*padding-left: 40%; */
		white-space: normal;
		text-align:left;
		padding-left: 10px;
		padding-right:10px;
	}
 
	table.responsive td:before { 
		
		position: absolute;
		/* Top/left values mimic padding 
		top: 6px;
		left: 6px;
		width: 35%; */
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		position: relative;
		display: block;
	}
 
	/*
	Label the data
	*/
	table.responsive td[data-title]:before { content: attr(data-title); }

	table.responsive td.moreinfo{
		display: none;
	}

	table.responsive tr.withmoreinfo td.moreinfo{
		display: block;
	}
}
