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

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

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

.bigwrap{
	width: calc(100% - 40px);
	margin-left: auto;margin-right: auto;
	max-width: 1700px;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a6a6a6;
	font-style: normal;
	font-size:14px;
	text-transform: none;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;
	font-style: normal;
	font-size:14px;
	text-transform: none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #a6a6a6;
	font-style: normal;
	font-size:14px;
	text-transform: none;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;
	font-style: normal;
	font-size:14px;
	text-transform: none;
}

.ttu{text-transform: uppercase;}

.temoignages .bigtitle{color: #003DA5;padding-top: 40px;line-height: 1;}

.title, .bigtitle{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
.bigtitle{
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

.pretitle{
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
}

.smalltitle{
	font-size: 30px;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

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

a.logoh{
	background-color: #fff;
	padding: 15px 25px;
	display: flex;
	gap:15px;
	justify-content: flex-start;
	align-items: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .4s;
}

a.logoh:hover{
	background-color: rgba(255,255,255,.9);
	filter: grayscale(1);
}

a.logoh img:first-child{
	display: block;
	width: 220px;
}

a.logoh img:last-child{
	display: block;
	width: 45px;
}

a.telh{
	background-color: #DC1C2E;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:5px;
	padding: 5px 15px 5px 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: 10px;
	transition: all .4s;
}
a.telh span{position: relative;z-index: 2;}

a.telh:hover{
	color: #DC1C2E !important;
}

a.telh:after, .menu-ico:after, a.bouton:after{
	content: "";
	width: 0%;
	aspect-ratio:1;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	translate:-50% -50%;
	z-index: 0;
	opacity: .9;
	transition: all .4s;
}

a.telh:hover:after, .menu-ico:hover:after, a.bouton:hover:after{width: 200%;}

a.telh .ico{
	background-color: #fff;
	border-radius:50%;
	width: 30px;
	aspect-ratio:1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #DC1C2E !important;
	font-size: 20px;
}

.menu-ico{
	border-radius: 5px;
    display: flex;
    width: 40px;
    aspect-ratio:1;
	flex-direction: column;
	gap:4px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px;
	background-color: #003DA5;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
    transition: all .4s;
}

.menu-ico:after, a.bouton:after{
	left: 50%;
	z-index: -1;
}

a.bouton.bouton2:after{
	background-color: #DC1C2E;
	opacity: .9;
}

a.bouton.bouton2.bouton3:after{
	background-color: #003DA5;
	opacity: .9;
}

.menu-ico span{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
	position: relative;
	z-index: 2;
    transition: all .4s;
}

.menu-ico:hover span{
    background: #003DA5;
}

header nav{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	translate:0 calc(100% + 10px);
	background-color: #fff;
	min-width: 251px;
	border-radius:5px;
	padding: 12px 0;
}

header nav a{
	display: block;
	text-decoration: none !important;
	color: #000 !important;
	padding: 8px 20px;
	transition: all .4s;
}

header nav a:hover, header nav a.menu_accent:hover, header nav a.selected, header nav a.menu_accent.selected, .ctaf a.btn_language:hover{
	color: #DC1C2E !important;
}

header nav a.menu_accent{
	color: #003DA5 !important;
}

header a.btn_language{
	border-left: 1px solid #000;
	margin-left: 20px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ctaf a.btn_language{
	margin-left: 0;padding-left: 0;
	padding-right: 8px;
	margin-right: 20px;
	border-left: 0px;
	border-right: 1px solid #000;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all .4s;
}

.banner{
	background-image: url("../images2/banniere.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 500px;
	position: relative;
}

.banner.nothome .bannercontent{display: none;}

.bannercontent{
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.bannercontent .wrap{
	position: relative;
	z-index: 2;
}

.banner .img{
	width: 375px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.banner .img:after{
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 90%;
	aspect-ratio:1;
	background-image: url("../images2/logo-icone.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	translate:-43% 0;
	z-index: -1;
}

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

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

.banner.qban .bg{display: none;}


.bantxt{
	margin-left: 390px;
	padding: 40px 0;
	color: #003DA5;
}

a.bouton, input.bouton{
	-webkit-appearance:none;
	appearance:none;
	border:0;
	display: block;
	width: max-content;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 3;
	transition: all .4s;
}
input.bouton{
	background-color: #DC1C2E;
}

a.bouton:hover, input.bouton:hover{
	color: #DC1C2E !important;
}
input.bouton:hover{
	background-color: rgba(220,28,46,.1);
}
a.bouton.bouton2.bouton3:hover, a.bouton.bouton2:hover{color: #fff !important;}

a.bouton:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #DC1C2E;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

a.bouton.bouton2{
	color: #DC1C2E !important;
}
a.bouton.bouton2.bouton3{
	color: #003DA5 !important;
}

a.bouton.bouton2:before{
	background-color: #fff;
}

.profilhome{
	background-color: #003DA5;
	padding: 60px 0;
}

.profilhome .wrap, .avcta .wrap, .contact-footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap:10px;
}

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

.profilhome .img{
	width: 40%;
}

.profilhome .txt{
	background-color: #fff;
	width: calc(60% - 10px);
	box-sizing: border-box;
	padding: 30px;
}

.profilhome h2{
	color: #003DA5;
}

.profilhome hr, .temhome hr, .newcontact hr, .qban hr, .qcontenu hr, .buycontenu hr{
	width: 100%;
	border:0;
	height: 3px;
	background-color: #DC1C2E;
	margin-top: 5px;
	margin-bottom: 35px;
}
.temhome hr{background-color: #fff;}
.newcontact hr{background-color: #000;opacity: .1;}

.profilhome p, .ctas .cta p{
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.6;
}

.avcta{
	padding: 60px 0;
}

.avcta .img{
	position: relative;
	width: 65%;
}

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

.ctas{
	width: calc(35% - 10px);
	display: flex;
	gap:10px;
	flex-direction: column;
}

.ctas .cta{
	box-sizing: border-box;
	padding: 30px;
	background-color: #DC1C2E;
	color: #fff;
}

.ctas .cta+.cta{
	background-color: #003DA5;
}

.ctas .cta p{font-weight: 300;}

.ctas .cta h2 a{
	color: #fff !important;
	text-decoration: none !important;
}

.prophome{
	padding: 40px 0;
	background-color: #EDEDED;
	color: #003DA5;
}

.prophome a.bouton{
	margin-left: auto;margin-right: auto;
}

.grid-prop{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:10px;
	margin-bottom: 30px;
}

a.propa{
	background-color: #fff;
	color: #000 !important;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	transition: all .4s;
}

a.propa:hover{
	color: #003DA5 !important;
}

img.propimg{
	display: block;
	width: 100%;
	transform-origin: bottom center;
	transition:all .4s;
}
a:hover img.propimg{
	opacity: .8;
	scale:1.05;
}

.rollprop{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

p.villeprop{
	color: #fff !important;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 8px 25px;
	background-color: #DC1C2E;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.rollprop p{
	width: 100%;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.rollprop p:first-child{
	font-weight: 400;
	font-size: 14px;
}

.rollprop p.piecesprop, .rollprop p.prixprop{
	width: auto;
	font-weight: 300;
	margin-top: 30px;
}

.temhome{
	background-color: #003DA5;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.temhomenew {
	padding: 40px 0;
	background-color: #003DA5;
	color: #fff;
}
.temhomebtn  {
	text-align: center;
}
.temhomebtn a.bouton {
	display: inline-block;
}

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

.temhome .txt{
	width: 50%;
	box-sizing: border-box;
	padding: 40px 80px;
	padding-left: max(40px,calc(50vw - 850px));
}

.temslide p{
	font-weight: 300;
	width: calc(100% - 30px);
	top: 0;
	margin-bottom: 25px;
	line-height: 1.6;
	font-size: 15px;
}

.temslide p+p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.temhome:not(:has( .bx-wrapper)) .temslide:not(:first-child){display: none;}

.temhome .bx-wrapper{margin-bottom: 40px;}

.temhome .bx-pager{
	display: flex;
	justify-content: flex-start;
	gap:7px;
	margin-top: 35px;
}

.temhome .bx-pager-item a{
	display: block;
	font-size: 0;
	text-decoration: none !important;
	width: 6px;
	aspect-ratio:1;
	border-radius: 50%;
	border:1px solid #fff;
	background-color: transparent;
}

.temhome .bx-pager-item a:hover, .temhome .bx-pager-item a.active{background-color: #fff;}

.contact-footer{
	padding: 60px 0;
}

.contact-footer form{
	width: 50%;
	color: #003DA5;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
	flex-wrap: wrap;
	align-self: center;
}
.contact-footer input:not([type=submit]), .contact-footer textarea, .qbanner input:not([type=submit]):not([type=checkbox]){
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #000;
	background-color: #fff;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 10px;
	font-family: 'Inter', sans-serif;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
}
.contact-footer textarea{
	min-height: 100px;
	resize: vertical;
}

.contact-footer input:not([type=submit]):focus, .contact-footer textarea:focus, .qbanner input:not([type=submit]):not([type=checkbox]){
	outline:none;
	border:1px solid #003DA5;
}

.qbanner input:not([type=submit]):focus{
	outline:none;
	border:1px solid #DC1C2E;
}

.contact-footer label{width: 100%;margin: 0;display: block;}

.contact-footer label:first-of-type, .contact-footer label:nth-of-type(2){
	width: calc(50% - 5px);
}

.contact-footer .img{width: 50%;display: flex;justify-content: center;align-items: center;}
.contact-footer .img img{
	width: 60%;
}

.form-footer h2{width: 100%;}

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

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

a.logof{
	width: 275px;
}

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

.navf{
	display: flex;
	justify-content: center;
	gap:25px;
}

.navf a{
	text-decoration: none !important;
	font-size: 15px;
	color: #000 !important;
	transition: all .4s;
}

.navf a:hover{
	color: #003DA5 !important;
}

.ctaf{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.socf{
	width: 50%;
	align-self: flex-end;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:20px;
}

.socf p{margin: 0;line-height: 1;}

a.btnsoc{
	font-size: 22px;
	text-decoration: none !important;
	color: #003DA5 !important;
}

.agencef{
	text-align: right;
	margin-top: 60px;
}

.agencef img{
	display: block;
	width: 180px;
	margin-left: auto;
	margin-bottom: 15px;
}

.agencef p{
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
}

.liensutilesf{
	margin-top: 25px;
	padding-top: 25px;
	border-top:1px solid #6C6C6C;
	color: #6C6C6C;
	font-size: 13px;
}

.liensutilesf h4{margin-top: 0;}

.liensutilesf a{color: #6C6C6C !important;}

.banner.qban{
	padding:130px 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.eval_quartier {
    min-height: 300px;
    padding: 100px 0;
    box-sizing: border-box;
}
.qbanner{
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0px 80px;
}

.qbanner .img{
	position: relative;
}

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

.qbanner .mypropmap, .qbanner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qbanner .img:after{display: none;}

.qbanner .wrapper_header_form {
	background-color: #003DA5;
	color: #fff;
	padding: 70px 50px;
	box-sizing: border-box;
	width: calc(100% - 375px);
	position: relative;
	z-index: 2;
}
.qbanner .wrapper_header_form .sellwrap  {
	flex: 1;
}
.qbanner input.field_eval  {
	margin-bottom: 10px !important;
}
.qbanner .formwrap{
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
}
.qbanner .formwrap_form {
	width: 100%;
}
.txt_calcul5 {
	padding-bottom: 5px;
    font-size: 15px;
}
.qbanner .formwrap p{margin-top: 0;}

.qbanner .formwrap label{width: 100%;}

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

.qbanner .wrapper_header_form img{
	display: block;
	width: 150px;
}

.qbanner .wrapper_header_form .title{font-size: 36px;line-height: 1.2;margin-top: 10px;}

.qbanner input[type=checkbox]:not(:checked){-webkit-appearance:none;
	appearance:none;}
.qbanner input[type=checkbox]{
	box-sizing: border-box;
	width: 20px;height: 20px;
	border-radius: 0;
	border:0;
	background-color: #fff;
	accent-color: #DC1C2E;
	margin-left: 0;
}

.qbanner input[type=checkbox]+label{
	width: calc(100% - 35px);
	font-size: 12px;
	font-weight: lighter;
	margin-top: 5px;
}

.venduquartier h2{
	color: #DC1C2E;
	margin-top: 50px;
	margin-bottom: 10px;
}
.soldpropq{
	position: relative;
	height: 450px;
	width: 100%;
}

.soldpropq:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	background-image: url("../images2/logo-icone.png");
	-webkit-background-size: cover;
	background-size: cover;
	width: 100px;
	aspect-ratio:1;
	z-index: 99;
}

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

.qcontenu .title, .qcontenu .smalltitle, .buycontenu .title, .buycontenu .smalltitle{
	color: #003DA5;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
}
.qcontenu.bgalt .title, .qcontenu.bgalt .smalltitle{color: #fff;}

.qcontenu .title img{
	display: inline-block;
	width: 30px;
	margin-right: 10px;
}

.qcontenu strong{
	font-weight: 600;
}

.qcontenu .wrap, .buycontenu .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap:0 20px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.qcontenu .wrap>*, .buycontenu .wrap>*{
	width: 100%;
}

.qcontenu .wrap>.txt, .buycontenu .wrap>.txt{
	width: 60%;
	margin-bottom: 20px;
}
.buycontenu .wrap>.txt{width: 50%;}

.buycontenu .wrap>aside{
	position: relative;
	width: calc(40% - 20px);
	margin-bottom: 20px;
	color: #fff;
	background-color: #003DA5;
	padding: 20px;
	box-sizing: border-box;
}

.buycontenu .wrap>aside h2{color: #fff;}

.buycontenu .wrap>aside ul{padding-left: 20px;}
.buycontenu .wrap>aside li{margin-bottom: 5px;font-weight: 300;}

.qcontenu .wrap>.img{
	position: relative;
	width: calc(40% - 20px);
	margin-bottom: 20px;
}

.buycontenu img.fullimg{
	display: block;
	width: 100%;
}

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

.qcontenu p, .buycontenu p{
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5;
}

.qcontenu li a{font-weight: 600;text-decoration: underline;}

.qcontenu p a{
	color: #003DA5 !important;
	font-weight: 600;
	text-decoration: underline;
}

.qcontenu ul{
	padding-left: 20px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.5;
}

.qcontenu ul li{
	padding-left: 5px;
}

.qcontenu .img.full{
	width: 100%;
	position: relative;
	height: 400px;
}

.qcontenu.bgalt{
	color: #fff;
	background-color: #003DA5;
}

ul.carnetul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul.carnetul a{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 24px;
}

ul.carnetul a:hover{
	color: #DC1C2E !important;
}

.qstats{
	width: calc(50% - 10px) !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap:10px;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.qstats.fullw{
	width: 100% !important;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
}

.qstats div:first-child{
	background-color: #DC1C2E;
}

.qstats div{
	background-color: #003DA5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.qstats.fullw div{padding: 30px 10px;}

.qstats p:first-child{
	font-size: 65px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
}

.qstats p:last-child{
	margin-top: 10px;margin-bottom: 0;
	font-size: 24px;
}

ul.sidelist{
	box-sizing: border-box;
	width: calc(50% - 10px) !important;
	margin: 0;
	padding: 30px 50px;
	background-color: #EDEDED;
	line-height: 1.5;
	margin-bottom: 70px;
}

ul.sidelist li:last-child{font-weight: bold;}

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

.prophome.qprop a.bouton{margin-left: 0;margin-right: 0;}

.prophome.qprop .grid-prop{margin-top: 15px;}


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

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

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

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

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

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

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

.vendreintro{
	text-align: center;
	background: #EDEDED;
	color: #000;
	padding: 30px 0;
}

.vendreintro h1{
	color: #000;
}

.vendreintro ul{
	display: block;
	vertical-align: middle;
	max-width: max-content;
	margin-left: auto;margin-right: auto;
	font-size: 14px;
	text-align: left;
}

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

h1.h1styled{
	text-transform: uppercase;
    font-weight: 800;
    color: #DC1C2E;
    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: #DC1C2E;
}

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

.newcontact{
	color: #000;
}
.newcontact .bigtitle{
	line-height: .75;
	margin-top: 40px;
	color: #003DA5;
}
.newcontact .bigtitle .pretitle{
	line-height: 1;
	display: inline-block;
}

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

.newcontact .txt{
	width: 50%;
	padding-bottom: 50px;
}

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

@media screen and (max-width: 1240px) {
	.banner{padding-top: 380px;}
	.bigtitle{font-size: 40px;}
	.pretitle{font-size: 20px;}
	a.logof{width: 230px;}
	.navf{gap:15px;}
	
	.qbanner{
		padding-left: 0;padding-right: 0;
	}
	.qbanner .wrapper_header_form{
		padding: 35px 30px;
		width: calc(100% - 300px);
	}
	
	.qbanner .wrapper_header_form .title{
		font-size: 35px;
	}
	
	.qbanner .img{
		width: 300px;
	}
	
	.qcontenu .wrap>.txt{width: 50%;}
	.qcontenu .wrap>.img{width: calc(50% - 20px);}
	.qcontenu .wrap>.img:not(.full) img{height: 80%;}
	.qcontenu .img.full{width: 100% !important;}
	.qstats p:last-child{font-size: 18px;}
}


@media screen and (max-width: 1024px) {
	
	.banner .img{
		width: 325px;
	}
	
	.bantxt{
		margin-left: 340px;
	}
	.newcontact .bigtitle{line-height: 1.2;}
	.pretitle, .newcontact .bigtitle .pretitle{
		display: block;
		line-height: normal;
	}
	.bigtitle br{display: none;}
	.ctas{
		width: calc(45% - 10px);
	}
	.avcta .img{width: 55%;}
	.rollprop p:first-child{font-size: 12px;}
	.temhome .txt{padding-right: 40px;}
	.rollprop p{font-size: 15px;}
	.temhome .img, .contact-footer .img{width: 40%;}
	.temhome .txt, .contact-footer form{width: 60%;}
	.contact-footer .img img{width: 80%;}
	.navf{display: none;}
	a.logof{width: 300px;}
	
	
	.qcontenu .wrap>.img:not(.full) img{height: 50%;}
	.qcontenu .img.full{height: 300px;}
	
	.qstats p:first-child{font-size: 50px;}
	
	ul.sidelist{padding: 20px 10px 20px 30px;}
	
	.qcontenu .pretitle+br, .buycontenu .pretitle+br{display: none;}
	
	.buycontenu .wrap>aside {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 850px) {
	
	
	.wrap{
		max-width: calc(100% - 20px);
	}

	.bigwrap{
		width: calc(100% - 20px);
	}
	
	.pretitle{font-size: 18px;}
	.bigtitle, .title{font-size: 25px;}
	
	.profilhome .txt, .ctas .cta, .temhome .txt{padding: 20px;}
	.rollprop{padding: 10px;}
	.profilhome hr, .temhome hr, .newcontact hr, .qban hr, .qcontenu hr, .buycontenu hr{margin-bottom: 25px;}
	
	.qbanner .formwrap {
		width: calc(100% - 30px);
	}
	
}

@media screen and (max-width: 750px) {
	.qbanner .wrapper_header_form img{width: 100px;}
	.qstats.fullw {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		margin-bottom: 40px;
	}
	.buycontenu .wrap>.txt, .buycontenu .wrap>aside{width: 100%;}
	
	.bigwrap{
		width: calc(100% - 10px);
	}
	a.logoh{
		padding: 10px;
		gap:5px;
	}
	a.logoh img:first-child{
		width: 150px;
	}
	a.logoh img:last-child{width: 25px;}
	
	.banner .img{
		width: 300px;
		bottom: auto;
		top: 0px;
		translate:0 -100%;
	}
	.bantxt{margin-left: 0;padding: 25px 0;}
	.banner{padding-top: 515px;}
	a.telh{font-size: 14px;padding-right: 10px;padding-left: 5px;margin-right: 5px;}
	a.telh .ico{
		width: 16px;
		font-size: 13px;
	}
	
	.profilhome .img, .avcta .img, .temhome .img, .contact-footer .img{
		width: 100%;
		max-width: 400px;
		margin-left: auto;margin-right: auto;
		order:1;
	}
	.contact-footer .img{order:3;}
	.avcta .img, .temhome .img{max-width: none;min-height: 230px;}
	.profilhome .txt, .ctas, .temhome .txt, .contact-footer form{
		width: 100%;
		order:2;
	}
	.profilhome .wrap, .avcta .wrap, .contact-footer .wrap{flex-wrap: wrap;}
	.profilhome, .avcta, .contact-footer{padding: 30px 0;}
	.contact-footer{padding-top: 0;}
	.grid-prop{
		grid-template-columns: 1fr;
		max-width: 450px;
		margin-left: auto;margin-right: auto;
	}
	.temhome, .newcontact .wrap{flex-wrap: wrap;}
	
	a.logof, .ctaf, .agencef{margin-left: auto;margin-right: auto;margin-bottom: 20px;}
	.socf{
		width: 100%;
		justify-content: center;
	}
	.agencef{
		text-align: center;
		margin-top: 20px;
	}
	.agencef img{margin-left: auto;margin-right: auto;}
	.liensutilesf{display: none;}
	.footer_end{text-align: center;}
	.banner.nothome{padding-top: 260px;}
	.newcontact .txt{width: 100%;margin-bottom: 20px;}
	.newcontact #container{width: 100%;}
	
	
	
	.qbanner{
		flex-wrap: wrap;
	}
	.qbanner .img{display: none;}
	.qbanner .wrapper_header_form{width: 100%;padding: 15px;}
	.qbanner .formwrap{width: 100%;}
	.qbanner .wrapper_header_form .title{font-size: 22px;}
	.qcontenu .wrap>.txt{width: 100%;}
	
	.qcontenu .wrap>.img{
		width: 100%;
		height: 300px;
	}
	.qcontenu .wrap>.img:not(.full) img{height: 100%;}
	ul.carnetul li{margin: 20px 0;}
	ul.carnetul{display: block;}
	
	.qstats{
		width: 100% !important;
		height: 400px;
		margin-bottom: 10px;
	}
	ul.sidelist{width: 100% !important;}
}

@media screen and (max-width: 380px) {
	a.logoh img:first-child{width: 140px;}
	a.logoh img:last-child{width: 20px;}
	a.logoh{padding: 5px;gap:3px;}
	.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;
}
