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

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

.wrap{
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
}

.wrap.bigger{
	width: calc(100% - 180px);
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Commissioner', 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;
}
input, textarea{font-family: 'Commissioner', sans-serif;}

.topcontainer, .profilhome:not(.nothome), .vendus{
	background-color: #D3C9BC;
	position: relative;
	padding-bottom: 40px;
	padding-top: 30px;
}

.topcontainer:before, .profilhome:not(.nothome):before, .vendus:before{
	content: "";
	background-color: #EFE8DC;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 150px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.topcontainer.nothome:before{
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 100px;
}

.profilhome:before, .vendus:before{
	bottom: auto;
	height: calc(100% - 40px);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.topcontainer.nothome{
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

header .wrap.bigger{
	position: relative;
	padding-top: 30px;padding-bottom: 40px;
}

header .soch{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
}

a.logoh{
	display: block;
	width: 200px;
	margin-left: auto;margin-right: auto;
}

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

.menu-ico{display: none;}

header nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:330px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

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

header nav a, .navf a{
	text-transform: uppercase;
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 500;
	display: block;
	font-size: 14px;
}

.navf a{
	font-size: 15px;
	margin-bottom: 15px;
}

header nav a:hover,  .navf a:hover{color: #626262 !important;}

a.btnsoc{
	border-radius:15px;
	font-size: 20px;
	aspect-ratio:1;
	width: 40px;
	background-color: #D3C9BC;
	color: #000 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all .4s;
}

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

.banner{
	position: relative;
}

.banner:before{
	content: "";
	background-color: #000;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	z-index: 2;
}

.banner.nothome{
	min-height: 300px;
}
.banner.nothome:before{display: none;}

.baninfos{
	width: calc(100% - 80px);
	position: absolute;
	left: 60px;
	bottom: 80px;
	z-index: 2;
	color: #fff;
}

.banner.nothome .baninfos{
	color: #626262;
	bottom: 90px;
}

.baninfos p:first-child:not(:last-child), .baninfos h1, .smtitle{
	font-weight: 500;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

.banner.nothome .baninfos p:first-child:not(:last-child), .banner.nothome .baninfos h1{
	font-size: 22px;
}

.baninfos p.tagline, .bigtitle{
	font-size: 95px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.banner.nothome .baninfos p.tagline{font-size: 75px;}

.bigtitle{font-size: 60px;}
.bigtitle.mid{font-size: 45px;}

.banbg{
	display: block;
	width: 100%;
	aspect-ratio:16/9;
	object-fit: cover;
	position: relative;
}

.instagram{
	background-color: #D3C9BC;
	color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-top: 90px;
	margin-top: 60px;
}

.instagram a.bouton{margin-top: 20px;}

.instagram h2{
	font-weight: 700;
	font-size: 70px;
	margin-bottom: 20px;
	margin-top: 0;
}

.instagram p{
	font-size: 18px;
	margin: 0;
}

.instagram .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

span.dot{
	color: #EFE8DC !important;
}

a.bouton, .bouton{
	display: inline-block;
	text-transform: uppercase;
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 14px;
	border-radius: 15px;
	padding: 15px 30px;
	background-color: #EFE8DC;
	transition: all .4s;
}

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

.snapwidget{
	margin-top: 40px;
	margin-bottom: -10px;
}

.snapwidget>*{pointer-events: none;display: block;}

.bottomcontainer{
	background-color: #D3C9BC;
	position: relative;
}

.bottomcontainer:before{
	content: "";
	background-color: #EFE8DC;
	background-image: url("../images2/footer.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

footer{
	position: relative;
	z-index: 3;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 120px;
	padding-bottom: 80px;
}

.footerbottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 40px;
}

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

.navfcontainer{
	width: 40%;
}

.liensutilesf{
	margin-top: 80px;
	opacity: .6;
}

.liensutilesf h4, .liensutilesf p{
	font-size: 13px;
}

.navf a{width: max-content;}

.contactcontainer{
	text-align: right;
}

.contactcontainer h3{
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;margin-bottom: 35px;
	color: #626262;
	line-height: 1;
}

.contactcontainer p{
	font-weight: 700;
	font-size: 30px;
	margin-top: 35px;margin-bottom: 35px;
	color: #626262;
	line-height: 1;
}

a.logof{
	width: 145px;
}

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

.agencef p:first-child{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 10px;text-align: right;
}

.agencef p:last-child{
	margin: 0;font-size: 12px;text-align: right;
}

.agencef p br{display: none;}

.footer_end{
	border-top:0;
	margin-top: 0;
	padding-top: 20px;
	background-color: #D3C9BC;
	color: #626262;
}
.footer_end a{color: #626262 !important;}

.prophome{
	color: #fff;
	background-color: #D3C9BC;
	padding-bottom: 20px;
}

.prophometit, .propslidercontainer{
	margin-bottom: 30px;
	width: 100%;
}

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

img.propimg, .ctas a.cta img{
	display: block;
	width: 100%;
	aspect-ratio:16/8;
	object-fit: cover;
	object-position: center;
	transition: all .4s;
}
a:hover img.propimg, .ctas a.cta:hover img{
	opacity: .9;
	transform: scale(1.02);
}

.propslidercontainer{
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,.3);
	position: relative;
}

.propslidercontainer .bx-next, .propslidercontainer .bx-prev{
	font-size: 0;
	position: absolute;
	z-index: 990;
	width: 60px;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	aspect-ratio:1;
	background-image: url("../images2/prev.png");
	-webkit-background-size: cover;
	background-size: cover;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
	transition: all .4s;
}

.propslidercontainer .bx-next:hover, .propslidercontainer .bx-prev:hover{filter: drop-shadow(0px 0px 8px rgba(0,0,0,.5));}

.propslidercontainer .bx-next{
	left: auto;
	right: 0;
	transform: translate(50%,-50%) scaleX(-1);
}

.propslide{
	overflow: hidden;
	display: block;
	position: relative;
	color: #000 !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 22px;
	
	background-color: #000;
}

.propinfos, .ctainfos{
	background-color: rgba(255,255,255,.7);
	border-radius:25px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 30px;transition: all .4s;
}

.propinfos:hover, .ctainfos:hover{
	background-color: rgba(255,255,255,.9);
}

.propinfos p, .ctainfos p{
	margin: 0;
}

.boutoncontainer{
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	transition: all .4s;
}

a:hover .boutoncontainer{height: 67px;}

.boutoncontainer .bouton{margin-top: 20px;}

.profilhome .wrap{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;padding-bottom: 40px;
}

.profilhome img{
	border-radius: 25px;
	width: 40%;
	display: block;
}

.profilhome img+div{
	width: 50%;
	color: #626262;
}
.temhome h2, .vendus h2{
	color: #626262;
}

.profilhome h2, .profilhome h1, .vendus h2, .temtitcontainer h2{
	margin-bottom: 35px;
}

.profilhome p, .vendus p, .temtitcontainer p, .temoignages p{
	margin-top: 0;
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
}

.profilhome p.quote{
	font-style: italic;
	color: #816f57;
	font-weight: lighter;
}

.profilhome p.quote span{
	text-align: right;
	display: block;
	font-style: normal;font-weight: bold;
}

.temoignages{text-align: center;}
.temoignages p{margin-top: 35px;}

.profilhome a.bouton:not(:hover), .vendus a.bouton:not(:hover){
	background-color: #D3C9BC;
}

.profilhome .dot, .vendus .dot{
	color: #D3C9BC !important;
}

.ctas{
	background-color: #D3C9BC;
	color: #fff;
	padding-bottom: 20px;
}

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

.ctas a.cta{
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #000;
	position: relative;
	font-size: 22px;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,.3);
	color: #000 !important;
}

.vendus:before{z-index: 5;}
.vendus:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 40%;
	width: 100%;
	background-color: #fff;
}

.vendus .wrap{
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;padding-bottom: 40px;
}

.vendus .txt{
	width: 35%;
}
.cartevendus #map {
	max-width: 100%;
}
.vendus .cartevendus{
	width: 60%;
	height: 650px;
	filter: grayscale(1);
	position: relative;
}

.vendus .cartevendus iframe, .vendus .cartevendus>div{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.temhome .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 40px;padding-bottom: 0px;
}

.temtitcontainer{
	max-width: calc(100% - 360px);
	width: 60%;
}

.temhome .reviewsgoogle{width: 100%;}

.temhome a.bouton{margin-top: 20px;}

.aginfos>div:first-child strong{text-transform: uppercase;font-size: 14px;}

.pagevendre input[type=submit], a.btnavantage, input[type=submit]{
	border-radius: 15px;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Commissioner', sans-serif;
}

.quotepres{
	text-align: center;
	color: #626262;
	background-color: #D3C9BC;
	border-radius: 25px;
	padding: 50px !important;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}

.quotepres p{margin: 0px;}



















































































































































































































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

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

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

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

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

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

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

.vendreintro{
	text-align: center;
	background: #D3C9BC;
	color: #626262;
	padding: 30px 0;
	margin-top: -25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.vendreintro h1{
	display: block;
	font-weight: 700;
	font-size: 55px;
	margin-top: 0;
	margin-bottom: 25px;
}

.vendreintro ul{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 0px;
	text-align: left;
}

.vendreintro li{
	margin-bottom: 5px;
}

h1.h1styled{
	text-transform: none;
    font-weight: 800;
    color: #626262;
    font-size: 55px;
    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: #D3C9BC;
    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: #D3C9BC;
}

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



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

@media screen and (max-width: 1400px) {
	.baninfos p.tagline, .bigtitle, .banner.nothome .baninfos p.tagline{font-size: 60px;}
	.baninfos{bottom: 50px;}
	.bigtitle {
    	font-size: 50px;
	}
	
	header .wrap.bigger{
		width: calc(100% - 80px);
	}
	header nav div{gap:25px;}
	header nav{gap:275px;}

}

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	.wrap.bigger{
		width: calc(100% - 80px);
	}
	
	header .soch{top: 10px;transform: none;}
	
	.baninfos{
		left: 40px;
		width: calc(100% - 50px);
		bottom: 30px;
	}
	.baninfos p.tagline, .bigtitle, .banner.nothome .baninfos p.tagline {
    	font-size: 50px;
	}
	.bigtitle, .instagram h2{font-size: 40px;}
	.bigtitle.mid {
    	font-size: 35px;
	}
}


@media screen and (max-width: 1024px) {
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	.wrap.bigger, header .wrap.bigger{padding-left: 0;padding-right: 0;width: calc(100% - 60px);}
	
	.topcontainer:before, .profilhome:not(.nothome):before, .vendus:before, .topcontainer.nothome:before{
		right: 15px;left: 15px;top: 15px;
	}
	.bottomcontainer:before{
		top: 15px;right: 15px;left: 15px;bottom: 15px;
	}
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		cursor: pointer;
		
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico span{
		display: block;
		width: 100%;
		height: 4px;
		background: #626262;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico.open span{
		background: #fff;
	}
	
	header{
		position: relative;
		z-index: 999;
	}
	header .wrap.bigger{padding-top: 10px;}
	header .wrap>*{
		z-index: 3;
		position: relative;
	}
	
	header nav{
		gap:0;
		transform: none;
		display: none;
		padding-top: 160px;
		background-color: #D3C9BC;
		background-color: #fff;
		position: absolute !important;
		top: -15px;
		left: -30px;
		width: calc(100% + 60px);
		padding-bottom: 20px;
		box-sizing: border-box;
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
		z-index: 2 !important;
	}
	header nav div{display: block;width: 100%;}
	header nav a{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	header .wrap.bigger{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .soch{
		position: relative;
		top: 0;
		margin-left: auto;margin-right: 25px;
	}
	
	a.logoh{margin-left: 0;}
	
	.baninfos{
		width: calc(100% - 20px);
		left: 20px;
		bottom: 20px;
	}
	
	.baninfos p.tagline, .bigtitle, .banner.nothome .baninfos p.tagline {
    	font-size: 60px;
	}
	.baninfos p:first-child:not(:last-child), .baninfos h1, .smtitle{
		font-size: 22px;
	}
	.bigtitle, .instagram h2 {
    	font-size: 35px;
	}
	.bigtitle.mid {
    	font-size: 30px;
	}
	
	.propslidercontainer .bx-next, .propslidercontainer .bx-prev{
		width: 50px;
	}
	
	.profilhome img+div{width: 55%;}
	
	.profilhome p, .vendus p, .temtitcontainer p, .temoignages p{font-size: 16px;}
	
	.ctas a.cta, .propslide{font-size: 18px;}
	.liensutilesf{display: none;}
	.instagram p br{display: none;}
	.vendreintro h1{font-size: 36px;}
}

@media screen and (max-width: 850px) {
	
	
	.baninfos p.tagline, .bigtitle, .banner.nothome .baninfos p.tagline {
    	font-size: 40px;
	}
	.bigtitle, .instagram h2{font-size: 30px;}
	.propinfos, .ctainfos{left: 20px;padding: 15px;}
	.vendus .cartevendus{height: 450px;}
	.bigtitle.mid, .vendreintro h1{font-size: 26px;} {
    	font-size: 25px;
	}
}

@media screen and (max-width: 750px) {
	.quotepres{
		padding: 20px 10px !important;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.banner.wrap.bigger{
		width: 100%;
	}
	.baninfos p.tagline, .bigtitle, .banner.nothome .baninfos p.tagline{font-size: 30px;}
	.vendreintro h1{font-size: 26px;}
	.baninfos p:first-child:not(:last-child), .baninfos h1, .smtitle {
    	font-size: 16px;
	}
	.baninfos {
    	width: calc(100% - 20px);
    	left: 15px;
    	bottom: 15px;
	}
	header .wrap.bigger{padding-bottom: 15px;padding-top: 0;}
	a.logoh{width: 150px;}
	header .soch{margin-right: 13px;gap:7px;}
	a.btnsoc{
		font-size: 18px;
		width: 33px;
		border-radius: 12px;
	}
	header nav{padding-top: 120px;}
	.wrap.bigger{
		padding-left: 0;
		padding-right: 0;
		width: calc(100% - 30px);
	}
	
	.ctas a.cta, .propslide {
    	font-size: 12px;
	}
	
	.propinfos, .ctainfos{
		padding: 10px;left: 10px;bottom: 10px;
	}
	.propslidercontainer .bx-next, .propslidercontainer .bx-prev {
    	width: 25px;
	}
	.bigtitle.mid{font-size: 20px;margin-top: 10px;margin-bottom: 10px;}
	
	.profilhome .wrap, .vendus .wrap, .temhome .wrap, .instagram .wrap{
		flex-wrap: wrap;
		padding-top: 10px;
	}
	
	.profilhome img, .profilhome img+div, .vendus .txt, .vendus .cartevendus, .temtitcontainer{
		width: calc(100% - 30px);
		max-width: 400px;
		margin-left: auto;margin-right: auto;
	}
	.temtitcontainer{width: 100%;}
	.profilhome img+div, .vendus .txt, .temtitcontainer{max-width: 100%;margin-top: 30px;}
	
	.vendus .cartevendus{border-radius: 25px;overflow: hidden;margin-top: 25px;}
	
	.vendus h2 br{display: none;}
	
	.instagram .wrap>div{width: 100%;}
	.instagram{padding-top: 20px;}
	
	footer .wrap{padding-top: 40px;}
	.navf{display: none;}
	.navfcontainer{width: 100%;}
	.socf{
		width: 100%;
		justify-content: center;
		margin-bottom: 30px;
	}
	.contactcontainer{
		text-align: center;
		width: 100%;
	}
	
	.footerbottom{
		flex-wrap: wrap;
		justify-content: center;
	}
	a.logof{width: 100px;}
	
	.agencef{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.banner.nothome.wrap.bigger{min-height: 90px;}
	.topcontainer.nothome{margin-bottom: 40px;padding-bottom: 70px;}
	.topcontainer.nothome:before{bottom: 50px;}
	.banner.nothome .baninfos{bottom: 0;left: 30px;width: calc(100% - 45px);}
	.banner.nothome .baninfos p.tagline{font-size: 22px;}
	.banner.nothome .baninfos p:first-child:not(:last-child){font-size: 14px;}
	.agencef p:first-child{font-size: 24px;text-align: center;}
	.agencef p:last-child{text-align: center;}
	
	.profilhome.nothome .wrap.bigger{width: 100%;}
	.vendreintro{margin-top: -65px;}
	
	.aginfos>div:first-child, .aginfos>div{width: 100%;}
	.contactp>div{margin-top: 20px;}
}

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


.wrapper_newsletter {
	padding: 20px 0 0 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.wrapper_newsletter h2 {
	color: #626262;
	margin-bottom: 50px;
}
.wrapper_newsletter_footer {
	padding-top: 40px;
}
.wrapper_newsletter_footer h3 {
	margin: 0 0 20px 0;
}

.wrapper_newsletter_footer p {
	font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.popfiche.popnews article h2 { 
    color: #626262;
    margin: 0 0 25px 0;
    font-size: 32px;
}

.popnews #mc_embed_signup {
	max-width:100%;
}
.popnews #mc_embed_signup h2 { 
	display: none;
}
.popnews #mc_embed_signup .button {
	color: #fff !important;
    border: 1px solid #D3C9BC;
    background-color: #D3C9BC;
    font-family: 'Raleway', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    border-radius: 15px;
    transition: all .4s;
    outline: none;
    line-height: 100%;
    height: inherit;
    text-transform: none;
}
.popnews #mc_embed_signup .button:hover {
    color: #D3C9BC !important;
    background-color: #fff;
}