@import url("https://use.typekit.net/eig1uvb.css");

/*font-family:"tt-commons-pro", "sans-serif"; */
.tac.mt10{text-align: center;margin-top: 10px;clear: both;}
body{
	font-family:"tt-commons-pro", "sans-serif";
	font-weight: 300;
	color: #000;
	font-size: 16px;
}

.anim{
    translate:0 100px;
    opacity: 0;
    transition:opacity .8s ease-out, translate .5s .1s ease-out;
}
.anim.seen{
    opacity: 1;
    translate:0;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

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

input, textarea, button{font-family:"tt-commons-pro", "sans-serif";}

h1, h2, h3, h4, h5, h6{
	font-family:"tt-commons-pro", "sans-serif";
}

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

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

header::after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    opacity: .1;
}

header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}

.logoh, a.minilogo{margin-right: auto;}

a.logotxt, a.minilogo{
    color: #222 !important;
    text-decoration: none !important;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    display: block;
    line-height: 1;
}
a.logotxt span{
    display: block;
    font-size: 13px;
    font-weight: 300;
}

a.boutonh, a.bouton2, .bouton2{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50vh;
    background-color: #222;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    padding: 8px 20px;
    border:2px solid #222;
    letter-spacing: .5px;
    transition: all .4s;
}

a.boutonh:hover, a.bouton2:hover, .bouton2:hover{
    background-color: #fff;
    color: #222 !important;
}

a.bouton2, .bouton2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    text-decoration: none !important;
    width: max-content;
}

a.bouton{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    width: max-content;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: .5px;
    line-height: 1;
    border:1px solid #000;
    border-bottom: 3px solid #000;
    text-decoration: none !important;
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: all .2s .1s;
}
a.bouton:hover{color: #fff !important;}
a.bouton::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    z-index: -1;
    transition: all .2s;
}
a.bouton:hover::after{
    height: 100%;
}
a.bouton img, a.bouton2 img, a.bouton2:hover img, .bouton2 img, .bouton2:hover img{
    display: block;
    width: 8px;
    filter:none;
    transition: all .1s .1s;
}
a.bouton:hover img, a.bouton2 img, .bouton2 img{filter: invert(1);}

a.btnsoc{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    aspect-ratio:1;
    width: 30px;
    border-radius: 50%;
    border:2px solid #222;
    background-color: #222;
    transition: all .4s;
}
a.btnsoc.reverse{
    border:2px solid #fff;
}
a.btnsoc:hover{
    background-color: #fff;
    color: #222 !important;
}
.btnsoc img{
    display: block;
    max-width: 55%;
    max-height: 55%;
    transition: all .4s;
}
a.btnsoc:hover img{
    filter: invert(1);
}

header hr, .nav-header hr{
    border:0;
    width: 2px;
    height: 35px;
    background-color: #707070;
    margin: 0 7px;
}

.menubtn, .contactbtn{
    display: block;
    -webkit-appearance:none;
    appearance:none;
    border:0;
    background-color: #fff;
    color: #222 !important;
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 0;
    margin-left: 7px;
    cursor: pointer;
}

.menubtn img, .contactbtn img{
    display: block;
    width: 20px;
}

.banner{background-color: #000;}

.banner img{display: block;width: 100%;}
.banner>.slider>img+img{display: none;}

header::before{
    content: "";
    width: 100%;
    height: 100dvh;
    background-color: rgba(34,34,34,.05);
    translate:-110vw 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: translate .3s .6s, background-color .5s .3s;
}
header:has(+nav.main.open)::before{
    translate: 0;
    background-color: rgba(34,34,34,.95);
    transition: translate .3s, background-color .5s;
}

nav.main{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    transform-origin: right;
    scale:6 1;
    translate:-110vw 0;
    z-index: 9999;
    box-sizing: border-box;
    padding-right: max(calc(50vw - 610px),20px);
    transition: scale .6s .1s, translate .5s .2s;
}

nav.main.open{
    translate:0% 0;
    scale:1;
    transition: scale .4s .4s, translate .4s .3s;
}

nav.main>div{
    opacity: 0;
    padding: 15px 0 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    transition: all .2s;
}

nav.main.open>div{
    opacity: 1;
    transition: all .5s .8s;
}

.nav-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}

