﻿

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*---------------- GLOBAL -----------------*/
/*---reset des styles du site de thibon--*/
/*------------------------------------------*/

:root {
    --anim-1: cubic-bezier(.47,.35,.98,.91);
    --col-dark-text: #606060;
}

.body_1237 {
    padding-top: 0;
    overflow-x: initial;
}

div, a, span {
    box-sizing: border-box;
}


.body_1237 .ldg-hero::before {
    background: rgba(0,0,0, 0.47);
}

#body {
    /*    font-family: 'calibri';
    margin: 0px;
    width: 100%;
    overflow-x: hidden;*/
}

/*---------------- FONTS -----------------*/

/*
h1 {
    text-align: left;
    font-size: 45px;
    line-height: 1.2;
    font-family: 'BrandBold';
    color: #ffffff;
}

    h1 span {
        margin: 0;
        padding: 0;
        font-size: 22px;
        display: block;
        font-family: 'BrandLight';
    }


        h1 span span {
            font-size: 18px;
            font-family: 'BrandLight';
            margin-top: 5px !important;
        }

h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 200;
    font-family: 'BrandReg';
    text-transform: uppercase;
}

    h2 span {
        font-weight: 400;
        margin-bottom: 0;
        color: #C18752;
        display: block;
    }



h3 {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'BrandBold';
    text-transform: uppercase;
}

    h3 span {
        color: #C18752;
        display:block;
    }*/
/*a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    color: #003235;
    text-align: left;
}
*/
/*---------------- Gestion du bloc Gauche/Droite -----------------*/
.ldg-flex {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ldg-flex-right {
    flex-direction: row-reverse;
}

.ldg-flex > div:first-child {
    width: calc(50% - 80px);
}

.ldg-flex > div:last-child {
    width: 50%;
}

.ldg-flex-left > div:first-child {
    margin-right: 80px;
}

.ldg-flex-right > div:first-child {
    margin-left: 80px;
}

/*---------------- BUTTONS -----------------*/
.ldg-btn {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 12px;
    border: 1px solid var(--col-hover);
    z-index: 0;
    min-width: 190px;
    text-align: center;
    font-weight: 500;
    transition: color 0.2s ease-in;
}

    .ldg-btn.ldg-gold {
        color: var(--col-white);
        background: var(--col-hover);
    }

    .ldg-btn.ldg-white {
        color: var(--col-hover);
        background: rgba(0,0,0,0);
    }

    .ldg-btn::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform-origin: center top;
        transform: scaleY(0);
        transition: transform 0.2s var(--anim-1);
    }

    .ldg-btn.ldg-gold::before {
        background: var(--col-main);
    }

    .ldg-btn.ldg-white::before {
        background: var(--col-main);
    }


    .ldg-btn.ldg-white:hover {
        color: var(--col-white);
    }

    .ldg-btn:hover::before {
        transform-origin: center bottom;
        transform: scaleY(1);
    }

@media screen and (max-width:1024px) {
    .ldg-btn.ldg-white:hover {
        color: var(--col-hover);
    }

    .ldg-btn:hover::before {
        transform-origin: center bottom;
        transform: scaleY(0);
    }
}
/*---------------- WRAPPER -----------------*/
.ldg-hero, .ldg-wrapper {
    position: relative;
}



/*@media screen and (max-width: 1760px) {
    .ldg-wrapper {
        margin: 0 60px;
    }
}*/

@media screen and (max-width: 980px) {
    /*   .ldg-wrapper {
        margin: 0 40px;
    }*/

    .Message.Message--erreur {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 50px;
        bottom: auto;
        justify-content: space-between;
    }
}


@media screen and (max-width: 680px) {

    .modal-content.modal-content-ld, .body_1237 .modal-dialog {
        width: 260px !important;
    }

    .ldg-footer-comp {
        flex-wrap: wrap;
        flex-direction: column;
    }

        .ldg-footer-comp .ldg-footer-adresse, .ldg-footer-comp .ldg-footer-adresse a, .ldg-footer-comp .ldg-footer-adresse p {
            text-align: center !important;
        }


    /*   .ldg-wrapper {
        margin: 0 20px;
    }*/

    .ct-img-doubleTxt img {
        display: none;
    }

    .col-txt-dbl p.ldg-medium {
        margin-right: 0px;
        text-align: center;
    }

    .body_1237 .col-txt {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .ldg-buttons-contact {
        margin: auto;
    }

    .ldg-text > *:not(:last-child), .ldg-flex div > *:not(:last-child) {
        text-align: center;
    }
}


/*---------------- HEADER -----------------*/
/*------------------------------------------*/
.ldg-header {
    /*z-index: 5;*/
    /*  height: 74px;*/
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0);
    transition: all ease-in-out .4s;
    box-shadow: initial;
}

