﻿@import url("https://use.typekit.net/hxz7sro.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');


/*---------------- GLOBAL -----------------*/
:root {
    --anim-1: cubic-bezier(.47,.35,.98,.91);
    --col-dark-text: #000000;
    --col-white: #ffffff;
    --color-main: #101626;
    --color-second: #C2B9A6;
}

div, a, span {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    margin: 0;
    overflow-x: clip;
}

.containerContenuBloc {
    margin-bottom: 160px;
}

h1 {
    font-family: "Minion Pro", sans-serif;
    text-transform: uppercase;
    color: var(--color-main);
    text-align: left;
    font-weight: 400;
    font-size: clamp(30px, 6vw, 70px);
    margin: 0;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
    letter-spacing: 12px;
}

.sousTitre {
    color: var(--color-main);
    font-size: 16px;
    font-family: "Outfit";
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: block;
}


h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-family: "Minion Pro", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--color-main);
    letter-spacing: 10px;
    position: relative;
    text-align: center;
}

    h2.big {
        font-size: clamp(27px, 4vw, 60px);
        font-family: "Minion Pro", sans-serif;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 300;
        margin-bottom: 0;
        color: var(--color-main);
        letter-spacing: 10px;
        text-align: center;
    }

    h2.gwigwi::before {
        content: "";
        height: 33px;
        width: 33px;
        background: url(images/picto.svg) no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    h2 span {
        color: var(--color-main);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 2px;
        display: block;
        font-family: "Outfit";
    }



a {
    display: inline-block;
    text-decoration: none;
}

p {
    font-family: "Outfit", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-main);
    text-align: center;
}

.errorControl {
    background-color: #Ff9999 !important;
    border: solid 1px Red !important;
}



/*---------------- WRAPPER -----------------*/
.ldg-hero, .ldg-wrapper {
    position: relative;
}

.ldg-wrapper {
    max-width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 1760px) {
    .ldg-wrapper {
        margin: 0 60px;
    }
}



