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

/* font-family: 'Poppins', sans-serif; */
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 16px;
	padding-top: 110px;
}
.menu-ico{display: none;}

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

h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

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;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0 20px;
	background-color: #fff;
}

header .wrap{
	width: 1500px;
}

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

a.logoh{
	width: 180px;
}

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

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

header nav a, a.btn_language{
	text-decoration: none;
	color: #707070 !important;
	font-size: 16px;
}

header nav a:hover, a.btn_language:hover{text-decoration: underline;color: #000 !important;}

a.btn_language{text-transform: uppercase;}

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

.soch span{
	font-weight: 300;
	font-size: 24px;
}

.btnsoc{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #707070;
	color: #fff !important;
	text-decoration: none !important;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	font-size: 13px;
	line-height: 1;
	transition: all .3s;
}

.socf .btnsoc{
	background-color: #fff;
	color: #707070 !important;
}

.btnsoc:hover, .socf .btnsoc:hover{background-color: #000;color: #fff !important;}

.banner{
	background-color: #fff;
	background-image: url("../images2/banniere.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: calc(.55 * 1220px * 78 / 73);
	position: relative;
}

.banner video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bancontent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.65);
	color: #fff;
	padding: 40px 0;
}

img.cutout{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: calc(.55 * 1220px);
	aspect-ratio:73/78;
	object-fit: cover;
	object-position: top left;
}

img.rlpban{
	width: 180px;
	display: block;
	margin-bottom: 15px;
}

.bancontent p{
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1;
}

.bancontent p.slogan{
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
}

a.bouton, .fbouton{
	display: inline-block;
	background-color: #EB1B2D;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 30px 13px;
	transition: all .4s;
}

.fbouton{
	text-transform: none;
	background-color: #707070;
	font-size: 16px;
	padding: 10px 15px 8px;
}

a.bouton i, .fbouton i{
	display: inline-block;
	margin-left: 5px;
}

a.bouton i.fa-plus, a.bouton i.fa-chevron-right, .fbouton i.fa-chevron-right{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	background-color: #fff;
	color: #EB1B2D;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	font-size: 16px;
	transform: translateY(-2px);
	transition: all .4s;
}

.fbouton i.fa-chevron-right{color: #707070 !important;width: 22px;height: 22px;font-size: 13px;}

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

a.bouton:hover i.fa-plus, a.bouton:hover i.fa-chevron-right, .fbouton:hover i.fa-chevron-right{color: #242424 !important;}

footer{
	background-color: #707070;
	color: #fff;
	padding: 50px 0px 0px;
	margin-top: 50px;
}

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

.finfo{
	width: 30%;
	box-sizing:border-box;
	padding: 15px 50px;
	align-self: stretch;
}

.finfo:nth-child(2){
	width: 40%;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.finfo:nth-child(3){padding-right: 0;}

.finfo.navf{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 0;
}

.navfcol{
	width: 50%;
}

.navfcol a{
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
}
.navfcol>a{display: block;}
.navfcol>*:not(.socf){margin-bottom: 25px;}

.langf, .socf{
	display: flex;
	justify-content: flex-start;
	gap:15px;
	align-items: center;
}

a.logof{
	display: block;
	filter: invert(1);
	max-width: 300px;
	width: 100%;
	margin-left: auto;margin-right: auto;
	margin-bottom:25px;
}

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


a.logof + p{font-weight: 600;font-size: 15px;margin-top: 0;margin-bottom: 25px;}
a.logof + p a{color: #fff !important;}

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

img.rlpf+p a{font-size: 15px;color: #fff !important;}
img.rlpf+p a:last-child{font-weight: 600;}

.liensutilesf{
	margin-top: 60px;
	font-size: 14px;
}
.footer_end a, .footer_end{text-align: left;color: #fff !important;}
.liensutilesf a{color: #fff !important;}

.footermacle img{filter: invert(1);}

.avcta{
	padding: 80px 0;
}

.avcta .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap:20px;
}

.avcta .cta{
	-webkit-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	padding: 80px 30px;
	color: #fff;
	text-align: center;
}

.avcta .cta>div{
	background-color: rgba(0,0,0,.65);
	padding: 90px 20px;
}

.avcta h2{
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
}

.avcta p{
	width: 70%;
	margin-left: auto;margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
}

.profilhome{
	background-image: url("../images2/aboutbg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.profilhome .txt{
	box-sizing: border-box;
	background-color: rgba(0,0,0,.6);
	width: 60%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 100px;
	padding-left: calc(50vw - 610px);
}

.profilhome .img{
	width: 40%;
}

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

.boxtxt{
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px 40px;
}

.profilhome h1{
	font-size: 60px;
	margin: 0;
	font-weight: 600;
	line-height: 1;
}

.profilhome h1+p{
	font-size: 25px;
	margin: 0;
}

.profilhome hr, h2+hr, .propinfo hr, h1.h1secondary+hr{
	background-color: #707070;
	border:0;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

.profilhome p{
	margin-top: 0;
	margin-bottom: 20px;
}
.profilhome.profilpage p{
	margin-bottom: 10px;
}
.profilhome p.tag{
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

.priximgs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.priximgs img{
	height: 90px;
}

.prophome{
	padding: 40px 0;
	background-color: #F2F2F2;
}

.prophome h2, .temhome h2{
	font-size: 30px;
	margin: 0;
	line-height: 1;
	font-weight: 600;
}

.prophome .wrap:last-child, .temhome .wrap:last-child{text-align: right;}

.temhome{padding: 80px 0;background-color: #F2F2F2;}

.temhome h2 i{font-weight: 300;display: inline-block;margin-left: 10px;font-size: 25px;}

.propsoldmap>.map>*{
	width: 100%;
	height: 500px;
	display: block;
}

.propsold{
	color: #fff;
	background: linear-gradient(0deg, rgba(149,18,30,1) 0%, rgba(235,27,45,1) 100%);
	padding: 40px 0;
}

.propsold h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;margin: 0;
}

.propsold h2 span{
	font-weight: 600;
	font-size: 40px;
}

.propsold h2 span i{font-weight: 300;display: inline-block;margin-left: 10px;font-size: 30px;vertical-align: middle;}

.protections{
	padding-top: 50px;
}

.protections .wrap{
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap:15px;
}

.protections a{
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	padding: 50px;
	transition: all .4s;
}

.protections a:nth-child(2){
	padding: 50px 90px;
}

.protections img{
	display: block;
	max-width: 100%;
	transition: all .4s;
}

.protections a:hover{box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.8);}
.protections a:hover img{
	transform: scale(1.05)
}


.prophomeslidercontainer>.prophomeslider{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:15px;
}

.prophomeslidercontainer>.prophomeslider>a:not(:nth-child(-n+3)){display: none;}

a.propa{
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	text-decoration: none !important;
	
}

.prophomeslidercontainer{filter: drop-shadow(0px 0px 3px rgba(0,0,0,.3));}

.propimg{
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.propimg>img:first-child{display: block;width: 100%;transition: all .4s;}
a:hover .propimg>img:first-child{opacity: .8;transform: scale(1.04);}

.propinfo{
	padding: 20px 0;
}

.propinfo p{
	margin: 0;
}

.propinfo p.ville{
	text-transform: uppercase;
	font-size: 12px;
	color: #707070 !important;
	margin-bottom: 20px;
}

.propinfo p.prix{
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

a.propa .piecesinfos{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:35px;
}

a.propa .piecesinfos>*{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	font-weight: 600;
}

a.propa .piecesinfos img{
	width: 26px;
	display: block;
}

.propbtn{
	width: 100%;
	text-align: right;
}

.prophomeslidercontainer{
	margin-bottom: 30px;
	width: 1220px;
	max-width: calc(100% - 200px);
	margin-left: auto;margin-right: auto;
	position: relative;
}

.prophomeslidercontainer .bx-controls-direction a{
	background-color: #707070;
	color: #f2f2f2 !important;
	font-size: 40px;
	border-radius: 50%;
	display: block;
	width: 55px;
	height: 55px;
	position: relative;
	opacity: .6;
	transition: all .4s;
}
.prophomeslidercontainer .bx-controls-direction a:hover{opacity: .9;}
.prophomeslidercontainer .bx-controls-direction a i{
	position: absolute;
	display: block;
	top: 50%;
	left: calc(50% - 4px);
	transform: translate(-50%,-50%);
}
.prophomeslidercontainer .bx-controls-direction a+a i{left: calc(50% + 4px);}

.prophomeslidercontainer .bx-controls-direction{
	position: absolute;
	height: 0;
	width: calc(100% + 200px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
}











































































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

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

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

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

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

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

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

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

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

h1.h1secondary{
	font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 600;
	color: #707070;
	text-align: center;
	padding-top: 50px;
}

.ctrlq.fb-button {
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 24px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0,0,0,.06), 0 2px 32px rgba(0,0,0,.16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out;
}
.ctrlq.fb-button:focus, .ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.09), 0 4px 40px rgba(0,0,0,.24);
}

.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
	.ctrlq.fb-button, .ctrlq.fb-close{right: 9px !important;}
}

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

@media screen and (max-width: 1240px) {
	.wrap{width: 1000px;}
	header nav{gap:15px;margin-left: 20px;}
	header nav a, a.btn_language{font-size: 14px;}
	.soch{gap:10px;align-items: flex-end;}
	.soch span{display: none;}
	
	.banner{
		min-height: calc(.55 * 1000px * 78 / 73);
	}

	img.cutout{
		max-width: calc(.55 * 1000px);
	}
	.bancontent p.slogan{font-size: 46px;}
	.bancontent p{font-size: 18px;}
	a.bouton{font-size: 20px;}
	.avcta .cta{padding: 60px 20px;}
	.avcta .cta>div{padding: 90px 10px;}
	.avcta h2{font-size: 28px;}
	
	.profilhome .txt{
		padding-right: 40px;
		padding-left: calc(50vw - 500px);
		
	}
	.boxtxt{padding: 20px 30px;}
	.profilhome h1{font-size: 50px;}
	.profilhome hr{margin: 15px 0;}
	.profilhome p, .priximgs{margin-bottom: 15px;}
	
	.prophomeslidercontainer{width: 1000px;max-width: calc(100% - 160px);}
	.prophomeslidercontainer .bx-controls-direction{
		width: calc(100% + 160px);
		left: -80px;
		box-sizing: border-box;
		padding: 0px 10px;
	}
}


@media screen and (max-width: 1024px) {
	.wrapper_right_btns{display: none;}
	
	.wrap {
    	width: calc(100% - 20px);
		padding: 0px 10px;
	}
	
	.menu-ico{
		display: block;
		width: 30px;
		height: 22px;
		z-index: 11;
		cursor: pointer;
		transition: all .4s;
	}
	
	.menu-ico.open{
	}
	
	.menu-ico div{
		display: block;
		width: 100%;
		height: 4px;
		background: #707070;
		margin-bottom: 5px;
		border-radius: 1px;
		transition: all .4s;
	}
	
	.menu-ico:hover div{
		background: #000;
	}
	.soch{margin-left: auto;margin-right: 15px;}
	header nav{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		padding: 20px 0;
		text-align: center;
		transform: translateY(100%);
		flex-wrap: wrap;
		gap:0;
		display: none;
	}
	
	header nav a{width: 100%;display: block;margin: 5px 0;}
	
	.banner{
		min-height: calc(55vw * 78 / 73);
	}

	img.cutout{
		max-width: 55vw;
	}
	.bancontent p.slogan {
    	font-size: 4.5vw;
	}
	.bancontent p {
    	font-size: 1.7vw;
	}
	img.rlpban{width: 140px;margin-bottom: 10px;}
	
	.avcta .cta>div {
		padding: 60px 10px;
	}
	.avcta .cta {
    	padding: 40px 20px;
		width: 50%;
	}
	.avcta p{width: 100%;}
	
	.profilhome .img{
		width: 50%;
	}
	.profilhome .img img{min-height: 100%;object-fit: cover;}
	.profilhome .txt{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;padding-bottom: 30px;
	}
	.propinfo p.prix{font-size: 17px;}
	a.propa .piecesinfos{gap:15px;}
	a.propa .piecesinfos>*{gap:7px;}
	a.logof + p{font-size: 14px;}
	.finfo{
		padding: 10px 30px;
	}
	
}

@media screen and (max-width: 850px) {
	a.bouton{padding-left: 15px;padding-right: 15px;font-size: 18px;}
	.finfo{
		padding: 10px 20px;
	}
	a.logof + p {
    	font-size: 13px;
	}
	.navfcol>*:not(.socf){margin-bottom: 15px;}
	.navfcol a{font-size: 14px;}
	
	.prophomeslidercontainer .bx-controls-direction a{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.prophomeslidercontainer .bx-controls-direction a i {
    	left: calc(50% - 2px);
	}
	.prophomeslidercontainer .bx-controls-direction a+a i {
		left: calc(50% + 2px);
	}
	.prophomeslidercontainer>.prophomeslider{
		grid-template-columns: 1fr 1fr;
	}
	.prophomeslidercontainer>.prophomeslider>a:not(:nth-child(-n+2)){display: none;}
}

@media screen and (max-width: 750px) {
	body{padding-top: 80px;}
	a.logoh{width: 140px;}
	header{padding: 10px 0;}
	
	.avcta .wrap{flex-wrap:wrap;}
	.avcta .cta{width: 100%;
	max-width: 550px;margin-left: auto;margin-right: auto;}
	.bancontent p.slogan {
		margin-bottom: 0;
    	font-size: 30px;
	}
	.bancontent p {
    	font-size: 13.5px;
	}
	img.rlpban{
		margin-bottom: 0;
		position: absolute;
		left: 10px;
		top: -5px;
		transform: translateY(-100%);
		filter: drop-shadow(0px 0px 3px rgba(0,0,0,1));
	}
	.bancontent{
		padding: 25px 0;
		background-color: rgba(0,0,0,.8);
	}
	.banner {
    	min-height: calc(55vw * 78 / 73 + 180px);
		
	}
	img.cutout{bottom: 155px;}
	.avcta .cta>div {
    background-color: rgba(0,0,0,.8);
	}
	
	.profilhome{
		background-image: none;
		flex-wrap: wrap;
	}
	
	.profilhome .img{
		margin-left: auto;margin-right: auto;
		width: 100%;
		max-width: 350px;
		order:1;
	}
	.profilhome .txt{
		width: 100%;
		padding: 0 !important;
		order:2;
	}
	.boxtxt{
		padding: 30px 15px 50px;
	}
	.prophomeslidercontainer {
    	width: 100%;
    	max-width: calc(100% - 140px);
	}
	.prophomeslidercontainer .bx-controls-direction {
		width: calc(100% + 140px);
		left: -70px;
		padding: 0px 10px;
	}
	.prophomeslidercontainer>.prophomeslider{
		grid-template-columns: 1fr;
	}
	.prophomeslidercontainer>.prophomeslider>a:not(:nth-child(-n+1)){display: none;}
	
	.prophome h2, .temhome h2{font-size: 20px;}
	.propsold h2 span{font-size: 30px;}
	
	.protections .wrap{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.protections a{
		order:2;
		width: calc((100% - 15px) / 2);
		padding: 30px;
		box-sizing: border-box;
	}
	.protections a:nth-child(2){
		order:1;
		width: 100%;
		padding: 20px 50px;
	}
	
	.finfo.navf{display: none;}
	
	.finfo:nth-child(2) {
		width: 100%;
		max-width: 500px;
		margin-left: auto;margin-right: auto;
		border-right: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	.finfo:nth-child(3){
		width: 100%;
		margin-top: 40px;
		max-width: 350px;
		margin-left: auto;margin-right: auto;
		padding-left: 0;
	}
	.liensutilesf{display: none;}
	
	.iframesmcontact{height: 1000px;}
	.iframesmvendre{height: 2100px;}
	.iframesmacheter{height: 1770px;}
}

@media screen and (max-width: 400px) {
	img.cutout {
    	bottom: 168px;
	}
	.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;
}




.popuphome{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 99999;
}

.popuphome>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popuphome .close{
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -5px;
    right: 15px;
    rotate:45deg;
    cursor: pointer;
}

.popuphome article{
    position: relative;
    color: #fff;
    background-color: #1E1E1E;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 960px;
    max-width: 98%;
}

.popuphome .img{
    width: 40%;
    position: relative;
    flex-shrink: 0;
    border-radius: 10px;
	overflow: hidden;
}
.popuphome .img img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popuphome .txt{
    width: 60%;
    box-sizing: border-box;
    padding: 60px 25px;
    font-family: 'Poppins', sans-serif !important;
}

.popuphome h2 {
    font-size:45px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
	line-height: 120%;
}
.popuphome h3 {
    font-size:25px;
    font-family: 'Poppins', sans-serif !important;
	line-height: 120%;
	color: #E0001B;
}
.popuphome p {
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
}




