﻿

/*---------------- GLOBAL -----------------*/
/*---reset des styles du site de thibon--*/
/*------------------------------------------*/
:root {
    --anim-1: cubic-bezier(.47,.35,.98,.91);
    --col-dark-text: #000000;
    --col-white: #ffffff;
    --color-fond: #a6785e;
    --color-main: #2A2221;
    --color-fond-50: #F7F2F0;
}

body {
    overflow-x: initial;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-weight: 500;
    font-size: 15px;
    background: #F8F4EC;
}

div, a, span {
    box-sizing: border-box;
}


/*---------------- FONTS -----------------*/

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


h1, h2 {
    letter-spacing: 0.03em;
}

h1 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    line-height: 50px;
    margin-top: 60px;
    font-size: 30px;
    line-height: 35px;
    margin-top: 60px;
    width: 80%;
    margin: 60px auto 20px;
}

    h1 span {
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

@media(max-width: 1024px) {
    h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

    h2 span {
        color: var(--col-hover);
        font-weight: 400;
        margin-bottom: 0;
    }

    h1 span, h2 span {
        font-size: 20px;
        line-height: 28px;
        margin-top: 6px;
    }

a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color:black;
}

p {
    font-family: "Lato", sans-serif;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    color: var(--col-dark-text);
    text-align: left;
}

.errorControl {
    background-color: #Ff9999 !important;
    border: solid 1px Red !important;
}


@media screen and (max-width: 1480px) {

    h2 {
        font-size: 34px;
        line-height: 38px;
    }

        h2 span {
            font-size: 16px;
            line-height: 22px;
        }
}

@media screen and (max-width: 1280px) {
    h2 span {
        margin-top: 4px;
    }
}

/*---------------- WRAPPER -----------------*/
.ldg-hero, .ldg-wrapper {
    position: relative;
}

.ldg-wrapper {
    max-width: 1640px;
    margin: 0 auto;
}


@media screen and (max-width: 1760px) {
    .ldg-wrapper {
        margin: 0 60px;
    }
}

@media screen and (max-width: 980px) {
    .ldg-wrapper {
        margin: 0 40px;
    }
}


@media screen and (max-width: 680px) {
    .ldg-wrapper {
        margin: 0 20px;
    }
}

/*---------------- HEADER -----------------*/
/*------------------------------------------*/
.ldg-header {
    z-index: 9;
    position: fixed;
    height: 74px;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0);
    transition: height 0.2s var(--anim-1);
    box-shadow: initial;
}

    .ldg-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        transition: all 0.2s var(--anim-1);
        transform: translate3d(0,-80px,0);
        box-shadow: 0 4px 10px 0px rgba(0,0,0,0.16);
    }

    .ldg-header .ldg-logo {
        position: absolute;
        left: 10%;
        transform-origin: top center;
        transition: all 0.2s var(--anim-1);
    }

        .ldg-header .ldg-logo.ldg-big {
            position: absolute;
            top: 74px;
            width: 200px;
            transition: all 0.2s var(--anim-1);
            transform: translate3d(-50%,0px,0);
            align-items: center;
        }

    .ldg-header.scroll .ldg-logo.ldg-big {
        transform: translate3d(-50%,-80px,0);
        opacity: 0;
    }

    .ldg-header .ldg-logo.ldg-small {
        position: absolute;
        top: 0;
        left: 10%;
        width: 60px;
        transition: all 0.2s var(--anim-1);
        transform: translate3d(-50%,-80px,0);
        
    }

    .ldg-header.scroll .ldg-logo.ldg-small {
        top: 0;
        transform: translate3d(-50%,0px,0);
        opacity: 1;
        height: 60px;
    }

    .ldg-header.scroll {
        height: 60px;
    }

        .ldg-header.scroll::before {
            transform: translate3d(0,0px,0);
        }

        .ldg-header.scroll .ldg-header-contact {
            height: 60px;
        }



    .ldg-header .groupBtn {
        position: absolute;
        right: 5%;
        transform-origin: top center;
        transition: all 0.2s var(--anim-1);
        margin-top: 0;
        top: 74px;
    }

    .ldg-header.scroll .groupBtn {
        top: 6px;
    }


    .ldg-header .btn {
        font-family: Lato;
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        text-transform: uppercase;
        border: solid 1px #000;
        color: #F8F4EC;
        height: 48px;
        width: fit-content;
    }

        .ldg-header .btn:hover {
            color: #000000;
        }

    .ldg-header .btn-second {
        border: solid 1px #A7785D;
        font-family: Lato;
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        text-transform: uppercase;
        height: 48px;
        background: #A7785D;
        color: #F8F4EC;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.2px;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        padding: 0 30px;
        width: fit-content;
    }

        .ldg-header .btn-second:hover {
            background: #F8F4EC;
            color: #A7785D;
        }