/*---------------- HEADER -----------------*/
/*------------------------------------------*/
.ldg-header {
    z-index: 9;
    position: sticky;
    top: 0;
    width: 100%;
    top: 0;
    transition: height 0.2s var(--anim-1);
    box-shadow: initial;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

    .ldg-header.scroll {
        background-color: #fff;
    }

        .ldg-header.scroll .ldg-logo.ldg-big {
            width: 100px;
        }

    .ldg-header .ldg-logo {
        transition: all 0.2s var(--anim-1);
    }


        .ldg-header .ldg-logo.ldg-big {
            width: 200px;
            transition: all 0.2s var(--anim-1);
            align-items: center;
            transform-origin: center;
        }

        .ldg-header .ldg-logo.ldg-small {
            width: 90px;
            transition: all 0.2s var(--anim-1);
            transform: translate3d(-50%,-80px,0);
        }

    .ldg-header.scroll::before {
        transform: translate3d(0,0px,0);
    }


    .ldg-header .groupBtn {
        position: absolute;
        right: 5%;
        transform-origin: top center;
        transition: all 0.2s var(--anim-1);
        margin-top: 0;
        top: 0;
    }



@media screen and (max-width: 980px) {
    header {
        pointer-events: visible;
    }

    .ldg-header {
        height: 60px;
    }

        .ldg-header .btn-second {
            padding: 0 15px;
        }

    .ldg-header-contact {
        padding: 0 30px;
    }
}



/*---------------- HERO -----------------*/
/*------------------------------------------*/

.ldg-hero {
    width: 100%;
    z-index: 0;
    margin-bottom: 120px;
}

.bandeauSlider {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .bandeauSlider .swiper-container {
        height: 100%;
    }

    .bandeauSlider::before {
        z-index: 2;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0,0,0, 0.33);
    }

    .bandeauSlider .swiper-button-next,
    .bandeauSlider .swiper-button-prev {
        color: var(--col-white);
    }



.ldg-hero img {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldg-hero .text-slider {
    z-index: 2;
    position: absolute;
    left: 5%;
    bottom: 110px;
    max-width: 80%;
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 1760px) {
    .ldg-hero .text-slider {
        max-width: 60%;
    }

        .ldg-hero .text-slider h1 br {
            display: none;
        }
}


/*---------------- CONTENT -----------------*/
/*------------------------------------------*/
.ldg-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.faux-left {
    flex: 1 1;
}

.left {
    position: absolute;
    width: 100%;
}

.ldg-left {
    width: 63%;
    margin-left: 5%;
}


.btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
    margin: 20px auto;
    text-align: center;
    justify-content: center;
}

    .btns.decaleTop {
        margin-top: -30px;
    }

@media(max-width: 640px) {
    .btns {
        flex-direction: column;
    }
}

.btn {
    background: #171C33;
    color: var(--col-white);
    text-transform: uppercase;
    font-family: "Outfit";
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 12px 24px;
    font-weight: 600;
    width: max-content;
    margin-top: 30px;
}

.btnFormulaire {
    margin-top: 50px;
}

.btn.blanc {
    color: #fff;
    background-color: var(--color-second);
    border: none;
}

    .btn.blanc:hover {
        background: var(--color-main);
        color: #fff;
    }

.btn:hover {
    background: var(--color-second);
    color: #fff;
}

@media screen and (max-width: 980px) {
    .ldg-content {
        flex-direction: column-reverse;
    }

    .ldg-left {
        width: 100%;
        margin-right: 40px;
    }
}

.desc-courte {
    margin: 0 auto 70px;
    width: 80%;
    font: normal 15px/20px Arial;
    color: var(--color-main);
    text-align: center;
}

    .desc-courte strong {
        display: block;
        margin-bottom: 5px;
        font: bold 20px/28px "Lato";
    }


.bloc-fond {
    background: var(--color-fond);
    padding: 50px 50px 100px 50px;
}



@media(max-width: 1200px) {
    .titre span {
        font-size: 30px;
        line-height: 40px;
    }
}

.col2Img {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    margin: 65px auto;
}

@media (max-width: 1024px) {
    .col2Img {
        flex-direction: column;
    }

        .col2Img .img:last-child {
            margin-top: 20px;
        }
}

.col2Img .img {
    height: auto;
    width: 100%;
}

    .col2Img .img img {
        width: 100%;
    }

.btn-50 {
    margin: -26px auto 0;
    display: table;
}

    .btn-50 .btn:hover {
        background: var(--col-white);
    }


/*---------------- FORM -----------------*/
/*------------------------------------------*/
.ldg-right {
    position: sticky;
    top: 30vh;
    right: 5%;
    width: 25%;
    background: var(--color-main);
    box-shadow: 0 3px 36px rgba(0,0,0,0.1);
    padding: 30px 50px;
    height: max-content;
    min-height: 820px;
}

.Messages {
    top: 70px;
}

.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(133,117,78,0);
    pointer-events: none;
}

.ldg-right.is-sticky::after {
    box-shadow: inset 0px 0px 0px 6px rgba(133,117,78,1);
}

.ldg-right.is-static {
    transform: translate3d(0,-120px,0);
}


.ldg-right h3,
.ldg-form-title {
    margin-bottom: 10px;
    font-family: "Minion pro";
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: clamp(22px, 4vw, 27px);
}

.ldg-form-subtitle {
    line-height: 1.2;
    font-size: 18px;
    font-family: "Minion pro";
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
}

.formulaire {
    margin-top: 45px;
    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-row {
    height: 100%;
    margin-bottom: 15px;
}

.formulaire-checks input[type="checkbox"]:not(:checked) + label, .formulaire-checks input[type="checkbox"]:checked + label {
    width: 100%;
}

    .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: 7px;
    }

    .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;
    }
}


.formulaire input[type="text"]:focus, .formulaire input[type="email"]:focus, .formulaire input[type="tel"]:focus {
    border: 0px solid #bbbbbb;
}

#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 input[type="text"], .formulaire input[type="tel"], .formulaire input[type="email"], .formulaire textarea, .formulaire select {
    border-bottom: none;
    background: rgba(157,146,114, 0.16);
    border-radius: 6px;
    padding: 0 10px;
}

input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 6px;
    display: inline-block;
    box-sizing: border-box;
    /*width: 100px;*/
    vertical-align: top;
}

    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 input[type="text"] ~ label,
.formulaire input[type="tel"] ~ label,
.formulaire input[type="email"] ~ label,
.formulaire-textarea label {
    top: 9px;
    left: 13px;
    color: var(--col-hover);
}


