@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;600;700&family=Outfit:wght@200;400;600&display=swap');

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

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

.menu-ico{display: none;}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 9999;
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
	transition: all .4s;
}

header.scrolled{
	background-color: rgba(0,0,0,.75);
	padding: 15px 0;
}

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

header a{
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 18px;
	transition: all .4s;
}

header a.telh{
	font-size: 26px;
	color: #fff !important;
	transition: all .4s;
}

header nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:30px;
}

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

header a:hover, header a.telh:hover, header a.btnsocial:hover{
	color: #E91B37 !important;
}

a.btnsocial{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	width: 36px;
	height: 36px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #fff;
	color: #000 !important;
	transition: all .4s;
}

img.suttonh{
	display: block;
	width: 135px;
	filter: invert(1);
}

.banner{
	position: relative;
	background-color: #000;
}

.banner>video, .banner>img{display: block;width: 100%;opacity: .8;}
.banner>video{
	min-height: 600px;
	object-fit: cover;
	object-position: center;
}

.banner>img{
	max-height: 600px;
	object-fit: cover;
	object-position: center;
}

.banner-info{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.logob{
	display: block;
	filter:invert(1);
	width: calc(100% - 20px);
	max-width: 700px;
	margin-left: auto;margin-right: auto;
}

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

.banner-cta{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 10px;
	box-sizing: border-box;
}

.nothome .banner-cta{display: none;}

.banner-cta p{
	font-family: 'Cormorant Infant', serif;
	font-weight: 700;
	font-size: 50px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.banner-cta a.bouton{--clr-btn:#fff;--clr-btn-hover:#000;margin-left: auto;margin-right: auto;}

a.bouton{
	--clr-btn:#000;
	--clr-btn-hover:#fff;
	display: block;
	width: max-content;
	border:1px solid var(--clr-btn);
	color: var(--clr-btn) !important;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 200;
	border-radius: 4px;
	padding: 10px 25px;
	transition: all .4s;
}

a.bouton:hover{
	background-color: var(--clr-btn);
	color: var(--clr-btn-hover) !important;
}

footer{
	padding: 100px 0px 20px;
	background-color: #fff;
}

footer .wrap:first-child{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

footer .wrap:first-child>div{
	width: 50%;
}

.logof{
	height: 100px;
	display: block;
	margin-bottom: 10px;
}

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

footer h3{
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 10px;
}

footer h3 + p{
	font-weight: 200;
	font-size: 18px;
	margin-top: 0;
	padding-left: 10px;
}

a.btnsocial{
	display: inline-flex;
	margin-right: 0px;
}

.navf{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	background-color: #EDEDED;
	padding: 50px 0;
}

.navf a{
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 16px;
}

.navf a:hover{
	color: #E91B37 !important;
}

.footermacle{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	margin-top: 50px;
}

footer .wrap:not(:first-child) h4, footer .wrap:not(:first-child) p{
	text-align: center;
	font-family: 'Outfit', sans-serif;
}

footer .wrap:not(:first-child) p{
	max-width: 800px;
	font-weight: 200;
	margin-left: auto;
	margin-right: auto;
}

h1.mainh1, h2.wline{
	text-align: center;
	font-size: 55px;
	font-weight: 600;
	margin: 0;
	padding: 80px 0px 60px;
	position: relative;
}
h2.wline{padding-top: 40px;}
h1.mainh1:after, h2.wline:after{
	content: "";
	height: 1px;
	width: 200px;
	background-color: #000;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	translate:-50% -50%;
}

section.cta{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding: 75px 75px 130px;
	background-image: url("../images2/vendre-cta.jpg");
	position: relative;
}

section.cta.acta{
	background-image: url("../images2/acheter-cta.jpg");
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}

section.cta.securcta{
	background-image: url("../images2/secur-cta.jpg");
	margin-top: 80px;
}

section.cta.securcta img{
	width: 175px;
	display: block;
	margin-left: auto;margin-right: auto;
}

section.cta.acta:before, section.cta.securcta:before{
	content: "";
	height: 1px;
	width: 80%;
	background-color: #000;
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	translate:-50% -50%;
}

section.cta.securcta:after{
	content: "";
	height: 60%;
	aspect-ratio:1;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -35px;
	right: -50px;
}

section.cta article{
	text-align: center;
	border-radius:4px;
	background-color: #EDEDED;
	padding: 35px 75px;
	width: max-content;
}

section.cta article a{margin-left: auto;margin-right: auto;}

section.cta p{
	font-weight: 200;
	font-size: 20px;
	margin: 0;
}

section.cta h2, .profilhome h2{
	line-height: 1.25;
	font-size: 40px;
	margin: 20px 0;
}

.profilhome{
	margin-top: 70px;
	background-color: #EDEDED;
	padding: 60px 0px 100px;
}

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

.profilhome .img{
	display: block;
	width: 400px;
	position: relative;
}

.profilhome .img:after{
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: -35px;
	left: -50px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.profilhome .img img{
	display: block;
	width: 100%;
	border-radius: 4px;
}

.profilhome .txt{
	width: calc(100% - 600px);
}

.profilhome p{
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 100px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	line-height: 1.5;
}

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

.prophome .propslidercont{position: relative;}

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

a.propa{
	position: relative;
	background-color: #ededed;
	border-radius:4px;
	overflow: hidden;
	text-decoration: none !important;
	display: block;
}

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

.rollprop{
	box-sizing: border-box;
	padding: 20px 30px;
}

.rollprop h3, .rollprop p{
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	font-size: 18px;
	margin: 5px 0;
}

.rollprop p:last-child{
	font-size: 28px;
	text-transform: uppercase;
}

.rollprop p:last-child:before{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000;
	margin: 10px 0;
	display: block;
}

.prophome .bx-next, .prophome .bx-prev{
	display: block;
	position: absolute;
	transform-origin: center;
	left: 0;
	top: 50%;
	translate: -100% -50%;
	rotate:-45deg;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 0;
	color: transparent;
	width: 30px;
	height: 30px;
}

.prophome .bx-next{
	left: auto;
	right: 0;
	translate: 100% -50%;
	rotate:135deg;
}

.soldprop{margin-top: 30px;}

.soldmapcont{
	position: relative;
	height: 375px;
	width: 100%;
}

.soldmapcont>*{
	display: block;
	width: 100%;
	height: 100%;
}











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

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

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

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

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

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

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

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

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










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

@media screen and (max-width: 1510px) {
	.wrap{
		max-width: calc(100% - 50px);
	}
	section.cta.securcta:after{
		right: -20px;
		bottom: -15px;
	}
	.profilhome .img:after{
		left: -35px;
		bottom: -20px;
	}
	.prophome .bx-next, .prophome .bx-prev{
		width: 17px;height: 17px;
	}
	header a{font-size: 17px;}
}


@media screen and (max-width: 1024px) {
	header a{font-size: 19px;}
	.wrapper_right_btns{display: none;}
	
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico div{
		display: block;
		width: 100%;
		height: 4px;
		background: #fff;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	header nav{
		position: absolute;
		bottom: 0;
		translate:0 100%;
		display: none;
		text-align: right;
		background-color: rgba(0,0,0,.85);
		padding: 15px 20px;
		width: 50%;
		right: 0;
	}
	header nav a{
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.hcontent{
		margin-left: auto;
		margin-right: 25px;
	}
	header .soch{margin-bottom: 0;}
	
	.logob{max-width: 600px;}
	.banner-cta p{font-size: 40px;}
	
	section.cta{
		padding: 35px 30px 70px;
	}
	section.cta article{
		padding: 30px 45px;
	}
	.prophome .wrap{
		max-width: calc(100% - 70px);
	}
	.prophome .bx-next, .prophome .bx-prev{
		width: 22px;height: 22px;
	}
	.rollprop{padding: 10px 15px;}
	.rollprop h3, .rollprop p{font-size: 15px;}
	.rollprop p:last-child{font-size: 20px;}
	.prophome .propslidercont>.propslider{gap:20px;}
	
	.profilhome .img{width: 300px;}
	.profilhome .txt {
    	width: calc(100% - 400px);
	}
	.profilhome p{font-size: 20px;line-height: 1.4;}
}

@media screen and (max-width: 850px) {
	h1.mainh1, h2.wline{font-size: 45px;}
	section.cta h2, .profilhome h2{font-size: 30px;}
	section.cta article{padding: 25px 30px;}
	.navf a{font-size: 15px;}
	.navf{gap:20px;}
	.logof{height: 80px;}
}

@media screen and (max-width: 750px) {
	.prophome .propslidercont>.propslider{gap:10px;grid-template-columns: 1fr;}
	.wrap{
		max-width: calc(100% - 20px);
	}
	section.cta{
		padding: 30px 10px 30px;
		margin-bottom: 300px;
	}
	section.cta article{
		box-sizing: border-box;
		position: relative;
		z-index: 9;
		width: 100%;
		translate:0 100%;
	}
	section.cta.securcta:after{
		right: -5px;
		bottom: -10px;
	}
	.navf a{
		display: none;
	}
	.navf{
		padding: 5px 0;
	}
	h1.mainh1, h2.wline {
		font-size: 30px;
	}
	section.cta h2, .profilhome h2 {
    	font-size: 22px;
	}
	img.suttonh{
		width: 100px;
	}
	header a.telh{font-size: 15px;}
	header .soch{gap:10px;}
	a.btnsocial{
		width: 27px;
		height: 27px;
		font-size: 16px;
	}
	.hcontent{margin-right: 10px;}
	.logob{
		width: calc(100% - 50px);
	}
	.banner-cta p {
    	font-size: 35px;
	}
	.profilhome>.wrap{flex-wrap: wrap;}
	.profilhome .img{margin-left: auto;margin-right: auto;}
	.profilhome .txt{
		order:2;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.profilhome a.bouton{margin-left: auto;margin-right: auto;}
	section.cta p{font-size: 18px;}
	footer .wrap:first-child>div{
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.logof, .logof img{margin-left: auto;margin-right: auto;}
	.footermacle, footer .wrap:not(:first-child) h4, footer .wrap:not(:first-child) p{font-size: 14px;}
	.banner>img{min-height: 345px;}
	.nothome .logob img{margin-top: 45px;}
}

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