@media screen and (max-width: 980px) {
    header {
        pointer-events: visible;
    }

    .ldg-header {
        height: 60px;
    }
        .ldg-header .btn-second {
            padding: 0 15px;
        }

    /*.ldg-header .ldg-logo.ldg-big {
            top: 140px;
            width: 180px;
        }*/

    .ldg-header-contact {
        padding: 0 30px;
    }



}



/*---------------- HERO -----------------*/
/*------------------------------------------*/

.ldg-hero {
    width: 100%;
    height: 100vh;
    z-index: 0;
    min-height: 600px;
}

.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.30);
    }

    .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: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 80%;
    text-align: center;
}

    .ldg-hero .text-slider img {
        max-width: 430px;
    }

@media(max-width: 960px) {
    .ldg-hero .text-slider {
        top: 60%;
    }
}

.ldg-hero .text-slider strong {
    text-align: center;
    display: block;
    font: 300 90px/90px "Lato";
}

.ldg-hero .text-slider span span {
    font-weight: bold;
    font-size: 30px;
}

@media(max-width: 640px) {
    .ldg-hero .text-slider strong {
        font: 300 60px/60px "Lato";
    }
}

.ldg-hero .text-slider .logo-programme {
    width: 600px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.ldg-hero .text-slider span {
    position: relative;
    margin-top: 15px;
    font-weight: 300;
    text-transform: unset;
    color: var(--col-white);
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Lato";
    letter-spacing: 0;
}

@media screen and (max-width:1200px) {
    .ldg-hero .text-slider span {
        font-size: 45px;
        line-height: 50px;
    }

}


@media screen and (max-width:650px) {
    .ldg-hero .text-slider span {
        /*font-size: 22px;
        line-height: 25px;*/
    }

    .ldg-hero .text-slider .logo-programme {
        width: 350px;
    }
}

@media screen and (max-width:480px) {
    .ldg-hero .text-slider {
        font-size: 26px;
        line-height: 36px;
    }

        .ldg-hero .text-slider span {
            font-size: 30px;
            line-height: 40px;
            margin-top: 5px;
        }
}

@media screen and (min-width:651px) and (max-height:890px) {
    .ldg-hero .text-slider {
        font-size: 38px;
        line-height: 46px;
        bottom: 50px;
        top: auto;
    }

        .ldg-hero .text-slider span {
            font-size: 30px;
            line-height: 35px;
        }
}


/*---------------- 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;
    }
}

.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 {
    height: 53px;
    background: var(--color-main);
    color: var(--col-white);
    /*width: 250px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.2px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 0 30px;
    font-weight: 500;
}

    .btn.btn-border, .btn:hover {
        border: 1px solid var(--color-main);
        background: transparent;
        color: var(--color-main);
    }

        .btn.btn-border:hover {
            background: var(--color-main);
            color: var(--col-white);
        }


@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;
}

.titre {
    font: 500 55px/60px "Lato";
    text-transform: uppercase;
    text-align: left;
    margin: 20px auto 60px;
    color: #fff;
}

    .titre span {
        display: block;
        font: 300 45px/55px "Lato";
        text-transform: none;
        margin-top: 10px;
    }

    @media(max-width: 1200px){
        .titre span {
            font-size: 30px;
            line-height: 40px;
        }
        }

.biens {
    display: flex;
    color: #fff;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 40px;
    flex-wrap: wrap;
    margin-bottom:40px;
}

    .biens .bien {
        flex: 1 1 calc(33% - 20px);
    }

@media(max-width: 1200px) {
    .biens .bien {
        flex: 1 1 calc(50% - 20px);
    }
}

@media(max-width: 960px) {
    .biens .bien {
        flex: 1 1 100%;
    }
}

.biens .bien-desc {
    font-size: 16px;
    line-height: 22px;
    font-family: "Lato";
    font-weight: 500;
}

    .biens .bien span {
        font-size: 22px;
        line-height: 18px;
        display: block;
    }

.bien-logo {
    text-align: center;
    width: 100%;
    height: 26px;
}

    .bien-logo img {
        display: inline-block;
    }

.biens .bien-img {
    width: 100%;
    height: 273px;
    margin: 25px auto;
    text-align: center;
}

    .biens .bien-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: inline-block;
    }

.lotsBatirBloc {
    color: #fff;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.lotsBatir .lot-desc {
    font-size: 16px;
    line-height: 22px;
    font-family: "Lato";
    font-weight: 500;
    color: #fff;
}

.lotsBatir .titre {
    margin: 20px auto 0px;

}

.pictos {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
}

    .pictos .picto {
        text-align: center;
        width: 180px;
    }

@media (max-width: 640px) {
    .pictos .picto {
        margin-bottom: 20px;
    }
}

.pictos .picto span {
    text-transform: uppercase;
    font: 500 14px/17px "Lato";
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #ffffff
}

.pictos .picto img {
    height: 50px;
}

.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%;
}

    /*@media(max-width: 640px) {
    .col2Img .img {
        height: 280px;
    }
}*/

    .col2Img .img img {
        width: 100%;
        /*height: 100%;
    object-fit: cover;
    object-position: center;*/
    }

.btn-50 {
    margin: -26px auto 0;
    display: table;
}

    .btn-50 .btn:hover {
        background: var(--col-white);
    }


/*---------------- FORM -----------------*/
/*------------------------------------------*/
.ldg-right {
    position: sticky;
    top: 75px;
    width: 480px;
    background: var(--col-white);
    margin-top: -125px;
    box-shadow: 0 3px 36px rgba(0,0,0,0.1);
    padding: 50px;
    height: 100%;
}

.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(181,171,144,0);
    pointer-events: none;
}