.formulaire-send {
    position: absolute;
    bottom: 20px;
    background: white;
    text-align: center;
    z-index: 9;
    width: calc(100% - 40px);
    margin-left: 20px;
    height: auto;
    margin-top: 20px;
    padding: 20px 0 20px 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: 80px;
}

.formulaire-row textarea {
    border: none;
    min-height: 140px;
    padding: 10px;
}

.formulaire textarea:focus ~ label,
.formulaire textarea.fill ~ label {
    /*top:-8px;*/
    left: 12px;
}

.formulaire textarea:focus {
    border: none;
    outline: none;
}

@media screen and (max-width: 1480px) {
    .ldg-right {
        width: 40%;
        padding: 30px;
    }


    #ucContactLanding_cblTypeBien {
        flex-direction: column;
    }

        #ucContactLanding_cblTypeBien label:not(:last-child) {
            margin-bottom: 10px;
        }
}


@media screen and (max-width: 1075px) {

    .ldg-right {
        padding: 40px;
    }


    .formulaire-send {
        position: relative;
        bottom: initial;
        left: initial;
        background: white;
        text-align: center;
        height: auto;
        padding: 0;
    }

        .formulaire-send::before {
            display: none;
        }

    .formulaire-checks {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 650px) {

    .ldg-right {
        padding: 20px;
    }

        .ldg-right h3 {
            font-size: 22px;
            line-height: 28px;
        }
}


@media screen and (min-width:981px) and (max-height:960px) {


    .ldg-right form,
    .ldg-right .form {
        max-height: 1000px;
        overflow-y: scroll;
        padding-right: 20px;
    }

    .formulaire {
        margin-top: 25px;
    }

    .ldg-right form::-webkit-scrollbar,
    .ldg-right .form::-webkit-scrollbar {
        width: 4px;
        border-radius: 4px;
        z-index: 9;
    }

    .ldg-right form::-webkit-scrollbar-thumb,
    .ldg-right .form::-webkit-scrollbar-thumb {
        background: rgba(42,34,33,0.75);
        border-radius: 4px;
    }

    .ldg-right form::-webkit-scrollbar-track,
    .ldg-right .form::-webkit-scrollbar-track {
        background: rgba(42,34,33,0.1);
        border-radius: 4px;
    }
}

@media screen and (max-width:385px) {
    #ucContactLanding_cblTypeBien {
        flex-direction: column;
    }
}

select, input {
    border-radius: 0 !important;
    border-bottom: solid 1px #fff !important;
}

.mauticform_wrapper {
    max-width: 600px;
    margin: 10px auto;
}

.mauticform-innerform {
}

.mauticform-post-success {
}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
}

.mauticform-row {
    display: block;
    margin-bottom: 8px;
}

.mauticform-label {
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px;
    text-align: left !important;
}

.mauticform-input, .mauticform-textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    box-sizing: border-box;
    background: var(--color-main);
    color: #fff !important;
    font: 300 15px/18px "Outfit";
}

.mauticform-select {
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 8px;
    box-sizing: border-box;
    background: var(--color-main);
    color: var(--color-main);
    font: 300 15px/18px "Outfit";
    position: relative;
}

    .mauticform-select:after {
        display: inline-block;
        height: 0;
        width: 0;
        border-top: 7px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        pointer-events: none;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        content: '';
    }

.mauticform-selectbox {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    padding: 12px 0;
    color: #fff;
    font: 300 15px/18px "Outfit";
}

    .mauticform-selectbox option {
        color: var(--color-main);
    }

.mauticform-field-8 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.mauticform-input::placeholder {
    /*color: #A7785D !important;*/
    opacity: 1 !important;
}

.mauticform-checkboxgrp-row {
}

.mauticform-checkboxgrp-label {
    font-weight: normal;
}

.mauticform-checkboxgrp-checkbox {
}

.mauticform-radiogrp-row {
}

.mauticform-radiogrp-radio:checked,
.mauticform-checkboxgrp-checkbox:checked,
.mauticform-radiogrp input:checked,
.ctCheckBox input:checked,
#rblinfoPlaquette input:checked,
#rblrgpdPlaquette input:checked {
    background: #A7785D;
}

