/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;1,500&display=swap');

/* Your CSS code goes here
-------------------------------------- */

.desciption-logo{
    display: table;
    margin-bottom: 16px;
    max-width: 150px!important;
}

.property-address-wrap .block-content-wrap .list-2-cols li span{
    max-width: initial;
}

.list-1-cols{
    columns: 1;
}

.property-features-wrap .block-content-wrap .list-3-cols li{
    line-height: 1.4;
}

.block-content-wrap .list-3-cols li,
.block-content-wrap .list-2-cols li{
    /* border-bottom: none; */
    /* line-height: 1.4; */
}

.advanced-search-nav{
    display: block!important;
    border-top: 1px solid #f3f3f3;
}

.item-header{
    width: 100%;
}

.item-header_image{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
}

.page-title-wrap .item-price-wrap .item-price{
    max-width: 320px;
    line-height: 1.2;
    font-size: 20px;
    color: #636363!important;
    font-weight: 400;
}

.page-title-wrap .item-price-wrap .item-price strong{
    color: #000000!important;
    display: block;
}

#form-aggir-container {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    overflow: scroll;
    padding: 20px;
    margin-top: -280px;
    margin-left: -370px;
}

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

/* .property-banner .tab-pane{
    height: 664px;
} */

/* .swipebox{
    height: 664px;
} */

.swipebox__img{
    width: 100%;
}

/* #property-gallery-js{
    height: 100%!important;
} */

.bootstrap-select .dropdown-item{
    padding: 6px 15px;
}

.header-v1{
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 767.98px) {
    .breadcrumb {
        margin-bottom: 16px;
    }
    .advanced-search .form-group{
        margin-bottom: 16px;
    }
}

#tab_aggir tr:first-child {background-color:#E6EBF1;}
#tab_aggir tr:first-child th {text-align:center!important;}
#tab_aggir th {text-align:center;padding:4px 7px;border:1px solid #C9D4E5;}
#tab_aggir th.noborder {text-align:left;padding:4px 7px;border:1px solid #C9D4E5;}
#tab_aggir td {padding:4px 7px;border:1px solid #C9D4E5;}
#tab_aggir td.last {padding:12px 7px;border:0 none;}
#tab_aggir tr.odd th,
#tab_aggir tr.odd td {background-color:#F4F4F4;}


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

body{
	margin:25px 0 0px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#0a485d;
	background-color:#fff;
}

a:hover{
	text-decoration:none;
}

.logo{
	max-width:55px;
	vertical-align: baseline;
	float:left;
}

.text-logo{
    text-align: center;
    color: #616161;
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
    margin-right: 52px;
    width: 150px;
    float: left;
}

.baseline{
	color: #898d98;
    font-size: 13px;
    line-height: 15px;
    margin-top: 18px;
    width: 230px;
    float: left;
}

.searchBloc{
	background: url(/assets/img/bg.jpg);
    min-height: 550px;
    max-height: 600px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c5dceb;
    margin: 20px 0;
    color: #0a485d;
    font-size: 40px;
    line-height: 46px;
    padding-top: 80px;
}

.searchBloc .input{
	background-color: #fff;
    height: 60px;
    width: 430px;
    outline: none;
    border: 0px;
    border-radius: 4px 0px 0px 4px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
	float:left
}

.searchBloc .button, .formButton, .advanced-search-v1 .button{
	background-color: #32bca6;
    color: #fff;
    height: 60px;
    border-radius: 0px 4px 4px 0px;
    margin-top: 40px;
    float: left;
    border: 0px;
    outline: none;
    width: 250px;
    font-size: 16px;
    transition: all 0.3s;
}

.search{
	width:100%;
	float: left;
}

.searchBloc .button:hover, .formButton:hover{
	background-color: #118b9e;
}

.formButton, .advanced-search-v1 .button{
	border-radius: 4px;
    height: 60px;
    width: 170px;
	margin-top: 50px;
}

.logoGroupes{
	width:100%;
	float: left;
	margin-top:80px;
}

.logoGroupes img{
	filter:grayscale(100%);
	max-height: 37px;
	height: 37px;
    margin-right: 20px;
    opacity: 0.6;
	transition: all 0.3s;
}

.logoGroupes img:hover{
	filter:none;
	opacity:1;
}

.partenaires{
	background-color: #f3f3f3;
    height: 100px;
    border-radius: 4px;
    margin-top: 30px;
}

.searchBloc .bold{
	font-weight: 400;
}

#app{
	color: #118b9e;
}

.mr{
	max-width: 70%;
    margin-top: 40px;
}

.container-options {
	margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.container-options .col-lg-8{
	line-height: 20px;
    font-size: 14px;
	margin-top: 90px;
}

.container-pointsAR{
	margin-top: 70px;
}

.container-pointsAR h2, .container-pointsAR h1{
	font-size:28px;
	text-align:center;
}

.container-pointsAR h2 div{
	    color: #68767B;
	font-size:20px;
	font-size: 18px;
	line-height:20px;
    font-weight: 300;
}

.container-pointsAR .col-lg-3{
	text-align:center;
	font-weight:400;
	margin-top:20px;
}

.container-pointsAR .col-lg-3 img{
	height:48px;
	width:48px;
	margin-bottom:15px;
}

.container-testimonials{
    margin-top: 90px;
	position:relative;
}

.container-testimonials:before{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5.6rem);
    background-color: #D6ECEF;
}