.ldg-right.is-sticky::after {
    box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,1);
}

.ldg-right.is-static {
    transform: translate3d(0,-80px,0);
}


.ldg-right h3,
.ldg-form-title {
    margin-bottom: 30px;
    font: normal 35px/40px "Lato";
    color: #A7785D;
    text-align: center;
    margin-top: 10px;
}

.ldg-form-subtitle {
    line-height: 22px;
    font-size: 16px;
    font-family: "Lato";
    text-align: center;
    font-weight: normal !important;
    color: #A7785D;
    margin-bottom: 40px;
    font-weight: 500;
}

.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: 24px;
    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 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: #EFEDE8;*/
    /*border-radius: 4px;*/
}

.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: 380px;
        margin-top: -60px;
        padding: 30px;
    }

    s
    #ucContactLanding_cblTypeBien {
        flex-direction: column;
    }

    #ucContactLanding_cblTypeBien label:not(:last-child) {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1075px) {

    .ldg-right {
        top: initial;
        width: 100%;
        position: static;
        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;
        height: calc(100vh - 260px);
        padding-right: 20px;
    }

    .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,
    .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;
    }
}

.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 20px;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 8px;
    box-sizing: border-box;
    background: var(--color-fond-50);
    color: #A7785D;
    font: 500 15px/15px "Lato";
}

.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-fond-50);
    color: #A7785D;
    font: 500 15px/15px "Lato";
    position: relative;
}

    .mauticform-select:after {
        display: inline-block;
        height: 0;
        width: 0;
        border-top: 7px solid #A7785D;
        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 20px;
    color: #A7785D;
    font: 500 15px/15px "Lato";
}