.mauticform-radiogrp-label,
#mauticform_checkboxgrp_label_rgpd_10,
#mauticform_checkboxgrp_label_rgpd_01,
#mauticform_checkboxgrp_label_souhaitezvous_etre_inform_10,
#mauticform_checkboxgrp_label_souhaitezvous_etre_inform_01,
#rblinfo label,
.ctCheckBox label,
#rblinfoPlaquette label,
#rblrgpdPlaquette label {
    font-weight: normal;
    text-transform: uppercase;
    font: 500 15px/22px "Lato";
    color: #A7785D !important;
}

.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
}

.mauticform-radiogrp-radio,
.mauticform-checkboxgrp-checkbox,
.mauticform-radiogrp input,
.ctCheckBox input,
#rblinfoPlaquette input,
#rblrgpdPlaquette input {
    background: var(--color-fond-50);
    border: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -4px;
}

.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #5d6c7c;
    background-color: #ffffff;
    border-color: #dddddd;
}

/*.mauticform-field-12 {
    text-align: center;
}*/

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 25px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--color-main);
    color: var(--col-white);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;
    margin-top: 40px;
}

    .mauticform-button-wrapper .mauticform-button:hover {
        background: var(--color-fond-50);
        color: var(--color-main);
    }


    .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
        background-color: #ffffff;
        border-color: #dddddd;
        opacity: 0.75;
        cursor: not-allowed;
    }

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}

.txtRGPD {
    font: 400 10px/14px "Outfit";
    color: #fff;
}

.mauticform-label.txtRGPD {
    font: 400 10px/14px "Outfit";
    text-align: left;
    color: #fff;
    opacity: 1;
}

.mauticform-label {
    font: 400 10px/14px "Outfit";
    text-align: left;
    color: #fff;
}


/*--  FOOTER ---*/
.mentions {
    text-align: right;
    font-size: 13px;
    line-height: 1;
    font-family: "Minion Pro";
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    color: var(--color-main);
    letter-spacing: 1px;
}

    .mentions p {
        text-align: center;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

        .mentions p a {
            font-size: 13px;
            line-height: 20px;
            color: #fff;
            font-family: "Outfit";
            font-weight: 300;
            transition: all 0.2s ease-in-out;
        }

            .mentions p a:hover {
                color: var(--color-second);
            }

    .mentions span {
        cursor: pointer;
    }

.crosslink {
    font-family: "Outfit";
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

    .crosslink a {
        color: #fff;
        position: relative;
    }

        .crosslink a:before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 1px;
            background: #fff;
            opacity: 0;
            transition: all 0.2s ease-in-out;
            content: '';
        }

        .crosslink a:hover:before {
            width: 100%;
            opacity: 1;
        }


.mentionsReseaux {
    margin: 100px auto 50px;
    text-align: center;
}

    .mentionsReseaux .adresse-footer img {
        width: 200px;
        display: table;
        margin: 0 auto 40px;
    }

    .mentionsReseaux .adresse-footer {
        margin-bottom: 40px;
        color: var(--color-main);
        font-size: 22px;
        font-weight: 500;
    }

        .mentionsReseaux .adresse-footer span a {
            color: var(--color-main);
        }


.mentions-label {
    color: var(--color-main);
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 26px;
}

    .mentions-label strong {
        font-weight: bold;
        font-size: 22px;
    }

    .mentions-label a {
        color: #A7785D;
    }

.mentionsReseaux a img {
    transition: all 0.2s ease-in-out;
}

.mentionsReseaux a:hover img {
    opacity: 0.6;
}


/*-----MODAL-----*/

.modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1050;*/
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: all .3s ease-out;
}

    .modal .modal-content {
        position: relative;
        background-clip: padding-box;
        outline: 0;
        width: 80vw;
        max-height: 90vh;
        overflow: hidden;
        overflow-y: auto;
    }

        .modal .modal-content .modal-body {
            position: relative;
            padding: 0;
        }

    .modal.fade {
        visibility: hidden !important;
        opacity: 0;
        transition: opacity .15s linear;
    }

        .modal.fade .modal-dialog {
            transform: translate(25%, 0);
        }

    .modal.in {
        visibility: visible !important;
        opacity: 1;
        z-index: 5000;
    }

        .modal.in .modal-dialog {
            transform: translate(0, 0);
        }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    transition: transform .3s ease-out;
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .modal-dialog .close-modal {
        position: absolute;
        color: var(--color-main);
        right: -20px;
        top: -30px;
        z-index: 1050;
        line-height: 25px;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

        .modal-dialog .close-modal img {
            width: 100%;
        }

        .modal-dialog .close-modal:before {
            font-size: 25px;
            color: #FFFFFF;
        }

    .modal-dialog .gallery-content-arrow {
        color: #FFFFFF;
        position: absolute;
        width: 100vw;
        height: 70px;
        left: 50%;
        top: 50%;
        z-index: 1050;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
    }





@media screen and (max-width: 960px) {
    .modal-dialog .gallery-content-arrow {
        bottom: 0rem;
        top: unset;
    }
}

.modal-dialog .gallery-content-arrow #galleryPrev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 50px;
    cursor: pointer;
    z-index: 1050;
    line-height: 70px;
}

    .modal-dialog .gallery-content-arrow #galleryPrev:before {
        font-size: 40px;
    }