.container-testimonials .col-lg-7{
	background-color:#023B54;
	color:#fff;
	padding: 50px;
	text-align:center;
	
}

.container-testimonials .col-lg-7 .consulter{
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: block;
    clear: both;
    width: 270px;
    padding: 10px;
    border-radius: 5px;
	margin-bottom: 15px;
}

.container-testimonials .col-lg-7 a{
    color: #ffffff;
}

.container-testimonials .col-lg-5{
	background:url('/assets/img/testimonials.jpg');
	background-size: cover;
    background-position: center;
}

.temoignages{
	text-transform: uppercase;
    background-color: #08506F;
	margin: auto;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: table;
    padding: 3px 15px;
    margin-bottom: 40px;
}

.container-testimonials .col-lg-7 .citations{
	    margin-bottom: 25px;
    font-family: "Lora",serif;
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
}

.container-testimonials .col-lg-7 .auteur{
	    margin-bottom: 3.2rem;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

.container-testimonials .consulter a{
	color:#fff !important;
}

.testimonialImg{
	margin-left: -15px;
	margin-top: 60px;
	margin-bottom: 70px;
}

.testimonialImg img{
	width: calc((((100vw - 1100px)) / 2) + 200px);
	-webkit-box-shadow: 15px 15px 0px 0px rgba(255,195,111,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(255,195,111,1);
	box-shadow: 15px 15px 0px 0px rgba(255,195,111,1);
}

.testimonials{
	float: right;
    width: calc(100vw - ((((100vw - 1100px)) / 2) + 280px));
	padding: 20px 40px;
}

.testimonials h2{
	font-size:25px	
}

.stars{
	float: right;
}

.stars .etoile{
	color:rgba(255,195,111,1);
	font-size:24px;
	float:left;
	margin-right:15px;
}

.stars .satisfaction{
	    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 7px;
    float: left;
}

.stars .satisfaction span{
	font-size: 15px;
    font-weight: 100;
    color: #acacac;
}

.sep{
	height:5px;
	width:50px;
	background-color:#118b9e;
	margin-top: 20px;
}

.item-testimonials{
	margin-top: 30px;
    margin-bottom: 30px;
    height: 340px;
    overflow: hidden;
    padding: 30px;
    text-align: justify;
    background: #f3f3f3;
    border-radius: 5px;
	position:relative;
}

.item-testimonials:before {
    content: "\f10e";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: -12px;
    color: #ececec;
    font-size: 40px;
 }

.arrow{
	float:left;
	font-size: 12px;
}

.arrow div{
	padding: 10px;
    border: 1px solid #e0e0e0;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #999;
	margin-right:10px
}

.dossiers{
	margin-top:80px;
	position: relative;
	padding: 60px 0 60px;
}
.dossiers-content ul{
	font-size: 14px;
    margin-top: 10px;
    padding-right: 10px;
}

.dossiers .card, .blog-content .card{
	background-color:#fff;
	border-radius: .2rem;
    background-color: #fff;
    box-shadow: 0 2.4rem 4rem rgba(8,80,111,0.04), 0 0.4rem 2.4rem rgba(8,80,111,0.04);
	min-height: 400px;
	margin: 80px 0 40px;
}

.dossiers .card {
    min-height: 590px;
}

.dossiers:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68.88%;
    height: 100%;
    background-color: #F4F8FA;
}

.container-pointsAR h3{
	border-radius: 5px;
    box-shadow: 0 0.8rem 1.6rem rgba(8,80,111,0.04), 0 0.4rem 2.4rem rgba(8,80,111,0.08);
    transition: box-shadow 200ms;
    background-color: #F4F8FA;
    font-size: 20px;
    padding: 25px;
    text-align: center;
    margin: 20px auto;
    width: 80%;
    font-weight: 300;
}

.titleDossiers{
	font-size:16px;
	background: #32bca6;
}

.dossiers-content h2{
	font-size: 25px;
    margin-bottom: -23px;
    position: relative;
	z-index: 99;
}

.dossiersAR1{
	background:url('/assets/img/Fotolia_44022360_XS.jpg');
	background-size: cover;
    height: 360px;
}

.dossiersAR2{
	background:url('/assets/img/dossier4.jpg');
	background-size: cover;
    height: 180px;
	background-position: center;
}

.dossiersAR3{
	background:url('/assets/img/Depositphotos_41648917_s-2019.jpg');
	background-size: cover;
    height: 180px;
	background-position: center;
}

.dossiersAR4{
	background:url('/assets/img/dossier4.jpg');
	background-size: cover;
    height: 180px;
	background-position: center;
}

.dossier-etiquette{
	float: left;
    margin: 10px;
    font-size: 12px;
    color: #fff;
    
    text-align: center;
    border-radius: 3px;
}

.dossier1{
	width: 130px;
	background-color: #07506f;
}

.dossier2{
	width: 85px;
	background-color: #f1874b;
}

.dossier3{
	width: 90px;
	background-color: #5cb4c0;
}

.dossier4 {
    width: 55px;
    background-color: #32bda6;
}

.dossier-title{
	background-color: #fff;
    padding: 0px 10px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #1f5e74;
    text-align: left;
}

.gradient{
	background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 80%);
background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 80%);
background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 80%);
background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 80%);
	position:absolute;
	bottom:0;
	height:50%;
}

.annuaire{
	background-color:#FEF3ED;
	margin-top:20px;
}

