@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Prata&display=swap');

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

.wrap{
	width: 1220px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}
.wrap_avis_google {
	text-align: center;
    padding: 30px 0;
}
.menu-ico{display: none;}
input, textarea, button{font-family: 'Manrope', sans-serif;}

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

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

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	padding: 15px 0;
	z-index: 999;
	transition: all .4s;
}

header:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 95%);
	z-index: -1;
	transition: all .4s;
}

header.scrolled:after{opacity: 0;}

header.scrolled{
	background-color: #fff;
}

header .wrap, footer .wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

img.ballon{
	display: block;
	width: 38px;
}
.wrapper_logo_header {
    flex: 0 0 278px;
    display: flex;	
}
.nav_left {
	flex: 1;
    display: flex;
	align-items: center;
}

a.logoh{
	margin-left: 15px;
	margin-right: 15px;
	width: 180px;
}
a.logoh.logoy {
	margin-left: 0px;
	width: 170px;
	border-left: 1px solid #000;
}
a.logoh.logoy img {
	padding-top:10px;
}
.logoh img{display: block;width: 100%;}

header nav, .navf{
	margin-left: auto;margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
}

.soch{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
}

.btn_language{
	text-transform: uppercase;
}

header .bouton{font-size: 14px;}

.contactfooter button{
	-webkit-appearance:none;
	appearance:none;
	border-radius: 0;
	border:0;
}

.bouton, .contactfooter button{
	display: inline-block;
	background-color: #000;
	color: #fff !important;
	text-decoration: none !important;
	padding: 7px 20px;
	font-size: 16px;
	transition: all .4s;
}

.bouton.alt{
	font-family: 'Prata', serif;
}

.bouton:hover, .bouton.bouton2, .contactfooter button{
	background-color: #fff;
	color: #000 !important;
}
.bouton.bouton2:hover, .contactfooter button:hover{
	background-color: #000;
	color: #fff !important;
}

.banner{
	position: relative;
	
}
.banner.nothome {
	padding-top:100px;
	
}

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

.baninfos{
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 9;
	margin-bottom: -100px;
}

.banner h1, .banner h2{
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	margin: 0;
	font-weight: 400;
	text-shadow: 0px 0px 10px rgba(0,0,0,.85);
}

.banner p{
	font-size: 80px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'Prata', serif;
	text-shadow: 0px 0px 10px rgba(0,0,0,.85);
}