.modal-dialog {
    flex-direction: row;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background-color: rgba(43,42,35,.9);
    visibility: visible;
}

    .modal-backdrop.fade {
        transition: opacity .15s linear;
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: 1
    }

.modal-dialog .gallery-content-arrow #galleryNext {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 50px;
    cursor: pointer;
    font-size: 40px;
    line-height: 70px;
}

    .modal-dialog .gallery-content-arrow #galleryNext:before {
        font-size: 40px;
    }

.overflow-hidden {
    overflow: hidden;
}

.modal-content.modal-content-ld {
    background-color: #fff;
    padding: 40px;
    width: 500px;
    max-width: 90%;
}

.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);
    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;
}

.logo-edifim {
    width: 160px;
    margin: 0 auto;
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

    .logo-edifim img {
        width: 100%;
    }

@media(max-width: 640px) {

    .logo-edifim {
        width: 130px;
    }
}

/************ Style des bannières de messages erreur ou confirm *************/
.banniereMessageInterface {
    padding: 20px 0;
    background: #b3face;
    text-align: center;
    font-size: 15px;
    color: #0b980a;
    font-weight: bold;
    position: fixed;
    min-height: 10px;
    width: 100%;
    display: block;
    z-index: 99999999;
    top: -100px;
    left: 0;
    right: 0;
}



    .banniereMessageInterface.error {
        background: #fcb8b8;
        color: #cf3232;
    }

        .banniereMessageInterface.error #fermerMessagesInterface {
            background: url(https://www.roc-promotion.fr/campagnes/landings/oct-23/images/closeMessagesInterfaceErreur.png)no-repeat center center;
            display: inline-block;
            width: 30px;
            height: 60px;
            vertical-align: middle;
            cursor: pointer;
            float: right;
            margin-right: 10px;
            margin-left: 10px;
        }

    .banniereMessageInterface #fermerMessagesInterface {
        background: url(https://www.roc-promotion.fr/campagnes/landings/oct-23/images/closeMessagesInterface.png)no-repeat center center;
        display: inline-block;
        width: 30px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        float: right;
        margin-right: 10px;
        margin-left: 10px;
    }

.ctTxtMessageInterface {
    line-height: 18px;
}


/*// MESSAGE*/

.Messages {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    pointer-events: none;
}

.Message {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 850px;
    margin: 10px auto;
    padding: 15px 40px 15px 15px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #000000;
    font-weight: bold;
    font-family: Arial;
    line-height: 17px;
    pointer-events: auto;
    animation: message 0.5s ease-out;
}

    .Message:before {
        margin-right: 15px;
        font-family: 'boonIco';
        font-size: 28px;
        font-weight: lighter;
    }

.Message-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-decoration: none;
    line-height: 0.6;
    cursor: pointer;
    user-select: none;
    transition: 0.2s all ease-out;
}

    .Message-close:hover {
        opacity: 0.5;
    }

.Message--info {
    background: #000;
    color: #ffffff;
}

    .Message--info:before {
        /*content: "\ea5a";
        font-family: 'boonIco';*/
        font-size: 23px;
        width: 28px;
        text-align: center;
    }

.Message--succes {
    background: #2ed573;
    color: #ffffff;
}

    .Message--succes:before {
        /*content: "\e97c";
        font-family: 'boonIco';*/
    }