.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: 500 10px/14px "Lato";
    color: var(--color-main);
    opacity: 0.6;
    margin-top: 10px;
    color: #A7785D;
}

.mauticform-label.txtRGPD {
    font: 500 15px / 20px "Lato";
    text-align: left;
    color: #A7785D;
    opacity: 1;
}

.mauticform-label {
    font: 500 15px/20px "Lato";
    text-align: left;
    color: #A7785D;
}


/*--  FOOTER ---*/
.mentions {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-weight: 500;
    margin-bottom: 120px;
}

    .mentions p {
        text-align: center;
        font-size: 12px !important;
        line-height: 1.6 !important;
    }

        .mentions p a {
            font-size: 13px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.6);
            font-family: "Lato";
            font-weight: 500;
            transition: all 0.2s ease-in-out;
        }

            .mentions p a:hover {
                color: var(--color-main);
            }

.crosslink {
    font-family: "Lato";
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 50px;
}

    .crosslink a {
        color: rgba(0, 0, 0, 0.4);
        position: relative;
    }

        .crosslink a:before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 1px;
            background: var(--color-main);
            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);
    /*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;
}

.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;
    }
}





















/*********************************/

.ldg-essentiel h1, .ldg-essentiel h2 {
    font-family: Lato;
    font-size: 52px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 33px 0;
}

    .ldg-essentiel h1 span, .ldg-essentiel h2 span {
        font-family: Lato;
        font-size: 15px;
        line-height: 1;
        font-weight: normal;
        display: block;
    }


.ldg-essentiel p {
    font-family: Lato;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.ldg-essentiel .btn {
    font-family: Lato;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #000;
    color: #F8F4EC;
    height: 48px;
    width:fit-content;
}
.ldg-essentiel .btn:hover {
    color: #000000;
}
.ldg-essentiel .btn-second {
    border: solid 1px #A7785D;
    font-family: Lato;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    height: 48px;
    background: #A7785D;
    color: #F8F4EC;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 0 30px;
    width: fit-content;
}
    .ldg-essentiel .btn-second:hover {
        background: #F8F4EC;
        color: #A7785D;
    }

.ldg-essentiel img {
   width:100%;
}



/*SECTION IMG + TXT*/
.conteneurImgTxt {
    display: flex;
    gap: 100px;
    margin: 120px 0;
    align-items:center;
}
    .conteneurImgTxt .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;
    }
  

    /*BASELINE*/