.nav-inner{
    width: max-content;
}

.nav-inner a{
    text-decoration: none !important;
    font-size: 40px;
    font-weight: 400;
    color: #222 !important;
    display: block;
    line-height: 1;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    transition: all .4s;
}
.nav-inner a:hover{
    padding-right: 0;
    padding-left: 10px;
}

.nav-inner a:has( img){
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap:10px;
}
.nav-inner a.open:has( img) img{
    transform: rotate(90deg);
}
.nav-inner a img{
    transform: rotate(0deg);
    opacity: .8;
    transition: all .4s;
}

.nav-inner>a, .nav-inner>.wsub{
    margin-bottom: 40px;
}

.sub a{
    font-size: 18px;
    margin-top: 20px;
}

.nav-footer{
    display: flex;
    justify-content: flex-start;
    gap:10px;
    align-items: flex-end;
}

.nav-footer > img{
    margin-left: 30px;
    display: block;
    width: 80px;
}

.title{
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.1;
    font-weight: 400;
}

.subtitle{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.1;
    font-weight: 400;
}

footer{
    background-color: #222;display: grid;
    grid-template-columns: max(calc(50vw - 610px),20px) .8fr 1fr max(calc(50vw - 610px),20px);
    color: #fff;
}

footer .img{
    grid-column: 1/3;
    position: relative;
}

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

.footer-inner{
    padding: 30px 0 30px min(max(calc(50vw - 610px),20px), 100px);
    box-sizing: border-box;
}

footer p{
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

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

.footer-navs ul{
    list-style-type: none;
    padding-left: 10px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    font-size: 15px;
    border-left: 1px solid #fff;
    min-width: 25%;
}

.footer-navs ul li{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-navs ul li a{
    text-decoration: none;
    color: #fff !important;
    text-transform: none;
}
.footer-navs ul li a:hover{text-decoration: underline;}

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

footer a.logotxt{
    color: #fff !important;
    text-align: left;
    font-size: 30px;
}
footer a.logotxt span{
    font-size: 9px;
}

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

.footer-info+.footer-info{margin-top: 25px;}

.footer-soc{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:7px;
}

img.agencef{
    width: 180px;
    display: block;
}

.footer-info p{font-size: 14px;}

.footer-info p a{
    text-decoration: none;
    color: #fff !important;
}

.footer-info p a br{display: none;}

footer form{
    padding: 50px 0;
}

.formstep input, .formstep textarea{
    -webkit-appearance:none;
    appearance:none;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 7px;
    color: #fff;
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 0;
}
.formstep textarea{
    resize: vertical;
    min-height: 100px;
}
.formstep>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:10px;
}

.formstep>div input{width: calc(50% - 5px);}

.formstep+.formstep{display: none;}

.formcontrols{
    display: flex;
    margin-top: 15px;
}
button.formcontrol{
    margin-top: 0;
    display: block;
    -webkit-appearance:none;
    appearance:none;
    border:0;
    background-color: transparent !important;
    padding: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px !important;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 300;
    margin-left: auto;
}
button.formcontrol:hover{color: #fff !important;}
.formcontrol img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 9px;
    margin-top: -1px;
    filter: invert(1);
    transition: all .3s;
}
.formcontrol:hover img{
    translate:7px 0;
}
button.formcontrol:first-child{margin-left: 0;}
.formcontrol:first-child img{
    margin-left: 0;margin-right: 5px;
    scale:-1;
}
.formcontrol:first-child:hover img{
    translate:-7px 0;
}

.hidebtn{display: none !important;}

p.confirmForm{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    display: none;
}

.copyfooter .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-weight: 400;
    flex-wrap: wrap;
}
.copyfooter .wrap div{
    font-size: 13px;
}
.copyfooter .wrap img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
}
a.politiquea{
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 0;
}