/*    .ldg-header.header-scroll .logoBlanc {
        display: block;
    }


    .ldg-header.header-scroll .logo {
        display: none;
    }

*/



.ldg-header-contact {
    /*  position: absolute;
    top: 0;
    right: 0;*/
    background: var(--col-hover);
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: var(--col-white);
    text-transform: uppercase;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.2s ease;
}

    .ldg-header-contact span {
        display: block;
    }

.ldg-header .ldg-logo {
    position: absolute;
    left: 50%;
    transform-origin: top center;
    transition: all 0.2s var(--anim-1);
}

    .ldg-header .ldg-logo.ldg-big {
        position: absolute;
        top: 74px;
        width: 265px;
        transition: all 0.2s var(--anim-1);
        transform: translate3d(-50%,0px,0);
    }

.ldg-header.scroll .ldg-logo.ldg-big {
    transform: translate3d(-50%,-80px,0);
    opacity: 0;
}

.ldg-header .ldg-logo.ldg-small {
    position: absolute;
    top: 5px;
    width: 60px;
    transition: all 0.2s var(--anim-1);
    transform: translate3d(-50%,-80px,0);
}

.ldg-header.scroll .ldg-logo.ldg-small {
    top: 11px;
    transform: translate3d(-50%,0px,0);
    opacity: 1;
}

.ldg-header.scroll {
    height: 60px;
}

    .ldg-header.scroll::before {
        transform: translate3d(0,0px,0);
    }

    .ldg-header.scroll .ldg-header-contact {
        height: 60px;
    }



/*---------------- HERO -----------------*/
/*------------------------------------------*/






