@import url("https://use.typekit.net/wzb2kwd.css");

/* 
Natom Pro Regular
font-family: "natom-pro", sans-serif;
font-weight: 400;
font-style: normal;

Natom Pro Medium
font-family: "natom-pro", sans-serif;
font-weight: 500;
font-style: normal;

Natom Pro Bold
font-family: "natom-pro", sans-serif;
font-weight: 700;
font-style: normal;

Natom Pro Title Regular
font-family: "natom-pro-title", sans-serif;
font-weight: 400;
font-style: normal;

Natom Pro Title Medium
font-family: "natom-pro-title", sans-serif;
font-weight: 500;
font-style: normal;

Natom Pro Title Bold
font-family: "natom-pro-title", sans-serif;
font-weight: 700;
font-style: normal;
*/
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	font-family: "natom-pro", sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
}

.wrap{
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: "natom-pro-title", sans-serif;
	font-weight: 500;
}

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;
}

header{
	position: fixed;
	inset: 0 0 auto 0;
	padding: 25px 0;
	z-index: 999;
	transition: all .4s;
}

header.scrolled{
	padding: 10px 0;
	background-color: rgba(10,10,10,.8);
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3;
}

.ballon{
	display: block;
	width: 50px;
}

a.logoh{
	width: 200px;
	margin-right: auto;
	margin-left: 20px;
}
.logoh img{
	display: block;
	width: 100%;
	filter: grayscale(1) brightness(15);
}

.soch{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 20px;
	border-right: 1px solid #fff;
	gap:10px;
}

.menu-ico{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
	transition: all .4s;
}

.menu-ico:hover{
	color: #E11B22;
}

.soclink{
	color: #fff !important;
	border-radius: 50%;
	background-color: #E11B22;
	font-size: 15px;
	width: 31.5px;
	aspect-ratio:1;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all .4s;
}

.soclink:hover{background-color: #000;}

header nav{
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	height: 100vh;
	background-color: #333;
	box-shadow: 0px 0px 15px 0px #000000;
	box-sizing: border-box;
	padding-left: calc(50vw - 610px);
	padding-top: 200px;
	translate:-120% 0;
	transition: all .4s;
}

header nav.open{
	translate:0 0;
}

header nav a{
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	transition: all .4s;
}

header nav a:hover{
	padding-left: 15px;
	color: #E11B22 !important;
}

.banner{
	position: relative;
	color: #fff;
}

.banner:after{
	content: "";
	position: absolute;
	inset:0;
	background: linear-gradient(0deg, rgba(0,0,0,.9) 5%, rgba(0,0,0,0) 110%);
}

.banmedia{
	width: 100%;
	height: 56.25vw;
	object-fit: cover;
	object-position: center;
}

.banner .wrap{
	position: absolute;
	bottom: 50px;
	left: 50%;
	translate:-50% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 2;
}

.banner .sm-title{
	color: #E6E6E6;
	margin-bottom: 50px;
	margin-top: 0;
}
.banner .sm-title .title{color: #fff;display: inline-block;margin-top: 15px;font-size: 60px;}

.logob{
	width: 180px;
	filter: grayscale(1) brightness(15);
}

.logob img{display: block;max-width: 100%;}


.sm-title, .title{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	font-family: "natom-pro-title", sans-serif;
}

.sm-title{
	font-size: 25px;
}

.banner a.bouton{text-transform: uppercase;}

a.bouton, input.bouton{
	font-family: "natom-pro", sans-serif;
	display: inline-block;
	background-color: #E11B22;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 50vh;
	font-size: 20px;
	font-weight: 500;
	padding: 3px 25px 7px;
	transition: all .4s;
}

a.bouton.bouton2{
	background-color: #fff;
	color: #171717 !important;
}

input.bouton{
	-webkit-appearance:none;
	appearance:none;
	border:none;
	display: block;
	width: max-content;
}

a.bouton:hover, input.bouton:hover, a.bouton.bouton2:hover{
	background-color: #121212;
}

a.bouton.bouton2:hover{
	color: #fff !important;
}

.tels-container{
	display: flex;
	justify-content: center;
	gap:10px;
	background-color: #E11B22;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 50vh;
	font-size: 15px;
	font-weight: 500;
	padding: 3px 20px 7px;
	transition: all .4s;

}

.tels-container a{
	color: #fff !important;
}

.tels-container:has(>a:hover){
	background-color: #000;
}

.contact-bottom{
	background-color: #333;
	color: #fff;
	padding: 40px 0;
	margin-top: 50px;
	text-align: center;
}

#index .contact-bottom{
	margin-top: 0;
}

.contact-bottom form{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px;
	margin: 40px auto 0;
	width: 96%;
	max-width: 600px;
	
}

.contact-bottom .label-wrapper{
	width: 100%;
}

.contact-bottom .label-wrapper:nth-of-type(-n+2){
	width: calc(50% - 7.5px);
}

.contact-bottom label{
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left;
}

.contact-bottom .label-wrapper input, .contact-bottom .label-wrapper textarea{
	-webkit-appearance:none;
	appearance:none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 7px;
	font-size: 16px;
	border:none;
	border-radius: 0;
	font-family: "natom-pro", sans-serif;
	font-weight: 400;
}

.contact-bottom .label-wrapper textarea{
	resize: vertical;
	min-height: 120px;
}

.contact-bottom input.bouton{
	margin-left: auto;margin-right: auto;
}

footer{
	background-color: #E6E6E6;
	padding: 50px 0 10px;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

footer hr{
	width: 100%;
	height: 1px;
	background-color: #666;
	border:none;
}

.flogo-wrapper{
	width: 300px;
}

.flogo, .flogo img{
	display: block;
	width: 100%;
}
.agencef{
	width: 275px;
	font-size: 10px;
}

.agencef img{
	display: block;
	width: 100%;
	
}

.agencef strong{text-transform: uppercase;}
.agencef p{margin-bottom: 0;}
ul.fnav{
	list-style-type: none;
	column-count: 2;
	column-gap:70px;
	padding: 0;
	margin: 0;
}

ul.fnav a:not(.soclink){
	display: block;
	text-decoration: none !important;
	font-size: 18px;
	color: #707070 !important;
	margin-bottom: 10px;
}

.fnav a.soclink{
	display: inline-flex;
	vertical-align: middle;
	margin-right: 5px;
}

.liensutilesf{
	width: 100%;
	margin-top: 60px;
	color: #707070 !important;
	font-size: 14px;
}

.liensutilesf a{
	color: #707070 !important;
}

.ctas{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
}

.ctas:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	background-color: #E11B22;
	border-radius: 50%;
	width: 180px;
	aspect-ratio:1;
	translate:-50% -50%;
}
.ctas:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	background-image: url("../images2/logo-vertical.png");
	background-size: auto 60%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 200px;
	aspect-ratio:1;
	translate:-50% -50%;
	filter: grayscale(1) brightness(10);
	z-index: 2;
}

