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

/* 
font-family: 'Libre Baskerville', serif; italic
font-family: 'Montserrat', sans-serif;
*/
.anim{opacity: 0;transition: opacity .4s .2s;}
.anim.seen{opacity: 1;}

.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: 1220px;
	max-width: 100%;
	margin: 0 auto;
}

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

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.main{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header.main.anim{
	transform-origin: top;
	transform: scaleY(.6);
	transition: all .5s .8s;
}
header.main.anim.seen{transform: none;}

header.main.nothome{
	position: relative;
	margin-bottom: 30px;
}

.menu-ico{display: none;}

a.logoh{
	width: 90px;
}

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

.navcont{
	padding: 30px 0;
}

.navcont>*{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap:15px;
}

.wsub{
	position: relative;
}

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

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

.sub a{display: block;white-space: nowrap;padding: 5px 0;}

.navcont i{
	background: -webkit-linear-gradient(45deg, #0d0d0d, #6e6e6e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.socnav a{
	color: #424247 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.socnav a:last-child{text-transform: none;}

.soca+.telh{margin-left: 20px;}

.navcont nav{gap:25px;margin-top: 30px;}

.navcont nav a, .navcont nav .wsub span{
	color: #fff !important;
	font-size: 15px;
	text-decoration: none !important;
}
header.main.nothome .navcont nav a, header.main.nothome .navcont nav .wsub span{color: #000 !important;}

.navcont nav .sub a{color: #000 !important;}

.navcont nav a.selected, .navcont nav a:hover{
	text-decoration: underline !important;
}

.banner{
	height: 95vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	font-size: 50px;
	line-height: 1.2;
	text-shadow: 0px 2px 4px rgba(0,0,0,.8);
}

.banner.nothome{
	height: 75vh;
}

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

.banner p.anim{
	transform: translateY(100%);
	transition: all .8s .4s;
}
.banner p.anim.seen{transform: none;}

a.logoban img{display: block;width: 100%;filter: invert(1) brightness(1.5);transition: all .4s;}
a.logoban{
	display: block;
	margin-left: auto;margin-right: auto;
	width: 275px;
	max-width: 90%;
	filter: drop-shadow(0px 2px 4px #000);
	transition: all .4s, transform .8s .4s, opacity .5s .4s;
}

a.logoban.anim{
	transform: translateY(-100%) scale(1.2);
}

a.logoban.anim.seen{transform: none;}

a.logoban:hover{filter: drop-shadow(0px 0px 4px #000);}
a.logoban:hover img{
	transform: scale(.95);
}

footer{
	margin-top: 60px;
	padding-top: 50px;
	border-top:2px solid #CBCBCB;
}

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

.liensutilesf{
	width: 100%;
	font-size: 13px;
}

.fcol{
	width: 25%;
	margin-bottom: 20px;
	padding-top: 20px;
}

img.agenceimg{
	display: block;
	width: 200px;
	max-width: 95%;
	margin-top: -20px;
}

img.agenceimg+p{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0;
}

.fcol>a{
	display: block;
	margin-bottom: 25px;
	font-size: 15px;
}

.fcol>a.telf{
	margin-bottom: 15px;
	font-size: 14px;
}

.fcol i{
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.fcol>a.telf i{margin-right: 5px;}

.socf{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:30px;
	margin-bottom: 30px;
}

.regtitle{
	font-size: 40px;
	margin: 30px 0;
	font-weight: 400;
}

.statshomesect{text-align: center;}

.statswrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 50px;
}

.statswrap .stat{
	box-sizing: border-box;
	max-width: 25%;
	position: relative;
	padding: 20px 45px;
}

.statswrap .stat:not(:last-child):after{
	content: "";
	width: 1px;
	height: 60%;
	top: 20%;
	right: 0;
	background-color: #000;
	display: block;
	position: absolute;
	
}

.stat p:first-child{
	margin: 0;
	font-size: 30px;
	font-weight: 500;
}

.stat p:first-child span{
	font-size: 55px;
	font-weight: 600;
}

.stat p:last-child{
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 14px;
	margin: 0;
}

.prophome{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 15px;
	margin-left: auto;margin-right: auto;
	max-width: 1400px;
	width: 100%;
	margin-bottom: 60px;
}

.prophome h2{
	width: 100%;
	text-align: left;
}

.prophome a.bouton{margin-left: auto;margin-right: auto;margin-top: 50px;}

a.propa{
	background-color: #fff;
	display: block;
	width: calc(50% - 20px);
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	position: relative;
	transition: all .4s;
}

a.propa:nth-of-type(2), a.propa:nth-of-type(4){
	transform: translateY(-100px);
}

a.propa:hover, .cta:hover{box-shadow: 0px 0px 10px 0px rgba(0,0,0,.6);}

a.propa .innerprop{
	position: relative;
}

img.propimg{
	display: block;
	width: 100%;
	transition: all .4s;
}

a:hover img.propimg{opacity: .9;}

.propinfoa p{margin: 0;}

.propinfoa{
	padding: 35px 0 20px;
}

a.bouton{
	display: inline-block;
	padding: 15px 45px;
	border:1px solid #000;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all .4s;
}

a.bouton i{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

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

.homecta{
	margin-left: auto;margin-right: auto;
	max-width: 1400px;
	width: 100%;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:15px;
	
}

.homecta img{
	display: block;
	width: calc(100% - 20px);
	transition: all .4s;
}

.homecta a:hover img{
	opacity: .9;
}

.cta{box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);transition: all .4s;}

.cta>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

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

.profilhome .img, .profilhome .txt{
	width: calc(50% - 15px);
}

.profilhome .img img{
	margin-left: auto;
	display: block;
	width: 100%;
}

.profilhome .img img.affilies{
	width: 230px;
	margin-top: 20px;
}

.profilhome .txt p{
	margin-top: 0;
	margin-bottom: 25px;
}

.profilhome hr, .pagetem hr{
	height: 1px;
	width: 100%;
	box-sizing: border-box;
	background-color: #000;
	margin: 40px 0;
}

.socabout{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:20px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}

.socabout h2{width: 100%;text-align: center;margin-bottom: 10px;}

.vendues h2{padding-left: 40px;}

.soldmapwrap{
	
	position: relative;
	width: 100%;
	height: 400px;
}
.soldmap, .soldmap iframe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.temhome{
	text-align: center;
	margin-top: 40px;
}

.temhome a.bouton{margin-top: 40px;}

.pagetem{
	text-align: center;
}

.profilpage{
	margin-top: 50px;
}






































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







.prophome{box-sizing: border-box;}


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

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	.banner{font-size: 50px;}
	.regtitle{font-size: 30px;}
	.cta>div{
		padding: 20px 10px;
		font-size: 15px;
	}
	.cta a.bouton{
		padding: 15px 30px;
		font-size: 13px;
	}
	.homecta img{
		width: calc(100% - 10px);
	}
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	.navcont nav .sub a, header.main.nothome .navcont nav .wsub span{color: #fff !important;}
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		cursor: pointer;
		align-self: center;
		margin-left: 25px;
		z-index: 11;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #000;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico.open span{
		background: #fff;
	}
	
	header.main{
		padding: 20px;
		align-items: center;
	}
	a.logoh{width: 75px;}
	.navcont{padding: 0;margin-left: auto;}
	.navcont nav{
		display: none;
		position: absolute;
		top: 130px;
		right: 0;
		background-color: rgba(0,0,0,.8);
		text-align: center;
		width: 30%;
		margin-top: 0;
		z-index: 999;
	}
	.navcont nav a, header.main.nothome .navcont nav a{
		display: block;
		padding: 10px;
		color: #fff !important;
	}
	.wsub{color: #fff;background-color: rgba(0,0,0,.3);padding-top: 10px;}
	.sub{
		position: relative;
		transform: none !important;
		opacity: 1 !important;
		background-color: transparent;
		left: 0;
	}
	.navcont>*{gap:10px;}
	.soca+.telh{
		margin-left: 0;
	}
	
	.socnav a:last-child span{display: none;}
	.navcont i{transform: translateY(-2px);}
	.banner, .banner.nothome{min-height: 400px;}
	.banner p{margin-bottom: 0;}
}

@media screen and (max-width: 850px) {
	.statswrap .stat{padding: 20px 25px;}
	.fcol>a.telf:last-child i{display: none;}
	.cta>div{display: block;
	text-align: center;}
	.cta>div p{
		margin-bottom: 15px;
		margin-top: 0;
	}
	.navcont nav{width: 50%;}
	
}

@media screen and (max-width: 750px) {
	.banner{height: 70vh;}
	.banner.nothome {
    	height: 50vh;
	}
	
	header.main{
		padding: 10px;
	}
	.navcont nav{width: 100%;top: 90px;}
	.menu-ico{margin-left: 15px;}
	a.logoh{
		width: 45px;
	}
	.socnav a span{display: none;}
	.banner {
    	font-size: 26px;
	}
	.regtitle{font-size: 20px;}
	.homecta{
		display: block;
	}
	
	.homecta .cta{
		width: 80%;
		margin-left: auto;margin-right: auto;
		margin-bottom: 30px;
	}
	
	.fcol:nth-child(2), .fcol:nth-child(3){display: none;}
	.fcol{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	img.agenceimg{margin-left: auto;margin-right: auto;}
	.socf{justify-content: center;}
	.liensutilesf{display: none;}
	
	.statswrap .stat{max-width: 50%;width: 50%;}
	.statswrap .stat:nth-of-type(2):after{display: none;}
	
	.prophome h2{text-align: center;}
	
	a.propa:nth-of-type(2), a.propa:nth-of-type(4) {
		transform: translateY(0px);
	}
	
	a.propa{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	a.propa strong{display: block;}
	.propinfoa p span{display: none;}
	
	.stat p:first-child span{font-size: 40px;}
	.stat p:first-child{font-size: 20px;}
	
	.profilhome .img{
		width: 80%;
		margin-left: auto;margin-right: auto;
		margin-bottom: 30px;
	}
	
	.profilhome .txt{width: 100%;text-align: center;}
	.vendues h2{padding-left: 0;text-align: center;}
	
	a.bouton{padding: 12px 20px;font-size: 13px;letter-spacing: 1px;}
	a.logoban{width: 200px;margin-top: 20px;}
}

@media screen and (max-width: 370px) {
	header.main{padding: 10px 5px;}
	.menu-ico{margin-left: 10px;width: 25px;}
	.socnav a{font-size: 11px;}
	.navcont i{font-size: 16px;}
	.navcont>*{
		gap:5px;
	}
	.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;
}
.awardslogo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;	
}
.awardsitem {
	flex: 0 0 20%;
	padding: 15px 25px;
	box-sizing: border-box;
}
.awardsitem img {
	max-width: 100%;
}
.awardsitem:nth-child(2) {
	flex: 0 0 13%;
}