*::selection {
  background: #006287;
  color: #efefef;
}
*::-moz-selection {
	background:#006287;
	color:#efefef;
}
.uppercase{
    text-transform:uppercase;
}
.noir{
    color:#000000;
}
.accent{
    font-family:'bebas_regular',sans-serif;
    font-size:28px;
}
#table-responsive{
    margin-bottom:25px;
}
.table-container table{
    margin-bottom:28px;
    border:none;
}
.table-container tr td{
    border:none;
    padding:15px 0;
}
.spacer{
	margin-top:25px;
}
h4.heading-style-4{
	padding-top:10px;
}
.vertical h4.heading-style-4::before{
	width: 0;
	height: 0;
	position:initial;
}

#showcase-a{
	position: relative;
	z-index: 10;
	margin-top:-130px;
}

#showcase-a .row-fluid .span3{
	width:22.999999%;
}
#showcase-a .blockMenu{
	height:130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:0 14px;
}
#showcase-a .blockMenu:first-child{
	margin:0 14px 0 0;
}
#showcase-a .blockMenu:last-child{
	margin:0 0 0 14px;
}
#showcase-a .mod-article-single{
	margin-bottom:0;
}
main, #aside-right .module_container  {
	padding-top: 80px;
	position:relative;
	z-index: 1;
}
#content{
	background: url("/images/bg-main-content.jpg") no-repeat bottom right;
}
.home #content{
	background: url("/images/bg-main-content_left.jpg") no-repeat 0 bottom;
}
#aside-right .moduletable::before{
	content:'';
	background: url("/images/background_sideBar.jpg") repeat 0;
	position: absolute;
	background-position-x: 0;
	background-position-y: 0;
	width:100%;
	height:100%;
	opacity: 0.4;
}
#aside-right{
	text-align: right;
	font-size:15px;
}
#aside-right .moduletable.sansBG::before{
    background:none;
}
#aside-right .sansBG{
    text-align:left;
}

