@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Engel Voelkers Text';
    src: url('fonts/EngelVoelkersText-Bold.eot');
    src: url('fonts/EngelVoelkersText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EngelVoelkersText-Bold.woff2') format('woff2'),
        url('fonts/EngelVoelkersText-Bold.woff') format('woff'),
        url('fonts/EngelVoelkersText-Bold.ttf') format('truetype'),
        url('fonts/EngelVoelkersText-Bold.svg#EngelVoelkersText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face { 
     font-family: 'engelvoelkers-texte';
     src:    url('/fonts/ev-text-bold.ttf') format('truetype');
     font-style: normal;
     font-weight: 700;
     font-display: auto;
}
@font-face { 
     font-family: 'engelvoelkers-texte';
     src:    url('/fonts/ev-text-light.ttf') format('truetype');
     font-style: normal;
     font-weight: 300;
     font-display: auto;
}
@font-face { 
     font-family: 'engelvoelkers-texte';
     src:    url('/fonts/ev-text-regular.ttf') format('truetype');
     font-style: normal;
     font-weight: 400;
     font-display: auto;
}
@font-face { 
     font-family: 'engelvoelkers-titre';
     src:    url('/fonts/ev-head-bold.ttf') format('truetype');
     font-style: normal;
     font-weight: 700;
     font-display: auto;
}
@font-face { 
     font-family: 'engelvoelkers-titre';
     src:    url('/fonts/ev-head-regular.ttf') format('truetype');
     font-style: normal;
     font-weight: 400;
     font-display: auto;
}

.anim{
	opacity: 0;
	transition: opacity .4s .2s;
}

.anim.seen{opacity: 1;}

/* font-family: 'Inter', sans-serif; */
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	/*font-family: 'Inter', sans-serif;*/
	font-family: 'engelvoelkers-texte';
	font-weight: 400;
	color: #000;
	font-size: 16px;
	padding-top: 92px;
}

.wrap{
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .buy-title{
	font-family: 'engelvoelkers-titre';
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;
	font-style: italic;
	font-size:16px;
	text-transform: none;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.4);
	z-index: 999;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a.logoh{
	border-right: 1px solid #e3e3e3;
	width: 370px;
	box-sizing: border-box;
	padding-right: 14px;
	padding-top: 22px;
	padding-bottom: 22px;
}

header a.logoh img{
	display: block;width: 100%;
}

.menu-ico{display: none;}

.navcont{
	flex-grow: 1;
}

.navcont .soc{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navcont nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8px;
}

.navcont nav a, .wsub span{
	color: #000 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 10px;
	transition: all .4s;
}

.navcont nav i{font-size: 12px;display: inline-block;vertical-align: middle;margin-left: 5px;}

.navcont nav a.selected, .wsub span.selected, .navcont nav a:hover, .wsub:hover span{
	color: #eb222e !important;
}

.wsub{
	position: relative;
}

.wsub .sub{
	position: absolute;
	left: 50%;
	transform-origin: top center;
	transform: translate(-50%, 100%) scaleY(.01);
	background-color: #fff;
	bottom: 0;
	padding: 5px;
	opacity: 0;
	transition: all .4s;
}

.wsub:hover .sub{
	opacity: 1;
	transform: translate(-50%, 100%) scaleY(1);
}

.wsub .sub a{padding-right: 20px;white-space: nowrap;}

.wsub .sub a:not(:last-child){
	border-bottom:2px solid #e3e3e3;
}

a.btn_language{text-transform: uppercase;}

a.btn_social.wbg {
    width: 25px;
    height: 25px;
    margin: 0px;
    background: #000;
	color: #fff !important;
	display: block;
	border-radius: 3px;
	text-align: center;
	padding: 0px 0px;
	font-size: 17px;
	position: relative;
	margin-left: 15px;
}

a.btn_social.wbg i{
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

a.btn_social:not(.wbg){
	font-size: 30px;
	width: 25px;
    height: 25px;
    margin: 0px;
	text-align: center;
	padding: 0px 0px;
	color: #000 !important;
	position: relative;
	display: block;
	margin-left: 15px;
}

a.btn_social:not(.wbg) i{
	position: absolute;
	line-height: 1;
	bottom: -2px;
	left: 0;
}

a.telh{
	border-left: 1px solid #e3e3e3;
	margin-left: 15px;padding-left: 15px;
	display: block;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000 !important;
	font-weight: 600;
}

a.telh span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

a.telh i{
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
}

footer {
	background-color: #f5f5f5;
	padding: 60px 0 30px;
	margin-top: 30px;
	font-size: 16px;
}

a.logof{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 60px;
}

a.logof img{display: block;width: 100%;}

.footerbloc{
	width: 25%;
}

.fflex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footerbloc strong{
	text-transform: uppercase;
	font-size: 16px !important;
}

.footerbloc strong span{
	color: #ed403c;
}

.footerbloc p.quartiers{font-size: 14px;}

.socf i{
	display: inline-block;
	margin-right: 7px;
	width: 15px;
	text-align: center;
}

.footer_partager {
    position: relative;
    right: 0%;
    top: 0;
    transform: translateY(0%);
}

a#lienPartager, a#lienPartager:link, a#lienPartager:visited {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: white;
    float: none;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    background-color: #000;
}

.footer_copy{text-align: center;margin-top: 10px;}

.banner img{
	display: block;
	width: 100%;
}

.banner>.slider>img:not(:first-of-type){display: none;}

.banner{
	position: relative;
}

.banner .wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}

