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

/* 
font-family: 'Montserrat', sans-serif; 
font-family: 'Cormorant Garamond', serif; 
*/
.anim{opacity: 0;transition: opacity .4s .2s;}
.anim.seen{opacity: 1;}
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
.small-text {
	font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
}

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

h1, h2, h3, h4, h5, h6{
	font-family: 'Cormorant Garamond', serif; 
}
.textsold1  {
	font-family: 'Cormorant Garamond', serif; 
}
.textsold1 {
    font-size: 40px;
    margin-bottom: 10px;	
}
.textsold2 {
    font-size: 18px;
    margin-bottom: 40px;
}
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: rgba(0,0,0,0);
	color: #fff;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 35px 15px 35px;
	box-sizing: border-box;transition: all .4s;
}

header.scrolled{
	background-color: rgba(0,0,0,.7);
}

a.logoh{
	display: block;
	margin-right: auto;
	width: 150px;
}

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

.soch{
	margin-right: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

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

a.btnsoc{
	font-size: 22px;
	margin-left: 20px;
}

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

a.telh{
	margin-left: 45px;
	font-size: 18px;
	font-weight: 600;
}

.menu-ico{
    display: block;
    width: 34px;
    height: 22px;
	cursor: pointer;
    transition: all .4s;
}

.menu-ico span{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    border-radius: 1px;
	margin-left: auto;
    transition: all .4s;
}

.menu-ico span:nth-child(2){width: 75%;}
.menu-ico span:last-child{width: 50%;}

.menu-ico:hover span{width: 100%;}

nav.mainnav{
	display: none;
	text-align: center;
	background-color: #EFEFEF;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(100%);
}

nav.mainnav a{
	font-size: 13px;
	font-weight: 600;
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;margin-right: 15px;
}

.banner{
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images2/banniere.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 80vh;
	overflow: hidden;
	position: relative;
}

.banner:after{
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
}

.banner-info{
	text-align: center;
	padding: 100px 20px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.banner-info p{
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	font-size: 100px;
	margin: 0;
	margin-bottom: 60px;
	line-height: .85;
		width: 100%;
}
.banner-info a.bouton{margin-left: 15px;margin-right: 15px;}

a.bouton, .bouton{
	display: inline-block;
	background-color: #fff;
	color: #000 !important;
	text-decoration: none !important;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border:1px solid #fff;
	padding: 11px 35px;
	transition: all .4s;
}

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

a.bouton.reverse3, .bouton.reverse3{
	background-color: transparent;
	color: #fff !important;
}

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

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

a.bouton:hover, .bouton:hover{
	color: #fff !important;
	background-color: rgba(0,0,0,.4);
}

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

footer{
	background-color: #262626;
	color: #fff;
	padding-top: 50px;
	margin-top: 50px;
}

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

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

a.logof{
	display: block;
	max-width: 100%;
	width: 220px;
	margin-bottom: 20px;
}

a.logof img{
	display: block;
	width: 100%;
	transform: translateX(-10px);
}

.logofcont{
	font-size: 13px;
	max-width: 250px;
	width: 100%;
}

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

footer ul{list-style-type: none;margin-top: 20px;}

footer li{
	text-transform: uppercase;
	margin-bottom: 15px;
	min-height: 27px;
}

footer li a, a.telf{
	color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

footer li a.btnsoc:first-child{margin-left: 0;}
a.telf i{font-size: 22px;display: inline-block;vertical-align: middle;margin-right: 10px;}

.liensutilesf, .liensutilesf h4, .liensutilesf p{
	width: 100%;
	color: #fff;
	font-size: 12px;
}
.liensutilesf a{
	color: #fff !important;
}

.profilhome{
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #EFEFEF;
	padding-left: 0 !important;padding-right: 0 !important;
}

.profilhome:after{
	content: "";
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	border:1px solid #ACABAB;
	position: absolute;
	top: 30px;
	left: 30px;
	pointer-events: none;
}

.profilhome .img{
	width: 50%;
}

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

.profilhome .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
	padding-right: 60px;
}

.profilhome p{
	line-height: 1.5;
	font-weight: 600;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 25px;
}

.profilhome h2, .profilhome h1{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 25px;
}

.profilhome a.bouton+a.bouton{margin-left: 15px;}

.prophome .propgrid.wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
	margin-top: 60px;
	margin-bottom: 30px;
}

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

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

.rollprop{
	position: absolute;
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #262626;
	text-align: center;
	transform-origin: center;
	transform: scale(.5);
	opacity: 0;
	transition:all .4s;
}
a:hover .rollprop{
	opacity: 1;
	transform: none;
}

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

.prophome h2, .statshome h2, .qctasect h2, .ctashome h2, .soldprop h2, .socialcta h2, .prop-bg h1.pageh1, .outils h1{
	font-weight: bold;
	font-size: 60px;
	margin: 10px 0;
	line-height: .9;
}

.prop-bg h1.pageh1, .outils h1{text-align: center;margin-top: 20px;margin-bottom: 30px;}

.statshome{
	text-align: center;padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	background-color: #EFEFEF;
}

.statshome h2{
	width: 100%;
	margin-bottom: 40px;
}

.statitem{
	padding: 0px 40px 10px 40px;
	box-sizing: border-box;
	min-width: 350px;
	max-width: 100%;
}

.statitem {
	border-left: 2px solid #707070;
}
.statitem:nth-of-type(1) {
	border-left: none;
}

.statitem p:first-child{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 80px;
	font-weight: 600;
}

.statitem p:last-child{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

.qctasect{
	position: relative;
	padding-top: 70px;
}

.qctasect h2{
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.qctasect h2 span{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600;
	text-transform: none;
}

.qctasect:after{
	content: "";
	width: calc(100% - 80px);
	left: 40px;
	top: 40px;
	height: 50%;
	background-color: #EFEFEF;
	position: absolute;
	display: block;
	z-index: -1;
}

.qcta{
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 200px);
	margin-left: auto;margin-right: auto;
	margin-bottom: 40px;
}

.qcta .img{width: 50%;}
.qcta .img img{display: block;width: 100%;}

.qcta .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 15px 30px;
}

.qcta h3{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 35px;
}

.qcta p{
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 35px;
}

.ctashome{
	background-image: url("../images2/ctasbg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	padding: 160px 0;
	color: #fff;
	position: relative;
}

.ctashome:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
}
.ctashome .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;position: relative;
	z-index: 2;
}

