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

/* 
font-family: 'Lexend', sans-serif;
font-family: 'Libre Baskerville', serif;
*/
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	font-family: 'Lexend', 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: 'Libre Baskerville', serif;
	font-weight: 400;
}

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

.flexspacer{display: block;width: 100%;}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

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

header .headeritems{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}

header .headeritems>*{
	background-color: rgba(255,255,255,.65);
}

.menu-ico{
	width: 32px;
	border-right: 1px solid rgba(29,29,29,.3);
	padding: 25px 20px;
	cursor: pointer;
}

.menu-ico div{
	width: 100%;
	height: 3px;
	margin-bottom: 4px;
	background-color: #000;
}

.menu-ico p{
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

a.telh{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	font-weight: 600;
	border-right: 1px solid rgba(29,29,29,.3);
	transition: all .4s;
}

a.telh i{
	font-size: 18px;
	margin-right: 5px;
}

a.telh:hover{
	color: #d64036 !important;
}

.soch{
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.btn_social{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	padding: 0;
	color: #000 !important;
	font-size: 22px;
	background-color: transparent !important;
	margin-left: 15px;
	transition: all .4s !important;
}

a.btn_social:first-child{
	margin-left: 0;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #000 !important;
	color: #fff !important;
	overflow: hidden;
	font-size: 18px;
	padding-top: 3px;
}

a.btn_social:first-child:hover{background-color: #d64036 !important; color: #fff !important;}

header nav{
	border-top: 1px solid rgba(29,29,29,.3);
	background-color: rgba(255,255,255,1) !important;
	position: absolute;
	left: 0;
	top: 84px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	display: none;
}

header nav a{
	display: block;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none !important;
	color: #000e35 !important;
}

header nav a:hover{
	color: #d64036 !important;
}

img.remaxh{
	display: block;
	width: 45px;
}

.banner{
	background-image: url("../images2/bannerramos.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom center;
}

.bancont{
    width: 900px;
    max-width: 95%;
    margin: 0px auto;
    padding: 225px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bancont > div {
	text-align: center;
}
.nothome .bancont{
	padding: 170px 0;
	width: 630px;
}

.bancont img{
	display: block;
	max-width: 100%;
}

.bancont a.logo1{
	width: 37.2%;
}

.bancont a.logo2{
	width: 200px;
    display: inline-block;
}

.bancont a.logo1+div{
	width: 57.8%;
	position: relative;
}

.bancont a.bouton{
    display: block;
    margin: 30px auto 0;
}

a.bouton{
	background-color: #d64036;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 20px 25px;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	transition: all .4s;
}

a.bouton.bouton2{
	border:1px solid #d64036;
	background-color: #fff !important;
	color: #d64036 !important;
}

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



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

a.bouton.bouton2:hover{
	background-color: #d64036 !important;
	color: #fff !important;
}
.temhome a.bouton:hover{
	background-color: #FFF !important;
    color: #000e35 !important;
}

.footernav{
	background-color: #000e35;
	padding: 30px 0;
	text-align: center;
	margin-top: 50px;
}

.footernav a{
	margin-left: 7px;margin-right: 7px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 50px;
	box-sizing: border-box;
	padding-left: 80px;padding-right: 80px;
}

.footer_copy{text-align: center;width: 100%;margin-top: 20px;}

a.logof{
	width: 270px;
	display: block;
	margin-bottom: 20px;
}

a.logof img{
	display: block;
	width: 150px;
}

.agencef{
	width: calc(100% - 440px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.agencef img{
	display: block;
	width: 230px;
	margin-right: 20px;
}

.finfo{
	width: 370px;
	display: block;
	padding-top: 20px;
}

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

.finfo strong{
	text-transform: uppercase;
	font-weight: 600;
}

p.quartiers{
	width: calc(100% - 440px);
	border-left: 1px solid #eeeff0;
	padding-left: 45px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.prophome h2, .propsold h2, .temhome h2, .profilhome h2, .statshome h2, .profilpage h1{
	text-transform: uppercase;
	font-weight: 400;
	color: #d64036;
	font-size: 35px;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.prophome h2 span, .propsold h2 span, .temhome h2 span, .profilhome h2 span, .statshome h2 span{
	text-decoration: underline;
}

.prophome h2{
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box;
}

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

.prophome .wrap{
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

a.propa{
	position: relative;
	display: block;
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
	overflow: hidden;
	text-decoration: none !important;
	color: #fff !important;
	margin-right: 20px;
}

a.propa:nth-of-type(3n){margin-right: 0;}

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

a:hover img.propimg{filter: grayscale(1);transform: scale(1.05);}

.rollprop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .4s;
}

a:hover .rollprop{opacity: 1;}

.rollprop div{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.rollprop h3, .rollprop p{
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lexend', sans-serif;
	font-size: 14px;
}

.statshome{
	background-color: #000e35;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding-bottom: 90px;
}


.statshome .wrap{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.profilhomenew.profilpage .wrap {
	padding-bottom: 65px;
}



.profilpage h1{text-align: center;}
.statshome h2, .profilhome h2, .temhome h2, .profilpage h1{width: 100%;position: relative;margin-bottom: 25px;}
.statshome h2:after, .profilhome h2:after, .temhome h2:after, .profilpage h1:after{
	content: "";
	width: 700px;
	max-width: 90%;
	height: 1px;
	background-color: #da534a;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.profilhome h2:after, .profilpage h1:after{width: 280px;}
.temhome h2:after{
	left: 0;
	transform: none;
}

.statshome .stat{
	margin: 35px;
	margin-bottom: 0;
}

.statshome .stat .num{
	font-family: 'Libre Baskerville', serif;
	font-size: 65px;
	line-height: 1;
}

.statshome .stat p{
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	line-height: 1;
}

.profilhome .wrap{
	text-align: center;
	padding-bottom: 65px;
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.profilhome a.bouton{margin-left: auto;margin-right: auto;}

.membre{
	width: calc((100% - 80px) / 3);
	margin-bottom: 50px;
}

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

.membre h3, .membreitem h2{
	text-transform: uppercase;
	color: #da534a;
	font-size: 25px;
	margin: 0;
	margin-top: 10px;
}

.membre p{
	font-weight: 600;
}

.membre h3+p, .membreitem h2+p{
	font-weight: 300;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 25px;
	min-height: 46px;
}

.temhome{
	background-color: #000e35;
	color: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 95px;
}

.temhome .wrap{
	box-sizing: border-box;
	padding-left: 80px;padding-right: 80px;
}



.temhome p{
	font-weight: 300;
	margin-top: 0;
	max-width: 70%;
	margin-bottom: 20px;
}

.temhome p:last-child{
	margin-bottom: 40px;
	text-transform: uppercase;
}

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

.propsold h2{
	padding-left: 80px;
}

.propsold a.bouton{margin-right: 80px;}

.propsold .mapsold{
	display: block;
	width: 100%;
	height: 550px;
}
.propsold iframe{
	display: block;
	width: 100%;
	height: 100%;
}

.smwrap{
	padding-left: 200px;
	padding-right: 200px;
	box-sizing: border-box;
	text-align: center;
}

.smwrap p{text-align: left;margin-top: 0;margin-bottom: 25px;}

.smwrap a.bouton{margin-top: 45px;}

.membreitem{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 80px;
	padding-right: 80px;
}

.membreitem .img{
	display: block;
	width: 310px;
}

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

.membreitem .txt{
	display: block;
	width: calc(100% - 350px);
}














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

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

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

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

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

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

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

.vendreintro{
	text-align: center;
	background: #d64036;
	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: #d64036;
    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: #d64036;
}

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











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

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	.profilhome .wrap, footer .wrap, .membreitem{padding-left: 0;padding-right: 0;}
	.smwrap{padding-left: 80px;padding-right: 80px;}
	.propsold h2{padding-left: 0;}
	.propsold a.bouton{margin-right: 0;}
	.propsold .mapsold{height: 450px;}
	.temhome p{max-width: 65%;}
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.prophome .wrap, .temhome .wrap{padding-left: 0;padding-right: 0;}
	a.propa{color: #000 !important;}
	.rollprop{
		position: relative;
		height: auto;
		opacity: 1;
		padding: 15px 0;
		background-color: #fff;
	}
	.rollprop h3, .rollprop p{
		font-size: 13px;
	}
	
	.statshome .stat{
		margin: 20px;margin-bottom: 0;
	}
	
	.membre {
    	width: calc((100% - 40px) / 3);
	}
	
	.membre h3, .membreitem h2{font-size: 19px;}
	.membre h3+p, .membreitem h2+p{font-size: 16px;min-height: 40px;}
	.temhome:after{
		width: 565px;
    	height: 486px;
	}
	.propsold h2{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.propsold a.bouton{margin-bottom: 20px;margin-left: auto;margin-right: auto;}
	
	p.quartiers{display: none;}
	
	a.logof{width: 150px;}
	.agencef{width: calc(100% - 300px);}
	.agencef p{font-size: 14px;}
	.footernav a{display: none;}
	.footernav{padding: 3px 0;}
}

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

@media screen and (max-width: 750px) {
	a.logof{
		order: 1;
		width: 100%;
		max-width: 150px;
		margin-left: auto;margin-right: auto;
		margin-bottom: 20px;
	}
	.finfo{
		text-align: center;
		margin-top: 0;
		padding-top: 0;
		order:2;
		width:100%;
	}
	.agencef{
		order:3;
		display: block;
		width: 100%;
		text-align: center;
	}
	.agencef img{
		margin-left: auto;margin-right: auto;
	}
	.footer_copy{order:4;}
	
	.menu-ico{
		padding: 15px 10px;
	}
	a.telh{padding: 10px;font-size: 14px;}
	a.telh i{font-size: 16px;}
	.soch{padding: 0px 10px;}
	
	a.btn_social{margin-left: 10px;}
	
	.membre{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.temhome p{max-width: 100%;}
	.temhome:after{display: none;}
	
	
	a.propa, a.propa:nth-of-type(3n){
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
	}
	a.propa:nth-of-type(2n){margin-right: 0;}
	
	.smwrap{padding-left: 0;padding-right: 0;}
	
	.membreitem .img{width: 80%;margin-left: auto;margin-right: auto;order:1;}
	.membreitem .txt{
		order:2;
		width: 100%;
		text-align: center;
	}
	
	.bancont{
		flex-wrap: wrap;
	}
	
	.bancont a.logo1+div{width: 100%;}
	
	.bancont a.logo1{width: 100px;margin-bottom: 10px;filter: drop-shadow(0px 0px 3px rgba(0,0,0,.8));}
	
	.nothome .bancont{padding: 120px 0;}
	
	.bancont{padding: 180px 0;}
	
	.prophome h2{padding-left: 0;}
	.prophome h2, .propsold h2, .temhome h2, .profilhome h2, .statshome h2, .profilpage h1{font-size: 30px;}
}

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