.contactfooter, .profilhome, .ctas, .temhome{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.contactfooter .img, .ctas .txt, .temhome .img{
	width: 40%;
	position: relative;
}

.contactfooter .img img, .profilhome .img img, .ctas .img img, .temhome .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ctas .img{
	position: relative;
	width: 60%;
}

.contactfooter form, .temhome .txt{
	width: 60%;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	padding: 45px;
	padding-left: 80px;
	padding-right: max(80px,calc(50vw - 610px));
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
	flex-wrap: wrap;
}

.temhome .txt{
	background-color: #fff;
	color: #000;
}

.ctas .txt>div{
	padding: 65px;
	padding-right: 40px;
	padding-left: max(20px,calc(50vw - 610px));
}
.ctas .txt>div:first-child{
	background-color: #EDEDED;
}

.title{
	font-size: 50px;
	font-family: 'Prata', serif;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1;
}
.sm-title{
	font-size: 30px;
	font-family: 'Prata', serif;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1;
}

.contactfooter form h2, .contactfooter form .champ{width: 100%;}

.contactfooter form .champ:nth-of-type(1),
.contactfooter form .champ:nth-of-type(2){width: calc(50% - 5px);}

.contactfooter button{
	margin-left: auto;
}

.contactfooter input, .contactfooter textarea{
	-webkit-appearance:none;
	appearance:none;
	border-radius: 0;
	border:0;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	box-sizing: border-box;
}

.contactfooter textarea{
	height: 110px;resize:vertical;
}

.contactfooter label{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 10px;
}

footer{
	padding: 30px 0 20px;
}

footer .wrap{flex-wrap: wrap;}

a.logof{
	width: 225px;
}

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

footer hr{
	width: 100%;
	height: 3px;
	border:0;
	background-color: #BABABA;
	margin: 40px 0 30px;
}

.agencef, .yesf{
	width: 240px;
	margin-left: auto;margin-right: 40px;
	text-align: center;
}

.yesf{
	margin-left: 40px;margin-right: auto;
}

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

.yesf p{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
}




.profilhome .img{
	position: relative;
	min-height: 300px;
	width: max(30%,400px);
}

.profilhome .img img{object-position: top center;}

.profilhome .txt{
	width: min(70%,calc(100% - 400px));
	background-color: #EDEDED;
}

.profilhome .txt>div{
	padding: 60px;
	padding-right: 80px;
	padding-left: max(80px,calc(50vw - 610px));
}

.profilhome .txt>div:last-child{
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;padding-bottom: 30px;
}

.profilhome .txt>div:last-child a{
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	margin-left: 20px;
	font-size: 30px;
}

.profilhome .txt>div:first-child p{
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 75px;
}

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

.prophome h2{margin-bottom: 0;}

.propslidercont{
	width: 100%;
	margin-top: 30px;
	position: relative;
	margin-bottom: 60px;
}

.propslidercont .bx-next, .propslidercont .bx-prev{
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #EDEDED;
	color: #A5A5A5 !important;
	font-size: 65px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	width: min(120px,calc(50vw - 610px - 10px));
	left: -10px;
	translate:-100% 0;
	transition: all .4s;
}
.propslidercont .bx-next{
	left: auto;
	right: -10px;
	translate:100% 0;
}
.propslidercont .bx-next:hover, .propslidercont .bx-prev:hover{
	color: #EDEDED !important;
	background-color: #A5A5A5;
}

.propslidercont>.propslider{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
}

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

a:hover .propimg{opacity: .7;}

.propa{
	text-decoration: none !important;
	color: #fff !important;
	background-color: #000;
	position: relative;
}

.villeLabel{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #000;
	color: #fff;
	padding: 6px 15px;
	font-size: 14px;
}

.rollprop{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

.rollprop p{
	width: auto;
	margin: 0;
	font-size: 18px;
}

.rollprop p:first-child{
	width: 100%;
	font-size: 13px;
}
.rollprop h3{
	width: 100%;
	margin-top: 3px;
	margin-bottom: 25px;
	font-size: 18px;
}

.ctas p{
	margin-top: 5px;
	margin-bottom: 20px;
}

.realisationshome{
	background-color: #000;
	color: #fff;
	padding-top: 20px;
}

.realisationshome h2{
	margin-bottom: 20px;
}

.soldmap, .soldmap .map, .soldmap iframe{
	display: block;
	width: 100%;
	height: 450px;
}
.soldmap  {
	filter: grayscale(1);
}

.temhome h2, .temhome .bx-wrapper{
	width: 100%;
}

.temhome .bx-wrapper{margin-bottom: 50px;}

.cinqetoiles img{display: block;width: 100%;}
.cinqetoiles{
	width: 150px;
	align-self: center;
}
.temhome a.bouton{
	align-self: center;
}

.temhome p+p{
	    font-family: 'Prata', serif;
	font-size: 20px;
}
.temslider_home {
	width:100%;
	flex:0 0 100%;
}
.txt>.temslider>.temslide:not(:first-child){display: none;}

.contactpage .wrap_contact_top{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:40px;
	margin-bottom: 50px;
}

.wrap_contact_top_left {
	flex: 1;
}
.wrap_contact_top_right {
	flex: 0 0 500px;
	padding-top: 50px;
}
.wrap_contact_bottom {
	margin-bottom:50px;
}
.contactpage hr{
	width: 100%;
	height: 2px;
	margin: 20px auto;
	background-color: rgba(0,0,0,.1);
	border:0;
}

.contactpage iframe{
	width: 100%;
}

.contactpage h1{margin-top: 40px;margin-bottom: 0;}
.contactpage h1+p{margin-top: 0;}
.aginfos{
	padding-right: 0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.aginfos>div{max-width: 50%;}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe{
	width: 100% !important;
	margin-bottom: 40px;
}


.footermacle{margin-top: 0;}

























































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


.socialsf{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-self: flex-start;
	gap:20px;
	flex: 0 0 220px;
}

.socialsf p{
	margin: 0;
	font-size: 14px;
	margin-right: 20px;
}

.socialsf a{
	font-size: 26px;
}
.liensutilesf{
	font-size: 13px;
	width: 75%;
}

.liensutilesf h4{margin-top: 0;}
.liensutilesf p{
	margin-top: 0;
	margin-bottom: 0;
}
.flex_footer {
	display:flex;
	width: 100%;
    align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 10px;
}
.flex_footer_left {
	font-size: 13px;
    flex: 0 0 300px;
    padding-right: 20px;
}
.flex_footer_left h4 {
	margin:0;
}
.footercopy h6{
	font-size: 12px;
	display: inline;
	font-family: 'Manrope', sans-serif;
	margin-top: 0;
}

.footercopy{
	font-size: 12px;
	opacity: .5;
	text-align: center;
    width: 100%;
}






@media screen and (min-width: 1921px) {
	
}

@media screen and (max-width: 1350px) {
	.banner p{font-size: 70px;}
	header nav, .navf{gap:15px;font-size: 15px;}
	.btn_language{font-size: 15px;}
	header .bouton{font-size: 13px;}
	.soch{gap:7px;}
	.propslidercont{
		width: calc(100% - 100px);
		margin-left: auto;margin-right: auto;
	}
	.propslidercont .bx-next, .propslidercont .bx-prev{width: 50px;font-size: 50px;}
	.title{font-size: 40px;}
	
	.aginfos+hr{margin-bottom: 0;}
	
	.banner>img{
		min-height: 375px;
		object-fit: cover;
		object-position: top;
	}
	.nothome .baninfos{
		bottom: 10%;
	}
}
@media screen and (max-width: 1140px) and (min-width: 1025px) {
	header .wrap {
		flex-wrap: wrap;
	}
	.nav_left {
		flex: 0 0 100%;
		position: relative;
		padding-top: 8px;
	}
	.soch {
		position: absolute;
		top: -47px;
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	
	.soch {
		flex: 1;
	}
	.wrapper_right_btns{display: none;}
	
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		margin-left: 15px;
		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;
	}
	
	header nav{
		position: absolute;
		right: 10px;
		bottom: 0;
		translate:0 100%;
		background-color: #000;
		display: none;
		min-width: 250px;
		text-align: right;
		padding: 5px 0;
	}
	
	header nav a{
		color: #fff !important;
		display: block;
		padding: 5px 10px;
	}
	
	.banner p {
    	font-size: 55px;
	}
	
	.ctas .txt>div, .profilhome .txt>div, .contactfooter form, .temhome .txt{padding: 45px 20px;}
	
	.sm-title {
    	font-size: 25px;
	}
	
	.navf{display: none;}
	.profilhome .txt>div:last-child p{margin: 0;}
	
	
}
@media screen and (max-width: 950px) {
	.wrap_contact_top_right {
		flex: 0 0 350px;
	}
}
@media screen and (max-width: 850px) {
	.rollprop p{font-size: 13px;}
	.rollprop p:first-child{font-size: 11px;}
	.rollprop h3{font-size: 13px;}
	.villeLabel{
		font-size: 10px;
		top: 5px;right: 5px;
		padding: 5px;
		box-sizing: border-box;
		text-align: right;
		max-width: calc(60% - 5px);
	}
	.ctas .txt>div, .profilhome .txt>div, .contactfooter form, .temhome .txt{
		padding: 30px 15px;
	}
	.sm-title {
    	font-size: 23px;
	}
	.title {
    	font-size: 30px;
		margin-bottom: 20px;
	}
	
	.contactfooter button{margin-top: 0;}
	.liensutilesf{display: none;}
	.socialsf{
		justify-content: center;
		width: 100%;
	}
	footer hr{
		margin: 25px 0px 20px;
	}
	.flex_footer {
		justify-content: center;
	}
}


@media screen and (max-width: 750px) {
	.propslidercont>.propslider{grid-template-columns: 1fr;}
	.temhome .img{margin-top: 20px;}
	.profilhome .img{
		margin-left: auto;margin-right: auto;
		max-width: 100%;
		order:-1;
		margin-top: 10px;
	}
	.profilhome .txt{
		width: 100%;
	}
	
	.banner video, .banner>img{
		min-height: 315px;
		object-fit: cover;
	}
	
	.baninfos, .nothome .baninfos{
		bottom: 40px;
		margin-bottom: 0;
	}
	.banner h1, .banner h2{font-size: 14px;}
	.banner p{
		font-size: 28px;
	}
	
	header .bouton{
		font-size: 11px;
		padding: 5px 7px;
	}
	
	.btn_language{font-size: 13px;}
	
	.soch{gap:5px;}
	
	.menu-ico{margin-left: 7px;}
	
	img.ballon{width: 25px;}
	.wrapper_logo_header {
		flex: 0 0 195px;
	}
	a.logoh{ 
		margin-left: 5px;
		margin-right: 5px;
		width: 160px;}
	
	.title{font-size: 25px;}
	
	.contactfooter .img, .ctas .txt, .temhome .img, .contactfooter form, .temhome .txt, .contactfooter form .champ:nth-of-type(1), .contactfooter form .champ:nth-of-type(2){width: 100%;}
	
	.ctas .img, .contactfooter .img, .temhome .img{height: 200px;width: 100%;order:-1;}
	
	a.logof{
		margin-left: auto;margin-right: auto;margin-bottom: 20px;
		width: 80%;
		max-width: 300px;
	}
	
	footer .soch{
		justify-content: center;
		width: 100%;
		gap:10px;
	}
	
	.cinqetoiles{width: 100px;}
	
	.agencef, .yesf{margin:20px auto;width: 200px;}
	
	.contactpage iframe{order:-1;margin-top: 10px;height: 280px;margin-bottom: 0;}
	.contactpage .wrap{gap:0;margin-bottom: 0px;}
	
	.contactpage .wrap_contact_top {
		display: block;
		width: 640px;
		max-width:100%;
		margin: 0 auto;
	}
	a.logoh.logoy {
		width: 120px;
	}
	a.logoh.logoy img {
		padding-top: 8px;
	}
}

@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;
	}
	.flex_footer {
		flex-wrap: wrap;
	}
	.flex_footer_left {
		padding: 0 0 10px 0;
		text-align: center;
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 550px) { 
	.wrapper_logo_header {
		flex-wrap: wrap;
		justify-content: center;
	}
a.logoh.logoy {
    border-left: none;
}
}	
.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;
}