.ldg-hero img {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ldg-hero h1 span {
    position: relative;
    margin-top: 15px;
    line-height: 1;
    letter-spacing: 1px;
}



/*---------------- CONTENT -----------------*/
/*------------------------------------------*/
.ldg-content {
    display: flex;
    z-index: 4;
}

.ldg-left {
    /*background:blue;*/
    width: calc(100% - 480px - 70px);
    margin-right: 70px;
}


@media screen and (max-width: 1480px) {
    .ldg-left {
        width: calc(100% - 380px - 40px);
        margin-right: 40px;
    }
}


@media screen and (max-width: 980px) {

    .ldg-content {
        flex-direction: column-reverse;
    }

    .ldg-left {
        width: 100%;
        margin-right: 0;
        padding-top: 30px;
    }
}

/*---------------- les blocs -----------------*/

.ldg-bloc {
    position: relative;
    padding: 60px 0;
}

@media screen and (max-width: 980px) {
    .ldg-bloc {
        padding: 30px 0;
    }
}

.ldg-text > *:not(:last-child),
.ldg-flex div > *:not(:last-child) {
    margin-bottom: 30px;
}

.ldg-flex img {
    width: 100%;
    height: auto;
}

.ldg-text {
    max-width: 830px;
}

/*---------------- 2 boutons sur la même ligne -----------------*/
.ldg-buttons-contact {
    position: relative;
    display: flex;
    align-items: start;
    max-width: 390px;
}

    .ldg-buttons-contact .ldg-btn:first-child {
        margin-right: 10px;
    }


@media screen and (max-width: 1760px) {
    .ldg-flex .ldg-buttons-contact .ldg-btn {
        flex: 1;
        min-width: initial;
    }
}



@media screen and (max-width: 1280px) {
    .ldg-text > *:not(:last-child),
    .ldg-flex div > *:not(:last-child) {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 650px) {
    .ldg-buttons-contact {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

        .ldg-buttons-contact .ldg-btn {
            width: 100%;
        }

            .ldg-buttons-contact .ldg-btn:first-child {
                margin-bottom: 10px;
                margin-right: 0;
            }
}

/*---------------- cards -----------------*/


/*VERSION GRID*/

/*
.ldg-mosaic {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 30px;
}

.ldg-card {
    position: relative;
    margin: 10px;
    width: calc(50% - 20px);
    display: inline-block;
}

.ldg-card-big {
    float: right;
    width: calc(50% - 20px);
}
*/

.ldg-mosaic {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-rows: auto;
    grid-template-areas: "a big" "b big";
}

.ldg-card {
    position: relative;
}

    .ldg-card:nth-child(1) {
        grid-area: a;
    }

    .ldg-card:nth-child(2) {
        grid-area: b;
    }

.ldg-card-big {
    grid-area: big;
}

.ldg-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldg-card-text {
    position: absolute;
    bottom: 0;
    background: var(--col-white);
    /*min-height:88px;*/
    padding: 20px 40px;
    color: var(--col-dark);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06em;
    left: 60px;
    width: calc(100% - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .ldg-card-text span {
        display: block;
        font-weight: 500;
        color: var(--col-hover);
        text-transform: none;
        letter-spacing: 0;
    }

@media screen and (max-width: 1480px) {
    .ldg-card-text {
        left: 30px;
        width: calc(100% - 60px);
        padding: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .ldg-card-text {
        font-size: 12px;
        line-height: 20px;
        padding: 15px;
    }
}

@media screen and (max-width: 1150px) {
    .ldg-card-text {
        left: 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1080px) {
    .ldg-mosaic {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3,320px);
        grid-gap: 30px;
        grid-template-areas: "a" "b" "big";
    }
    /*    .ldg-mosaic {
        width: 100%;
        margin-left: 0;
        display: block;
    }*/

    /*    .ldg-card {
        width: 100%;
        height: 320px;
        margin: 0 0 30px 0;
    }

    .ldg-card-big {
        margin: 0px 0px 30px 0px;
    }*/
}

@media screen and (max-width: 980px) {
    .ldg-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        grid-template-rows: auto;
        grid-template-areas: "a big" "b big";
    }
}

@media screen and (max-width: 580px) {
    .ldg-mosaic {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3,320px);
        grid-gap: 30px;
        grid-template-areas: "a" "b" "big";
    }
}

/*---------------- les icones -----------------*/
.ldg-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
}

.ldg-bloc-icons {
    max-width: 745px;
    margin: 0 auto;
}

.ldg-icons-btn {
    margin-top: 45px;
    text-align: center;
}

.ldg-icon {
    display: inline-block;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    width: calc(25% - 20px);
}

    .ldg-icon::before {
        display: block;
        font-family: thibonFont;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }

@media screen and (max-width: 1280px) {
    .ldg-icon {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 980px) {
    .ldg-icon {
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 650px) {
    .ldg-icon {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .ldg-icon {
        width: calc(50% - 20px);
    }
}



/*---------------- FORM -----------------*/
/*------------------------------------------*/


.ldg-right {
    background-color: #ffffff !important;
    position: sticky;
    top: 70px;
    width: 480px;
    background: var(--col-white);
    margin-top: -300px;
    box-shadow: 0 3px 36px rgb(0 0 0 / 10%);
    padding: 30px;
    height: 100%;
    z-index: 10000000 !important;
}


    .ldg-right p, .soustitreformulaire {
        color: #606060;
    }





.Messages {
    top: 70px;
}
/*
    .ldg-right.is-sticky input, .ldg-right.is-sticky select, .ldg-right.is-sticky textarea {
        animation: 1s linear ldgBox;
    }*/

.ldg-right::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease;
    box-shadow: inset 0px 0px 0px 6px rgba(181,171,144,0);
    pointer-events: none;
}

.ldg-right.is-sticky::after {
    /*border: 4px solid var(--col-hover);*/
    /*animation: 1s linear ldgBox;*/
    box-shadow: inset 0px 0px 0px 6px #E79F10;
}




.ldg-right.is-static {
    transform: translate3d(0,-80px,0);
}
/*
    @keyframes ldgBox {
        0% {
            box-shadow: inset 0px 0px 0px 6px rgba(181,171,144,0);
        }

        50% {
            box-shadow: inset 0 0px 8px 0px rgba(138,128,101,1);
        }

        100% {
            box-shadow: inset 0px 0px 0px 6px rgba(181,171,144,0);
        }
    }*/

.ldg-right h3, .brochureTitre {
    /*    margin-bottom: 10px;
    letter-spacing: 0.04em;
    font-size: 22px;
    line-height: 1;
    color: #003235;
    text-align: left;
    font-family:'BrandReg';
    text-transform: uppercase;*/
}


.modalPopup .formulaire {
    margin-top: 20px;
}


div#soustitreformulaire {
    margin-bottom: 30px;
}


.formulaire {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .formulaire label {
        opacity: 1;
        top: 0;
        border: 10px;
    }

.formulaire-row.ct-dropdown::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 8px;
    background: url('fleche-bas.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    z-index: 99;
}

/*.formulaire select, .formulaire select option {
    color: var(--col-hover) !important;*/ /* reset style de thibon */
/*opacity: 1;
    font-weight: 400;
    -webkit-appearance: none;
}*/


.formulaire select, .formulaire select option {
    /* color: #000; */
    opacity: 1;
    font-weight: 400;
    -webkit-appearance: none;
    font-size: 13px;
}

.formulaire-row {
    height: 100%;
    margin-bottom: 10px;
    position: relative;
}

    /*.formulaire-checks input[type="checkbox"]:not(:checked) + label, .formulaire-checks input[type="checkbox"]:checked + label {
    width: 100%;
    font-size: 12px;
    color: #c18752;
}

.formulaire-checks input[type="checkbox"]:not(:checked) + label a, .formulaire-checks input[type="checkbox"]:checked + label a {
    color: #c18752;
}


    .formulaire-checks input[type="checkbox"]:not(:checked) + label::before, .formulaire-checks input[type="checkbox"]:checked + label::before {
        top: 4px;
        border: none;
        background: rgba(157,146,114, 0.16);
    }*/

    /*    .formulaire-checks input[type="checkbox"]:not(:checked) + label::after, .formulaire-checks input[type="checkbox"]:checked + label::after {
        top: 0px;
    }*/

    /*    .formulaire-checks input[type="checkbox"]:not(:checked) + label::after, .formulaire-checks input[type="checkbox"]:checked + label::after {
        content: "✔";
        background: none;
        font-size: 18px;
        color: var(--col-hover);
        top: 2px;
        left: 4px;
    }*/

    .formulaire input[type="text"]:focus ~ label,
    .formulaire input[type="text"].fill ~ label,
    .formulaire input[type="email"]:focus ~ label,
    .formulaire input[type="email"].fill ~ label,
    .formulaire input[type="tel"]:focus ~ label,
    .formulaire input[type="tel"].fill ~ label,
    .formulaire-row textarea label {
        top: -8px;
        opacity: 0;
    }


    .formulaire-row label:hover {
        opacity: 0.6;
    }

@media screen and (max-width:1024px) {
    .formulaire-row label:hover {
        opacity: 1;
    }
}





#ucContactLanding_cblTypeBien {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

    #ucContactLanding_cblTypeBien label {
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: var(--col-hover);
    }





.formulaire-NEWS {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #c18752;
}

.formulaire-RGPD {
    display: flex;
    font-size: 12px;
    color: #c18752;
}

    .formulaire-RGPD a {
        font-size: 12px;
        color: #c18752;
    }

.formulaire-SEND {
    display: flex;
}



input[type="checkbox"]:not(:checked) + label::before, input[type="checkbox"]:checked + label::before {
    border-radius: 50%;
    border: 1px solid var(--col-hover);
    height: 16px;
    width: 16px;
    min-width: 16px !important; /* fix crhome*/
    box-sizing: border-box;
    line-height: 16px;
}

/*input[type="checkbox"]:not(:checked) + label::after,
    input[type="checkbox"]:checked + label::after {
        content: '';
        height: 10px;
        width: 10px;*/
/*border:1px solid rgba(255,255,255,0);*/
/*border-radius: 50%;
        background: var(--col-hover);
        margin-top: initial;*/ /* reset style du site*/
/*top: 3px;
        left: 3px;
        line-height: 10px;
    }*/



/*

.formulaire-send {
    position: relative;
    background: white;
    text-align: center;
    z-index: 9;
    width: 180px;
    margin: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    left: 0px;
    cursor: pointer;
}*/

/*    .formulaire-send::before {
        content: '';
        position: absolute;
        left: 0;
        top: -20px;
        height: 30px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        width: 100%;
        z-index: 8;
        pointer-events: none;
    }*/

/*.formulaire-checks {
    margin-bottom: 40px;
}*/

.formulaire input[type="text"]:focus ~ label,
.formulaire input[type="text"].fill ~ label,
.formulaire input[type="email"]:focus ~ label,
.formulaire input[type="email"].fill ~ label,
.formulaire input[type="tel"]:focus ~ label,
.formulaire input[type="tel"].fill ~ label,
.formulaire textarea:focus ~ label,
.formulaire textarea.fill ~ label {
    opacity: 1;
    background: #fff;
    border-radius: 4px;
}

.formulaire-row textarea {
    border: none;
    min-height: 140px;
    padding: 10px;
}

.formulaire textarea:focus ~ label,
.formulaire textarea.fill ~ label {
    top:-10px;
    left: 12px;
}

.formulaire textarea:focus {
    border: none;
    outline: none;
}


.formulaire-row.formulaire-textarea {
    margin-top: 50px;
}
   .formulaire-row.formulaire-textarea label {
        top: -24px !important;
    }
.formulaire-checks input {
    background-color: aliceblue;
    border: none;
    border-radius: 20px !important;
}

.formCheck {
    display: flex;
}

@media screen and (max-width: 1480px) {
    .ldg-right {
        width: 380px;
        margin-top: 110px;
        padding: 30px;
    }

    s
    #ucContactLanding_cblTypeBien {
        flex-direction: column;
    }

    #ucContactLanding_cblTypeBien label:not(:last-child) {
        margin-bottom: 10px;
    }
}


/*---------------- FOOTER -----------------*/
/*------------------------------------------*/




.ldg-footer-adresse {
    margin-top: 60px;
}

    .ldg-footer-adresse a, .ldg-footer-adresse p {
        line-height: 20px;
    }


    .ldg-footer-adresse > *:not(:last-child) {
        margin-bottom: 3px;
    }

    .ldg-footer-adresse p, .ldg-footer-adresse a {
        display: block;
        text-align: center;
        font-weight: 400;
        color: black;
    }


p.ldg-location {
    font-weight: 500;
}

.ldg-footer-logo {
    width: 190px;
    height: auto;
}

.ldg-footer-title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
    color: black;
    font-weight: 500;
}

.ldg-footer-bottom {
    text-align: center;
    margin-top: 60px;
}

    .ldg-footer-bottom a, .ldg-footer-bottom p {
        font-weight: 300;
        font-style: italic;
        font-size: 12px;
        line-height: 24px;
        color: #232323;
        display: inline-block;
        transition: all 0.2s ease;
    }

        .ldg-footer-bottom a:hover {
            opacity: 0.6;
        }

@media screen and (max-width:1024px) {
    .ldg-footer-bottom a:hover {
        opacity: 1;
    }
}




.ct-img-doubleTxt {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
    width: 100%;
    height: auto;
    align-items: flex-start;
}

    .ct-img-doubleTxt img {
        width: 30%;
    }

.col-txt {
    padding-left: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 30%);
}