.ctashome .btns a.bouton{margin-left: 20px;}

.endhome{
	background-color: #EFEFEF;
	padding: 40px;
	box-sizing: border-box;
}

.endhome+div+footer{margin-top: 0;}

.soldprop{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fff;
}

.soldprop .txt{
	width: 40%;
	box-sizing: border-box;
	padding: 15px 80px;
}

.soldprop .soldmap{
	width: 60%;
	position: relative;
	height: 350px;
}

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

.soldprop h2{
	margin-bottom: 35px;
	font-size: 50px;
}

.socialcta h2{
	font-size: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.socialcta{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 30px;
}

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

#map{max-width: 100%;}























































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 h1{
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
}

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

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

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






.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,.8);
}

.popup>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup article{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #fff;
}

.popup .img, .popup img{
	display: block;
	width: 400px;
}

.popup .img+div{
	padding: 20px 40px;
}

.popup h2{
	text-transform: uppercase;
	line-height: 1.1;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}

.popup .close{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 40px;
	font-weight: 400;
	color: #a3a3a3;
	line-height: 1;
	cursor: pointer;
}









@media screen and (min-width: 1921px) {
	.wrap{
		max-width: 1650px;
		width: 95%;
	}
	
}
@media screen and (max-width: 1400px) {
	.statitem {
		padding: 0px 20px 10px 20px;
		min-width: 250px;
	}
	.statitem p:first-child {
		font-size: 60px;
	}
}
@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	
	.profilhome{width: calc(100% - 60px);}
	.qcta{width: calc(100% - 100px);}
	.qctasect:after{width: calc(100% - 60px);left: 30px;}
	.qcta h3{font-size: 25px;}
	.endhome{padding: 30px;}
	.soldprop .txt{padding: 15px 40px;}
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	.banner-info p{font-size: 9.5vw;}
	.banner{min-height: 0;}
	
	
	.profilhome .txt{padding: 30px 20px;padding-right: 40px;}
	.profilhome:after{
		height: calc(100% - 40px);
		width: calc(100% - 40px);
		left: 20px;
		top: 20px;
	}
	.profilhome h2, .profilhome h1{font-size: 45px;margin-bottom: 15px;}
	.profilhome p{margin-bottom: 20px;}
	.prophome h2, .statshome h2, .qctasect h2, .ctashome h2, .soldprop h2, .socialcta h2, .prop-bg h1.pageh1, .outils h1{font-size: 45px;}
	.qcta h3, .qcta p{margin-bottom: 15px;}
	nav.mainnav a{
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 5px 0;
	}
	
	.rollprop{position: relative;opacity: 1;transform: none;top: 0;left: 0;width: 100%;height: auto;padding-bottom: 20px;font-size: 12px;}
	.rollprop .bouton{font-size: 13px;letter-spacing: 1px;padding: 10px 20px;}
	a.propa{background-color: #262626;}
	header{padding-top: 5px;padding-bottom: 10px;}
	.popup h2{font-size: 30px;}
}

