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

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

.wrap, .bigwrap{
	width: 1400px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.bigwrap{
	width: 1500px;
	max-width: calc(100% - 20px);
}
input, textarea{
	font-family: 'Jost', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Jost', 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;
}

.menu-ico{display: none;}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

header .bigwrap{
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	padding-left: 115px;
	box-sizing: border-box;
}

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

a.logoh{
	position: absolute;
	left: 0;
	top: 0;
	width: 115px;
}

header nav{
	display: flex;
	justify-content: flex-start;
	gap:20px;
	margin-left: 20px;
}

header nav a, a.telh{
	text-decoration: none !important;
	color: #242424 !important;
	font-size: 15px;
	font-weight: 500;
	transition: all .4s;
}

header nav a:hover, a.telh:hover{
	color: #30A9A0 !important;
}

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

a.bouton, a.btn_language{
	display: inline-block;
	background-color: #242424;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	padding: 7px 15px;
	text-decoration: none !important;
	transition: all .4s;
}
a.bouton.bouton2, a.btn_language{
	background-color: #30A9A0;
}
a.bouton.bouton3{
	background-color: #fff;
	color: #242424 !important;
}

a.bouton:hover, a.bouton.bouton3:hover{
	color: #30A9A0 !important;
}

a.bouton.bouton2:hover, a.btn_language:hover{
	color: #242424 !important;
}

header a.bouton, a.btn_language, footer a.bouton3{
	font-size: 14px;
	padding: 5px 9px;
	font-weight: 400;
}
a.btn_language{
	text-transform: uppercase;
}

.banner{
	position: relative;
	margin-bottom: 60px;
}
.banner:after{
	content: "";
	background-image: url("../images2/motif.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -100px;
	right: 0;
	width: 50%;
	height: 100vh;
	background-position: bottom right -150px;
	pointer-events: none;
}

.banner>img{
	display: block;
	width: 100%;
	object-fit: cover;
	max-height: 95vh;
	
}

.banner.nothome>img{
	max-height: 50vh;
	
	min-height: 375px;
}

.banner .wrap{
	position: absolute;
	bottom: 30px;
	left: 50%;
	translate:-50% 0;
	color: #fff;
}

.banner .title+p, .contactpage h1+p{
	margin: 0;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 500;
}
.contactpage h1{line-height: 1;margin-bottom: 0;}
.banner a.bouton{margin-right: 5px;}

.centris-cta{
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 165px;
	padding: 20px;
	transform-origin: bottom right;
	rotate:-90deg;
	width: 125px;
	box-sizing: border-box;
}
.centris-cta img{display: block;width: 100%;}

.bantitle{
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
	font-size: 24px;
}

.title{
	margin: 0;
	font-size: 45px;
	font-weight: 500;
}

.section-title{
	background-color: #242424;
	color: #fff;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 10px;
}

.soldprop .section-title{
	background-color: #fff;
	color: #242424;
}

.section-title h2{
	padding: 5px 0;
}

.section-title i{
	font-size: 75%;
	color: #30A9A0;
}

.section-title a.bouton{
	padding-left: 40px;padding-right: 40px;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
}

.contactform{margin-top: 60px;margin-bottom: 60px;}

.contactform .wrap{
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	flex-wrap: wrap;
}

.contactinfos{
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #242424;
	width: 40%;
	box-sizing: border-box;
	padding: 40px;
}

.contactinfos a{
	color: #fff !important;
}

.contactinfos p a:last-child:not(:first-child){text-decoration: underline;}

.contactinfos p{
	margin: 25px 0;
}

.contactinfos h2{margin-bottom: 70px;}

.contactinfos i{
	font-size: 60%;
	color: #30A9A0;
}

.contactform form{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:10px;
}

.contactform form h2{
	width: 100%;
	color: #30A9A0;
}

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

.contactform .champ{
	width: 100%;
}

.contactform label{display: block;
width: 100%;color: #888888;font-size: 20px;font-weight: 400;margin-top: 10px;margin-bottom: 10px;}

.contactform input, .contactform textarea{
	-webkit-appearance:none;
	appearance:none;
	width: 100%;
	box-sizing: border-box;
	border:1px solid #888;
	border-radius: 0;
	background-color: #fff;
	padding: 5px;
	font-size: 18px;
}

.contactform textarea{height: 120px;resize: vertical;}

.contactform input:focus, .contactform textarea:focus{
	outline:none;
	border-color: #30A9A0;
}

.contactform button[type=submit]{
	display: block;
	width: max-content;
	margin-left: auto;
	font-family: 'Jost', sans-serif;
	padding: 5px 50px;
	font-size: 18px;
}

footer{
	background-color: #242424;
	color: #fff;padding: 30px 0;
}

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

a.logof{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 400;
}

.navf{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
}

.navf a{
	color: #fff !important;
	font-size: 18px;
}

footer hr{
	width: 100%;
	height: 2px;
	background-color: #fff;
	border:0;
	margin: 20px 0;
}

.liensutilesf{font-size: 12px;margin-top: 0;}
.liensutilesf a{color: #fff !important;}
.liensutilesf h4{margin-top: 0;}
.footermacle img{filter: invert(1);opacity: .8;}


.prop-grid, .equipe-grid, .stats-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:10px;
}

a.propa{
	color: #fff !important;
	overflow: hidden;
	position: relative;
	background-color: #242424;
	text-decoration: none !important;
}

.propimg{
	display: block;
	width: 100%;
	aspect-ratio:1;
	object-fit: cover;
	transition: all .4s;
}

a:hover .propimg{scale:1.05;opacity: .5;}

.rollprop{
	position: absolute;
	inset:30px;
	background-color: #30A9A0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center;
	scale:.01;
	opacity: 0;
	transition: all .4s;
}

a:hover .rollprop{
	scale:1;
	opacity: 1;
}

.rollprop h3{
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.rollprop h3+p{
	font-size: 30px;
	font-weight: 600;
	margin: 0px 0px 30px;
}

.rollprop h3+p+p{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin: 0;
}

.centris-ban{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 60px;
}

.centris-ban a{
	display: inline-flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 25px;
	color: rgba(0,0,0,.4) !important;
	text-decoration: none !important;
	line-height: .85;
	font-weight: 400;
	gap:20px;
	transition:all .4s;
}

.centris-ban a:hover{
	color: #30A9A0 !important;
}

.centris-ban a img{
	width: 120px;
}

.profilhome .wrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.equiephome{margin-bottom: 120px;}

.profilhome .img{
	position: relative;
	width: 50%;
}

.profilhome .img img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profilhome .txt{
	color: #fff;
	background-color: #242424;
	width: 50%;
	padding: 60px 100px 60px 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.profilhome .txt:after{
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	background-image: url("../images2/compas.png");
	background-size: auto 125%;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: .1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.profilhome h2{
	color: #30A9A0;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 50px;
}

.profilhome p{
	line-height: 1.6;
	font-size: 17px;
}

.membre{
	overflow: hidden;
	background-color: #242424;
	color: #fff !important;
	text-decoration: none !important;
	position: relative;
	cursor: pointer;
}
.membre img{
	display: block;
	width: 100%;
	transform-origin: center;
	transition: all .4s;
}

.membre:hover img{
	opacity: .75;
	scale:1.05;
}

.membre .infos{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px 10px;
	background-color: #30A9A0;
	translate:0 101%;
	transition: all .4s;
}

.membre:hover .infos{
	translate:0;
}

.membre .infos p{
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

.membre .infos p:first-child{
	font-size: 20px;
	text-transform: none;
	margin-bottom: 5px;
}

.cartevendu{
	display: block;
	width: 100%;
	height: 380px;
	position: relative;
}

.cartevendu iframe{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;left: 0;
}

.stat-item{
	color: #fff;
	background-color: #30A9A0;
	aspect-ratio:1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.stat-item p:first-child{
	margin: 0;
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
}

.stat-item p:first-child .num{
	font-size: 80px;
}

.stat-item p:last-child{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	margin-top: 20px;
}

.stats-grid{
	margin-bottom: 60px;
}

.popequipe{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36,36,36,.9);
	z-index: 9999;
}

.popequipe>div{
	position: absolute;
	inset:0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popequipe>div>div{
	width: calc(275px + 450px + 40px + 80px) !important;
	max-width: calc(100vw - 40px);
	position: relative;
}

.equipeslide{
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	opacity: 0;
	transition: all .4s;
}
:not(.bx-viewport)>.equipeslider>.equipeslide:not(:first-child){display: none;}
.equipeslide>div{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:40px;
}

.equipeslide .img{
	width: 275px;
}

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

.equipeslide .txt{
	width: 450px;
	max-width: calc(95vw - 315px);
}

.equipeslide .txt h3{
	color: #30A9A0;
	margin: 0;
	line-height: 1;
	font-size: 35px;
}

.equipeslide .txt h3+p{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

.equipeslide .txt h3+p+p{
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 20px;
}

.contactmembre{
	display: flex;
	gap:20px;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px;
	font-weight: 600;
}

.contactmembre img{
	width: 100px;
}

.popequipe .bx-controls-direction{
	position: absolute;
	top: 50%;
	left: 50%;
	translate:-50% -50%;
	width: calc(100% + 150px);
}

.popequipe .bx-controls-direction a{
	position: absolute;
	left: 0;
	top: 50%;
	translate:0 -50%;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 45px;
	transition: all .4s;
}
.popequipe .bx-controls-direction a:hover{
	color: #30A9A0 !important;
}
.popequipe .bx-controls-direction a+a{
	left: auto;
	right: 0;
}

a.closebtn{
	color: #fff !important;
	text-decoration: none !important;
	position: absolute;
	line-height: 1;
	top: 10px;
	right: 20px;
	font-size: 45px;
	z-index: 999999;
}















































































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

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

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

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

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

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

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

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

.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: 1921px) {
}

@media screen and (max-width: 1240px) {
	.wrap, .bigwrap{
		max-width: calc(100% - 20px);
	}
	.stat-item p:last-child, .navf a{font-size: 16px;}
	.stat-item p:first-child{font-size: 50px;}
	.stat-item p:first-child .num{font-size: 70px;}
	.contactinfos{padding: 30px;}
}


@media screen and (max-width: 1024px) {
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		transition: all .4s;
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #30A9A0;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	header nav{
		position: absolute;
		right: 0;
		background-color: #30A9A0;
		padding: 20px 30px;
		display: none;
		text-align: right;
		top: 80px;
	}
	header nav a{
		display: block;
		padding: 5px 0;
	}
	header nav a:hover{color: #fff !important;}
	.soch{margin-left: auto;margin-right: 15px;}
	
	.title{font-size: 35px;}
	.banner .title+p, .contactpage h1+p{font-size: 20px;}
	
	.rollprop{
		position: relative;
		scale:1 !important;
		opacity: 1 !important;
		width: 100%;
		padding-top: 15px;padding-bottom: 15px;
		inset:auto;
		
	}
	.rollprop h3+p{margin-bottom: 10px;font-size: 20px;}
	.rollprop h3{font-size: 14px;}
	.propimg{
		aspect-ratio:auto;
		scale:1 !important;
		opacity: 1 !important;
	}
	a.propa{background-color: #30A9A0;}
	.profilhome .txt{
		padding: 40px 30px;
	}
	.membre .infos{
		position: relative;
		translate: 0 0 !important;
	}
	.membre .infos p{font-size: 9px;}
	.stat-item p:first-child{font-size: 40px;}
	.stat-item p:first-child .num{font-size: 55px;}
	.contactform form{width: 56%;}
	.navf{display: none;}
	.equipeslide .img{width: 225px;}
	.equipeslide .txt {
		width: 400px;
	}
	.equipeslide>div{gap:30px;}
	.equipeslide{padding: 30px;}
	.popequipe>div>div{
		width: calc(225px + 400px + 90px) !important;
	}
	.popequipe .bx-controls-direction{
		width: calc(100% + 100px);
	}
}

@media screen and (max-width: 850px) {
	.title {
    	font-size: 30px;
	}
	.prop-grid, .equipe-grid{
	    grid-template-columns: repeat(3,1fr);
	}
	.prop-grid>:nth-child(4), .home_page .equipe-grid>:nth-child(4){display: none;}
	.stat-item p:last-child{font-size: 14px;}
	.stat-item p:first-child .num{font-size: 50px;}
}

@media screen and (max-width: 750px) {
	.banner{text-shadow: 0px 0px 5px #000000;}
	.banner a{text-shadow: none;}
	.prop-grid, .equipe-grid, .stats-grid{grid-template-columns: 1fr 1fr;}
	.prop-grid>:nth-child(4), .home_page .equipe-grid>:nth-child(4){display: block;}
	
	.section-title{
		flex-wrap: wrap;
		padding-left: 0;
	}
	.section-title h2{
		box-sizing: border-box;
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	
	.section-title a.bouton{
		width: 100%;text-align: center;
		display: block;
	}
	.title {
    	font-size: 22px;
	}
	.centris-ban a{font-size: 18px;}
	
	.profilhome .img img, .profilhome .img, .profilhome .txt{
		position: relative;
		height: auto;
		width: 100%;
	}
	.profilhome .txt{
		padding: 20px;
	}
	.contactinfos, .contactform form, .contactform .champ:nth-of-type(1), .contactform .champ:nth-of-type(2){width: 100%;}
	.contactinfos{text-align: center;margin-bottom: 30px;display: block;}
	.contactform label{font-size: 14px;}
	a.logof{width: 100%;text-align: center;margin-bottom: 10px;}
	footer .soch{justify-content: center;width: 100%;}
	.banner>img{
		    min-height: 375px;
	}
	.centris-cta{
		padding: 10px;
		bottom: 85px;
		width: 75px;
	}
	.banner .title+p, .contactpage h1+p{font-size: 16px;}
	.bantitle{font-size: 18px;}
	.equipeslide .img{
		margin-left: auto;margin-right: auto;
	}
	.equipeslide .txt{width: 100%;max-width: 100%;}
	.equipeslide{padding: 15px;}
	.popequipe>div>div{width: 100% !important;padding-left: 10px;padding-right: 10px;box-sizing: border-box;}
	.equipeslide .txt h3+p{margin-bottom: 20px;}
	.equipeslide .txt h3+p+p{margin-bottom: 10px;}
	.contactmembre img{width: 60px;}
	
	.popequipe .bx-controls-direction{
		bottom: 10px;
		top: auto;
		translate:-50% 0%;
		width: 98%;
	}
	.popequipe .bx-controls-direction a, .popequipe .bx-controls-direction a+a{
		top: 0;
		translate:0 50%;
		font-size: 30px;
	}
	a.closebtn{top: 5px;right: 10px;font-size: 30px;}
	.equipeslide{
		max-height: calc(100vh - 110px);
		overflow: scroll;
	}
}

@media screen and (max-width: 380px) {
	a.logoh{width: 85px;}
	header .bigwrap{padding-left: 85px;}
	.contactmembre{flex-wrap: wrap;}
	.contactmembre span{width: 100%;}
	.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;
}