.ctas, .qintro{
    padding: 60px 0 60px;
}

.ctas p, .qintro p, .profilhome p, .temhome p, .stayintouch p, .halfcols p, .pastsales p{
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 1.85;
    font-size: 17px;
    max-width: 80ch;
    margin-left: auto;margin-right: auto;
}
.profilhome p, .temhome p, .halfcols p, .pastsales p{margin-left: 0;}

.profilhome p a, .halfcols p a{text-decoration: underline;color: #000 !important;}
.profilhome p a:hover, .halfcols p a:hover{text-decoration: none;}

.ctas-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0 50px;
    justify-content: center;
    max-width: 81ch;
    margin: 0 auto;
}

a.cta{
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    overflow: hidden;
    aspect-ratio:4/3;
}

a.cta h3{
    position: relative;
    font-size: 25px;
    font-weight: 400;
    
}

a.cta img{
    display: block;
    width: 100%;
    opacity: .6;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    scale:1.1;
    object-fit: cover;
    transition: all .4s;
}

a.cta:hover img{
    scale:1;
    opacity: .4;
}

.profilhome .wrap, .halfcols .wrap{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap:150px;
    margin-top: 40px;
    margin-bottom: 100px;
}
.halfcols .wrap.aic{align-items: center;}

.profilhome .img, .halfcols .img{
    position: relative;
}

.profilhome .img::after, .halfcols .img::after{
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    bottom: -40px;
    left: 100px;
    background-color: #DEDEDE;
    z-index: -1;
}

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

.temhome{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}

.temhome .img{
    position: relative;
}

.temhome .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tem-inner{
    background-color: #DEDEDE;
    padding: 80px 100px;
    padding-right: max(calc(50vw - 610px),20px);
}

.temhome p+p{font-style: italic;}

.temhome .bx-controls-direction{
    display: grid;
    grid-template-columns: 37px 37px;
    gap:30px;
    translate:0 -100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
.temhome .bx-controls-direction a{
    font-size: 0;
    text-decoration: none !important;
    width: 37px;
    height: 14px;
    background-image: url("../images2/arrow.svg");
    -webkit-background-size: 37px 14px;
    background-size: 37px 14px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .3s;
}

.temhome .bx-controls-direction a:first-child{
    scale:-1;
}

.temhome .bx-controls-direction a:hover{
    padding-left: 5px;
}
.temhome .bx-controls-direction a:first-child:hover{
    padding-right: 5px;padding-left: 0;
    translate:-5px 0;
}

.stayintouch{
    padding: 100px 0;
}

.stayintouch .wrap{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap:150px;
    align-items: center;
}

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

.insta-inner{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.insta-inner iframe{
    width: calc(100% + max(calc(100vw - 1220px),20px)) !important;
    translate:-50% 0;
    left: 50%;
    position: relative;
    pointer-events: none;
}

.soc-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding: 40px 0 60px;
}

.soc-cta h2{margin-bottom: 0;margin-right: 15px;}

.contact-page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 999999;
    background-color: #fff;
    translate:0 -101%;
    transition: all .6s;
}
.contact-page.open{
    translate:0;
}
.contact-page header{position: relative;}
.contact-page header::after{display: none;}

.contact-body, .contact-footer .wrap{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap:100px;align-items: center;
    margin-top: 40px;
}
.contact-body{
    position: relative;
    z-index: 2;
}
.contact-footer .wrap{margin-top: 0;}

.contact-body .txt{opacity: 0;transition: all .5s .55s;}
.open .contact-body .txt{opacity: 1;}

.contact-body .img{
    position: relative;
}

.contact-body .img::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    bottom: -40px;
    left: 200%;
    right: calc(max(calc(100vw - 1220px),20px) * -1);
    background-color: #DEDEDE;
    transition: all .9s .5s;
}
.open .contact-body .img::after{
    left: 100px;
}