@media screen and (max-width: 850px) {
	.soldprop .txt, .soldprop .soldmap{
		width: 100%;
	}

	footer ul:first-of-type, footer ul:nth-of-type(2){display: none;}
	.popup .img, .popup img{width: 300px;}
	.popup h2 {
    	font-size: 25px;
	}
}

@media screen and (max-width: 750px) {
	.popup article{flex-direction: column;width: 85%;max-width: 350px;}
	.popup .img, .popup img{width: 100%;}
	
	.popup h2 br{display: none;}
	.popup h2{font-size: 20px;}
	.popup {text-align: center;}
	a.telh{margin-left: 10px;font-size: 13px;}
	a.btnsoc, a.telh i{font-size: 18px;}
	a.telh i{display: none;}
	a.btnsoc{margin-left: 10px;}
	header{padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 10px;}
	a.logoh{
		width: 135px;
	}
	a.logoh img{
		
	}
	.soch{margin-right: 10px;}
	
	.profilhome .img, .profilhome .txt, .qcta .img, .qcta .txt{width: 100%;}
	.profilhome .txt{
		padding: 30px;
		padding-right: 30px;
	}
	.profilhome {
    	width: calc(100% - 30px);
	}
	.prophome h2, .ctashome h2{width: 100%; text-align: center;margin-bottom: 20px;}
	.prophome h2, .statshome h2, .qctasect h2, .ctashome h2, .soldprop h2, .socialcta h2, .prop-bg h1.pageh1, .outils h1{font-size: 30px;}
	
	.prophome .propgrid.wrap{
		grid-template-columns: 1fr 1fr;
		gap:15px;
	}
	.statitem{width: 100%; border-left: none;}
	.statitem:nth-of-type(2){border-right: 0;border-left: 0;}
	.qctasect:after {
    width: calc(100% - 20px);
    left: 10px;
	}
	.qcta {
		width: calc(100% - 50px);
	}
	.qcta .txt{padding: 15px 20px;}
	.prophome a.bouton{margin-left: auto;margin-right: auto;}
	.endhome{padding: 15px;}
	.socialcta a.bouton{font-size: 12px;letter-spacing: 1px;padding: 10px 30px;}
	
	.logofcont{
		width: 100%;
		text-align: center;
		margin-left: auto;margin-right: auto;
	}
	a.logof{margin-left: auto;margin-right: auto;}
	footer ul{text-align: center;margin-top: 0;width: 100%;margin-left: auto;margin-right: auto;padding-left: 0;}
	footer li{min-height: 0;margin-bottom: 5px;}
	.liensutilesf{display: none;}
	.banner-info a.bouton{
		margin-left: 10px;margin-right: 10px;padding: 10px 25px;letter-spacing: 1px;font-size: 13px;
	}
}

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