.annuaire.dossiers{
	background-color:#f3f3f3;
	margin-top:0px;
}

.annuaire.dossiers h1{
	font-size: 25px;
	text-align:center;
}
.annuaire.dossiers h4{
	font-size: 16px;
	font-weight:100;
	text-align:center;
}

.annuaire-content{
	background-color: #FEF3ED;
    padding: 50px;
    color: #09485d;
	background-image:url('/assets/img/carte.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
}

.annuaire-content a{
	color: #68767B;
	text-decoration:none;
}

.annuaire-content a:hover{
	color: #F1874B;
	text-decoration:none;
}

.annuaire.dossiers .annuaire-content{
	background-color: #fff;
    color: #09485d;
	background-image:none;

}

.annuaire-content h2{
	font-size:25px;
	text-align:center;
}

.annuaire-content .sep{
	margin-right: auto;
    margin-left: auto;
	background-color:#F1874B
}

.annuaire-content .button {
	background-color: #F1874B !important;
}

.annuaire-content .sep2{
	float: left;
    margin-top: 0px;
}

.annuaire-content .consulter{
    background-color: #F1874B !important;
	border:0px;
}

.annuaire-content .consulter a{
	color:#fff !important;	
}

.annuaire-content .input{
	background-color: #fff;
    height: 60px;
    width: 70%;
    outline: none;
    border: 0px;
    border-radius: 4px 0px 0px 4px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
	float:left
}

.annuaire-content .button, .advanced-search-v1 .button{
	background-color: #108b9e;
    color: #fff;
    height: 60px;
    border-radius: 0px 4px 4px 0px;
    margin-top: 40px;
    float: left;
    border: 0px;
    outline: none;
    width: 30%;
    font-size: 16px;
    transition: all 0.3s;
}

.advanced-search-v1 .button{
	height: 50px;
    border-radius: 4px;
    width: 100%;
    margin-top: 0px;
	background-color: #478eba;
}

.bootstrap-select .dropdown-toggle::after {
    content: "";
    font-size: 12px !important;
    font-weight: bold;
    color: #4db7fe;
}

.annuaire-content .search{
	width: 60%;
	height: 110px;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.searchBloc .button:hover{
	background-color: #118b9e
}

.annuaire-content .content{
	margin-top: 50px;
    padding: 20px 50px 0px;
    position: relative;
    clear: both;
    display: block;
    overflow: auto;
}

.annuaire-content .content h3{
	font-size:18px;
	font-weight: 400;
}


.annuaire-content .content ul li{
	width:25%;
	float:left;
	font-size:13px;
	color: #68767B;
}

.annuaire-content .content ul{
	height: auto;
    width: 100%;
    float: left;
    margin: 15px 5px 50px 5px;
	list-style-type:none;
}

.annuaire-content .content ul li:before {
    content: "•";
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
	font-size: 15px;
	margin-right: 5px;
}

.annuaire-content .dropdown.bootstrap-select, .searchBloc .dropdown.bootstrap-select{
	float: left;
    width: 70%;
    margin-top: 40px;
}

.searchBloc :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 430px !important;
}

.annuaire-content .btn.dropdown-toggle.btn-light, .searchBloc .btn.dropdown-toggle.btn-light{
	border: 0px;
    height: 60px;
    padding-top: 10px;
    font-size: 30px;
    border-radius: 5px 0px 0px 5px;
}

.annuaire-content .filter-option-inner-inner, .searchBloc .filter-option-inner-inner{
	color: #68767B;
    font-size: 16px;
}

.annuaire-content .bootstrap-select .dropdown-toggle::after, .searchBloc  .bootstrap-select .dropdown-toggle::after {
    content: "";
    font-size: 12px !important;
    font-weight: bold;
    color: #fff;
}

.annuaire-content :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]), .searchBloc  :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){
	width:70%;	
}

.footer-top-wrap {
    color: rgba(5,46,63,0.75) !important;
    background-color: #ffffff !important;
    padding: 20px;
}

.footer-top-wrap a {
    color: rgba(5,46,63,0.75) !important;
    font-weight: 300 !important;
}

.footer-bottom-wrap {
    background-color: #fff !important;
    color: rgba(5,46,63,0.75) !important;
    float: right;
    font-size: 12px;
    width: 100%;
    /* text-align: right; */
    border-top: 1px solid #dcdcdc;
    padding: 10px;
}

#menu-footer{
	display: flex;
  justify-content: space-between;
}

#nav_menu-2{
	margin-bottom:0px;
}

footer .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li {
    line-height: 35px;
    padding: 0 25px 0px 25px;
    float: left;
}

footer .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before {
    content: "";
    font-size: 10px;
}

.consulter{
	margin: 0 auto;
    text-align: center;
    color: #09485d;
    border: 1px solid #09485d;
    display: block;
    clear: both;
    width: 270px;
    padding: 10px;
    border-radius: 5px;
}

.consulter a{
	color:#09485d;
	text-decoration:none;
}

.dossier{
	width:48%;
	float:left;
	margin-left:2%;
	height: 180px;
	    margin-bottom: 20px;
    margin-top: 30px;
}

.dossier:last-child{
	margin-left:0%
}

.dossier .dossier-left{
	width:50%;
	float:left;
	height: 100%;
	background-size: cover !important;
}

.dossier .dossier-left .titleDoss{
	color:#fff;
}

