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

/* font-family: 'Poppins', sans-serif; */
.tac.mt10 {
    text-align: center;
    margin-top: 10px;
    clear: both;
}

.anim {
    opacity: 0;
    transition: opacity .4s .1s;
}

.anim.seen {
    opacity: 1;
}

html, body {
    height: auto !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding-right: 110px;
    background-color: #000;
}

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

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

.entete {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
}

header.entete {
    z-index: 9999999 !important;
    transform: translate3d(0px, 0px, 0px);
}

header.entete+.imgparent {
    z-index: 0;
}

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

a.logoh {
    width: 300px;
}

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

.hidebig {
    display: none;
}

.entete nav, .entete .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.entete nav a, .entete .nav a {
    margin-left: 30px;
    font-size: 16px;
    text-decoration: none !important;
}

.entete nav a:hover, .entete .nav a:hover {
    text-decoration: underline !important;
}

aside.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #585858;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 10px 15px;
    z-index: 9999;
}

.sidebar img.sutton {
    display: block;
    width: 90px;
}

.sidebar a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
}

.sidebar .soc {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btnsoc {
    font-size: 26px;
    color: #fff !important;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .2s;
}

a.btnsoc:hover {
    color: #CA3234 !important;
}

.panel {
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.panel.banner {
    min-height: 100vh;
}

.panel.banner.nothome {
    min-height: 60vh;
}

.pagepanel {
    padding-bottom: 20px;
}

.panel.panelAutoH {
    min-height: 0;
}

.panel.flexPanel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel>* {
    position: relative;
    z-index: 4;
}

.imgparent {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.aboutPanel .imgparent {
    width: 50%;
}

img.panelbg, video.panelbg {
    display: block;
    width: 130%;
    height: 130%;
    position: fixed;
    left: 50%;
    top: calc(50% + 10vh);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.aboutPanel .imgparent img.panelbg {
    width: 115%;
    height: 115%;
    left: 25%;
    transform: translate(-50%, -50%);
    object-position: center;
}

.panel.banner img.panelbg {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    object-position: bottom;
    transform: translateX(-50%);
}

.panel.banner.nothome img.panelbg {
    height: 60vh;
    top: 0;
    bottom: auto;
}

.panel:nth-of-type(1) {
    z-index: 1000;
}

.panel:nth-of-type(2) {
    z-index: 900;
}

.panel:nth-of-type(3) {
    z-index: 800;
}

.panel:nth-of-type(4) {
    z-index: 700;
}

.panel:nth-of-type(5) {
    z-index: 600;
}

.panel:nth-of-type(6) {
    z-index: 500;
}

.panel:nth-of-type(7) {
    z-index: 400;
}

.panel:nth-of-type(9) {
    z-index: 300;
}

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

.introPanel p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 80px;
    font-weight: 400;
    padding-left: 150px;
}

.maison {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s;
}

ul:hover+.maison {
    opacity: 1;
    transform: scale(1);
}

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

.introPanel ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    margin-left: 150px;
}

.introPanel ul li {
    transition: all .4s;
}

.introPanel ul:hover li {
    color: #E2E2E2;
}

.introPanel ul:hover li:hover {
    color: #da8b2d;
    cursor: pointer;
    text-decoration: underline;
}

.introPanel ul li .maisoncontenu {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    opacity: 0;
    position: absolute;
    right: 0;
    line-height: 1.2;
    font-size: 16px;
    top: 0%;
    width: 40%;
    box-sizing: border-box;
    padding-top: 10%;
    z-index: 99;
    transition: all .4s 0s;
}

.introPanel ul li .maisoncontenu>div {
    padding: 0 20% 0;
}

.introPanel ul:hover li:hover .maisoncontenu {
    opacity: 1;
    transition: all .4s .3s;
}

.ctaPanel {
    background-color: #000;
}

.ctaPanel img.panelbg, video.panelbg {
    opacity: .5;
}

.ctaPanel h2, .aboutPanel h2, .panelVendues h2, .propPanel h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
}

.aboutPanel h2 {
    font-size: 60px;
    text-align: left;
}

.panelVendues h2 {
    font-size: 50px;
    margin-bottom: 50px;
}

.propPanel h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}