.col-txt-dbl {
    display: flex;
    margin: 50px 0px;
}


    .col-txt-dbl p.ldg-medium {
        margin-right: 20px;
    }


.ct-or {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    min-height: 470px;
}

    .ct-or img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }


    .ct-or .col-txt {
        position: absolute;
        top: 50%;
        z-index: 100;
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

    .ct-or h2, .ct-or h2 span, .ct-or p {
        color: #fff;
        text-align: center;
    }

.ldg-footer-comp {
    display: flex;
    justify-content: center;
}


    .ldg-footer-comp .ldg-footer-adresse {
        margin: 60px 20px 0px 20px;
        text-align: left;
    }

        .ldg-footer-comp .ldg-footer-adresse a, .ldg-footer-adresse p {
            text-align: left;
        }


.ct-or a.ldg-btn.ldg-gold {
    background: #fff;
    color: #9d9272;
    margin-top: 30px;
}



.modal-content.modal-content-ld {
    background-color: #fff;
    padding: 40px;
    width: 320px;
}

.body_1237 .modal-dialog {
    width: 320px;
    flex-direction: column;
    align-items: flex-end;
}

.body_1237 #close-modal {
    right: 0px;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}

    .body_1237 #close-modal:before {
        color: #fff;
        font-size: 1rem;
    }