.contact-body .img img{
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
    translate:-50px 0;
    transition: all .6s 1.3s;
}
.open .contact-body .img img{
    opacity: 1;
    translate:0px 0;
    
}

.contact-body button.formcontrol{
    color: #222 !important;
}

.contact-body .formcontrol img{filter: none;}

.contact-body .formstep input, .contact-body .formstep textarea{
    border:1px solid #dedede;
    color: #222 !important;
}

.contact-body hr{
    height: 1px;
    width: 100%;
    border:0;
    margin: 40px 0;
    background-color: #dedede;
}

.contact-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    padding: 30px 0px 40px;
    opacity: 0;
    translate:0 101%;
    pointer-events: none;
    transition: translate .6s .55s, opacity .2s 0s;
}
.open .contact-footer{
    translate:0;
    pointer-events: all;
    opacity: 1;
    transition: translate .6s .55s, opacity .1s .55s;
}

.contact-footer a{
    color: #fff !important;
    text-decoration: none;
}

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

.contact-footer p{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-footer .wrap > div > img{
    display: block;
    width: 60px;
}

.qitems{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    text-align: left;
    gap:50px 0;
    padding-left: 0;margin-left: 0;
}

.qitems p{color: #707070;}

.qitems li{
    padding: 0px 80px;
    border-left: 1px solid #222;
}

.qitems img{
    display: block;
    width: 80px;
    margin-bottom: 35px;
    margin-top: 10px;
}

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

.titleb4controls{
    width: calc(100% - 170px);
    box-sizing: border-box;
    padding-right: 10px;
}

.titleb4controls p{
    max-width: 65ch;
}

.pastsales{
    padding-bottom: 100px;
    padding-top: 50px;
}

.salescontrols{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:30px;
    padding-top: 15px;
}

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

.salescontrols a{
    width: 70px;
    box-sizing: border-box;
    padding-right: 10px;
    transition: all .4s;
}

.salescontrols a:hover{
    translate:10px 0;
    padding-right: 0;
    padding-left: 10px;
}

.salescontrols a:first-child{
    scale:-1;
}

.salescontrols a:first-child:hover{
    translate:-10px 0;
}

.salessliderwrapper{
    padding-left: max(calc(50vw - 610px),20px);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.salessliderwrapper>.salesslider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: calc((100% - max(calc(50vw - 610px),20px)) * 1.5);
}

.salessliderwrapper>.salesslider>.salesslide:nth-child(n+4){
    display: none;
}
.salesslide{
    padding: 0px 60px 0 40px;
    box-sizing: border-box;
    border-left: 1px solid #222;
}

.innerslide{
    position: relative;
}

.salesslide>.innerslider>.innerslide:not(:first-child){display: none;}

.salesslide h3{
    margin-top: 20px;
    max-width: 18ch;
}
.salesslide p{
    max-width: 35ch;
}

.salesslide p a{text-decoration: underline !important;}
.salesslide p a:hover{text-decoration: none !important;}

.innerslide>img{
    display: block;
    width: 100%;
}
.salesslide ul {
   line-height: 1.85;
    margin-top: 0;
}
.salesslide p.smallp {
   margin-bottom: 10px;
}
.openimg{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio:1;
    width: 37px;
}
.openimg.play-video  {
    top: 50%;
    left: 50%;
    background: transparent;
    right: initial;
    width: 50px;
    height: 50px;
    display: block;
    aspect-ratio: auto;	
}
.openimg.play-video img{
	width: 100%;
    translate: -50% -50%;
}
.openimg.play-video:hover img{
    width: 80%;
}


.openimg img{
    display: block;
    width: 55%;
    transition: all .4s;
}
.openimg:hover img{
    width: 50%;
}

.salesslide .bx-wrapper{position: relative;}
.salesslide .bx-controls{
    position: absolute;
    right: 0;
    bottom: 0;
    translate:0 calc(100% + 15px);
    
    
}
.salesslide .bx-controls .bx-controls-direction{
    display: flex;
    gap:15px;
}

.salesslide .bx-controls a{
    font-size: 0;
    color: transparent !important;
    text-decoration: none !important;
    display: block;
    width: 36px;
    height: 13px;
    background-image: url("../images2/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.salesslide .bx-controls a:first-child{
    scale:-1;
}

.qlinks{
    background-image: url("../images2/salle_a_manger.jpg");
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.qlinks::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
}

.qlinks>*{position: relative;
z-index: 2;}

a.qlink{
    display: flex;
    margin:  15px auto;
    gap:10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 17px;
    text-decoration: none !important;
    max-width: 800px;
    box-sizing: border-box;
    text-align: left;
}

a.qlink:hover{
    background-color: #222;
}

a.qlink h3{
    font-weight: 200;
    font-size: 17px;
    margin: 0;
}

.qlink>img{
    width: 30px;
    display: block;
}

.qlink span{
    margin-left: auto;
    display: flex;
    gap:20px;
}

.qlink span img{
    filter: invert(1);
    width: 8px;
}

p.presubtitle{
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: -10px;
    margin-top: 7px;
}

.featuredprops{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:25px 10px;
    text-align: left;
}

a.featprop p:last-child{margin-bottom: 0;font-size: 15px;}

a.featprop{
    text-decoration: none !important;
    color: #222 !important;
    position: relative;
    display: block;
    padding-bottom: 20px;
}
a.featprop::after{
    content: "";
    width: 35%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #DEDEDE;
}

.featprop>img{
    display: block;
    width: 100%;
    aspect-ratio:4/3;
    object-fit: cover;
}
.featprop .photo_vendu {
	background: none !important;
    overflow: visible;
	margin: 0;
    position: relative;
    display: block;
}
.featprop .photo_vendu img.img_quar_main {
    display: block;
    width: 100%;
    aspect-ratio:4/3;
    object-fit: cover;
}
.featprop  .photo_vendu:hover img:not(.marq_vendu) {
    transform: none;
    opacity: 1;
}

.featprop .bouton2{
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 2;
}

a.featprop h3{margin-top: 10px;margin-bottom: 10px;}










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

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

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

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

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

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

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

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

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



.jdm_logo {
    background: #e32402;
    padding: 20px;
}

.notice_sales {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}






@media screen and (min-width: 2200px) {
	
}

@media screen and (max-width: 1300px) {
    .profilhome .img::after, .halfcols .img::after{
        right: -20px; 
    }
}

@media screen and (max-width: 1200px) {
    .stayintouch .wrap, .profilhome .wrap, .halfcols .wrap{gap:75px;}
    .tem-inner{
        padding: 40px 20px 40px 30px;
    }
    .insta-inner iframe{
        width: 120% !important;
    }
    body{padding-top: 60px;}
    .contact-body, .contact-footer .wrap{gap:60px;}
}


@media screen and (max-width: 1024px) {
    .title{
        font-size: 34px;
        margin-bottom: 25px;
    }
    .stayintouch .wrap, .profilhome .wrap, .halfcols .wrap{gap:50px;}
    .ctas p, .qintro p, .profilhome p, .temhome p, .stayintouch p, .halfcols p, .pastsales p{line-height: 1.65;margin-bottom: 25px;}
    .footer-navs ul{font-size: 14px;}
    footer a.logotxt{
        font-size: 26px;
    }
    footer a.logotxt span{font-size: 8px;}
    footer form{padding: 30px 0;}
        .insta-inner iframe {
        width: 140% !important;
    }
    
    .footer-info a.logotxt{
        font-size: 26px;
    }
    .footer-info a.logotxt span{
        font-size: 8px;
    }
    
    .contact-body, .contact-footer .wrap{gap:25px;}
    
    .qitems li{
        padding: 0px 40px;
    }
    .subtitle{font-size: 22px;}
    
    p.presubtitle{font-size: 15px;margin-top: 30px;margin-bottom: 0px;}
    .salesslide{
        padding: 0px 30px 0 15px;
    }
}

@media screen and (max-width: 800px) {
    .footer-info a.logotxt{margin-bottom: 15px;width: 100%;}
    .contact-page .footer-info a.logotxt{display: none;}
    .temhome{gap:0;}
    .insta-inner iframe {
        width: 170% !important;
    }
    .footer-navs{display: none;}
    .featuredprops{grid-template-columns: 1fr 1fr;}
    .salesslide{padding: 0px 15px;}
}

@media screen and (max-width: 700px) {
    .wrap{
       
    }
    a.logotxt{
        font-size: 18px;
        text-align: left;
    }
    a.logotxt span{
        font-size: 7px;
    }
    header .wrap{
        gap:0;
    }
	
    a.boutonh{
        padding: 7px 10px;
        font-size: 11px;
        letter-spacing: 0;
    }
    header hr, .nav-header hr{margin: 0px 5px;width: 1px;}
    a.btnsoc{width: 22px;}
    
    .menubtn, .contactbtn{
        letter-spacing: 0;
        font-size: 13px;
        margin-left: 7px;
    }
    header .wrap{
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    a.btnsoc+a.btnsoc{margin-left: 5px;}
    .contact-body .img{display: none;}
    .contact-body, .contact-footer .wrap{display: block;}
    
    .title{font-size: 28px;}
    
    .nav-footer > img{width: 45px;}
    .nav-footer{gap:5px;}
    .ctas-inner, .stayintouch .wrap, .profilhome .wrap, .halfcols .wrap, .temhome, footer, .featuredprops, .qitems{grid-template-columns: 1fr;}
    .profilhome .img, .halfcols .img{order:-1;}
    
    footer .img{
        grid-column: auto;
    }
    
    .temhome .img img, footer .img img{
        height: auto;
        position: relative;
        aspect-ratio:4/3;
        display: block;
    }
    .tem-inner{padding: 30px 15px;}
    .insta-inner iframe {
        width: 210% !important;
    }
    .footer-inner{
        padding-left: 15px;padding-right: 15px;
    }
    a.bouton{
        padding: 7px 12px;
        font-size: 15px;
    }
    .copyfooter .wrap img{
        display: block;
        margin-left: auto;margin-right: auto;margin-bottom: 10px;
    }
    .copyfooter .wrap{
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    a.politiquea{margin-left: auto;margin-right: auto;margin-top: 20px;font-size: 12px;}
    
    .salessliderwrapper>.salesslider{
    grid-template-columns: 1fr 1fr;
    width: calc((100% - max(calc(50vw - 610px),20px)) * 1.75);
    }
    .titleb4controls{width: 100%;margin-bottom: 10px;}
    .pastsales .wrap{display: block;}
    .salescontrols{
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    a.qlink{padding: 10px;font-size: 14px;}
    .qlink>img{width: 20px;}
    
    .qitems li{
        padding-left: 20px;
        padding-right: 0;
    }
    .qitems img{width: 60px;}
}

@media screen and (max-height:725px) {
    
    .nav-inner>a, .nav-inner>.wsub{margin-bottom: 25px;}
    .nav-inner a{font-size: 30px;}
    .sub a{margin-top: 15px;font-size: 16px;}
}
@media screen and (max-height:585px) {
    .nav-inner>a, .nav-inner>.wsub{margin-bottom: 15px;}
    .nav-inner a{font-size: 20px;}
    .sub a{margin-top: 5px;font-size: 14px;}
    .nav-inner a img{
        width: 7px;
    }
}

@media screen and (max-width: 370px) {
	
	.btn_social{
		width: 17px;
		margin: 0px 1px;
	}
	
	header nav.soc span{
		font-size: 14px;
	}
	
	
	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;
}