.Message--alerte {
    background: #f9a94c;
    color: #ffffff;
}

    .Message--alerte:before {
        /*content: "\e9a5";
        font-family: 'boonIco';*/
    }

.Message--erreur {
    background: #fe4040;
    color: #ffffff;
}

    .Message--erreur:before {
        /*content: "\e988";
        font-family: 'boonIco';*/
    }

@keyframes message {
    0% {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/*SECTION IMG + TXT*/
.conteneurImgTxt, .conteneurTxtImg {
    display: flex;
    margin: 140px 0;
    align-items: center;
    column-gap: 160px;
}

@media screen and (max-width: 1760px) {
    .conteneurImgTxt, .conteneurTxtImg {
        column-gap: 80px;
    }

    .ldg-right {
        padding: 30px 40px;
    }
}

.conteneurImgTxt .conteneurImg {
    width: 60%;
    margin-left: -10%;
}

.conteneurImgTxt .conteneurTxt {
    width: 40%;
}

.conteneurTxtImg .conteneurImg {
    width: 55%;
}

.conteneurTxtImg .conteneurTxt {
    width: 45%;
}

.conteneurImgTxt .conteneurImg, .conteneurTxtImg .conteneurImg {
    z-index: 2;
}

    .conteneurImgTxt .conteneurImg img {
    }

.conteneurImgTxt .conteneurTxt * {
    text-align: left;
}

.conteneurImgTxt .conteneurTxt .groupBtn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.conteneurImg {
    height: 50vh;
}

    .conteneurImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


@media screen and (max-width: 1350px) {
    .conteneurImgTxt {
        flex-wrap: wrap;
    }

        .conteneurImgTxt .conteneurImg {
            z-index: 2;
            width: 100%;
        }
}


@media screen and (max-width: 1340px) {
    .ldg-header .ldg-logo.ldg-big {
        left: 15%;
    }
}



@media screen and (max-width: 700px) {
    .ldg-header .ldg-logo.ldg-big {
        width: 150px;
    }

    .ldg-header.scroll .ldg-logo.ldg-small {
        left: 50%;
        transform: translateX(-50%);
    }

    .ldg-header .btn {
        display: none;
    }

    .ldg-hero {
        width: 100%;
        height: 80vh;
        z-index: 0;
        min-height: 600px;
    }
}




/***POP UP BROCHRUE*****/
#mdpBrochure_backgroundElement {
    background: black;
    opacity: 0.5;
}

.modalPopup {
    background-color: #fff;
    padding: 40px;
    width: 500px;
    max-width: 90%;
}



    .modalPopup .ldg-form {
        position: relative;
        text-align: center;
        padding: 0;
    }

    .modalPopup .closepopup {
        position: absolute;
        right: -20px;
        top: -30px;
        z-index: 1050;
        line-height: 25px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        font-family: 'Lato';
        font-size: 35px;
    }

#titre-formulaire {
    margin-bottom: 30px;
    font: normal 35px / 40px 'Lato';
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #A7785D;
}


.modalPopup .Form-field {
    display: block;
    margin-bottom: 8px;
}

    .modalPopup .Form-field input {
        width: 100%;
        padding: 10px 20px;
        border: none;
        box-shadow: 0px 0px 0px #fff inset;
        border-radius: 8px;
        box-sizing: border-box;
        background: #F7F2F0;
        color: #a6785e;
        font: normal 15px / 15px 'Lato';
    }