.dossier1 .dossier-left{
	background:url("../img/dossier1.jpg");
}
.dossier .dossier-right{
	width:50%;
	float:left;
}


.dossiers .blog{
	background: #fff;
	color:#fff;
	text-align:center;
	padding:0px;
}

.blogart{
	text-align:center;
	padding:70px;
	position:relative;
}

.blogart:before{
content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 300px);
    background-color: #5CB4C0;
}

.blogart h1{
	font-size: 25px;
	margin-top: 20px;
	font-size: 28px;
	color:#fff;
}

.blogart .sep{
	margin: 25px auto;
}

.blogart .consulter{
	    background-color: #EAF5F7;
    color: #5CB4C0;
    width: 300px;
    border: 0px;
    margin-top: 20px;
}

.blog .consulter a{
	color: #5CB4C0;
	font-weight:400
}

.blog-content{
	position:relative;	
}

.blog-content .card {
	margin-top:40px;	
}

.blog-content h4{
	font-size: 20px;
	color:#fff;
	font-weight: 200;
}

.blogart .blog-images, .dossiers-content .blog-images{
	height: 200px;
    background-image: url(https://www.las-residencias-de-ancianos.es/blog/wp-content/uploads/2019/10/Fotolia_37552592_Subscription_Monthly_XXL.jpg);
    background-size: cover;
    background-position: center;
}

.blogart .blog-images img{
	width: 100%;
    height: 100%;
}

.blogart .blog-date{
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	color: #1f5e74;
	text-align:left;
	font-size: 13px;
}
.blogart .blog-title{
	background-color: #fff;
	padding: 0px 20px;
	font-size: 22px;
    line-height: 24px;
	font-weight:400;
	color: #1f5e74;
	text-align:left
	
}
.blogart .blog-article-content{
	color: #1f5e74;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    text-align: justify;
}

.blogart .blog-article-content a{
	font-size: 14px;
	color: #32bca6;
	line-height: 45px;
}


.HeadTarif{
	padding: 5px 20px;
    background: #32bca6;
    border: 1px solid #ffffff;
    border-radius: 34px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    font-size: 11px;
    text-align: left;
    float: right;
    margin-top: -5px;
    transition: border 0.3s, opacity 0.3s;
    text-decoration: none;
    outline: none;
    line-height: 16px;
}

.HeadTarif span{
	font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.HeadTarif .fa{
	font-size: 28px;
    float: left;
    margin-right: 5px;
    transform: rotate(90deg);
    margin-top: 3px;
}

.HeadTarif:hover{
	border: 1px solid #ffffff;
    border-radius: 34px;
    color: #ffffff;
}

.BannerTarif{
	margin:35px auto 0 auto;
	text-align: center;

}

.BannerTarif a{
	background: #fff;
	border:2px solid #fff;
    padding: 15px 30px;
    border-radius: 4px;
    color: #0042da;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
	transition:border 0.3s;
	text-decoration:none;
	outline:none;
}

.BannerTarif a:hover{
	border: 2px solid #75deff;
}

.banner{
	border-radius:5px;
	width:100%;
	height:550px;
	background-color:#0042da;
	margin-top:40px;
}

.banner .imgBg{
	position: absolute;
    bottom: 0;
    right: -30px;
    width: 400px;
}

.banner .bgBanner{
	position: absolute;
    width: 95%;
    max-width: 750px;
    bottom: 0;
    opacity: 0.5;
}

.title{
	font-weight:500;
	color:#fff;
	font-size:50px;
	margin-top: 130px;
    float: left;
    margin-left: 100px;
	line-height: 58px;
	width: 80%;
}

.title #app{
	color:#75deff;
}

.card-title {
    margin-bottom: 1em;
    margin-top: 1em;
    color: #293148;
    font-size: 18px;
}

.card-title span {
	color:#0042da;
}

.point li{
	color: #898d98;
	font-size: 14px;
}

.point li img{
    margin-top: 2em;
    max-width: 45%;	
}

.points{
	color: #898d98;
	font-size: 15px;
    text-align: justify;
}

.points .titleP, .blue-container .titleP{
	color: #020202;
	font-size: 26px;
	font-weight:500;
	margin-bottom: 18px;
}

.points .titleP span, .blue-container .titleP span{
	color: #0042da;
}

.points .row{
	margin:50px 0;
}

.imgPoints{
	width: 350px;
    height: 350px;
    margin: auto;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
    border-radius: 8px;
}

.descText{
	margin: auto;
}

.colText{
	display: flex;
    width: 100%;
    height: 350px;
}

.blue-container {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(94%,#e1f5ff));
    background-image: linear-gradient(-180deg,#fff,#e1f5ff 94%);
	text-align:center;
	margin-top:100px;
}

.imgPointille{
	max-height:70px;
	margin-top:15px;
	margin-bottom:5px;
}

.blue-container .titleP{
	margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.colTimeline{
	max-width:500px;
	width:100%;
	margin: auto;
}

.colTimeline .titleP{
	font-size:20px;
	line-height: 22px;
	text-transform:uppercase;
}

.imgtime{
	max-height:120px;float:left;
}

.imgSide{
	float:left;
	width:220px;
	text-align:center;
	margin-top:20px;
}

.textSide{
	float:left;
	margin-top:20px;
	text-align:left;
	    color: #898d98;
}

.etiquettes{
	background-color: #fff;
    padding: 20px 20px;
    display: inline-block;
    margin-top: 15px;
    color: #898d98;
	-webkit-filter: drop-shadow(0 0 1px #d4e1f9) drop-shadow(0 2px 10px #e5edfc);
    filter: drop-shadow(0 0 1px #D4E1F9) drop-shadow(0 2px 10px #E5EDFC);
}

.textSide ul {
  list-style: none;
}

.textSide ul li:before {
  content: 'âœ“';
	color:#75deff;
	margin-right: 10px;
}

footer{
	background: #fff;
    /* padding: 52px; */
    color: #ddd;
    float: left;
    width: 100%;
}

footer a{
	color:#fff;
}

footer .points{
	color:#fff;
}

footer .points a{
	color:#fff;
}

footer img{
	max-width: 180px;
	margin-top:-5px;
}

.listMR{
	background-color:#f3f3f3;
}

.listMR .listData{
    margin-top: -35px;
}

.listMR .listData .page-title-wrap {
    padding: 15px 15px 10px;
    background: #fff;
}

.grid-view .item-listing-wrap {
    margin-bottom: 40px;
}

.titleList{
	width:100%;
	height:50px;
	height:140px;
	background-color: #c6dceb;
    margin-top: 25px;
}

.titleList h1{
	font-size: 2em;
	margin-top: 5px;
}

/*-------------pagination---------------------------------------*/
.pagination {
	margin-top:15px;
	text-align:center;
	float:left;
	width:100%;
}
.pagination  a {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:6px;
 	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
	font-size:13px;
	color:#888DA0;
	background:#fff;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
.pagination  a.prevposts-link {
	margin-right:20px;
}
.pagination  a.nextposts-link {
	margin-left:20px;
}
.pagination  a.prevposts-link , .pagination  a.nextposts-link{
	width: auto;
	padding:0 30px;
}
.pagination  a.prevposts-link span {
	float:right;
	margin-left:10px;
}
.pagination  a.nextposts-link span {
	float:left;
	margin-right:10px;
}
.page-link{
	font-size: 14px;
    font-weight: 300;
}
.page-item.active .page-link{
	border-color: #4db7fe !important;
	background-color:#4db7fe !important;
}

.page-link:hover {
    background-color: #4db7fe !important;
    border-color: transparent;
}

.pagination-wrap {
    margin: 0px 0 !important;
}

.formResults{
	border: 1px solid #e5e7f2;
    border-radius: 5px;
    height: 150px;
    margin-bottom: 40px;
    background: url(/assets/img/femme_formulaire.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 175px;
    padding-top: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    font-size: 15px;
    line-height: 20px;
	transition:0.3s all;
}

.filters{
	margin-top: 15px;
}

.filters .fas, .subcontentMR .fas{
	color: #4db7fe;
}

.filters span{
	background: #f3f3f3;
    padding-right: 10px;
}

.afterFilters{
	width: 100%;
    height: 1px;
    background: #dbdde6;
    margin-top: -12px;
    margin-bottom: 25px;
}

.form-row {
    margin-right: 0px;
    margin-left: 0px;
}

.filter-option-inner-inner{
	font-weight:300;
	font-size:14px;
}

.formResults:hover{
box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.hover-effect:before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(6,27,65,0) 40%,rgba(6,27,65,0.75) 100%)
}

.item-body.flex-grow-1{
	border: 1px solid #e5e7f2;
    border-radius: 15px 15px 10px 10px;
    margin-top: -20px;
    z-index: 10;
    background-color: #f9f9f9;
	padding: 0;
}

.item-body.flex-grow-1 .item-title{
	padding:20px 20px 0px;
}

.advanced-search-nav {
    display: block!important;
    border-top: 0px;
	padding-top: 15px !important;
    padding-bottom: 10px;
    background-color: transparent !important;
}

.bt-sidebar-wrap.houzez_sticky{
	background-color: #f3f3f3 !important;
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.form-group{
	width:100%;
	margin-bottom:15px !important;
}

.dropdown.bootstrap-select.form-control{
	border-color: #e5e7f2;
	background-color: #f9f9f9;
}

.formResultsTitle{
	color: #32bda6;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cross-shadow-ribbon {
    position: absolute;
    background: #ffc36f;
    top: -36px;
    width: 135px;
    padding: 10px;
    margin-left: 15px;
    color: #0a485c;
    border-radius: 0 0 2px 2px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cross-shadow-ribbon:before {
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #d69f52;
    border-left: 15px solid transparent;
}

.item-address {
    line-height: 15px;
	    color: #8e8e8e;
	padding:0 20px 0px;
}

.item-address.last-address{
	border-bottom: 0;
    padding-bottom: 0px;
    padding-top: 15px;
    border-top: 1px solid #e5e7f2;
}

.item-address .fas{
    font-size:11px;
	color:#4DB7FE;
}

.geodir_status_date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    padding: 3px 10px;
    color: #fff;
    z-index: 20;
    font-size: 11px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
	background: #5ECFB1;
}

.geodir_status_capacite {
	background: rgba(0,0,0,0.4);
    left: 20px;
    bottom: 38px;
    top: inherit;
    right: inherit;
}

.listData .bt-content-wrap{
	background: #f3f3f3;
    padding-top: 40px;
}

.item-wrap.item-wrap-v1{
	background-color: transparent !important;
}
.item-wrap.item-wrap-v1 .item-header_image.bg-gray{
	transition:all 1s;
}

.item-wrap.item-wrap-v1:hover .item-header_image.bg-gray{
	transform: scale(1.10);
}

.item-listing-wrap.card:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgba(37,44,65,0.12);
    transition: all 1s ease;
}

.item-listing-wrap.card:hover:after {
    box-shadow: 0 10px 14px 0 rgba(37,44,65,0.25);
}

.btnSearch{
	background: #5ECFB1 !important;
}

.divButton{
	width:100%;
	overflow: hidden;
	height: 50px;
	margin-top:5px
}

.round {
    content: '';
    position: relative;
    right: -30px;
    top: -65px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
    opacity: 0.25;
    float: right;
}

.btnSearch .fa-search{
	float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5dcfb2;
}

.bannerLeft{
    border: 1px solid #e5e7f2;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s all;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bannerLeftHeader{
	background-color: #c7deec;
    height: 90px;
	background: url(/assets/img/arContact.jpg);
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    padding: 25px 10px;
	color:#fff;
}
.bannerLeftContain{
	padding:15px;
}

.bannerLeftContain ul{
	margin-top:10px;
	list-style-type: none;
}

.bannerLeftContain ul li{
    margin-bottom: 10px;
    line-height: 18px;
}

.bannerLeftContain ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	color:#5dcfb2;
	    font-size: 18px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.bannerbottomText{
	color: #32bda6;
    font-weight: 400;
	    margin-bottom: 25px;
}

.bannerbottomText .phone{
	font-size:20px;
}

.bannerbottomText .prix{
	font-size: 11px;
    font-weight: 200;
    color: #666;
    letter-spacing: -0.3px;
}

.titleBanner{
	font-size: 17px;
    text-transform: uppercase;  
}

.subtitleBanner{
	font-size: 16px;
    text-transform: none;
    margin-top: 0px;
    font-weight: 400;
    border: 0;
    background-color: #5dcfb2;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    bottom: 40px;
    margin-bottom: -15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 10px 15px 10px 15px;
}

.listMR.property-wrap .listData .page-title-wrap {
    padding: 15px 15px 20px;
    background: #fff;
	margin-bottom: 30px;
}

.page-title-wrap .item-address {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0;
    color: #0a485c;
    font-weight: 400;
}

.titleList .page-title-wrap {
    padding: 25px 0 !important;
}

.etiquette{
	color: #fff;
    font-size: 12px;
    background: rgba(50, 190, 166, 0.7);
    padding: 4px 10px;
    width: auto;
    border-radius: 4px;
}

.back{
	float: right;
    color: #0a485c;
    font-size: 12px;
    border: 1px solid #0a485c;
    padding: 5px 10px;
    margin-top: -60px;
	border-radius:3px;
}

.back a{
	color:#0a485c;
}

.listMR.property-wrap .titleList {
    height: 170px;
}

.listMR.property-wrap .item-address .fas {
    font-size: 14px;
    color: #32bda6;
    margin-right: 5px;
}

.contentMR{
	margin:0px;
}

.similar-property-wrap {
    margin-top: 40px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.property-top-wrap, .subcontentMR{
	background: #fff;
    padding: 20px;
    margin: 0 -15px;
}


.subcontentMR h2{
	font-size: 18px;
    margin: 0 -20px;
    background: #c6dceb;
    padding: 15px 20px;
}

.subcontentMR h3{
	font-size: 16px;
    background: #fff;
    padding-right: 10px;
	z-index: 3;
    position: relative;
	width: fit-content;
}

.subcontentMR .afterFilters {
    width: 100%;
    height: 1px;
    background: #dbdde6;
    margin-top: -17px;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}


.subcontentMR .description{
	text-align:justify;
	margin:20px 0 40px;
	color: #0a475ce3;
}

.subcontentMR.titleResult p{
	display:inline;
}

p.desc{
	text-align: justify;
    font-size: 14px;
    line-height: 18px;
}

.subcontentMR.titleResult h3 {
    font-size: 20px;
    background: #f3f3f3;
}

.subcontentMR.titleResult{
	background:transparent;
	padding:0;
	font-size:18px;
}

.detailsMR{
    width: 100%;
    height: 45px;
    background: #4db7fe21;
    margin-bottom: 5px;
    padding: 0 20px;
    padding: 10px 20px;
    font-size: 14px;
	color: #0a475ce3;
}

.vert{
	float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #60c7bbc4;
    color: #fff;
    margin-right: 5px;
    border-radius: 40px;
    font-size: 13px;
}

.grey{
	float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #bdbdbdc4;
    color: #fff;
    margin-right: 5px;
    border-radius: 40px;
    font-size: 13px;
}

.vert .fas, .grey .fas{color:#fff;}

.lits, .nbrchambre{
	margin-left: 15px;
    background-color: #eee;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 12px;
    float: right;
    color: #666;
    margin-top: -3px;
}

.nbrchambre{
	color: #fff;
    background-color: #4db7fe;
    float: none;
    font-weight: 400;
}

.lits .fas{
	color: #666666ab;
}

.sepDiv{
	width:100%;
	float: left;
    margin-top: 40px;
}

.detList{
	width: 90%;
    margin: 20px auto !important;
	margin-bottom: 0px !important;
}

.detList .grey, .detList .vert{
	margin-top: 7px;
    line-height: 25px;
}

.block-content-wrap .list-2-cols li, .detList li {
    width: 44%;
    float: left;
    margin: 0px 3%;
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #25596d;
}

.hebergement li{
	width:100%;
	margin:0px 0px 10px;
}
.block-content-wrap .list-2-cols li b, .detList li b{
	font-weight: 400;
}

.maj{
	float: right;
    font-weight: 200;
    font-size: 12px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}

.bannerLeft.residBanner{
	margin-top:0px;
}

.bannerLeft.residBanner .bannerLeftHeader{
	font-size: 16px;
}

.bannerLeft.residBanner h4{
	font-size: 16px;
    text-align: center;
    background: #c6dceb;
    margin: -15px -15px 0 -15px;
    padding: 10px;
}

.testimonials_quote{
	background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.testimonials_quote:before {
    content: "\f10e";
    font-family: FontAwesome;
    left: 0px;
    position: relative;
    float: right;
    color: #c6dceb;
    font-size: 40px;
}

.testimonial_quote_footer {
    text-align: left;
    margin-bottom: 10px;
    color: #5ecfb1;
    font-weight: 600;
}

#pagin{
	text-align:center;
}

#pagin li a, .next, .prev{
	background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.current {
    color: white !important;
    background: #4db7fe !important;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
}

.header .btn2{
	display:none;	
}

.dossiers-content a{
	color: #205e73 !important;
}

@media (max-width: 600px) {
	body {
    	margin: 10px 0 0px 0;
	}
	
	.searchBloc :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
		width: 100% !important;
	}
	
	.searchBloc .btn.dropdown-toggle.btn-light {
	    border-radius: 5px 5px 0px 0px;
	}
	
	.archive .home{
		margin-top:10px;
	}
	
	.baseline{
		display:none;
	}

    .text-logo{
		display:none;
	}

	.imgPoints {
		width:100%
	}
	
	#ticker{
		margin-top: 440px;
	}
	
	.prod{
		    margin-top: -780px;
	}
	
	.header .btn{
		display:none;	
	}
	
	.header .btn2{
		display:block;	
	}
	
	.header{
		text-align: center;
		margin-bottom: -10px;
	}
	
	.header .col{
		width:100%;
	}
	
	.logo {
		max-width: 50px;
		vertical-align: baseline;
		display: block;
		margin: 0 auto;
	}
	
	.HeadTarif {
		padding: 8px;
		border: 1px solid #ffffff;
		border-radius: 50px;
	}
	
	.HeadTarif .fa {
		font-size: 25px;
		float: left;
		margin-right: 5px;
		transform: rotate(90deg);
		margin: 3px 5px;
	}
	
	.searchBloc {
		background: #c8deec;
		min-height: 345px;
		background-position: center;
		background-size: contain;
		margin: 20px 0;
		color: #0a485d;
		font-size: 22px;
		line-height: 26px;
		text-align: center;
		padding-top: 25px;
	}
	
	.searchBloc .input {
		background-color: #fff;
		height: 60px;
		width: 100%;
		outline: none;
		border: 0px;
		border-radius: 4px 4px 4px 4px;
		margin-top: 35px;
		font-size: 14px;
		font-weight: 300;
		padding: 15px 10px;
		float: left;
	}
	
	.searchBloc .button {
		background-color: #32bca6;
		color: #fff;
		height: 60px;
		border-radius: 0px 0px 5px 5px;
		margin-top: 20px;
		float: left;
		border: 0px;
		outline: none;
		width: 100%;
		font-size: 16px;
		transition: all 0.3s;
	}
	
	.logoGroupes{
		display:none;
	}
	
	.banner {
    	height: 570px;
	}
	
	.banner .imgBg {
		position: absolute;
		bottom: 0;
		right: 20px;
		width: 150px;
		z-index: 10;
	}
	
	.banner .bgBanner {
		position: absolute;
		width: 65%;
		max-width: 750px;
		bottom: 0;
		opacity: 0.5;
		z-index: 1;
	}
	
	.title {
		font-weight: 500;
		color: #fff;
		font-size: 45px;
		margin-top: 80px;
		float: left;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 0px;
		line-height: 50px;
		width: 100%;
	}
	
	.title #app {
		color: #75deff;
		font-size: 26px;
	}
	
	.BannerTarif {
		margin: 35px auto 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.BannerTarif a {
		background: #fff;
		border: 2px solid #fff;
		padding: 8px 13px;
		border-radius: 4px;
		color: #0042da;
		font-weight: 400;
		text-decoration: none;
		font-size: 30px;
    	line-height: 35px;
		transition: border 0.3s;
		text-decoration: none;
		outline: none;
		width: 100%;
		float: left;
		max-width: 340px;
	}
	
	.dossiers:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #F4F8FA;
	}
	
	.dossiers-content h2 {
		font-size: 20px;
		margin-bottom: -30px;
		position: relative;
		z-index: 99;
		text-align: center;
	}
	
	.dossiers {
		margin-top: 80px;
		position: relative;
		padding: 40px 0 60px;
	}
	
	.dossiers .card {
		min-height: inherit;
		margin: 80px 0 -30px !important;
	}
	
	.dossiers .card {
		background-color: #fff;
		border-radius: .2rem;
		background-color: #fff;
		box-shadow: 0 2.4rem 4rem rgba(8,80,111,0.04), 0 0.4rem 2.4rem rgba(8,80,111,0.04);
	}
	
	.dossier-title {
		font-size: 18px;
	}
	
	.container-testimonials .col-lg-7 .citations {
		font-size: 20px;
	}
	
	.container-testimonials .col-lg-7 {
	    padding: 50px 20px;
	}
	
	.container-options {
		margin-top: 50px;
		margin-bottom: 120px;
	}
	
	.container-options h2{
		font-size: 22px;
    	text-align: center;
	}
	
	.sep {
		height: 5px;
		width: 50px;
		background-color: #118b9e;
		margin-top: 20px;
		margin: 20px auto 0;
	}
	
	.container-options .col-lg-8 {
		line-height: 20px;
		font-size: 14px;
		margin-top: 40px;
		text-align: justify;
	}
	
	.blogart {
		text-align: center;
		padding: 50px 0px;
		position: relative;
	}
	
	.blogart h1 {
		font-size: 25px;
		margin-top: 20px;
		font-size: 22px;
		color: #fff;
	}
	
	.blog-content h4 {
		font-size: 15px;
		color: #fff;
		font-weight: 200;
	}
	
	.blog-content .card {
		margin: 30px 0 10px;
	}
	
	.annuaire-content {
	    padding: 50px 0px;
	}
	
	.annuaire-content .search {
    	width: 100%;
	}
	
	.annuaire-content .content {
    	padding: 20px 0px 0px;
	}
	
	.annuaire-content .content ul {
    	margin: 15px 0 50px;
		padding: 0;
	}
	
	.annuaire-content .content ul li {
    	width: 50%;
	}
	
	#menu-footer {
		display: inherit;
		justify-content: space-between;
	}
	
	.container-testimonials .row   { display: flex; flex-direction: column; }
	.container-testimonials .row .col-lg-7  { order:2 }
	.container-testimonials .row .col-lg-5 { order:1 }
	
	.container-testimonials .col-lg-5 {
		background: url(/assets/img/testimonials.jpg);
		background-size: cover;
		background-position: center;
		width: 90%;
		margin: auto;
		height: 350px;
	}
	
	.titleList .page-title-wrap {
		padding: 15px 0 !important;
	}

	.titleList {
		height: 120px;
	}

	.listMR .listData .page-title-wrap {
	display: none;
	}
	
	.pagination li:first-child, .pagination li:last-child{
		display:none
	}
	
	.titleList h1 {
		font-size: 20px;
		margin-top: 0px;
	}
	
	.subcontentMR.titleResult h3 {
		font-size: 15px;
		background: #f3f3f3;
		text-align: justify;
	}
	
	.formResults {
		border: 1px solid #e5e7f2;
		border-radius: 5px;
		height: 205px;
		margin-bottom: 40px;
		background: none;
		background-size: contain;
		background-repeat: no-repeat;
		text-align: center;
		padding-left: 0px;
		padding-top: 20px;
		background-color: #f9f9f9;
		box-shadow: 0 10px 20px rgba(0,0,0,.08);
		font-size: 15px;
		line-height: 20px;
		transition: 0.3s all;
	}
	
	.formResultsTitle {
		color: #32bda6;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	
	.cross-shadow-ribbon {
    	display: none;
	}
	
	.formResults .formButton {
		border-radius: 4px;
		height: 60px;
		width: 200px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.listData .bt-content-wrap {
		background: #f3f3f3;
		padding-top: 0px;
	}
	
	.visible-on-mobile {
		display: none;
	}
	
	.property-wrap .page-title-wrap {
		display: block;
	}
	
	.back {
		display:none;
	}
	
	.page-title-wrap .page-title h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.listMR.property-wrap .titleList {
		height: 155px;
	}
	
	.subcontentMR .description {
		text-align: justify;
		margin: 20px 0 40px;
		padding: 0 15px;
		color: #0a475ce3;
	}
	
	.block-content-wrap .list-2-cols li, .detList li {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.subcontentMR h3 {
    	font-size: 14px;
	}
	
	.detailsMR {
    	width: 100%;
    	min-height: 45px;
	}
	
	.lits, .nbrchambre {
		margin-left: 0px;
		background-color: #eee;
		padding: 2px 15px;
		border-radius: 5px;
		font-size: 12px;
		float: none;
		color: #666;
		margin-top: 3px;
		display: inline-block;
	}
	
	.subcontentMR h2 {
    	font-size: 16px;
	}
}

@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?1u3m93');
  src:  url('/assets/fonts/icomoon.eot?1u3m93#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?1u3m93') format('truetype'),
    url('/assets/fonts/icomoon.woff?1u3m93') format('woff'),
    url('/assets/fonts/icomoon.svg?1u3m93#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icom-"], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size: 20px;
	margin-left:10px;
    vertical-align: bottom;
    color: #4db7fe;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icom-dog:before {
  content: "\e900";
}
.icom-dish:before {
  content: "\e901";
}
.icom-washing-machine:before {
  content: "\e902";
}
.icom-call:before {
  content: "\e903";
}
.icom-brain:before {
  content: "\e904";
}
.icom-wifi:before {
  content: "\e905";
}
.icom-doctor:before {
  content: "\e906";
}
.icom-doctor-1:before {
  content: "\e907";
}
.icom-musical-notes:before {
  content: "\e908";
}
.icom-air-conditioner:before {
  content: "\e909";
}
.icom-park:before {
  content: "\e90a";
}
.icom-hair-dryer:before {
  content: "\e90b";
}
.icom-bed:before {
  content: "\e90c";
}