.modal-h2 {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 32px;
    color: var(--col-hover);
    text-align: center;
    text-transform: uppercase;
}


.modal-content.modal-content-ld::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 2px #9d9272;
    position: absolute;
    top: 10px;
    left: 10px;
}


.modal .modal-content .modal-body {
    position: relative;
    text-align: center;
    padding: 0;
}

.modal-item {
    margin: 20px auto;
}

a.modal-tel {
    background-color: #9d9272;
    color: #ffffff;
    padding: 7px 15px;
    margin-top: 5px;
    font-weight: 100;
    transition: all 0.2s var(--anim-1);
}

    a.modal-tel:hover {
        background-color: #817554;
        transition: all 0.2s var(--anim-1);
    }

.modal-tire {
    font-weight: bold;
}


/*header
*/



.header-brochure {
    background-color: #c18752 !important;
}


a.header-contact, .header-brochure {
    padding: 10px 20px;
    background-color: #E79F10;
    display: flex;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
    top: 20px;
    position: absolute;
    right: 20px;
    transition:all ease 0.3s;
}
    a.header-contact:hover, .header-brochure:hover {
        background-color: #040405;
    }

    a.header-contact img, .header-brochure img {
        margin-right: 10px;
        max-width: 25px;
    }


a.header-contact {
    font-weight: 700;
    font-size: 14px;
}