.Form-field.checkField {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

    .Form-field.checkField input {
        width: 15px;
        flex: none;
    }

    .Form-field.checkField label {
        color: #a6785e;
        text-align: left;
        margin: 0;
    }

        .Form-field.checkField label a {
            color: #a6785e;
        }


    .Form-field.checkField input[type="checkbox"] {
        width: 15px;
        height: 15px;
        accent-color: #A7785D; /* pour la couleur du check si pris en charge */
        flex: none;
    }

.ReCaptcha-notice {
    color: #fff;
    font-size: 12px;
}

    .ReCaptcha-notice a {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
    }

.modalPopup .Form-actions {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}



/*// ------- LANDING VALLAT AJOUTS*/

.ct {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bgBleu {
    background-color: var(--color-main);
}

footer {
    margin-top: 120px;
    padding: 120px 0 30px 0;
}

@media(max-width: 960px) {
    footer {
        padding-top: 0;
    }
}

footer * {
    color: var(--color-main);
}

footer .ct {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

    footer .ct .logo img {
        max-width: 530px;
    }


footer .colonne {
    display: flex;
    justify-content: space-between;
    margin-left: 90px;
    width: 100%;
    margin-top: 50px;
    align-items: flex-end;
}

@media(max-width: 960px) {
    footer .colonne {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
        text-align: left;
    }
}

footer .colonne .adresse, footer .colonne .mentions {
    width: 50%;
}

@media(max-width: 960px) {
    footer .colonne .adresse, footer .colonne .mentions {
        width: 100%;
        text-align: left;
    }
}

footer .colonne .adresse * {
    text-align: left;
    text-transform: uppercase;
    font-family: "Minion Pro";
    font-size: 15px;
    letter-spacing: 5px;
    color: var(--color-main);
}

footer .colonne .sousTitre {
    margin-bottom: 10px;
}

.logoFooter {
    position: relative;
    max-width: 180px;
}

.colLogo {
    position: relative;
}

    .colLogo:before {
        content: "";
        height: 33px;
        width: 33px;
        background: url(images/picto.svg) no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        top: -60px;
    }

.ctMap {
    display: flex;
    /*height: 65vh;*/
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 820px;
}

    .ctMap .ldg-right {
        position: unset;
        top: auto;
        right: auto;
        margin-top: 0;
        height: 100%;
    }

    .ctMap .map {
        width: 75%;
    }

    .ctMap .contentTxt {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 120px;
    }

        .ctMap .contentTxt h2 {
            margin-top: 0;
        }

        .ctMap .contentTxt * {
            color: #fff;
        }

    .ctMap .map iframe {
        height: 100%;
        width: 100%;
    }



input::placeholder, ::placeholder, input, input * {
    color: #fff !important;
}

.photoFull {
    height: 100vh;
    width: 100%;
}

    .photoFull img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.intro {
    text-align: center;
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
}

    .intro p {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .intro .anglais {
        font-style: italic;
        margin-top: 100px;
    }

        .intro .anglais .titre {
            text-transform: uppercase;
            display: block;
            letter-spacing: 2px;
            font-family: "Minion Pro";
        }


.quote {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.doublettePhotos {
    display: flex;
    column-gap: 120px;
    align-items: flex-end;
}

    .doublettePhotos .photo1 {
        height: 75vh;
        width: calc(50% - 60px);
    }

    .doublettePhotos .photo2 {
        height: 60vh;
        width: calc(35% - 60px);
    }

        .doublettePhotos .photo1 img, .doublettePhotos .photo2 img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }


@media screen and (max-width: 1760px) {

    .ctMap .contentTxt {
        padding: 50px;
    }

    .intro {
        max-width: 75%;
    }

    .ldg-left {
        margin-left: 0;
    }

    .quote {
        max-width: 100%;
    }

    .doublettePhotos {
        column-gap: 90px;
    }

        .doublettePhotos .photo1 {
            width: calc(50% - 45px);
        }

        .doublettePhotos .photo2 {
            width: calc(35% - 45px);
        }

    .ldg-right {
        width: 30%;
        right: 3%;
        min-height: 740px;
    }

    .ctMap {
        max-width: 100%;
        height: 600px;
    }
}

@media screen and (max-width: 1540px) {

    .intro {
        max-width: 95%;
    }

        .intro .anglais {
            margin-top: 70px;
        }

    .photoFull {
        height: 80vh;
    }

    .doublettePhotos {
        column-gap: 60px;
    }

        .doublettePhotos .photo1 {
            width: 50%;
            height: 65vh;
        }

        .doublettePhotos .photo2 {
            width: 50%;
            height: 55vh;
        }

    .conteneurTxtImg {
        flex-direction: column-reverse !important;
    }

    .conteneurImgTxt .conteneurImg {
        margin-left: 0;
        width: 100%;
    }

    .conteneurImgTxt .conteneurTxt, .conteneurTxtImg .conteneurTxt, .conteneurTxtImg .conteneurImg {
        width: 100%;
        margin-bottom: 20px;
    }

    .conteneurTxtImg {
        flex-flow: wrap;
    }

    .ctMap .map {
        width: 65%;
    }

    .ctMap .ldg-right {
        width: 35%;
    }

    .ldg-content {
        column-gap: 80px;
    }

    .ldg-left {
        width: 60%;
    }
}

@media screen and (max-width: 1150px) {

    .ldg-content {
        column-gap: 0;
        flex-direction: column-reverse;
        box-sizing: border-box;
        width: calc(100% - 120px);
    }

    .faux-left {
        display: none;
    }

    .left {
        position: relative;
    }

    .ldg-hero .text-slider {
        bottom: 70px;
    }

    .ldg-right {
        margin-top: -55px;
    }

    .conteneurImgTxt, .conteneurTxtImg {
        margin: 90px 0;
    }

    .ldg-right h3, .ldg-form-title {
        margin-top: 0;
    }

    .ldg-form-subtitle {
        margin-bottom: 20px;
    }

    .ReCaptcha-notice *, .ReCaptcha-notice, .ReCaptcha-notice a {
        font-size: 10px;
    }

    .btnFormulaire {
        margin-top: 20px;
    }

    .groupBtn .btn.blanc {
        display: none;
    }

    .ldg-form.ldg-right {
        width: 100%;
        margin-top: -180px;
        position: relative;
        min-height: max-content;
        top: 0;
        right: auto;
        margin-bottom: 80px;
    }

    .ctMap .map {
        width: 100%;
    }

    .ctMap .ldg-right {
        display: block !important;
        width: 50%;
    }

    h1 {
        margin-top: 110px;
    }

    .ldg-left {
        width: 100%;
    }

    .containerContenuBloc {
        margin-bottom: 90px;
    }

    .doublettePhotos .photo2 {
        width: 35%;
    }

    .doublettePhotos .photo1 {
        width: 65%;
        height: 82vh;
    }
}

@media screen and (max-width: 980px) {
    .ldg-content {
        margin: 0 40px;
        width: calc(100% - 80px);
    }
}


@media screen and (max-width:960px) {
    .ldg-right {
        top: initial;
        width: 100%;
        position: static;
        margin-top: 30px;
    }

    .ldg-left {
        width: 100%;
    }

    .ldg-hero .text-slider {
        max-width: 85%;
        width: 100%;
    }

    .doublettePhotos .photo1 {
        height: 63vh;
    }

    .ctMap {
        flex-direction: column;
    }

        .ctMap .map {
            height: 50vh;
        }

        .ctMap .map, .ctMap .ldg-right {
            width: 100%;
        }
}


@media screen and (max-width: 680px) {
    .ldg-content {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
}


@media screen and (max-width:640px) {
    .sousTitre {
        font-size: 13px;
    }

    .ldg-hero .text-slider {
        bottom: 40px;
    }

    h2, h3, p, .btn, .conteneurTxt span, .contentTxt span {
        text-align: center;
        text-align-last: center;
    }

    .btn {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-top: 30px;
        font-size: 14px;
    }

    footer .ct {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .colonne {
        width: 100%;
    }

        footer .colonne .sousTitre, footer .colonne * {
            text-align: center;
            display: block;
        }

    .colLogo {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }


    h1 {
        margin-top: 60px;
    }

    h2 {
        letter-spacing: 7px;
    }

    .photoFull {
        height: 60vh;
    }

    .ldg-hero {
        margin-bottom: 70px;
    }

    .intro p {
        max-width: 100%;
    }

    h2.big {
        letter-spacing: 6px;
    }

    .sousTitre br {
        display: none;
    }

    .doublettePhotos {
        column-gap: 0;
    }

        .doublettePhotos .photo1 {
            width: 100%;
        }

        .doublettePhotos .photo2 {
            display: none;
        }

    .ldg-right {
        padding: 30px 30px;
    }

    footer {
        margin-top: 0;
        padding: 70px 0 30px 0;
    }

        footer .colonne {
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
        }

            footer .colonne .adresse, footer .colonne .mentions {
                width: 100%;
            }

        footer .ct .logo img {
            max-width: 100%;
        }

        footer .colonne .adresse * {
            text-align: center;
        }

        footer .colonne .mentions {
            margin-top: 30px;
        }

    .containerContenuBloc {
        margin-bottom: 70px;
    }
}