.baseline {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.baseline p {
    color: #A7785D;
    font-family: "Allura", cursive;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
}


/****DECO FEUILLE****/

.decoFillTopRight, .decoFullBottomLeft, .decoFillBottomRight, .decoFullTopLeft {
    position: relative;
}

.decoFillTopRight:before {
    content: url('/campagnes/landings/essentiel-mai-25/images/fVideTop.svg');
    top: -85px;
    right: 153px;
    width: 230px;
    height: 430px;
    position: absolute;
}



.decoFullBottomLeft:after {
    content: url('/campagnes/landings/essentiel-mai-25/images/fPleinBot.svg');
    bottom: -85px;
    left: -150px;
    width: 230px;
    height: 430px;
    position: absolute;
}

    .decoFillBottomRight:after {
        content: url('/campagnes/landings/essentiel-mai-25/images/fVideBot.svg');
        bottom: -170px;
        right: -50px;
        width: 230px;
        height: 430px;
        position: absolute;
    }
    .decoFullTopLeft:after {
        content: url('/campagnes/landings/essentiel-mai-25/images/fPleinTop.svg');
        top: -125px;
        left: -110px;
        width: 230px;
        height: 430px;
        position: absolute;
    }


/*SECTION PICTO*/
.blocBorder {
    text-align: center;
    border: solid 1px #A7785D;
    padding: 75px;
    background: #F8F4EC;
    color: #000;
    margin: 75px 0;
    position: relative;
    z-index: 2;
}

    .blocBorder .blocs3col {
        display: flex;
        gap: 50px;
        margin: 75px 0 40px 0;
        justify-content: center;
    }

        .blocBorder .blocs3col .blocCol {
            display: flex;
            gap: 10px;
            flex-direction: column;
            max-width: 275px;
        }

        .blocBorder .blocs3col .blocCol img {
           max-height:60px;
        }

            .blocBorder .blocs3col .blocCol p {
                text-align: center;
            }


    .blocBorder .btn-second {
        width: fit-content;
        margin: auto;
    }

/*SECTION GALERIE*/
.galerieImg .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 0fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

    .galerieImg .parent .div1 {
        grid-area: 1 / 1 / 2 / 3;
        max-height: 600px;
        position:relative;
    }
        .galerieImg .parent .div1:before {
            content: url('/campagnes/landings/essentiel-mai-25/images/pastille.png');
            top: 70px;
            right: 20px;
            width: 100px;
            height: 100px;
            position: absolute;
            z-index: 9;
            transform: translate(-50%, -50%);
        }
        .galerieImg .parent .div1 img {
            height: 100%;
            max-height: 600px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }

    .galerieImg .parent .div2 {
        grid-area: 2 / 1 / 3 / 2;
        max-height: 300px;
    }
        .galerieImg .parent .div2 img {
            height: 100%;
            max-height: 300px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }

    .galerieImg .parent .div3 {
        grid-area: 2 / 2 / 3 / 3;
        max-height: 300px;
    }
        .galerieImg .parent .div3 img {
            height: 100%;
            max-height: 300px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }

    .galerieImg .parent .div4 {
        grid-area: 3 / 1 / 4 / 3;
        max-height: 600px;
    }
        .galerieImg .parent .div4 img {
            height: 100%;
            max-height: 600px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }

.groupBtn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 75px;
}
    .groupBtn.center {
        justify-content: center;
        margin-bottom: 80px;
    }



@media screen and (max-width: 1350px) {
    .conteneurImgTxt {
        flex-wrap: wrap;
        gap: 50px;
    }
        .conteneurImgTxt .conteneurImg {
            z-index: 2;
            width: 100%;
        }
            .conteneurImgTxt .conteneurImg img {
                max-height: 430px;
                width: 100%;
                object-fit: cover;
            }


    .galerieImg .parent .div1 {
        max-height: 300px;
    }

        .galerieImg .parent .div1 img {
            height: 100%;
            max-height: 300px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }


    .galerieImg .parent .div4 {
        max-height: 300px;
    }

        .galerieImg .parent .div4 img {
            height: 100%;
            max-height: 300px;
            object-fit: cover;
            z-index: 4;
            position: relative;
        }





}
@media screen and (max-width: 1075px) {
    body, html, form {
        overflow-x: hidden;
    }

    .ldg-essentiel h1, .ldg-essentiel h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 960px) {
  

    .blocBorder .blocs3col {
        flex-wrap: wrap;
    }
        .blocBorder .blocs3col .blocCol {
            max-width: 100%;
        }

}

@media screen and (max-width: 1340px) {
    .ldg-header .ldg-logo.ldg-big {
        left: 15%;
    }
}

@media screen and (max-width: 1140px) {
    .ldg-header .ldg-logo.ldg-big {
        left: 20%;
    }
}

@media screen and (max-width: 700px) {
    .ldg-header .ldg-logo.ldg-big {
        width: 150px;
        left: 20%;
    }

    .ldg-header .btn {
        display: none;
    }

    .ldg-hero .text-slider img {
        max-width: 300px;
    }

    .ldg-hero {
        width: 100%;
        height: 80vh;
        z-index: 0;
        min-height: 600px;
    }

    .blocBorder {
        padding: 35px;
    }
    .ldg-header .groupBtn {
        right: 2%;
    }
}




/***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: #a6785e;
    font-size: 12px;
}
.ReCaptcha-notice a {
    color: #a6785e;
    font-size: 12px;
    text-decoration:underline;
}

.modalPopup .Form-actions {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
