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

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

.wrap{
	width: 1400px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

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;
}

.asfs{align-self: flex-start !important;}

header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-shadow: 0px 0px 2px rgba(0,0,0,.7);
}

.menu-ico{display: none;}

a.logoh{
	width: 130px;
}

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

header nav{
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 50px;
}

header nav a{
	text-decoration: none !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}

header nav a:hover{text-decoration: underline !important;}

a.btnsoc{
	font-size: 24px;
	color: #fff !important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.banner{position: relative;}

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

.banner.nothome video{
	max-height: 60vh;
	object-fit: cover;
}

.banner div{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-25%);
	color: #fff;
	z-index: 3;
}

.banner p{
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 55px;
	font-size: 5.7vw;
	letter-spacing: -1px;
	font-weight: 500;
	text-shadow: 0px 5px 10px rgba(0,0,0,.9), 0px 0px 2px rgba(0,0,0,.7);
}

a.bouton, a.boutonsoc{
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	background-color: #000;
	padding: 15px;
	border:2px solid #000;
}

a.boutonsoc{
	background-color: transparent;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	transition: all .4s;
}

a.boutonsoc:hover{color: #fff !important;background-color: #000;}

a.boutonsoc i{
	font-size: 22px; 
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

a.bouton.reverse{
	color: #000 !important;
	background-color: #fff;
	border-color:#fff;
}

a.bouton img{
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	margin-left: 45px;
	transition: all .4s;
}

a.bouton.reverse img{filter: invert(1);}

a.bouton:hover img{transform: translateX(10px);}

.ctas{
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	max-width: 100%;
}
.ctas:before{
	content: "";
	height: 100%;
	width: 100%;
	background-image: url("../images2/filigrane.png");
	background-position: right bottom;
	background-size: auto 102%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	pointer-events: none;
}

.ctas .wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	max-width: 100%;
}

.ctas .cta{
	padding: 80px 40px;
	color: #fff;
	background-color: #000;transition: all .4s;
}

.ctas .cta:hover{
	background-color: #242424;
}

.ctas .cta>*{position: relative;z-index: 3;}

.ctas .cta:first-child{
	background-color: #434343;
}
.ctas .cta:first-child:hover{
	background-color: #181818;
}
.ctas .cta:last-child{
	color: #000;
	background-color: #DADADA;
}

.ctas .cta:last-child:hover{background-color: #BBBBBB;}

.ctas .cta p, .profilhome p, .temslide p, .propsold p{
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.4;
}

.profilhome ul{
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 1.4;
	padding-left: 20px;
}

.regtitle{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.3;
}

.regtitle.ttn{text-transform: none !important;}

.smtitle{
	font-weight: 500;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.3;
}

.profilhome{
	padding: 40px;
	background-color: #F8F8F8;
}

.temhome{
	background-color: #F8F8F8;
	padding: 80px 0px 10px;
}

.profilhome .wrap{
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

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

.profilhome .txt{
	padding-left: 150px;padding-right: 150px;
}

.profilhome .half{
	padding: 80px 20px 40px;
}

.soccta{
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	padding: 25px 0;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.soccta .smtitle{text-align: center;width: 100%;}

.prophome{
	margin-top: 40px;
}

.prophome .wrap, .temhome .wrap, .statshome .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 1150px;
}

.statshome .wrap{width: 1200px;}

.prophome h2, .temhome h2{margin-bottom: 0;}

.soccta a.boutonsoc{
	max-width: 50%;
	box-sizing: border-box;
}

.propsliderwrapper{
	margin-top: 70px;
	width: 100%;
	overflow: hidden;
}

.propsliderwrapper>.propslider{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}

.propsliderwrapper .bx-wrapper{
	margin-right: -10% !important;
	margin-left: -10% !important;
}

.propsliderwrapper .bx-controls-direction, .temsliderwrapper .bx-controls-direction{
	width: 1150px;
	max-width: calc(100% - 20px);
	margin-left: auto;margin-right: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 30px 0;
}

.temsliderwrapper .bx-controls-direction{max-width: 100%;justify-content: center;}

.propsliderwrapper .bx-controls-direction a, .temsliderwrapper .bx-controls-direction a{
	width: 65px;
	height: 28px;
	background-image: url("../images2/fleche.png");
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 0;
	filter: invert(1);
	display: block;
	transform: scaleX(-1);
	margin: 0px 15px;
	transition: all .4s;
}

.propsliderwrapper .bx-controls-direction a:hover, .temsliderwrapper .bx-controls-direction a:hover{
	transform: scaleX(-1) translateX(8px);
}

.propsliderwrapper .bx-controls-direction a+a, .temsliderwrapper .bx-controls-direction a+a{
	transform: none;
}
.propsliderwrapper .bx-controls-direction a+a:hover, .temsliderwrapper .bx-controls-direction a+a:hover{transform: translateX(8px);}

a.propa{
	display: block;
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

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

.rollprop{
	text-align: center;
	padding: 30px 5px;
	box-sizing: border-box;
}

.rollprop p{
	margin: 0;
	font-size: 14px;
}

.rollprop p strong{font-weight: 600;}

.temsliderwrapper{
	margin-top: 70px;
	width: 100%;
}
.temhome .wrap{overflow: hidden;}

.temslide{
	box-sizing: border-box;
	padding-right: 50px;
	position: relative;
}

.temslide:before{
	content: "";
	height: 100%;
	width: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	left: -25px;
}

.temslide p:last-child{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
}

.statshome{
	background-color: #000;
	color: #fff;
	padding: 60px 0;
}

.statswrapper{
	display:flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}

.statswrapper .stat{
	padding: 10px 30px;
	text-align: center;
}

.statswrapper .stat:not(:first-child){border-left: 1px solid #fff;}

.statswrapper .stat p{
	margin: 0;
	line-height: 1.4;
}

.statswrapper .stat p:first-child{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.statswrapper .stat p:first-child .num{
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
}

.propsold{
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #F8F8F8;
}

.mapcontainer{
	filter: grayscale(1);
	height: 440px;
	position: relative;
}

.soldmap, .soldmap>iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.propsold>div:first-child{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.propsold>div:first-child div{
	width: 650px;
	max-width: 100%;
	box-sizing: border-box;
	padding-right: 200px;
}

footer{
	background-image: url("../images2/footerbg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	
}

footer .wrap{
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 70px;
}

footer .ftop, footer .fbottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

footer a.logof{
	filter: invert(1);
	width: 130px;
}

footer a.logof img, .finfo>div.agencef .img img{display: block;width: 100%;}

footer nav a{
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: right;
	display: block;
}

footer nav a:hover{text-decoration: underline !important;}

.finfo{
	max-width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.finfo>div{
	width: 33%;
}
.finfo>div.agencef{
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.finfo>div.agencef .img{
	width: 150px;
}

.finfo>div.agencef p{
	margin-left: 30px;
	font-size: 11px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 0;
}

.finfo h3{
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
}

.finfo p{
	margin-top: 0;
	margin-bottom: 0;
}

.finfo a{
	color: #fff !important;
	text-decoration: none !important;
}

.finfo a.btnsoc:first-of-type{margin-left: 0;}
.finfo a.btnsoc{margin-top: -8px;}

.liensutilesf{
	width: 40%;
	text-align: right;
	font-size: 12px;
	line-height: 1.5;
}

.liensutilesf a{
	color: #fff !important;
}

.fbottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer_end a, .footer_end{color: #fff !important;}

.footer_end{border-color: #fff;}

.footermacle img{filter: invert(1);}

.txt_cell{width: auto;}














































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

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

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

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: #000;
	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: #000;
}

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

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

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

.vendreintro{
	text-align: center;
	background: #000;
	color: #fff;
	padding: 30px 0;
}

.vendreintro p{
	margin-left: auto;margin-right: auto;
	max-width: 1000px;
	width: 100%;
	line-height: 1.4;
}


.vendreintro ul{
	box-sizing: border-box;
	margin-top: 45px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vendreintro li{
	margin-bottom: 10px;
	line-height: 1.4;
	width: calc(50% - 15px);
}

h1.h1styled{
	text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
	text-align: center;
	padding-top: 40px;
}

#form_item{
	text-align: center;
}

.titre_ajouter_item{
	text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding-bottom: 30px;
	text-align: center;
}

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

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

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

.slider img{
	position: fixed !important;
	z-index: -1 !important;
}






.statshome h2{margin-bottom: 0;}




@media screen and (min-width: 1921px) {
	.wrap{
		max-width: 1650px;
		width: 95%;
	}
	
}

@media screen and (max-width: 1400px) {
	.profilhome .txt{padding-left: 110px;padding-right: 110px;}
	.propsold>div:first-child div{padding-right: 150px;padding-left: 30px;}
}

@media screen and (max-width: 1240px) {
	.wrap{
		width: calc(100% - 20px);
		padding: 0px 10px;
	}
	.ctas, .ctas .wrap{padding-left: 0;padding-right: 0;width: 100%;}
	.profilhome .txt{padding-left: 45px;padding-right: 45px;}
	.profilhome{padding: 30px 20px;}
	.propsliderwrapper .bx-controls-direction, .temsliderwrapper .bx-controls-direction{
		width: calc(100vw - 20px);
		margin-left: 10px;
	}
	.regtitle{font-size: 32px;}
	.rollprop p{font-size: 13px;}
	.rollprop p span{display: none;}
	.rollprop p strong{display: block;}
	.statswrapper .stat p:first-child .num{font-size: 55px;}
	
	
	header nav a{font-size: 15px;margin-left: 20px;}
	header nav{margin-right: 30px;}
	a.btnsoc{margin-left: 15px;}
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	
	
	.menu-ico{display: block;
		width: 30px;
		height: 22px;
		z-index: 11;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #fff;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico.open span{
		background: #fff;
	}
	
	header nav{
		position: absolute;
		right: 0;
		padding: 30px;
		display: none;
		margin-right: 0;
		top: 100px;
		background-color: #000;
	}
	
	header nav a{
		display: block;
		margin-left: 0;
		margin-right: 0;
		padding: 7px 0;
		text-align: center;
		min-width: 25vw;
	}
	
	.soch{
		margin-left: auto;margin-right: 30px;
	}
	
	.ctas .cta{
		padding: 40px 20px;
	}
	
	.profilhome .wrap{align-items: flex-start;}
	
	.profilhome .txt{
		padding-right: 0;
		padding-left: 30px;
	}
	.regtitle{font-size: 30px;}
	.statswrapper .stat p{font-size:14px;}
	
	.propsold>div:first-child div{
		width: auto;
		padding-left: 15px;padding-right: 20px;
	}
	.mapcontainer{width: auto;}
	
	.statswrapper .stat p:first-child .num{font-size: 40px;}
	.statswrapper .stat p:first-child{font-size: 25px;}
	.statswrapper .stat{padding: 10px;}
}

@media screen and (max-width: 850px) {
	.statswrapper{width: 100%;justify-content: center;margin-top: 30px;}
	.statshome h2{width: 100%;text-align: center;}
	.regtitle{font-size: 28px;}
	.ctas .cta{padding: 25px 15px;font-size: 15px;}
	a.bouton img{margin-left: 30px;}
	a.bouton, a.boutonsoc{padding: 10px 15px;}
	
	.profilhome{padding: 20px 0;}
	a.boutonsoc{font-size: 14px;}
	.statswrapper .stat{padding: 10px 20px;}
	.statswrapper .stat p:first-child{font-size: 25px;}
	.statswrapper .stat p:first-child .num{font-size: 40px}
	.finfo{max-width: 60%;}
	
	.vendreintro ul{display: block;}
	.vendreintro li{width: 100%;}
}

@media screen and (max-width: 750px) {
	.ctas .wrap, .ctas{display: block;}
	.ctas:before{background-size: auto 45%;}
	
	.profilhome .wrap{display: block;}
	.profilhome .img{
		max-width: 95%;
		margin-left: auto;margin-right: auto;
		width: 350px;
		margin-bottom: 30px;
	}
	.profilhome .txt, .profilhome .half{
		padding-left: 10px;padding-right: 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.profilhome .half{padding-top: 50px;padding-bottom: 0;}
	
	.banner video{min-height: 65vh;object-fit: cover;}
	
	.prophome .wrap, .temhome .wrap{
		display: block;
		text-align: center;
	}
	
	.prophome h2, .temhome h2, .statshome h2{margin-bottom: 20px;}
	.statshome h2{width: 100%;text-align: center;}
	
	.statswrapper .stat p:first-child .num{font-size: 40px;}
	.statswrapper .stat p:first-child{font-size: 20px;}
	.statswrapper .stat{width: 100%;box-sizing: border-box}
	.statswrapper .stat:not(:first-child){border-left: 0;}
	.statswrapper .stat p {
		font-size: 10px;
	}
	.statswrapper .stat{padding: 15px;}
	.statswrapper{justify-content: center;width: 100%;}
	
	.propsold{display: block;}
	.propsold>div:first-child{padding-top: 25px;text-align: center;}
	
	.liensutilesf{display: none;}
	footer .wrap{padding-top: 15px;text-shadow: 0px 0px 2px #000000;padding-left: 0;padding-right: 0;}
	.finfo{max-width: 100%;width: 100%;}
	footer a.logof{width: 80px;}
	footer nav a{
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.finfo>div.agencef{margin-top: 20px;}
	.finfo>div{width: 50%;}
	.finfo>div:nth-child(3){width: 100%;margin-top: 20px;}
	.finfo>div.agencef .img{width: 130px;}
	.finfo>div.agencef p{margin-left: 15px;}
	
	.hsm{display: none !important;}
	.finfo h3{margin-bottom: 5px;}
	.finfo a.btnsoc{margin-top: -3px;}
	
	a.logoh{width: 100px;}
	.banner.nothome video{
		min-height: 40vh;
		max-height: none;
	}
	.temslide{padding-right: 0;}
	.temslide:before{display: none;}
	.propsliderwrapper .bx-wrapper{margin-right: auto !important;
	margin-left: auto !important;max-width: calc(100% - 30px) !important;}
	.propsliderwrapper .bx-controls-direction{justify-content: center;}
	.regtitle {
    	font-size: 26px;
	}
}

@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;
	}
}

.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;
}
