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

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

.wrap{
	width: 1260px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
textarea{font-family: 'Montserrat', sans-serif;}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}

::placeholder { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,.4);
	font-style: normal;
	font-size:16px;
	text-transform: none;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
/*	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
	z-index: 999;
}

header .wrap{
	padding: 10px 0 10px 0px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

a.logoh{
	display: block;
	width: 210px;
	box-sizing: border-box;
	background-color: #fff;
	margin-right: auto;
}

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

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

header nav a, header nav span{
	text-decoration: none !important;
	color: #1D1D1B !important;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .4s;
}

header nav a:hover{color: #A62C38 !important;}
header nav a.btn_language{
	padding-right: 5px;
	border-right: 3px solid #A62C38;
}

.wsub{
	position: relative;
}

.sub{
	position: absolute;
	bottom: 0;
	left: 50%;
	translate:-50% 100%;
	background-color: #A62C38;
	text-align: center;
	padding: 8px 20px;
	transform-origin: top center;
	scale:1 0.01;
	opacity: 0;
	border-top: 5px solid #fff;
	transition: all .4s;
}

.wsub:hover .sub, .wsub .sub:hover{
	scale:1;
	opacity: 1;
}

.sub a{
	color: #fff !important;
	padding: 3px 0;
	display: block;
}

.sub a:hover{
	color: #1d1d1d !important;
}

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

a.btnsoc{
	color: #fff !important;
	text-decoration: none !important;
	background-color: #A62C38;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
}

a.btnsoc:hover{
	background-color: #1D1D1B;
}

.bouton, a.bouton{
	appearance:none;
	display: inline-flex;
	align-items: center;
	gap:10px;
	vertical-align: middle;
	text-decoration: none !important;
	background-color: #A62C38;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 15px;
	color: #fff !important;
	border:0;
	transition: all .4s;
}

.bouton i, a.bouton i{
	font-size: 15px;
}

.bouton:hover, a.bouton:hover{
	background-color: #1d1d1d;
}

img.bannerimg{
	display: block;
	width: 100%;
	max-height: 740px;
	object-fit: cover;
}

.banner{
	position: relative;
	margin-bottom: 35px;
	background: linear-gradient(0deg, rgba(128,128,128,.2) 0%, rgba(128,128,128,0) 90%);
	padding: 350px 0px 60px;
}

.banner::before{
	content: "";
	height: 110px;
	position: absolute;
	top: 35%;
	left: 0;
	width: 60%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images2/wave.png");
}

.sliderhwrap{
	height: calc(100% - 60px);
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
}

.sliderhwrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ban-infos{
	position: relative;
	z-index: 9;
}

.ban-infos p{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 0;
}

.smtitle{
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}

.title{
	font-weight: 600;
	font-size: 34px;
	margin: 0;
	line-height: 1.1;
}

.midtitle{
	font-weight: 600;
	font-size: 28px;
	margin: 0;
	line-height: 1.1;
}

.alt, a.alt{color: #A62C38 !important;}

.contactform hr{
	margin:60px auto 40px;
	background-color: #A62C38;
	border:0;
	height: 3px;
	width: 350px;
	max-width: 55%;
}

.temhome hr, .contenuhome hr{
	margin:0px auto 40px;
	background-color: #A62C38;
	border:0;
	height: 3px;
	width: 350px;
	max-width: 55%;
}
.contenuhome hr{
	margin-left: 0;
}

.contactform{
	text-align: center;
	margin-bottom: 60px;
}

.formwrapper{
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}

.formwrapper input:not([type=checkbox]), .formwrapper textarea{
	appearance:none;
	background-color: #fff;
	border-radius: 0;
	border:1px solid #707070;
	box-sizing: border-box;
	padding: 8px 10px;
	font-size: 16px;
	width: calc(50% - 5px);
}
.formwrapper textarea{
	width: 100%;
	resize: vertical;
	height: 100px;
}

.wrapper-checkbox {
    width:100%;
}
.wrapper-content-checkbox {
	position: relative;
    max-width: 580px;
    margin: 0 auto;
}
input[type=checkbox]:has(+label.consentbox){
	opacity: 0;
    position: absolute;
    top: 0;	
	left: 0;
}

label.consentbox{display: flex;justify-content: center;
align-items: center;gap:10px;cursor: pointer;margin-top: 10px;width: 100%;font-size: 13px;}

label.consentbox::before{
	content: "";
	width: 15px;
	height: 15px;
	border:1px solid #707070;
	background-color: #fff;
}

input:checked+label.consentbox::before{
	background-color: #A62C38;
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.formwrapper button{margin-top: 20px;padding-left: 25px;padding-right: 25px;}

.maillist{
	background-image: url("../images2/maillist.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0;
}

.maillist .wrap{
	background-color: rgba(255,255,255,.85);
	text-align: center;
	padding: 30px 5px;
	box-sizing: border-box;
}

.maillist form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.maillist input:not([type=checkbox]){
	appearance:none;
	background-color: #fff;
	border-radius: 0;
	border:1px solid #fff;
	box-sizing: border-box;
	padding: 8px 10px;
	font-size: 16px;
	width: 280px;
	margin-bottom: 20px;
}

.maillist input:not([type=checkbox])+input{margin-left: 10px;}

.maillist button{margin-bottom: 20px;}

footer{
	background-color: rgba(0,0,0,.05);
	padding: 60px 0px 20px;
}

footer .wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	
}

footer .wrap > div:first-child, footer .wrap > div:nth-child(2){
	border-right: 2px solid #707070;
}

a.logof{
	display: block;
	margin: 30px auto;
	width: 200px;
}

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

footer a.btn_menu, footer a.btn_language{
	margin: 10px 0;
	display: block;
	text-align: center;
	text-decoration: none !important;
    color: #1D1D1B !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .4s;
}

footer a.btn_language::after{
	content: " |";
	color: #A62C38;
}

footer .wrap > div:nth-child(3){
	text-align: center;
	font-weight: bold;
}

footer a.bouton{
	text-transform: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 300px;
	margin-left: auto;margin-right: auto;
}

footer .wrap > div:nth-child(3) p{
	margin-top: 40px;
}

.socf{
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top: 10px;
	align-items: center;
}

.footer_end{border-top: 0;margin-top: 40px;}

.footer_end .wrap{
	border-top: 3px solid #A62C38;
	padding-top: 30px;
}

.temhome{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 100px;
	
}

.controls{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	margin-bottom: 10px;
}

.controls img{width: 30px;cursor: pointer;}
.controls img:hover{
	filter: grayscale(1);
}

.controls :last-child{
	scale:-1 1;
}

.temsliderwrapper{
	width: calc(100% - 400px);
	margin-left: auto;margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
}

.temsliderwrapper::before, .temsliderwrapper::after{
	content: "";
	background-image: url("../images2/quote.svg");
	background-size: contain;
	width: 75px;
	height: 65px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	translate:-95px 20px;
	left: 0;
}
.temsliderwrapper::after{
	left: auto;
	right: 0;
	scale:-1;
	translate:95px 20px;
}

.temsliderwrapper p:last-child{margin-bottom: 0;}

.contenuhome .wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
	align-items: center;
	margin-bottom: 40px;
}

.contenuhome .full, .contenuhome .full.img{grid-column: 1/3;padding: 0px 125px;}

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

.contenuhome .txt{
	padding-right: 80px;
}
.contenuhome .txt p a:focus,
.contenuhome .txt p a:link {
	text-decoration: underline;
}
.contenuhome .txt p a:hover {
	text-decoration: none;
}

.ctas{
	display: flex;
	flex-direction: column;
	gap:15px;
	text-align: center;
}

.contenuhome.ctashome .wrap{
	align-items: stretch;
}

.ctas .cta{
	background-color: #F5F5F5;
	display: grid;
	place-items:center;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.prophome{margin-top: 80px;}

.proptitle+.propwrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
}

.proptitle+.propwrapper>a+a+a+a{
	display: none;
}

a.propa{
	position: relative;
	text-decoration: none !important;
	color: #000 !important;
	border-bottom: 4px solid #A62C38;
}

a.propa .plus{
	color: #fff;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 60px;
	font-weight: 300;
	background-color: rgba(166,44,56,.55);
	position: absolute;
	top: 0;
	right: 0;
}

a.propa:hover .plus{
	background-color: rgba(166,44,56,1);
}

img.propimg{
	display: block;
	width: 100%;
	aspect-ratio:1;
	object-fit: cover;
	object-position: center;
}

a.propa h3{
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 18px;
}

a.propa h3+p{
	font-weight: bold;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 9px;
}

.piecesinfos{
	margin: 20px 0;
	display: flex;
}

.piecesinfos > div{
	display: flex;
	align-items: center;
	gap:10px;
	padding-right: 15px;
	border-right: 1px solid rgba(166,44,56,1);
}

.piecesinfos > div+div{
	padding-left: 15px;
}

.piecesinfos img{
	width: 28px;
}

.piecesinfos+p{
	font-size: 22px;
	text-align: right;
	margin: 0;
	padding-bottom: 15px;
}

.prophome{margin-bottom: 80px;}

.proptitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.proptitle .controls{margin-left: auto;margin-right: 15px;margin-bottom: 0;}

img.logo_contact{width: 100%;}

.profilhome{
	background: linear-gradient(0deg, rgba(128,128,128,.2) 0%, rgba(128,128,128,0) 90%);
	margin-bottom: 75px;
	padding: 20px 0 50px;
	text-align: center;
}
.profilhome .wrap{
	width: 600px;
}
.profilhome img{
	border-bottom: 3px solid #A62C38;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

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

.contactform img{
	display: block;
	margin-left: auto;margin-right: auto;
	width: 300px;
	max-width: 100%;
	margin-bottom: 25px;
}















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

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

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

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

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

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

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

.vendreintro{
	text-align: center;
	background: #A62C38;
	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: none;
    font-weight: 800;
    color: #A62C38;
    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: none;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    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: #A62C38;
}

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






.sliderhwrap>.sliderh>img:not(:first-child){display: none;}

.sliderhwrap div{
	height: 100% !important;
}


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

@media screen and (max-width: 1250px) {
	header nav{gap:15px;font-size: 14px;}
	a.logoh{width: 180px;}
	.ban-infos p{font-size: 36px;}
	.banner::before{height: 85px;}
	a.propa h3{font-size: 16px;}
	a.propa h3+p{font-size: 14px;}
	.contenuhome .txt{padding-right: 30px;}
	footer a.bouton{
		box-sizing: border-box;
		width: 260px;
	}
}


@media screen and (max-width: 1024px) {
	
	.menu-ico{
		margin-left: 15px;
		display: block;
		width: 30px;
		height: 22px;
		z-index: 11;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico div{
		display: block;
		width: 100%;
		height: 4px;
		background: #A62C38;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico div:last-child{margin-bottom: 0;}
	
	header .wrap{display: flex;
	justify-content: flex-end;align-items: center;}
	
	header nav{
		display: none;
		position: absolute;
		top: 70px;
		right: 0;
		background-color: #fff;
		border-bottom:3px solid #A62C38;
		padding: 20px;
		padding-left: 50px;
	}
	header nav span{display: none;}
	header nav a{
		display: block;
		text-align: right;
		padding: 5px 0;
	}
	.sub a{
		color: #1D1D1B !important;
		padding: 5px 0;
	}
	.sub{
		position: relative;
		left: 0;
		background-color: transparent;
		text-align: right;
		padding: 0;
		scale:1;
		opacity: 1;
		border-top:0;
		translate:0;
	}
	.banner .wrap{padding: 20px 0;}
	.smtitle{font-size: 15px;}
	.title{font-size: 30px;}
	.contenuhome .txt{padding-right: 0;}
	.temsliderwrapper{width: calc(100% - 200px);}
	.contenuhome .wrap {grid-template-columns: .8fr 1fr;}
	
	.banner{padding-top: 150px;padding-bottom: 40px;}
	.banner::before{top: 25%;height: 75px;}
	.ban-infos p {
    	font-size: 32px;
	}
}

@media screen and (max-width: 850px) {
	.ban-infos p {
    	font-size: 28px;
	}
	.banner{padding-top: 110px;padding-bottom: 30px;}
	.banner::before{top: 20%;height: 70px;}
	.sliderhwrap{
    height: calc(100% - 30px);
	}
	
	.smtitle{font-size: 14px;}
	.midtitle{font-size: 25px;}
	label.consentbox{font-size: 10px;}
	footer a.bouton{width: 235px;}
	.ctas .cta{padding: 10px;}
	.bouton, a.bouton{font-size: 16px;}
	
	
	
}

@media screen and (max-width: 750px) {
	footer .wrap > div:nth-child(2){display: none;}
	footer .wrap {
		display: grid;
		grid-template-columns: 1fr;
	}
	footer .wrap > div:first-child{
		border-right: 0;
		border-bottom: 2px solid #707070;
	}
	label.consentbox::before{flex-shrink: 0;}
	label.consentbox{text-align: left;}
	a.logoh{
		width: 120px;
	}
	
	header .bouton{padding-left: 10px;padding-right: 10px;}
	header .bouton i{display: none;}
	.menu-ico{margin-left: 10px;}
	.wrap {
		max-width: calc(100% - 20px);}
	header .soc{gap:7px;}
	
	img.bannerimg{
		height: 450px;
		object-fit: cover;
	}
	.ban-infos img{
		bottom: auto;
		top: 0;
		translate:0 -100%;
		max-width: 200px;
	}
	.smtitle {
    	font-size: 13px;
	}
	.title {
    	font-size: 25px;
		
	}
	.ban-infos h2 {
		margin: 7px 0;
	}
	.contenuhome .wrap {
		grid-template-columns: 1fr;
	}
	.proptitle{
		flex-wrap: wrap;
		justify-content: center;
	}
	.proptitle h2{width: 100%;margin-bottom: 10px;}
	.bouton, a.bouton {
    	font-size: 15px;
	}
	.temsliderwrapper{width: 100%;}
	.temsliderwrapper::before, .temsliderwrapper::after{display: none;}
	.formwrapper input:not([type=checkbox]), .formwrapper textarea{width: 100%;}
	
	.ban-infos p {
    	font-size: 22px;
	}
	.banner::before{
		top: 310px;
		height: 40px;
		width: 100%;
	}
	.sliderhwrap{
		width: 100%;
		height: 300px;
	}
	.banner{padding-top: 350px;padding-bottom: 20px;}
	body{padding-top: 75px;}
	.contenuhome .full, .contenuhome .full.img{grid-column: auto;padding: 0px;}
}

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