/*.ct {
    margin: 60px auto 0px auto;
}*/
.colRight {
    width: 40%;
    overflow: hidden;
    box-sizing: border-box;
}


.colLeft {
    /*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width:50%;
    padding-left:70px;*/
}

.ct-center-V {
    background-color: #003235;
    padding: 90px 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .ct-center-V:before {
        content: '';
        background-image: url(https://residences.neosens-immobilier.com/landing/cotevillage/images/forme.svg);
        background-position: left;
        background-size: cover;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 500px;
        height: 100%;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .ct-center-V h2 {
        text-align: center;
    }


.flex-p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0px;
    /* max-width: 80%; */
    max-width: 660px;
    flex-wrap: wrap;
    z-index: 100;
}

.flex-p-child {
    max-width: 200px;
    margin: 10px 40px;
    text-align: center;
    min-width: 140px;
}

    .flex-p-child img.ldg-hero-image, .pictos-flex-child img.ldg-hero-image {
        width: 50px;
        height: 40px;
        margin-bottom: 10px;
        object-fit: contain;
    }


img.ldg-hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ct-doubleVert {
    display: flex;
}

.ct-doubleVert-right {
    padding: 50px;
    background-color: #003235;
    color: #fff;
    width: 60%;
    box-sizing: border-box;
    /* max-width: 560px; */
}




.ct-doubleVert-left {
    width: 40%;
}

    .ct-doubleVert-left img.ldg-hero-image {
        margin-bottom: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }


.pictos-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}


.pictos-flex-child {
    /* max-width: 150px; */
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 30px;
    /* min-width: 150px; */
}

    .pictos-flex-child p {
        color: #ffffff !important;
        margin-top: 10px;
        font-size: 12px;
    }

    .pictos-flex-child h3 {
        margin-bottom: 0px;
    }



/*.btn {
    display: block;
    background-color: #C18752;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'BrandBold';
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    z-index: 10;
}

        .btn:hover {
            background-color: #915f32;
        }
*/


.btn-double {
    display: flex;
}


    .btn-double .btn {
        margin-right: 10px;
        margin-top: 0px;
    }


.btn.btn-tel {
    display: flex;
    cursor: pointer;
}

    .btn.btn-tel:before {
        content: '';
        background-image: url(https://residences.neosens-immobilier.com/landing/cotevillage/images/brochure.svg);
        background-position: left;
        background-size: contain;
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .btn.btn-tel.btn-Blanc {
        background-color: transparent;
        border: solid 1px #ffffff;
    }

        .btn.btn-tel.btn-Blanc:hover {
            background-color: #C18752;
            border: solid 1px #C18752;
        }


/*footer*/
footer.ct-footer.ct {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}


footer p {
    text-align: center;
}


.logo-db {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px;
    flex-flow: wrap;
}

    .logo-db a {
        display: block;
        width: 100%;
        margin-top: 30px;
        font-weight: 700;
        font-family: 'Rubik';
    }

    .logo-db img {
        max-height: 90px;
        margin: 10px 20px;
    }

/*.mt {
    width: 710px;
    max-width: 80%;
    padding-bottom: 20px;
}*/

    .mt p {
        text-align: center;
        font-size: 11px;
        line-height: 1;
        margin-top: 20px;
    }



.btnContact {
    display: none !important;
}


span#ucBrochure_lkbtnFermer {
    font-size: 26px;
}


input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before {
    background: #f5ece3;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 17px;
    margin-top: -4px;
    border-radius: 15px;
    border: solid 1px lightgray;
}

input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

input[type=checkbox]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}

input[type="checkbox" i] {
    display: none;
}

input[type=checkbox]:not(:checked) + label:after, input[type=checkbox]:checked + label:after {
    color: #33383f;
    content: "";
    background: #E79F10;
    width: 16px;
    height: 16px;
    font-size: 14px;
    left: 0;
    line-height: 1.75;
    position: absolute;
    top: -1px;
    transition: all .2s ease 0s;
    margin-top: 0;
    border-radius: 15px;
}

.Messages {
    top: 70px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
}

.Message.Message--erreur {
    position: relative;
    bottom: 0;
    BACKGROUND-COLOR: #be2746;
    padding: 10px 30px;
    /* top: 10px; */
    color: #ffffff;
    /* text-transform: uppercase; */
    font-family: 'BrandBold';
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    z-index: 10000000000000000 !important;
}

span.Message-close {
    margin-left: 20px;
    font-size: 23px;
    display: block;
}


span.Message-content {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1880px) {

    .ct-doubleVert-left {
        width: 50%;
    }

    .ct-doubleVert-right {
        width: 50%;
    }
}

@media screen and (max-width: 1600px) {

    .ct-doubleVert {
        flex-direction: column;
    }

    .ct-doubleVert-left {
        width: 100%;
    }

    .ct-doubleVert-right {
        width: 100%;
    }
}


@media screen and (max-width: 995px) {




    .ldg-right {
        top: initial;
        width: 100%;
        position: static;
        padding: 40px;
    }


    .formulaire-send::before {
        display: none;
    }

    .formulaire-checks {
        margin-bottom: 60px;
        overflow: hidden;
    }

    /*  img.logo {
            width: 150px;
            top: 40px;
            position: absolute;
            left: 70px;
        }*/
}




@media screen and (max-width: 1600px) {
    .ldg-flex > div:first-child {
        width: calc(50% - 60px);
    }

    .ldg-flex-left > div:first-child {
        margin-right: 60px;
    }

    .ldg-flex-right > div:first-child {
        margin-left: 60px;
    }
}


@media screen and (max-width: 1280px) {

    h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .colRight, .colLeft {
        width: calc((100% / 2) - 20px);
        overflow: hidden;
        box-sizing: border-box;
    }

    /*    img.logo {
            width: 160px;
            top: 40px;
            position: absolute;
            left: 60px;
        }*/



    .ldg-flex {
        flex-direction: column-reverse;
    }

        .ldg-flex > div:first-child {
            width: 100%;
        }

    .ldg-flex-left > div:first-child {
        margin-right: 0px;
    }

    .ldg-flex-right > div:first-child {
        margin-left: 0px;
    }

    .ldg-flex > div:last-child {
        margin-bottom: 40px;
        width: 100%;
    }

        .ldg-flex > div:last-child img {
            max-height: 320px;
            object-fit: cover;
        }
}



@media screen and (max-width:1520px) {




    /* img.logo {
            width: 180px;
            top: 30px;
            position: absolute;
            left: 50px;
        }*/

    a.header-contact, .header-brochure {
        padding: 10px 18px;
        font-size: 11px;
    }
}

@media screen and (max-width:980px) {
    .ldg-hero h1 {
        /*  font-size: 28px;
            line-height: 36px;*/
    }


    /* img.logo {
            width: 130px;
            top: 40px;
            position: absolute;
            left: 60px;
        }*/

}

@media screen and (max-width:650px) {


    .btn-double {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .btn-double .btn {
            margin-right: 0px;
            width: auto;
            margin-bottom: 10px;
        }

    a.header-contact, .header-brochure {
        padding: 10px 12px;
    }
}

@media screen and (max-width:480px) {

    /* .top-info {
            flex-direction: row;
            position: fixed;
        }*/
}


@media screen and (max-width: 650px) {

    .closepopup {
        position: absolute;
        top: 0;
        right: 10px;
        color: #000;
    }


    .ldg-right {
        padding: 20px;
    }

        .ldg-right h3 {
            font-size: 22px;
            line-height: 28px;
        }

    .ct-Db-left.ct {
        flex-direction: column;
    }

    .colRight, .colLeft {
        width: 100%;
    }

    .colLeft {
        /*margin-top: 30px;*/
        padding: 100px 50px 50px 50px !important;
    }

    a.header-contact img, .header-brochure img {
        margin-right: 0px;
        width: 15px;
    }
    /*
        img.logo {
            width: 100px;
            top: 20px;
            position: absolute;
            left: 20px;
        }*/

    .ldg-hero h1 br {
        display: none;
    }

    .header-brochure.brochure-link span {
        display: none;
    }

    a.header-contact span {
        display: none;
    }
}

@media screen and (min-width:981px) and (max-height:960px) {

    .colRight img.ldg-hero-image {
        max-height: 520px;
    }
    .ldg-right form {
        max-height: 1000px;
        overflow-y: scroll;
        height: calc(100vh - 260px);
        padding-right: 20px;
        scrollbar-color: #1d1d1d #ffffff !important;
    }

    .ldg-form-subtitle {
        position: relative;
    }

        .ldg-form-subtitle::before {
            content: '';
            position: absolute;
            left: -5px;
            right: 0;
            bottom: -30px;
            height: 32px;
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            width: 100%;
            z-index: 8;
            pointer-events: none;
        }

    .formulaire {
        margin-top: 25px;
    }

    .ldg-right form::-webkit-scrollbar {
        width: 4px;
        border-radius: 4px;
        z-index: 9;
    }

    .ldg-right form::-webkit-scrollbar-thumb {
        background: rgba(138,128,101,0.75);
        border-radius: 4px;
    }

    .ldg-right form::-webkit-scrollbar-track {
        background: rgba(138,128,101,0.1);
        border-radius: 4px;
    }
}

@media screen and (max-width:385px) {
    #ucContactLanding_cblTypeBien {
        flex-direction: column;
    }
}






@media screen and (max-width: 980px) {
    .btnContact {
        display: block !important;
    }

    header {
        pointer-events: visible;
    }

    .ldg-header {
        height: 37px;
    }

        .ldg-header .ldg-logo.ldg-big {
            top: 140px;
            width: 180px;
        }

    .ldg-header-contact {
        padding: 0 30px;
    }
}

@media screen and (max-width: 650px) {

    .ct-center-V:before {
        width: 100%;
    }

    .pictos-flex-child {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
    }

        .pictos-flex-child p {
            text-align: center;
        }

    .ct-doubleVert-right h2 {
        text-align: center;
    }

    .ldg-header .ldg-logo.ldg-big {
        top: 10px;
        left: 20px;
        width: 60px;
        transform: translate3d(0%,0px,0);
    }

    .ldg-header.scroll .ldg-logo.ldg-big {
        transform: translate3d(0%,-80px,0);
    }

    .ldg-header .ldg-logo.ldg-small {
        top: 10px;
        left: 20px;
        width: 60px;
        transform: translate3d(0%,-80px,0);
    }

    .ldg-header.scroll .ldg-logo.ldg-small {
        transform: translate3d(0%,0px,0);
    }


    .ldg-header-contact span {
        font-size: 12px;
    }
}


@media screen and (min-width:981px) and (max-height:890px) {
    .ldg-header .ldg-logo.ldg-big {
        top: 100px;
        width: 180px;
    }

    .ldg-header-contact {
        height: 60px;
    }
}


@media screen and (min-width:651px) and (max-height:630px) {
    .ldg-header .ldg-logo.ldg-big {
        top: 10px;
        left: 20px;
        width: 60px;
        transform: translate3d(0%,0px,0);
    }

    .ldg-header.scroll .ldg-logo.ldg-big {
        transform: translate3d(0%,-80px,0);
    }

    .ldg-header .ldg-logo.ldg-small {
        top: 10px;
        left: 20px;
        width: 60px;
        transform: translate3d(0%,-80px,0);
    }

    .ldg-header.scroll .ldg-logo.ldg-small {
        transform: translate3d(0%,0px,0);
    }


    .ldg-header-contact span {
        font-size: 12px;
    }


    div#ucBrochure_udpPopup {
        top: 130px;
        transform: translate(-50%, 0px);
        max-height: 74vh;
        overflow: auto;
    }
}



.modalPopup {
    /* width: 100% !important;
    height: 100vh !important;
    position: fixed !important;*/
    background-color: rgba(0, 0, 0, 0.8);
    /*    top: 0 !important;
    left: 0 !important;*/
    padding: 0px;
    min-width: 100%;
    min-height: 100vh !important;
}



.closepopup {
    position: absolute;
    top: -30px;
    right: -20px;
    color: #fff;
    cursor: pointer;
}

.mt-mentions-legal-alto {
    display: none;
}

.Popup-closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #897652;
}

.brochureMobile {
    bottom: 0;
    z-index: 99999999999 !important;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    position: fixed !important;
}