a.bouton {
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 24px;
    display: inline-block;
    font-weight: 300;
    transition: all .4s, opacity .4s .2s;
}

a.bouton:hover {
    padding-left: 20px;
    text-decoration: none !important;
    color: #da8b2d !important;
}

.aboutPanel {
    background-color: #CA3234;
    color: #fff;
}

.aboutPanel a.bouton:hover {
    color: #000 !important;
}

.aboutPanel .text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 80px;
    text-align: center;
}

.aboutPanel.notHome .text {
    position: relative;
}

.aboutPanel p {
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.propPanel {
    padding: 150px 0;
    padding-left: calc(50% - 620px);
}

a.propa {
    background-color: #3D3F3F;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}

img.propimg {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.rollprop {
    padding: 15px 15px 5px;
}

.rollprop p {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.propCarousel {
    margin-right: 25%;
}

.propCarouselContainer {
    position: relative;
}

.propCarouselContainer .bx-controls-direction a {
    font-size: 0;
    background-image: url("../images2/arrow.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-60px);
    width: 120px;
    height: 51px;
}

.propCarouselContainer .bx-controls-direction a+a {
    filter: invert(1);
    left: auto;
    right: 0px;
    transform: translateY(-50%) translateX(-60px) scaleX(-1);
}

.panelVendues {
    background-color: #676767;
    color: #fff;
    padding: 50px 0px 100px;
}

.vendues {
    width: 100%;
    position: relative;
    height: 400px;
}

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

footer {
    background-color: #fff;
    color: #000;
    padding: 2vh 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    min-height: 100vh;
    padding-right: 110px;
    box-sizing: border-box;
}

footer .agence {
    text-align: right;
    font-size: 10px;
    font-weight: 300;
}

footer .agence p {
    margin: 0;
    line-height: 2;
}

footer .agence a {
    color: #fff !important;
}

footer .entete {
    position: relative;
    margin-top: 2.5vh;
    padding-top: 2vh;
    padding-bottom: 0;
}

footer .nav a {
    color: #000 !important;
}

.footer_copy {
    text-align: left;
    color: #000;
    margin-top: 5vh;
    font-weight: 300;
    font-size: 13px;
    width: 55%;
    padding-top: 0;
}

.footer_copy a, p.quartiers a {
    color: #000 !important;
}

.footer_copy img {
}

footer .logos {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 5vh;
}

footer .logos img {
    display: block;
    max-width: 100%;
    max-height: 95px;
}

p.quartiers {
    margin-left: auto;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    max-width: 45%;
    font-weight: 300;
}

.finfo p {
    margin-top: 0;
}

footer > .wrap:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.finfo a {
    color: #000 !important;
}

.finfo {
    margin-right: 50px;
    margin-left: 0;
    font-size: 22px;
    font-weight: 300;
}

a.marquee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: hidden;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 85px;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
}

a.marquee p {
    margin-left: 60px;
    margin-top: 10vh;
    margin-bottom: 16vh;
}

a.marquee div.marquee-wrap {
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-110%);
    }
}

.househover {
    position: absolute;
    width: 85px;
    bottom: 10vh;
    left: 70vw;
    transform-origin: center;
    transform: scale(.85);
    transition: all .3s;
}

.househover img {
    display: block;
    width: 100%;
    transition: all .3s;
}

a:hover .househover {
    transform: scale(1);
}

.househover .plus {
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    display: block;
    bottom: -44px;
    right: -20px;
    line-height: 1;
    font-size: 120px;
    font-weight: 400;
    z-index: 8;
    transition: font-size .6s;
}

.househover .magnet {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250%;
    height: 250%;
    transform: translate(-50%, -50%);
}

.househover .magnet:hover + img, .househover:hover .magnet + img {
    transform: scale(1.3);
}

.househover .magnet:hover + img + .plus, .househover:hover .magnet + img + .plus {
    font-size: 100px;
}

.prop-bg h1.pageh1, .outils h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.menu-ico {
    display: none;
}

.header-sm {
    display: none;
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
    a.marquee {
        font-size: 60px;
    }
    .finfo {
        font-size: 18px;
    }
    footer .agence p {
        line-height: 1.2;
    }
    .footer_copy {
        margin-top: 2vh;
    }
}

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

@media screen and (max-width: 1280px) {
    .wrap {
        width: calc(100% - 20px);
    }
    .entete nav, .entete .nav {
        padding-right: 10px;
    }
    .aboutPanel .text, .aboutPanel.notHome .text {
        padding: 20px 50px;
    }
    .aboutPanel h2 {
        font-size: 40px;
    }
    .aboutPanel p {
        padding-left: 50px;
    }
    .propPanel {
        padding-left: 65px;
    }
    .rollprop p {
        font-size: 14px;
    }
    .finfo {
        margin-right: 40px;
    }
    .maison {
        top: 13%;
    }
    .introPanel ul li .maisoncontenu {
        font-size: 13px;
        padding-top: 18%;
    }
    .footer_copy {
        font-size: 12px;
        width: 65%;
    }
    .footer_copy img {
        width: 45px;
        padding-right: 5px;
    }
    footer .logos {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .footer_copy {
        width: 100%;
        text-align: center;
        order: 1000;
    }
    footer .logos {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    footer > .wrap:last-child {
        flex-wrap: wrap !important;
    }
    .maison {
        top: 15%;
    }
    .introPanel ul li .maisoncontenu {
        font-size: 16px;
        width: 55%;
    }
    .maison {
        width: 55%;
        top: 10%;
    }
    .wrapper_right_btns {
        display: none;
    }
    .wrap {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }
    .menu-ico {
        display: block;
        width: 36px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-top: 5px;
        cursor: pointer;
        transition: all .4s;
    }
    .menu-ico.open {
    }
    .menu-ico span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 1px;
        transition: all .4s;
    }
    .menu-ico.open span {
        background: #fff;
    }
    .entete .nav {
        display: none;
    }
    .sidebar>a {
        display: none;
    }
    .sidebar img.sutton {
        width: 75px;
        margin-bottom: 10px;
    }
    aside.sidebar {
        padding: 10px 8px;
    }
    body, footer {
        padding-right: 93px;
    }
    .ctaPanel h2 {
        font-size: 55px;
    }
    p.quartiers {
        display: none;
    }
    .panelVendues h2 {
        font-size: 40px;
    }
    a.marquee {
        font-size: 70px;
    }
    .hidebig {
        display: block;
    }
    header.entete nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 93px;
        box-sizing: border-box;
        background-color: #fff;
        padding-top: 80px;
        z-index: 9998;
    }
    header.entete nav a {
        display: block;
        text-align: center;
        font-size: 22px;
        margin: 15px 0;
    }
    .introPanel p {
        padding-left: 100px;
        font-size: 60px;
    }
    .introPanel ul {
        margin-left: 100px;
        font-size: 24px;
    }
    .aboutPanel h2 {
        font-size: 30px;
    }
    .aboutPanel p {
        padding-left: 0;
    }
    .propCarouselContainer .bx-controls-direction a {
        width: 80px;
        height: 34px;
    }
}

@media screen and (max-width: 850px) {
    .maison {
        top: 20%;
    }
    .introPanel ul li .maisoncontenu {
        font-size: 13px;
        padding-top: 27%;
    }
    .ctaPanel h2 {
        font-size: 48px;
    }
    .propPanel {
        padding-left: 40px;
    }
    .propCarouselContainer .bx-controls-direction a {
        transform: translateY(-50%) translateX(-35px);
    }
    .propCarouselContainer .bx-controls-direction a+a {
        transform: translateY(-50%) scaleX(-1);
    }
    a.propa {
        background-color: #fff;
        color: #000 !important;
    }
    .rollprop {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 750px) {
    .sidebar img.sutton {
        margin-bottom: 0;
    }
    a.logoh {
        width: 250px;
    }
    .sidebar img.sutton {
        width: 55px;
    }
    aside.sidebar {
        padding: 5px 0;
    }
    body, footer, header.entete nav {
        padding-right: 77px;
    }
    .introPanel p {
        padding-left: 20px;
        font-size: 40px;
    }
    .introPanel ul {
        margin-left: 20px;
        font-size: 18px;
    }
    .ctaPanel h2 {
        font-size: 40px;
    }
    .ctaPanel h2 br {
        display: none;
    }
    .panelVendues h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .aboutPanel {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutPanel .imgparent {
        height: auto !important;
        width: 100%;
        max-height: 400px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        clip: none;
        order: 1;
    }
    .aboutPanel .imgparent img.panelbg {
        display: block;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto !important;
        top: 0 !important;
        position: relative;
        transform: none;
        left: 0;
    }
    .aboutPanel .text, .aboutPanel.notHome .text {
        order: 2;
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
        padding: 20px;
    }
    .propCarouselContainer .bx-controls-direction a {
        top: 20%;
    }
    .propPanel {
        padding: 100px 0 100px 36px;
    }
    a.marquee {
        font-size: 34px;
    }
    .househover {
        left: auto;
        right: 30%;
        bottom: 4vh;
    }
    footer > .wrap:not(:first-child) {
        flex-wrap: wrap;
    }
    .finfo {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        font-size: 18px;
    }
    .finfo p {
        margin-bottom: 0;
    }
    .footer_copy {
        margin-top: 2vh;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
    }
    a.marquee p {
        margin-left: 40px;
        margin-top: 8vh;
        margin-bottom: 13vh;
    }
    a.btnside.btnfixedfiche {
        max-width: calc(100% - 77px);
    }
    body {
        padding-bottom: 0 !important;
    }
    footer {
        position: relative;
        padding-right: 0;
    }
    .panel.banner img.panelbg {
        bottom: 30vh;
        max-height: 80%;
    }
    .panel.banner {
        min-height: 70vh;
    }
    .maison {
        display: none;
    }
    .introPanel ul li {
        position: relative;
    }
    .introPanel ul li:before {
        content: "+ ";
        color: #da8b2d;
        position: absolute;
        top: 1px;
        left: -15px;
    }
    .introPanel ul li .maisoncontenu {
        padding-top: 0;
        aspect-ratio: auto;
        display: none;
        color: #000 !important;
        text-decoration: none !important;
        opacity: 1;
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        transition: none !important;
        font-size: 14px;
    }
    .introPanel ul li .maisoncontenu>div {
        padding: 0px 20px;
        text-decoration: none !important;
    }
    .introPanel ul:hover li:hover {
        text-decoration: none;
        color: #a2a2a2;
    }
    .introPanel ul:hover li {
        color: #a2a2a2;
    }
    .introPanel ul li.hover {
        color: #da8b2d;
    }
    footer .logos {
        width: 90%;
    }
    header.entete nav {
        height: auto;
    }
    aside.sidebar {
        display: none;
    }
    .header-sm {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        align-items: center;
        & img {
            width: 60px;
            display: block;
        }
    }
    body, footer, header.entete nav {
        padding-right: 0;
    }
    a.btnside.btnfixedfiche {
        max-width: 100%;
    }
    header.entete {
        background-color: #585858;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        & .soc {
            display: flex;
            gap: 20px;
            align-items: center;
        }
        & a.btnsoc {
            font-size: 20px;
            margin-left: 0;
            margin-right: 0;
        }
        & .menu-ico {
            margin-bottom: 0;
            margin-top: 0;
        }
        & .logoh {
            width: 175px;
            position: relative;
            &::after {
                content: "";
                background-image: url('/images2/logo.png');
                background-size: auto 100%;
                background-position: right 0;
                position: absolute;
                top: 0;
                left: 20%;
                width: 80%;
                height: 100%;
                filter: invert(1);
            }
        }
        & nav {
            padding-top: 0;
            position: absolute;
            bottom: 0;
            top: auto;
            translate: 0 100%;
        }
    }
}

@media screen and (max-width: 370px) {
    .btn_social {
        width: 17px;
        margin: 0px 1px;
    }
    header nav.soc span {
        font-size: 14px;
    }
    .slider img {
        width: 320% !important;
    }
    footer a.logo {
        width: 300px;
    }
    .header-sm {
        & img {
            width: 40px;
            display: block;
        }
    }
    header.entete {
        & .soc {
            gap: 10px;
        }
        & .logoh {
            width: 155px;
        }
    }
    .menu-ico {
        width: 30px;
    }
}

.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;
    max-width: 100%;
}

img.marq_vendu {
    max-width: 100% !important;
    height: auto !important;
}