.banner p{
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	margin: 0;
	text-shadow: 0px 0px 20px rgba(0,0,0,.5);
	font-family: 'engelvoelkers-titre';
}

.banner a.bouton{
	font-size: 18px;
	margin-top: 30px;
	padding: 15px 40px;
}

a.bouton{
	background-color: #eb212e;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	border:1px solid #eb212e;
	padding: 12px 30px;
	border-radius: 26px;
	font-weight: 600;
	transition: all .4s;
}

a.bouton:hover, a.bouton2{
	background-color: #fff;
	color: #eb212e !important;
}

a.bouton2:hover{
	background-color: #eb212e;
	color: #fff !important;
}

.prophome .wrap, .profilhome .wrap, .statistiques .wrap, .avcta .wrap, .markethome .wrap, .temhome .wrap, .banabout .wrap, .teamcont.wrap, .bannermarket .wrap, .marketp.wrap{
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}

.prophome h1, .profilhome h2, .avcta h2, .markethome h2, .statistiques h2, .temhome h2, .banabout h1, .team h2, .bannermarket h1, .bannermarket h2, .marketel h2, .marketmid h2, .contactp h1, .contactp h1+p, h1.h1styled, .prop-bg h1.pageh1{
	font-size: 36px;
	color: #737373;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}

.team h2{margin-bottom: 0;font-size: 30px;}
.banabout h1, .bannermarket h1{color: #eb212e;font-size: 42px;}
.bannermarket h1, .contactp h1{margin-bottom: 0;}
.bannermarket h2, .contactp h1+p{
	margin-bottom: 0;
	color: #737373;
	font-size: 25px;
}
.contactp h1+p{color: #eb212e}

.prop-bg h1.pageh1{text-align: center;padding-top: 40px;}

.statistiques hr, .marketmid hr{
	height: 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	background-color: #eb212e;
	border:none;
}

.prophome{
	padding-top: 55px;
	padding-bottom: 55px;
}

a.propimg{
	display: block;
	width: 100%;
	position: relative;
}

.propslider img.mainpropimg{
	display: block;
	width: 100%;
	object-fit: cover;
}

.propslider>.propslide:not(:first-child){display: none;}

.propbtm{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
}

.propbtm a.propinfo{
	display: block;
	flex-grow: 1;
}

.propbtm .propbtns{
	display: block;
}

.propbtm .propbtns a{
	margin-left: 10px;
}

.propinfo h3{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.propinfo p{
	font-size: 16px;
	margin: 0;
}

.prophome .bx-wrapper{
	position: relative;
}

.prophome .bx-prev, .prophome .bx-next{
	text-decoration: none;
	color: #303030 !important;
	background-color: rgba(255,255,255,.7);
	display: block;
	padding: 1px 10px 3px;
	line-height: 1;
	position: absolute;
	top: calc(50% - 40px);
	transform-origin: center;
	transform: translateY(-50%) scaleY(1.7);
	z-index: 991;
	font-weight: 600;
	font-size: 16px;
	transition: all .4s;
}

.prophome .bx-prev:hover, .prophome .bx-next:hover{
	background-color: rgba(255,255,255,.9);
}

.prophome .bx-prev{
	left: 15px;
}

.prophome .bx-next{
	right: 15px;
}

.profilhome .wrap, .avcta .wrap, .markethome .wrap, .temhome .wrap, .banabout .wrap, .team, .bannermarket .wrap, .marketel{
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.profilhome .img, .avcta .img, .markethome .img, .temhome .img, .team .img, .marketel .img{
	position: relative;
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.temhome .img{padding: 30px 0;}

.profilhome .img:after, .avcta .img:after, .temhome .img:after, .team .img:after, .marketel:not(.nobg) .img:after{
	content: "";
	width: 55%;
	display: block;
	height: 100%;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
}

.avcta .img:after, .temhome .img:after, .team.reverse .img:after{
	left: auto;
	right: 0;
}

.profilhome .img img, .avcta .img img, .markethome .img img, .temhome .img img, .team .img img, .marketel .img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.profilhome .txt, .avcta .txt, .markethome .txt, .team .txt, .marketel .txt{
	background-color: #f5f5f5;
	width: 45%;
	box-sizing: border-box;
	padding: 90px 45px 60px;
}
.temhome .txt {
	background-color: #f5f5f5;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 90px 45px 60px;
	text-align: center;
	margin-bottom: 60px;
}
.flex_temhome {
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	min-height: 140px
}
.left_temhome .photo_temoin {
	margin-top:0;
}
.left_temhome {
	flex: 0 0 120px;
}
.right_temhome {
	flex: 1;
}
.markethome .txt, .marketel.nobg .txt{background-color: #fff;}

.profilhome .txt p{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
}

.profilhome a.bouton{margin-right: 10px;}

.statistiques{
	background-color: #f5f5f5;
	margin: 60px 0;
	padding: 50px 0;
	text-align: center;
}

.statistiques h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
}

.marketmid h2{margin-bottom: 20px;}
.marketmid hr{margin-bottom: 40px;}

.statsf{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 50px;
}

.stat{max-width: 25%;}

.stat .num{
	font-size: 55px;
	color: #737373;
	font-weight: 600;
}

.stat p{
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}

.avcta a.bouton, .marketel a.bouton{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.avcta .txt{padding: 140px 45px 110px;}

.markethome{
	margin: 30px 0;
}

.temhome p{
	margin-top: 0;
	margin-bottom: 20px;
}

.temhome p:last-child{
	font-weight: 600;
}

.banabout, .bannermarket{
	background-color: #f5f5f5;
	padding: 100px 0px 70px;
	color: #737373;
	margin-bottom: 80px;
}

.banabout .wrap, .bannermarket .wrap{justify-content: space-between;}

.banabout p, .team p, .bannermarket p, .marketel p, .marketmid p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
}

.banabout .half, .bannermarket .half{
	width: calc(50% - 20px);
}

.team, .marketel{
	margin-bottom: 60px;
}

.team h3{
	font-size: 16px;
	margin: 0;
	color: #eb212e;
	font-weight: 700;
	margin-bottom: 20px;
}

.team .txt, .team .img{
	padding-top: 30px;
	padding-bottom: 30px;
}

.marketmid .wrap{
	box-sizing: border-box;
	padding-left: 300px;
	padding-right: 300px;
	text-align: center;
}

.marketmid{
	background-color: #f5f5f5;
	padding: 50px 0px 40px;
}

.marketmid p strong{
	color: #eb212e;
}



























a.btn_print:link, a.btn_print:visited, a.retour_maison:link, a.retour_maison:visited, .btn_wrapper i{
	color: #eb212e;
}

.indentmenu ul li a.selected {
    background-color: #eb212e;
    border-bottom: 1px solid #eb212e;
}

.box_tabs{
	border-bottom: 3px solid #eb212e;
}

button.btn_calcul4, a.btn_calculateurs:link, a.btn_calculateurs:visited, .form_infos a.btn_calcul4:link, .form_infos a.btn_calcul4:visited, a.btn_calcul4:link, a.btn_calcul4:visited, h3.stit_detail.stit_calcul, .wrapper_triger.active, .btn_eval.btn_calcul4, a.btn_download:link, a.btn_download:visited{
	background-color: #eb212e;
	border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
	color:#FFF;
	border: none;
	outline: none;
}

button.btn_calcul4:hover, button.btn_calcul4:focus, .form_infos a.btn_calcul4:hover, a.btn_calcul4:hover, .wrapper_triger, .btn_eval.btn_calcul4:hover, a.btn_download:hover{
	background-color: #333;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.wrapper_right_btns{right: 30px;}

.right_btn{
	background-color: #eb212e;
}

.right_btn:hover {
    background-color: #333;
}

a.btn_social, p.socialbtns a{
	transition: color .4s;
}

a.btn_social:hover, p.socialbtns a:hover{
	color: #eb212e !important;
}

.vendreintro{
	text-align: center;
	background: #f5f5f5;
	color: #737373;
	padding: 50px 0 30px;
}

.vendreintro h1{
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #eb212e;
	font-size: 30px;
}

.vendreintro ul{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 30px;
	text-align: left;
}

.vendreintro li{
	margin-bottom: 5px;
}

h1.h1styled{
    padding-top: 50px;
	margin-bottom: 0;
	text-align: center;
}

#form_item{
	text-align: center;
}

.titre_ajouter_item{
    font-weight: 600;
    color: #eb212e;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding-bottom: 30px;
	text-align: center;
	margin-top: 0;
}

.page_temoin{max-width: 800px !important;padding-top: 0;}

.wrapper_btns_mobile > div:first-child, .btn_mobile {
    background-color: #eb212e;
}

.wrapper_btns_mobile > div:last-child, .wrapper_btns_mobile > div:last-child .btn_mobile{
    background-color: #333;
}


.tit_agent_immobilier p{font-weight: 400;}
.tit_agent_immobilier p span{color: #eb212e;}



.blog .wrap,
.blogue .wrap {
	padding-top: 40px;
}

.blog a.btnback2blog {
	color:#eb222e !important
}
.blog .wrap {
	max-width: 1300px;
}

@media screen and (min-width: 1650px) {
	.wrap{
		max-width: 1600px;
		width: 95%;
	}
	
	.navcont nav a, .wsub span{font-size: 17px;}
	.banner p{font-size: 90px;}
	
	.propinfo h3, .propinfo p{font-size: 18px;}
	
	.profilhome .txt p, .temhome p, .banabout p, .team p, .bannermarket p, .marketel p, .marketmid p{font-size: 17px;}
	
	.prophome h1, .profilhome h2, .avcta h2, .markethome h2, .statistiques h2, .temhome h2, .banabout h1, .team h2, .bannermarket h1, .bannermarket h2, .marketel h2, .marketmid h2, .contactp h1, .contactp h1+p, h1.h1styled, .prop-bg h1.pageh1{font-size: 45px;}
	.profilhome .img, .avcta .img, .markethome .img, .temhome .img, .team .img, .marketel .img{padding-top: 30px;padding-bottom: 30px;}
}

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	
	.prophome .wrap, .profilhome .wrap, .statistiques .wrap, .avcta .wrap, .markethome .wrap, .temhome .wrap, .banabout .wrap, .teamcont.wrap, .bannermarket .wrap, .marketp.wrap{padding-left: 30px;padding-right: 30px;}
	.profilhome .txt, .markethome .txt{padding-right: 20px;}
	.marketmid .wrap{padding-left: 100px;padding-right: 100px;}
}


@media screen and (max-width: 1024px) {

	.wrapper_right_btns{display: none;}
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		margin-left: 10px;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #eb212e;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico.open span{
		background: #fff;
	}
	
	.navcont nav{
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
		background: #fff;
		flex-wrap: wrap;
		display: none;
	}
	
	.navcont nav a{display: block;width: 100%;margin: 7px 0;padding: 0 !important;border:none !important;text-align: center;}
	
	.wsub span{display: none;}
	
	.wsub{display: block;width: 100%;margin: 7px 0;}
	
	.wsub .sub, .wsub:hover .sub{
		display: block;
		position: relative;
		transform: none;
		opacity: 1;
		left: 0;
		width: 100%;
		padding: 0;
		
	}
	
	.banner p{font-size: 40px;}
	.banner a.bouton{font-size: 16px;}
	.prophome h1, .profilhome h2, .avcta h2, .markethome h2, .statistiques h2, .temhome h2, .banabout h1, .team h2, .bannermarket h1, .bannermarket h2, .marketel h2, .marketmid h2, .contactp h1, .contactp h1+p, h1.h1styled, .prop-bg h1.pageh1{font-size: 30px;}
	
	.propinfo h3, .propinfo p{font-size: 14px;}
	
	a.bouton {
		font-size: 13px;
		padding: 12px 20px;
		border-radius: 26px;
	}
	.propbtm .propbtns{min-width: 372px;}
	.prophome .wrap, .profilhome .wrap, .statistiques .wrap, .avcta .wrap, .markethome .wrap, .temhome .wrap, .banabout .wrap, .teamcont.wrap, .bannermarket .wrap, .marketp.wrap{padding-left: 0;padding-right: 0;}
	
	.profilhome .txt, .avcta .txt, .markethome .txt, .temhome .txt, .team .txt, .marketel .txt{
		padding: 30px 20px;
	}
	
	.avcta .img{padding: 30px 0;}
	
	.footerbloc{font-size: 14px;}
	.bannermarket h2{font-size: 22px;}
}

@media screen and (max-width: 800px) {
	body{padding-top: 81px;}
	header a.logoh{width: 290px;}
	.navcont nav{top: 90px;}
	
	.profilhome .img, .avcta .img, .markethome .img, .temhome .img, .team .img, .marketel .img, .profilhome .txt, .avcta .txt, .markethome .txt, .team .txt, .marketel .txt{width: 50%;}
}

@media screen and (max-width: 750px) {
	body{padding-top: 62px;}
	header a.logoh{width: 145px;padding-right: 5px;}
	a.btn_social:not(.wbg), a.btn_social.wbg{margin-left: 5px;}
	a.telh{margin-left: 5px;padding-left: 5px;font-size: 12px;border-left: 0px;}
	a.telh i{display: none;}
	
	a.btn_social.wbg {
		width: 20px;
		height: 20px;
		font-size: 14px;
	}
	
	a.btn_social:not(.wbg) {
		font-size: 24px;
		width: 20px;
		height: 20px;
	}
	a.btn_social:not(.wbg) i{bottom: -2px;}
	.menu-ico{margin-left: 5px;}
	a.telh span{margin-left: 0;}
	
	.banner img{height: 270px;object-fit: cover;}
	
	.banner p{font-size: 30px;}
	.banner a.bouton{font-size: 14px;padding-left: 20px;padding-right: 20px;}
	.navcont nav {
    	top: 55px;
	}
	
	.prophome h1, .profilhome h2, .avcta h2, .markethome h2, .statistiques h2, .temhome h2, .banabout h1, .team h2, .bannermarket h1, .bannermarket h2, .marketel h2, .marketmid h2, .contactp h1, .contactp h1+p, h1.h1styled, .prop-bg h1.pageh1{font-size: 21px;text-align: center;}
	
	.propbtm{flex-wrap: wrap;}
	.propbtm a.propinfo{
		width: 100%;
		text-align: center;
	}
	
	.footerbloc{width: 80%;margin-left: auto;margin-right: auto;text-align: center;}
	
	.propbtm .propbtns{min-width: 100%; width: 100%;text-align: center;margin-top: 20px;}
	.propbtm .propbtns a.bouton{margin-left: 0;margin-bottom: 10px;min-width: 55%;text-align: center;}
	
	a.logof{width: 300px;max-width: 80%;}
	
	.footerbloc:last-child{display: none;}
	
	.prophome .bx-prev, .prophome .bx-next{top: calc(50% - 100px);}

	.profilhome .img, .avcta .img, .markethome .img, .temhome .img, .team .img, .marketel .img{
		order:1;
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;padding-bottom: 5px;
	}
	.profilhome .txt, .avcta .txt, .markethome .txt, .temhome .txt, .team .txt, .marketel .txt{width: 100%;order:2;text-align: center;}
	.profilhome .img:after, .avcta .img:after, .temhome .img:after, .team .img:after, .marketel:not(.nobg) .img:after{
		width: 100%;
		top: auto;
		bottom: 0;
		height: 60px;
	}

	.profilhome .wrap, .avcta .wrap, .markethome .wrap, .temhome .wrap, .banabout .wrap, .team, .bannermarket .wrap, .marketel, .statsf{flex-wrap: wrap;}
	
	.stat{width: 50%;max-width: 50%;margin-bottom: 10px;margin-top: 10px; text-align: center;}
	.stat .num{font-size: 35px;}
	
	.banabout .half, .bannermarket .half{width: 100%;text-align: center;margin-bottom: 10px;margin-top: 10px;}
	.bannermarket h1, .banabout h1{font-size: 28px;}
	.banabout, .bannermarket{padding-top: 60px;}
	.marketmid .wrap {
		padding-left: 0px;
		padding-right: 0px;
		
	}
	.marketmid{margin-bottom: 30px;}
	
	.aginfos{padding-right: 0;text-align: center;}
	.aginfos>div:first-child, .aginfos>div{margin-left: auto;margin-right: auto;}
	.vendreintro ul{margin-left: 0;width: 100%;box-sizing: border-box;padding-left: 20px;}
}

@media screen and (max-width: 370px) {
	
	.btn_social{
		width: 17px;
		margin: 0px 1px;
	}
	
	header nav.soc span{
		font-size: 14px;
	}
	
	.slider img {
    	width: 320% !important;
	}
	
	footer a.logo{
		width: 300px;
	}
}
.back_btn {
	text-align: right;
    position: relative;
    top: -55px;
}

@media screen and (max-width: 590px) { 
	.back_btn {
		top: 0;
		margin: 0 0 30px 0;
	}
	.back_btn a.btn_calcul4 {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) { 
	.flex_temhome {
		min-height: 240px;
		display: block;
	}
	.left_temhome .photo_temoin {
		margin: 0 auto 20px;
	}
}
.mosaique .box_maison_img img:not(.marq_vendu){
   display: block;
   width: 100%;
   transition: all .4s;
}

.photo_vendu{background: #000 !important;overflow: hidden;}

.photo_vendu:hover img:not(.marq_vendu){transform: scale(1.1);opacity: .7;}
.prophome a:not(.btn) img.marq_vendu{
    width: 210px;
    height: auto;
}