.ctas .img{
	width: 45%;
	position: relative;
}

.ctas .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ctas .ctas-inner{
	width: 55%;
}

.cta{
	background-color: #666;
	color: #fff;
	padding: 80px 100px 80px 0;text-align: right;
}

.cta+.cta{
	background-color: #333;
}

.profilhome{
	background-color: #333;
	color: #fff;
	position: relative;
}

.profilhome .wrap{
	padding-right: 370px;
	padding-top: 60px;padding-bottom: 60px;
	box-sizing: border-box;
}

.profilhome .title{
	color: #D92D06;
	margin-bottom: 40px;
}
.profilhome p{
	margin-top: 0;
	margin-bottom: 25px;
}

.profilhome p:last-of-type{margin-bottom: 60px;}

.logoprofil{
	display: block;
	width: 500px;
	max-width: 100%;
	filter:grayscale(1) brightness(15);
	margin-bottom: 30px;
}

.logoprofil img{
	display: block;
	width: 100%;
}

.imgequipe{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: calc(50vw - 610px + 370px);
	overflow: hidden;
}

.imgequipe:after{
	content: "";
	height: 85%;
	aspect-ratio:1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	translate:50% -50%;
	background-color: #E11B22;
	opacity: .85;
}

.imgequipe img{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.prophome{background-color: #000; color: #fff;padding-top: 55px;padding-bottom: 55px;}

.prophome .wrap, .temhome .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.prophome-inner, .temhome .temhome-inner{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
	margin-top: 40px;
}

.propa{
	background-color: #fff;
	text-decoration: none !important;
	color: #707070 !important;
	padding: 15px;
	position: relative;
	transition: all .4s;
}
.propa:hover{
	color: #E11B22 !important;
}
.propa .rollprop{
	padding-top: 15px;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.propimg{
	display: block;
	width: 100%;
}

.propa p{
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.propa p:first-child{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}
.propa p:nth-child(2){
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
}

.propa p.rollprix, .propa p.rollpieces{
	width: auto;
	font-size: 18px;
}
.propa p.rollprix{font-weight: 500;}

.propsold{
	background-color: #E11B22;
	color: #fff;
}
.propsold .wrap{
	padding-top: 40px;
	padding-bottom: 40px;
}

.mapvendu{
	height: 450px;
	width: 100%;
	position: relative;
}
.mapvendu>.mapvendu-container, .mapvendu iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ctas2 ul{list-style-type: none;margin-left: 0;padding-left: 0;margin-bottom: 35px;}
.ctas2 li:before{
	content: "→";
	display: inline-block;
	margin-right: 5px;
}

.ctas2{
	background-color: #F5F5F5;
	position: relative;
}

.ctas2 h2{
	margin-bottom: 25px;
	color: #E11B22;
}

.ctas2 p{
	margin-top: 0;
	margin-bottom: 25px;
}

.ctas2 .wrap{
	padding: 100px 450px 100px 0;
	box-sizing: border-box;
}

.ctas2+.ctas2{
	background-color: #E11B22;
	color: #fff;
}

.ctas2+.ctas2 h2{color: #fff;}

.ctaimg{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	width: calc(50vw - 610px + 370px);
}

.ctaimg.wbadge:after{
	content: "";
	position: absolute;
	top: 25px;
	right: 25px;
	background-color: #fff;
	background-image: url("../images2/logo-vertical.png");
	background-size: auto 65%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:50%;
	width: 150px;
	aspect-ratio:1;
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}

.ctaimg img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.ctaimg.desj img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	translate:-50% -50%;
}

.temhome{
	color: #fff;
	background-color: #333;
	padding: 100px 0 40px;
	position: relative;
}

.temhome:before{
	content: "";
	position: absolute;
	top: 40px;
	left: 40px;
	background-image: url("../images2/logo-vertical.png");
	filter:grayscale(1) brightness(15);
	opacity: .1;
	width: 300px;
	height: 400px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 0;
}

.tem-single{
	background-color: #fff;
	color: #707070;
	padding: 15px;
	position: relative;
	z-index: 1;
}

.initiale{
	background-color: #333;
	color: #f0f0f0;
	text-transform: uppercase;
	width: 60px;
	aspect-ratio:1;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	line-height: 53px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.tem-single h3{
	color: #333;
	font-weight: 700;
	font-size: 20px;
}

.contactp h1{color: #333;font-size: 45px;}






















































a.btn_print:link, a.btn_print:visited, a.retour_maison:link, a.retour_maison:visited, .btn_wrapper i{
	color: #E11B22;
}

.indentmenu ul li a.selected {
    background-color: #E11B22;
    border-bottom: 1px solid #E11B22;
}

.box_tabs{
	border-bottom: 3px solid #E11B22;
}

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: #E11B22;
	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: #E11B22;
}

.right_btn:hover {
    background-color: #333;
}

a.btn_social, p.socialbtns a{
	transition: color .4s;
}

a.btn_social:hover, p.socialbtns a:hover{
	color: #E11B22 !important;
}

.vendreintro{
	text-align: center;
	background: #E11B22;
	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: #E11B22;
    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: #E11B22;
}

.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;
}



.teampage {
	padding-top: 80px;
    padding-bottom: 40px;
	background-color: #333;
}
.courtierinfos {
	display:flex;
	gap:100px;
	margin-bottom: 80px;
}
.courtierinfos:last-child {
	margin-bottom: 40px;
}
.courtierinfos .img {
	flex: 0 0 340px;
	height: max-content;
	border-radius: 25px;
    overflow: hidden;
}
.courtierinfos .txt {
	flex: 1;
	color: #fff;
	line-height: 160%;
}
.courtierinfos .img img {
    display: block;
    width: 100%;
}
.courtiertit {
	font-weight: bold;
	margin-bottom: 30px;
}

.courtierinfos .txt a.bouton {
    margin-top:20px;
}
.courtierinfos .txt a.bouton i {
	font-size: 17px;
    margin-right: 8px;
}
.courtierinfos .txt h2.title {
	color: #D92D06;
    margin-bottom: 20px;
}




@media screen and (min-width: 1921px) {
	.wrap{
		max-width: 1650px;
		width: 95%;
	}
	
}

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	
	.cta{
		padding-right: 20px;
	}
	.logoprofil{width: 375px;}
	.imgequipe{width: 390px;}
	.title{font-size: 38px;}
	header nav{padding-left: 15px;}
	.ctaimg{width: 380px;}
	.ctas2 .wrap {		padding: 100px 400px 100px 0;}
	.tem-single h3{font-size: 16px;}
	.initiale{margin-right: 10px;}
	
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.menu-ico{
		padding-right: 0;
	}
	.banner .sm-title .title{
		font-size: 45px;
	}
	
	.title {
	    font-size: 34px;
	}
	
	.ctas:before, .ctas:after{width: 160px;}
	.profilhome .title br{display: none;}
	.sm-title{font-size: 20px;}
	.ctaimg.wbadge:after{width: 125px;}
	.flogo-wrapper{
		width: 280px;
	}
	.agencef{width: 260px;}
}

@media screen and (max-width: 850px) {
	header{
		padding: 15px 0;
	}
	a.logoh{
		margin-left: 10px;
		width: 180px;
	}
	.ballon{width: 45px;}
	.logob{width: 140px;}
	.banner .sm-title .title{
		font-size: 35px;
	}
	.title {
    	font-size: 28px;
	}
	.banner .wrap{bottom: 30px;}
	.banner .sm-title{margin-bottom: 30px;}
	.profilhome .wrap{padding-top: 30px;padding-bottom: 30px;}
	.ctas2 h2 br{display: none;}
	.initiale{
		display: block;
		margin-bottom: 10px;
	}
	.tem-single h3{margin-top: 0;}
	ul.fnav{display: none;}
	
	.courtierinfos {
		gap: 50px;
	}
}

@media screen and (max-width: 750px) {
	.profilhome .wrap{position: relative;z-index: 2;}
	.prophome-inner, .temhome .temhome-inner{
		grid-template-columns: 1fr;
		padding-left: 20px;padding-right: 20px;
	}
	.menu-ico{
		padding:10px 0 10px 10px;
		font-size: 14px; font-weight: 500;
	}
	.ballon{display: none;}
	
	.soch{
		padding: 5px 10px;
	}
	.soch{gap:5px;}
	.tels-container{font-size: 13px;display: block;padding-left: 10px;padding-right: 10px;}
	.tels-container a{
		padding: 0px 5px;
	}
	.soclink{
		width: 26px;
		font-size: 13px;
	}
	a.logoh{
		margin-left: 0;
		width: 34px;
		margin-right: auto;
		overflow: hidden;
	}
	a.logoh img{
		width: 120px;
	}
	header nav{width: 60%;}
	
	.banmedia{
		min-height: 350px;
	}
	.logob{
		width: 100px;
	}
	.banner .sm-title .title{
		font-size: 26px;
	}
	.banner .sm-title{margin-bottom: 10px;}
	.sm-title{
		font-size: 18px;
	}
	
	.ctas .img{
		width: 100%;
		height: 200px;
	}
	.ctas .ctas-inner{
		width: 100%;
	}
	.ctas:before, .ctas:after{
		width: 110px;
		bottom: 303px;
		top: auto;
		translate: -50% 50%;
		left: 50%;
	}
	.profilhome .wrap{
		padding-left: 10px;padding-right: 10px;
	}
	.imgequipe{
		width: 100%;
		position: relative;
		height: auto;
		overflow: initial;
	}
	.imgequipe img{
		position: relative;
	}
	.imgequipe:after{
		height: 165%;
	}
	.profilhome{width: 100%;overflow: hidden;}
	
	.prophome h2, .temhome h2{
		width: 100%;
		margin-bottom: 20px;
	}
	.ctaimg{
		width: 100%;
		position: relative;
		height: 200px;
	}
	.ctaimg.wbadge:after{
		width: 80px;
		right: 15px;
		top: 15px;
	}
	.ctas2 .wrap{
		padding-right: 0;
		padding-top: 50px;padding-bottom: 50px;
	}
	.contact-bottom .label-wrapper:nth-of-type(-n+2){width: 100%;}
	.flogo, .flogo img{width: 280px;margin-left: auto;margin-right: auto;}
	.flogo-wrapper{
		width: 100%;
		text-align: center;
	}
	.tels-container{
		width: max-content;
		margin-left: auto;margin-right: auto;
	}
	.agencef{
		margin-left: auto;margin-right: auto;
		text-align: center;
		margin-top: 30px;
	}
	.liensutilesf{display: none;}
	.soch{padding-left: 0;}
	
	.teampage .wrap {
		max-width: 500px;
    	margin: 0 auto;
	}
	.courtierinfos {
		flex-wrap: wrap;
	}
	.courtierinfos .img {
		flex: 0 0 100%;
		order: -1;
	}
}

@media screen and (max-width: 390px) {
	a.logoh{display: none;}
	.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;
}