.blockItems{
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.blockItems .image{
	margin-right: 20px;
	width:auto;
}
.blockItems .image i{
	font-size:40px;
	color:#fff;
}
.blockItems .texte{
	font-family: 'bebas_book', sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #FFF;
}
.blockItems .texte strong{
	font-family: 'bebas_regular', sans-serif;
}

.blockA{
	background-image: -webkit-gradient(linear, left top, right top, from(#35a6d3), to(#3dc0f4));
	background-image: -webkit-linear-gradient(left, #35a6d3 0%, #3dc0f4 100%);
	background-image: -o-linear-gradient(left, #35a6d3 0%, #3dc0f4 100%);
	background-image: linear-gradient(to right, #35a6d3 0%, #3dc0f4 100%);
}
.blockA:hover{
	background-image: -webkit-gradient(linear, left top, right top, from(#2688af), to(#0eb0f0));
	background-image: -webkit-linear-gradient(left, #2688af 0%, #0eb0f0 100%);
	background-image: -o-linear-gradient(left, #2688af 0%, #0eb0f0 100%);
	background-image: linear-gradient(to right, #2688af 0%, #0eb0f0 100%);
}
.blockB{
	background-image: -webkit-gradient(linear, left top, right top, from(#0e5384), to(#2076ac));
	background-image: -webkit-linear-gradient(left, #0e5384 0%, #2076ac 100%);
	background-image: -o-linear-gradient(left, #0e5384 0%, #2076ac 100%);
	background-image: linear-gradient(to right, #0e5384 0%, #2076ac 100%);
}
.blockB:hover{
	background-image: -webkit-gradient(linear, left top, right top, from(#093656), to(#185981));
	background-image: -webkit-linear-gradient(left, #093656 0%, #185981 100%);
	background-image: -o-linear-gradient(left, #093656 0%, #185981 100%);
	background-image: linear-gradient(to right, #093656 0%, #185981 100%);
}
.blockC{
	background-image: -webkit-gradient(linear, left top, right top, from(#56565c), to(#74757b));
	background-image: -webkit-linear-gradient(left, #56565c 0%, #74757b 100%);
	background-image: -o-linear-gradient(left, #56565c 0%, #74757b 100%);
	background-image: linear-gradient(to right, #56565c 0%, #74757b 100%);
}
.blockC:hover{
	background-image: -webkit-gradient(linear, left top, right top, from(#3d3d42), to(#5b5c61));
	background-image: -webkit-linear-gradient(left, #3d3d42 0%, #5b5c61 100%);
	background-image: -o-linear-gradient(left, #3d3d42 0%, #5b5c61 100%);
	background-image: linear-gradient(to right, #3d3d42 0%, #5b5c61 100%);
}
.blockD{
	background-image: -webkit-gradient(linear, left top, right top, from(#a3a3a3), to(#c5c5c5));
	background-image: -webkit-linear-gradient(left, #a3a3a3 0%, #c5c5c5 100%);
	background-image: -o-linear-gradient(left, #a3a3a3 0%, #c5c5c5 100%);
	background-image: linear-gradient(to right, #a3a3a3 0%, #c5c5c5 100%);
}
.blockD:hover{
	background-image: -webkit-gradient(linear, left top, right top, from(#8a8a8a), to(#acacac));
	background-image: -webkit-linear-gradient(left, #8a8a8a 0%, #acacac 100%);
	background-image: -o-linear-gradient(left, #8a8a8a 0%, #acacac 100%);
	background-image: linear-gradient(to right, #8a8a8a 0%, #acacac 100%);
}
#showcase-a h5.heading-style-5 {
	color: #ffffff;
	margin-top:8px;
}
#showcase-a time{
	color:#ffffff;
}
#showcase-a h4.heading-style-4{
	color:#ffffff;
	margin-bottom:50px;
}

.cogi {
	font-family:"iconmembres", fantasy !important;
}

#navigation p{
    padding-bottom: 0;
}
#navigation .container{
	width: 1340px;
}

/* Menu Haut Richelieu */
/*
.icemegamenu ul li.menu-search::after {
    content: "";
}
.icemegamenu > ul > li > a.iceMenuTitle{
	display:block;
	padding:40px 10px 23px 25px;
}
ul.icesubMenu li a.iceMenuTitle{
	font: 16px/22px "robotocondbold", sans-serif;
}
*/
/* Ne pas faire apparaitre le menu accueil*/
#iceMenu_162{
	display:none;
}
.icemegamenu > ul > li > a.iceMenuTitle.hover, .icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
	background: #101010;
	color:#fff;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle {
	background: #101010;
	color:#fff;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
	background: #101010;
	color:#fff;
}
.icemegamenu > ul > li.Joindre{
	/*padding: 0 18px; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#37ad30), to(#3db936));
	background-image: -webkit-linear-gradient(top, #37ad30 0%, #3db936 100%);
	background-image: -o-linear-gradient(top, #37ad30 0%, #3db936 100%);
	background-image: linear-gradient(to bottom, #37ad30 0%, #3db936 100%);
}
.icemegamenu > ul > li.Joindre > a.iceMenuTitle{
	color: #f6f8fb;
}

/*Quatre pastilles de la page home section showcase*/

.block-titre-banner .item_introtext p{
	font:46px/66px "robotocondbold", sans-serif;
}
.mod-banner .item_img{
	margin:0;
}
#showcase {
    padding-bottom: 0;
    padding-top: 0;
	position:relative;
	top:-70px;
}

/*Block featured (Vous cherchez un logements)*/
.blockfeature header{
	text-align:center;
}

.cherchez .col-icone{
	display:table-cell;
	width:50px;
	padding-right:15px;
}

.cherchez .item_content{
	display:table-cell;
	vertical-align:top;
	padding-top:15px;
}
/*Parallax */
.parallax .texte-left .mod-article-single .item__module .item-title{
	text-align:left;
	padding-bottom:10px;
}
#feature h5.heading-style-5{
	Font-size:34px;
	color:#006287;
	line-height:34px;
	margin-bottom:40px;
}


/* LOGO svg */

#header{
	background:#ffffff;
}
/* Section Slider pour Saguenay*/
#navigation h4.heading-style-4::before{
	width:0;
}
.swiper-slide-caption .camera_caption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align:center;
	-ms-flex-align: center;
	align-items: center;
	width:70%;
	padding:15px;
	line-height: 0.9723;
	text-align: right;
	color:#fff;
}
.swiper-slide-caption .camera_caption .block-title{
	display:flex;
	flex-basis: 30%;
	padding: 0 14px;
}
.swiper-slide-caption .camera_caption .block-content{
	display:flex;
	flex-basis: 40%;
	text-align: left;
}
.swiper-slide-caption .camera_caption h4{
	font-size:54px;
	background:#3dc0f4;
	white-space:initial;
	color:#fff;
	padding:24px 27px;
	margin-bottom:0;
}
.swiper-slide-caption .camera_caption .block-content-text p{
	white-space: initial;
	text-align: left;
	font-weight: bold;
}
.swiper-slide-caption .camera_caption .btn-wrapper{
	margin-top: 22px;
	font-size: 26px;
	font-family: "bebas_regular", sans-serif;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: normal;
}
.swiper-slide-caption .camera_caption .btn-wrapper a{
	color:#3dc0f4;
	pointer-events: initial;
}
.swiper-slide-caption .camera_caption .btn-wrapper a:hover{
	color:#fff;
}
.swiper-slide-caption .camera_caption p{
	font-size: 24px;
	line-height: 1.1667;
	letter-spacing: 0;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
/* section Notre mission */

.slider_mission .mod-article-single__slider_mission{	
	margin:0 auto;

}	
.mod-article-single__slider_mission h2.heading-style-2{
	margin-bottom:0;
	color:#e0e0e0;
}
.mod-article-single__slider_mission p{
	color:#e0e0e0;
}
#item_139.item__module.visible-first{
	display:table-cell;
	vertical-align:bottom;
	padding:0 20px;
}
#logo{
    margin-top:60px;
	margin-left: 40px;
	margin-bottom:10px;
}
/*== 1200px and beyond ===================================================
========================================================================*/
@media (max-width: 795px){
    .icemegamenu{
        display:none !important;
    }
    #logo{
	    display:none;
	}
}
@media (max-width: 599px){
	.slider_mission{
		background:none #3f4556;
	}
	
	.slider_mission .mod-article-single__slider_mission{
		background:none;
		height:auto;
	}
	#item_139.item__module.visible-first{
		padding:25px 20px 10px;
	}
}
/*Icones*/
.ico-cercle{
    background: #fff;
	display:inline-block;
	border-radius:50%;
	font-size:60px;
	line-height:110px;
	margin-bottom:27px;
	width:110px;
	color:#562343;
	border:3px solid #006287;
	margin-top:-5px;
}
.vertical[class*="span"]{
	padding-left:0;
}
.vertical h4.heading-style-4{
	font-size:22px;
	text-transform: initial;
	margin-bottom:5px;
}
.ico-vert{
	font-size:75px;
	color:#ffffff;
}
.ico-orange{
	font-size:50px;
	color:#562343;
}
.ico-rouge{
	font-size:75px;
	color:#a92d37;
}
.ico-app img{
	width:132px;
	text-align:center;
	padding-bottom:30px;
}
.item-showcase{
	margin-bottom:10px;
}
.category_desc{
	font-size:inherit;
	max-width:100%;
	text-align:left;
}
.category_desc ul li{
	font-size:inherit;
}
.item_introtext ul li, .item_fulltext ul li{
	font-size:15px;
}
.btn{
	padding:12px 20px;
	text-decoration:none;
}
.page_cogi h3.heading-style-3{
	text-align:center;
}
#mainbottom-5 .page_cogi h2.moduleTitle{
	margin-bottom:38px;
}
/* Tableau responsive */
 @media only screen and (max-width: 800px) {
    	
    	/* Force table to not be like tables anymore */
    	#table-responsive table, 
    	#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: 50%; 
    		white-space: normal;
    		text-align:left;
    	}
     
    	#table-responsive td:before { 
    		/* Now like a table header */
    		position: absolute;
    		left: 6px;
    		width: 45%; 
    		white-space: nowrap;
    		text-align:left;
    	}
     
    	/*
    	Label the data
    	*/
    	#table-responsive td:before { 
    		content: attr(data-title); 
    		font-size:16px !important;
    		padding:0 !important;

    	}
    	#table-responsive .header-mobile-responsive td:before{
    		color:#fff;
    	}
    	#table-responsive .header-mobile-responsive{
    		height:45px;
    		background-color:#006287;
    	}
    	#table-responsive tr.header-mobile-responsive td{
    		border-bottom:none;

    	}
    	td h3.heading-style-3{
    		font-size:22px !important;
    		line-height:25px !important;
    	}
    	h1.heading-style-1{
    		font-size:2.7em !important;
    	}
    }
/* fin tableau responsive */

.pretext, .category_desc{
	max-width:880px;
}
.intro_webinaire.liste-date li{
	display:inline-block;
	padding:2px 10px;
	border-left:1px solid;
}
.liste-date li span{
	color:#60758a;
}
/*Section Nouvelles*/
.mod-newsflash-adv_nouvelles article{
	border-right:3px solid #ff9900;
	border-top:3px solid #ff9900;
}
.mod-newsflash-adv_nouvelles article:last-child{
	border-right:none;
}
.moduletable.nouvelles .module_container header .moduleTitle{
	margin-bottom:14px;
}
.moduletable.nouvelles .module_container h3.heading-style-3{
	color:#222931 !important;
}
.mod-nouvelle-col li{
	display:inline-block;
}
.mod-nouvelle-col li{
	border-right:3px solid #ff9900;
	border-top:3px solid #ff9900;
}
.mod-nouvelle-col li:last-child{
	border-right:none;
}
.block-nouvelle{
	padding:20px;
}
.mod-nouvelles-date{
	font-size:24px;
	color:#73858b;
}
.mod-nouvelles-titre a{
	font-size:18px;
}
.mod-nouvelles-date, .mod-nouvelles-titre{
	padding-bottom:20px;
}
.nouvelles-introtext{
	font-size:15px;
	text-align:justify;
}
.nouvelle-liste{
	border:1px solid #ddd;
	padding:25px 40px;
}
section.nouvelle-liste{
	margin-bottom:25px;
}
.mod-nouvelles-date-list, .mod-nouvelles-titre-list{
	padding-bottom:10px;
}
.mod-nouvelles-titre-list{
	font-size:20px;
	color:#006287;
}
.btn-info.nouvelle-list{
	border-color:#ff9900;
	color:#222931;
}
.btn-info.nouvelle-list:hover{
	color:#022931;
}
.mod-nouvelles-titre a:hover, .mod-nouvelles-titre-archive a:hover{
	color:#666669;
}
.btn-application{
	display:table;
	margin:0 auto;
	padding-top:15px;
}
.bloc-support figure{
	width:96px;
	height:96px;
	display:block;
	margin:0 auto;
}
.bloc-support, .bloc-element{
	padding:20px;
}
.bloc-element{
	border:1px solid #ddd;
}
.bloc-element h4{
	padding-top:10px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap [class*="heading-style"]{
	margin-bottom:0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap h6.heading-style-6{
	margin-bottom:0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap h6.heading-style-6 a{
	color:#666669;
	font-size:14px;
	line-height:18px;
}
/* === Nous joindre === */

.pageNousJoindre .moduletable.fright{
	text-align:left;
}
.pageNousJoindre ul li::before{
	display:none;
}
.pageNousJoindre ul li{
	padding:2px 0;
}
.pageNousJoindre ul li + li{
	border-top:none;
}
/*Formulaire*/
.rsformcareers_form h2, .rsformcareers_form .formControlLabel{
	display:none;
}
.rsformcareers_form .formResponsive .formHorizontal .formControls{
	margin-left:0;
}
.rsformcareers_form .formResponsive select, .rsformcareers_form .formResponsive textarea, .rsformcareers_form .formResponsive input[type="text"], .rsformcareers_form .formResponsive input[type="number"], .rsformcareers_form .formResponsive input[type="email"], .rsformcareers_form .formResponsive input[type="tel"], .rsformcareers_form .formResponsive input[type="url"], .rsformcareers_form .formResponsive input[type="password"]
{
	font-family: 'latoregular', sans-serif;
    display: block;
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #666669;
    font-size: 16px;
    height: 43px;
    line-height: 22px;
    padding: 7px 9px 7px 9px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease , box-shadow 1s ease;
    -moz-transition: border-color 1s ease , box-shadow 1s ease;
    -o-transition: border-color 1s ease , box-shadow 1s ease;
    transition: border-color 1s ease , box-shadow 1s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rsformcareers_form .formResponsive .formControls{
	position: relative;
    margin-bottom: 0;
}
.rsformcareers_form .formResponsive textarea, .rsformcareers_form .formResponsive input{
	width:100%;
}
.rsformcareers_form .formResponsive .formHorizontal .rsform-block{
	/*margin-bottom:0;*/
}
.rsformcareers_form p.formDescription{
	visibility:hidden;
	display:none;
}
.rsformcareers_form .formResponsive input[type="file"]{
	height:43px;
	line-height:33px;
	font-family:'latoregular', sans-serif;
}
.rsformcareers_form div.formBody{
	float:none;
}
.rsform-block.rsform-block-cv{
	margin-bottom:20px;
}
.rsformcareers_form .formResponsive .formHorizontal .rsform-block{
	margin:0;
}
.rsformcareers_form .rsform-block-recaptcha{
	padding-top:15px;
}

/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/*===== Mobile Menu =====*/
  .rd-mobilemenu_ul a.iceMenuTitle:hover {
    background: #006287;
  }
  .rd-mobilemenu_ul a.active,
  .rd-mobilemenu_ul li.level_1.active > a {
    color: #ffffff;
    background: #006287;
  }
  .rd-mobilemenu_submenu li.active > a {
    color: #ffffff;
    background: #006287;
  }
}
div.chzn-container .chzn-results li.highlighted {
  background: #006287;
  color: #ffffff;
}
.TopLink{
	z-index:20;
}
.TopLink ul.nav-child li a{
	color:#444243;
}
/*== 896 retirer l'imege entete du Portail plus diminuer les formatx==*/
@media (max-width: 896px){
	.icemegamenu > ul > li > a.iceMenuTitle{
		font: 16px / 20px 'robotocondbold', sans-serif;
		padding:5px 10px 5px;
	}
}
.radiovertical .radio.inline{
	padding-top:0;
	display:inline-block;
}
.radiovertical label + *{
	margin:5px 10px 10px 10px;
}
span.radio{
	margin-right:2px;
	border:1px solid #a6a6a6;
}
span.checkbox{
	height:17px;
	line-height:17px;
	width:17px;
	text-align:center;
	float:left;
	margin-right:5px;
	border:1px solid #a6a6a6;
}
.checkbox.inline{
	width:100%;
}
.ligne, .lignedouble{
	display:block;
	height:1px;
	width:100%;
	background-color:#a6a6a6;
	margin:7px 0;
}
.lignedouble{
	height:4px;
}
input::placeholder{
    color:#7e7e7e;
    font-family: "latoregular",sans-serif;
}
.mod-fwrerealtor-search-button.button.button-primary::before{
	content:"\e632" !important;
	font-family:"iconmembres", fantasy !important;
	font-size:25px;
	color:#d3ccb8;
}
.mod-fwrerealtor-search-button.button.button-primary, .mod-fwrerealtor-search-button.button.button-primary:active, .mod-fwrerealtor-search-button.button.button-primary:focus{
	border:1px solid #006287;
	background-color:#006287;
}
.mod-fwrerealtor-search-button.button.button-primary:hover {
    background-color: #006287;
    border: 1px solid #006287;
}
.u-pull-right.details a.fwre-read-more{
	border:2px solid #006287;
	color: #444444;
	text-transform:inherit;
}
.u-pull-right.details a.fwre-read-more:hover{
	border:2px solid #006287;
	color:#222931;
	background-color:transparent;
}
.fwre-list-item-share .cogi-nbr-chambre span{
	font-size:14px;
	color:#999999;
	margin-right:15px;
}
.fwre-list-item-share .cogi-nbr-chambre span i:before{
	font-size:18px;
}
.immeubleDe{
	padding:10px 10px 0 10px;
}
.item_introtext ul.pagination-list li + li{
	border-top:none;
}
.item_introtext ul.pagination-list li::before{
	position:inherit;
	content:"";
	font-family:inherit;
	color:transparent;
}
.fwre-skeleton .pagination ul li > span.pagenav{
	background:transparent;
	color:#999;
	border:1px solid;
	border-radius:3px;
}
.fwre-skeleton .pagination ul.pagination-list li{
	height:auto;
}
.fa{
	display:inline-block;
	font: normal normal normal 14px/1 'iconmembres';
	font-size:inherit;
	text-rendering:auto;
	-moz-osx-font-smoothing: grayscale;
}
.fa-angle-left::before{
	content:"\e668";
}
.fa-angle-double-left::before{
	content:"\e669";
}
.fa-angle-right::before{
	content:"\e667";
}
.fa-angle-double-right::before{
	content:"\e66a";
}
.pagination ul li > a, .pagination ul li > span{
	border-radius:3px;
}
/*partie responsive du parc immobilier plus recherche*/
@media (max-width: 600px){
    .fwre-skeleton .columns{
        float:none;
    }
    .fwre-skeleton .columns .last{
        margin-top:10px;
    }
}
.page-item__accessibilite ul{
	margin:0 0 12px;
}

/* Style specifique pour le parc Immobilier */
.InfoPortail table.u-full-width tr td{
    border-right:none;
    padding:15px 10px;
}
.InfoPortail table.u-full-width{
    border:none;
    padding:10px;
}
.InfoPortail table.u-full-width td{
    border-bottom:none;
}
.ligneDesktopTop{
    border-top: 1px solid #006287;
    margin-bottom:10px;
}

/*CHOSEN*/
.chzn-container-single .chzn-single{
	height:35px;
	line-height:34px;
}
.chzn-container-single .chzn-single div b{
	display:block;
	width:100%;
	height:100%;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 6px;
}
#top-fix{
	position: fixed;
	top:0;
	right:0;
	z-index: 1011;
	/*width: 80%;*/
}
#topLogo-fix{
	position:fixed;
	top:5px;
	left:60px;
	z-index:1011;
	visibility:hidden;
}
@media (max-width: 1200px){
	#topLogo-fix{
		visibility: visible;
	}
}

ul.address li .co{
	margin-right:7px;
}
.sectionSlider{
	float:left;
}
/*Nouvelle Saguenay*/
.services .item__module{
    padding:0 30px 10px 30px;
}
.services figure{
    height:250px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
}
.services figure img{
    display:block;
    max-width:280px;
}
.services .item__module h4 a{
    color:#3dc0f4;
}
.services .item__module h4 a:hover{
    color:#006287;
}
.blocknouvelles{
	display: block;
	border:1px solid #ff9900;
	padding:18px 18px 30px 18px;
	border-radius: 4px;
}
.itemsnouvelles{
	display:block;
	width: 100%;
}
.itemsnouvelles .btn-nouvelles{
	text-align:center;
	position:relative;
	top:-20px;
}
.btn-news{
	background: #f3f1eb;
	border-radius: 4px;
	border:1px solid #ff9900;
}
.time-nouvelle{
	font-size:18px;
}
#maintop{
	background-color:#ffffff;
	padding-top:90px;;
}
#maintop h4.heading-style-4 a, #mainbottom h4.heading-style-4 a{
	color:#222931;
}
#maintop h4.heading-style-4 a:hover, #mainbottom h4.heading-style-4 a:hover{
	color:#033b0c;
}
#mainbottom .mod-article-single{
	margin-bottom:0;
}
.espace-main #maintop{
	padding-top:118px;
}
.right{
	text-align: right;
}
#aside-left .right{
	text-align:left;
}
.module_container h2.locataire{
	margin-bottom: 44px;
}
#content-top h4.heading-style-4 a:hover, #content-top h4.heading-style-4 a:focus{
	color:#666669;
}
#mainbottom .parallax{
	padding:10.4% 0;
}
.rl_tooltips-link p{
	color:#333;
}
.item_fulltext ul.sanslist li:before{
	content:"";
}
.item_fulltext ul.sanslist li + li{
	border-top:none;
}
.item_fulltext ul.sanslist li{
	font-size: 16px;
	padding:4px 0 4px 10px;
}
.icesubMenu .cogi-nouvelle h6 a{
	padding:7px;
	border:1px solid #ddd;
	display:block;
}
.item_fulltext ul.sansligne li + li{
	/*border-top:none;*/
	display:flex;
}
#footer ul.listclean b, #footer h4 b{
	color:#ffffff;
}
.item_fulltext ul.link li::before{
	content:"\e6b4";
	font-size:10px;
}
.positionReadmore{
    margin:20px 0;
}
.btn-search-top{
    border:none;
    background:transparent;
    position:relative;
    top:-33px;
}
#searchForm .btn-group button{
    border:none;
}
#searchForm .btn-group button i::before{
    font-size:24px;
    color:#666669;
}
#feature .block-selection p{
   color:#202020;
}
.block-selection .span3{
    width:22%;
}
.block-selection .item-selection{
    background:rgba(255,255,255,0.7);
    padding:20px 10px;
    margin-right:35px;
    min-height:400px;
}

@media (max-width: 1200px){
    .block-selection{
        margin-top:-18%;
    }
}
@media (max-width: 1120px){
    .hide-module{
        display:none;
    }
	.vertical[class*="span"]{
		padding-left:20px;
	}
    .block-selection .item-selection{
        padding:30px 20px;
        margin-right:0;
        margin-bottom:30px;
        min-height:0;
    }
    .block-selection{
        margin-top:30px;
    }
    #feature{
        margin-top:60px;
    }
	.sectionSlider{
		position:initial;
		border-bottom:none;
	}
}
@media (max-width: 767px){
	/*===== Featured =====*/
	#feature{
		padding-top:0;
		margin-top:10px;
	}
	#top ul.address > li{
		display:inline-flex;
		margin:0 5px;
	}
	#feature .item-vertical [class*="span"]{
		float:left;
	}
	#feature .vertical.span9{
		width:75%;
	}
}
@media (max-width: 500px){
	#feature .ico-cercle{
		font-size:50px;
		line-height: 80px;
		width: 80px;
		margin-top:0;
	}
}
/**Style pour la formulaire puis-je-déposé une demande **/
.DemandeEnLigne h3.heading-style-3{
    text-transform:uppercase;
}
.DemandeEnLigne .module_container header .moduleTitle{
    margin-bottom:10px;
}
.trait-separateur{
  display:block;
  margin:0 auto 24px auto;
  width:70%;
  height:3px;
  background-color:#006287;
}
.note-bas-page{
  padding-top:20px;
}
.note-bas-page p{
  font-size:0.8em
}
.alert-portail{
  color: #be5656;
  text-align: center;
  /*text-transform:uppercase;*/
}
.alert-portail::before{
  font-family: 'iconmembres', fantasy;
  content: '\e6dd';
  font-size: 30px;
  color: #be5656;
  padding-right:10px;
}
.alert-portail-form{
  color: #be5656;
  line-height:1.2em;
}
.alert-portail-form::before{
  font-family: 'iconmembres', fantasy;
  content: '\e6dd';
  font-size: 20px;
  color: #be5656;
  padding-right:10px;
}
.succes-portail{
  color:#3c763d;
  text-align:center;
}
.succes-portail::before{
  font-family: 'iconmembres', fantasy;
  content: '\e6cb';
  font-size: 30px;
  color: #3c763d;
  padding-right:10px;
}
.sec_form table tr td{
  vertical-align:top;
}
.radiobtn label{
  display:inline-block;
  margin:0 10px !important;
}
.radiobtn label + *{
  margin-top:0;
}
.TitreForm{
  display:block;
  color:#fff;
}

/* Custom Portail Centralise*/
span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
span.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
  content: '\e616';
}
span.checkbox label.checkbox_inner {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
span.checkbox label.checkbox_inner:before {
  content: '';
  font-family: 'iconmembres', fantasy !important;
  font-size: 18px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #666669;
}
span.checkbox + label {
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
span.radio {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
span.radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}
span.radio input[type="radio"]:checked + label.radio_inner:before {
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  background: #0e450b;
  border:1px solid #3b6c05;
}
span.radio input[type="radio"] + label.radio_inner:before {
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  border:1px solid #d3ccb8;
}
span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 27px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
span.radio + label {
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
span.radio{
    margin-right:4px;
    border:1px solid #738c95;
}
.DemandeEnLigne .formResponsive .formBody{
	color:#666669;
	font-size:16px;
}
.DemandeEnLigne .item_introtext ul li{
    font-size:inherit;
}
.DemandeEnLigne a.btn{
    border:1px solid #3b6c05;
    padding:15px;
    text-decoration:none;
}
/*Laval*/
.LienSouligne #block-center .row{
  margin:25px 0;
}
.LienSouligne .DemandeEnLigne{
  font-size:16px;
}
.LienSouligne .center{
  text-align:center;
}
.LienSouligne .pretext{
  margin:0 auto;
  max-width: 700px;
  text-align: center;
  padding-bottom:20px;
}
label{
  font-family:inherit;
  font-weight: normal;
  margin:0 5px 3px 0;
}
.LienSouligne .blog{
  display:none;
}
.LienSouligne #maintop{
    color:#333;
    background-color:#f7f8fa;
}
.LienSouligne #maintop a{
    color:#3b6c05;
    text-decoration:underline;
}
/*Levis*/
.mod-newsflash-adv.icons .item_content i.demande{
    background: rgb(61,110,4);
    background: linear-gradient(165deg, rgba(61,110,4,1) 0%, rgba(9,65,11,1) 70%);
    display:inline-block;
    border-radius:50%;
    font-size:58px;
    line-height:134px;
    margin-bottom:27px;
    width:134px;
}
.co-demande::before{
    /*color:#fff;*/
    background: -webkit-linear-gradient(45deg, #fffe8c, #fffc00, #b6b400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:70px;
}
.homeMod + .homeDem{
  background: rgb(61,110,4);
  background: linear-gradient(165deg, rgba(61,110,4,1) 0%, rgba(9,65,11,1) 70%);
}
.homeMod i{
  font-size:58px;
  display:inline;
}
.homeMod .demande a{
  font-size:18px;
  color:#fff;
}
.homeMod .demande p{
  float:right;
  line-height:19px;
  font-family: 'Oxygen', sans-serif;
  width:65%;
}
.rsform-block p{
    text-align:left;
}
/*Ajout pour les grilles sur 2 colonnes*/

.colDeux{
  display:inline-block;
  width:80%;
  vertical-align: top;
}
.colDeux.PlusEspace {
  padding-bottom: 22px;
}
#table-responsive thead{
	background:#006287;

}
#table-responsive thead tr th{
	padding:15px 20px;
	text-align:left;
	color:#fff;
}
#aside-left .fright ul{
	margin: 0 0 1px;
}
#aside-left .paddingRight{
	padding-right:10px;
}
#footer .item_introtext strong{
    color:#ffffff;
    font-size:16px;
}
/*Contain avec 2 cols*/
.slogan{
	text-align: right;
}
.slogan h2.heading-style-2{
	line-height: 0.9584;
	color: #3dc0f4;
	font-size:45px;
}
.slogan h3.heading-style-3 {
	color: #56565c;
	font-size: 30px;
}
.row-fluid .slogan{
	width:30%;
	float:left;
	margin-left:-40px;
	margin-right:14px;
	min-height: 780px;
}
#bottom{
	color:#010101;
}
#bottom h3.heading-style-3{
	color:#fff;
	font-size: 28px;
}
#bottom #item_24 h3{
	display:none;
}
#bottom .logo{
	margin-left:-30px
}
#bottom a{
	color:#fff;
}
#bottom a:hover{
	color:#0a0a0a;
}
.coordonnee{
	display: inline-block;
}
.heures-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}
.jour{
	width:110px;
}
.heures{
	box-sizing: inherit;
}
.telephone{
	text-align: right;
	margin-top:-10px;
}
.icone-tel{
	font-size:50px;
	color:#fff;
	position:absolute;
	top:40px;
	right:-60px;
}
.notel{
	font-size: 38px;
	font-family: 'bebas_regular', sans-serif;
}
.tel h3.item_title_noir{
	text-align: right;
}
#bottom .tel h3.item_title_noir{
	color:#0a0a0a;
}
/*Footer*/
.menu-footer .menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.menu-footer .menu > li{
	max-width: 220px;
	line-height: 0.25;
}
.menu-footer .menu > li > a{
	font-family: 'bebas_regular', sans-serif;
	font-size:20px;
}
.menu-footer .menu .nav-child{
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
	display: block;
}
.menu-footer .menu .nav-child::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #b7b9bb;
}
.menu-footer .menu .item-162{
	display:none;
}
.menu-footer .menu .nav-child > li a{
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #48484e;
}
#footer-wrapper{
	max-width:1250px;
	border-top:1px solid #ddd;
	margin:auto;
}
#copyright{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
#copyright .copyright, #copyright .realisation{
	flex-basis: 50%;
	max-width: 50%;
	font-size:12px;
	text-transform: uppercase;
	color:#48484e;
}
/*module Image Saguenay*/
.mod-saguenay{
	position: relative;
	width: 100%;
	height: 260px;
	background-color: #FFF;
	overflow: hidden;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.background_Saguenay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.background_Saguenay::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("/images/mask-slider.svg") no-repeat 0 0/cover;
	background-position-x: 0;
	background-position-y: -80px;
	opacity: 0.35;
}
.g-row{
	margin-left:30px;
	display:table;
	height:260px;
	min-width:280px;
}
.bleu-fonce .g-row .contain_title{
	background: #2076ac;
}
.bleu-clair .g-row .contain_title{
	background: #3dc0f4;
}
.gris-pale .g-row .contain_title{
	background: #a3a3a3;
}
.gris-fonce .g-row .contain_title{
	background: #74757b;
}
.g-row .contain_title p{
	padding-bottom: 0;
	text-align: right;
	line-height: 1;
}
.g-row .contain_title{
	width: 300px;
	padding:26px 30px;
	font-size:70px;
	font-family: 'bebas_regular', sans-serif;
	color:#fff;
	display: table-cell;
	vertical-align: middle;
}
/* Menu side-bar */
.menu-sidebar .menu li{
	padding:7px 0;
}
.menu-sidebar .menu li a{

	font-family: 'bebas_regular', sans-serif;
	letter-spacing:0.02em;
	text-align: left;
	color:#101010;
	font-size:25px;
}
.menu-sidebar .menu li a:hover, .menu-sidebar .menu li.current a{
	color:#74757b;
}
.menu-sidebar .menu li.current a{
	text-decoration:underline;
}
.menu-sidebar h2 a{
	color:#37ad30;
}
.menu-sidebar h2 a:hover{
	color: #006287;
}
/* Ajustement responsive */
@media (max-width: 1150px){
	.g-row{
		margin-left:0;
		min-width:200px;
	}
	.g-row .contain_title{
		font-size:50px;
		width:250px;
	}
	#showcase-a .row-fluid .span3{
		width:49.99%;
	}
	#showcase-a .blockMenu:first-child,#showcase-a .blockMenu:last-child, #showcase-a .blockMenu {
		margin:0;
	}
	.row-fluid{
		margin-left:0;
	}
	#navigation .container{
		width:800px;
	}
	.container{
		margin:auto;
	}
	.swiper-button-prev, .swiper-button-next{
		top:25%;
	}
	.swiper-slide-caption .camera_caption p{
		font-size:20px;
	}
	.swiper-slide-caption .camera_caption h4{
		font-size:34px;
	}
	.swiper-slider .swiper-slide .slide-inner{
		height:60%;
		align-items: flex-start;
	}
	.row-fluid .slogan{
		float:none;
		width:100%;
		min-height: 0;
		margin-left:0;
		text-align:left;
	}
	#bottom .tel, #bottom .logo {
		clear:both;
	}
	#bottom h3.heading-style-3{
		font-size:24px;
	}
	#bottom .span2{
		width:100%;
		float:none;
		text-align: center;
	}

	#bottom .bottom-left{
		margin-left:5px;
		font-size:16px;
	}
	#bottom .span4{
		width:48%;
	}
	#bottom .bottom-right, #bottom .bottom-right p{
		text-align: right;
		margin-right: 5px;
		font-size:16px;
	}
	#bottom .tel h3.heading-style-3{
		text-align:center;
	}
	#bottom .logo{
		margin-left:0;
		margin-bottom:20px;
	}
	.tel h3.item_title_noir{
		text-align: center;
		margin-bottom:5px;
	}
	.icone-tel{
		display:inline-block;
		position:initial;
		font-size:30px;
	}
	#footer{
		display:none;
	}
	#copyright{
		justify-content: center;
	}
	#copyright .copyright, #copyright .realisation{
		flex-basis: 45%;
		max-width: 45%;
	}
	#showcase-a .blockMenu{
		height:80px;
	}
	.blockItems .image i{
		font-size:30px;
	}
	.blockItems .texte{
		font-size:22px;
	}
}
@media (max-width: 767px){
	main, #aside-right .module_container{
		padding-top:20px;
	}
	#aside-right{
		text-align: left;
		/*background:#f7f7f7;*/
	}
	#aside-right .moduletable::before{
	background: none;
	 }
	#showcase-a .row-fluid .span3{
		width:99.99%;
	}
	.menu-footer .menu{
		display: inline-block;
		text-align: left;
	}
	#copyright .copyright, #copyright .realisation{
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.mod-saguenay{
		height:200px;
	}
	.g-row{
		height:200px;
	}
	.g-row .contain_title{
		width:170px;
		font-size:40px;
	}
	#bottom .logo{
		display:none;
	}
	#bottom ul, ol, .item, .mod-article-single{
		margin-bottom:10px;
	}
	#bottom .bottom-left, #bottom .bottom-right{
		margin: 10px auto;
		clear:both;
		display: block;
	}
	#bottom .bottom-right, #bottom .bottom-right p{
		text-align:left;
	}
	#bottom h3.heading-style-3{
		text-align: center;
	}
	#bottom .bottom-right .item-content{
		padding-top:30px;
	}
	#bottom .span4{
		width:80%;
	}
}
/*Formulaire demande de transfert*/
@media (min-width: 650px) {
    .formResponsive .rsform-block-occupant1, 
    .formResponsive .rsform-block-occupant2, 
    .formResponsive .rsform-block-occupant3, 
    .formResponsive .rsform-block-occupant4, 
    .formResponsive .rsform-block-occupant5, 
    .rsform-block-nom-2 label.formControlLabel,
    .rsform-block-sexe-2 label.formControlLabel,
    .rsform-block-age-2 label.formControlLabel,
    .rsform-block-naissance-2 label.formControlLabel,
    .rsform-block-nom-3 label.formControlLabel,
    .rsform-block-sexe-3 label.formControlLabel,
    .rsform-block-age-3 label.formControlLabel,
    .rsform-block-naissance-3 label.formControlLabel,
    .rsform-block-nom-4 label.formControlLabel,
    .rsform-block-sexe-4 label.formControlLabel,
    .rsform-block-age-4 label.formControlLabel,
    .rsform-block-naissance-4 label.formControlLabel,
    .rsform-block-nom-5 label.formControlLabel,
    .rsform-block-sexe-5 label.formControlLabel,
    .rsform-block-age-5 label.formControlLabel,
    .rsform-block-naissance-5 label.formControlLabel,
    .rsform-block-nom-6 label.formControlLabel,
    .rsform-block-sexe-6 label.formControlLabel,
    .rsform-block-age-6 label.formControlLabel,
    .rsform-block-naissance-6 label.formControlLabel
    {
        display:none;
    }
    .formResponsive .formHorizontal .rsform-block-nom-2 .formControls,
    .formResponsive .formHorizontal .rsform-block-sexe-2 .formControls,
    .formResponsive .formHorizontal .rsform-block-age-2 .formControls,
    .formResponsive .formHorizontal .rsform-block-naissance-2 .formControls,
    .formResponsive .formHorizontal .rsform-block-nom-3 .formControls,
    .formResponsive .formHorizontal .rsform-block-sexe-3 .formControls,
    .formResponsive .formHorizontal .rsform-block-age-3 .formControls,
    .formResponsive .formHorizontal .rsform-block-naissance-3 .formControls,
    .formResponsive .formHorizontal .rsform-block-nom-4 .formControls,
    .formResponsive .formHorizontal .rsform-block-sexe-4 .formControls,
    .formResponsive .formHorizontal .rsform-block-age-4 .formControls,
    .formResponsive .formHorizontal .rsform-block-naissance-4 .formControls,
    .formResponsive .formHorizontal .rsform-block-nom-5 .formControls,
    .formResponsive .formHorizontal .rsform-block-sexe-5 .formControls,
    .formResponsive .formHorizontal .rsform-block-age-5 .formControls,
    .formResponsive .formHorizontal .rsform-block-naissance-5 .formControls,
    .formResponsive .formHorizontal .rsform-block-nom-6 .formControls,
    .formResponsive .formHorizontal .rsform-block-sexe-6 .formControls,
    .formResponsive .formHorizontal .rsform-block-age-6 .formControls,
    .formResponsive .formHorizontal .rsform-block-naissance-6 .formControls{
    width:100%;
    }
}
/*Ajout logo et picto après liens*/
a:not([class])[target="_blank"]::after, a:not([class])[target="_self"]::after{
   font-family:'iconmembres', fantasy;
    content:"\e72c"; 
    font-size:15px;
    position:relative;
    left:5px;
}
a:not([class])[href*=".pdf"]::after{
    font-family:'iconmembres', fantasy;
    content:"\e72d";
    position:relative;
    left:5px;
    top:5px;
    font-size:24px;
}
/*Bouton demande sur la section Je veux devenir locataire*/
.blk-demande{
    position: absolute;
    top: 0;
    z-index: 999;
}
#content-top .blk-demande{
    right:0;
}
.home #content-top .blk-demande{
    right:inherit;
    left:-110px;
}
.block-demande{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.demande-container{
   /* right: -41%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    max-width: 28%;*/
}
.block-demande-logement_item{
    height:100%;
    width:100%;
}
.block-demande-logement_item .item_link{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    padding: 10px 20px 0;
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#35a6d3), to(#3dc0f4));
    background-image: -webkit-linear-gradient(left, #35a6d3 0%, #3dc0f4 100%);
    background-image: -o-linear-gradient(left, #35a6d3 0%, #3dc0f4 100%);
    background-image: linear-gradient(to right, #35a6d3 0%, #3dc0f4 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.demande-logement_item_inner{
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.block-demande-logement_item a.item_link:hover{
    background-image: -webkit-gradient(linear, left top, right top, from(#2688af), to(#0eb0f0));
	background-image: -webkit-linear-gradient(left, #2688af 0%, #0eb0f0 100%);
	background-image: -o-linear-gradient(left, #2688af 0%, #0eb0f0 100%);
	background-image: linear-gradient(to right, #2688af 0%, #0eb0f0 100%);
}
.demande-logement_item_image{
    margin-right:20px;
    font-size:60px;
}
.demande-logement_item_text{
    font-size: 32px;
    line-height: 1;
    color: #FFF;
    font-family: 'bebas_book',sans-serif;
}
@media (max-width:1450px){
    .home #content-top .blk-demande{
        left:0;
    }
}
/*Map*/
#mainbottom-2 .mod-article-single{
    margin-bottom:0;
}
#mainbottom-2 p{
    padding-bottom:0;
}
#mainbottom-2{
    line-height:0;
}
/*Ajustement Parc Immobilier*/
.fwre-item-actions li.print{
    display:none;
}