/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("https://use.typekit.net/isr6cjr.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
    overflow-x: hidden;
}

.admin-bar{
    #nav_header{
        margin-top: 30px;
    }
    #nav_header_mobile{
        margin-top: 46px;
    }
}

h1{
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    font-family: Termina;
    font-size: 70px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    img{
        width: 187.2px;
        @media screen and (max-width: 980px){
            width: 77px;
        }
    }
    @media screen and (max-width: 1500px){
        font-size: 60px;
    }
    @media screen and (max-width: 980px){
        font-size: 30px;
    }
}

a.et_pb_button{
    font-family: Termina;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    border: 2px solid rgba(163, 129, 61 ,1);
    background-color: rgba(163, 129, 61 ,1);
    padding: 15px 25px;
    text-transform: uppercase;
    transition: 0.5s all;
    &:before,&:after{
        display: none;
    }
    &:hover{
        padding: 15px 25px !important;
        border: 2px solid rgba(163, 129, 61 ,0.6) !important;
        background-color: rgba(163, 129, 61 , 0.6) !important;
    }

    &.secondary{
        background-color: #FFF;
        color: #454545;
        border: 2px solid #FFF;
        &:hover{
            background-color: transparent !important;
            color: #FFF !important;
            border: 2px solid #FFF !important;
        }
    }
}

.et_pb_image.fh{
    height: 100%;
    .et_pb_image_wrap{
        height: 100%;
        img{
            height: 100%;
            object-fit: cover;
        }
    }
}

.et_pb_text_inner{
    a{
        color: inherit !important;
    }
}

/**
 NavBar
 */

#flags{
    width: auto !important;

    ul{
        display: flex;
        gap:15px;
    }
}
#google_language_translator {
    display: none;
}

#nav_header{
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    padding: 20px 0;
    transition: 0.5s all;
    &.scrolled{
        background: #28402E;
        &.mdg{
            background: #30404b;
        }
        .et_pb_row{
            .logo__container{
                opacity: 1;
                visibility: visible;
                transform: translateY(0px);
            }
        }
    }

    .et_pb_row{
        width: 90%;
        max-width:1648px;
        display: flex;
        align-items: center;
        padding: 0;

        .menu__container{
            /* Menu */
            width: 45%;
            margin-right: 0;
            .et_pb_menu_inner_container{
                /* Desktop */
                .et_pb_menu__menu{
                    nav.et-menu-nav{
                        ul{
                            & > li{
                                & > a{
                                    font-family: Termina;
                                    font-size: 16px;
                                    font-weight: 500;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.38;
                                    letter-spacing: normal;
                                    text-align: center;
                                    color: #fff8f8;
                                    text-transform: uppercase;
                                }
                            }
                        }
                    }
                }
            }
        }
        .logo__container{
            width: 10%;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-50px);
            transition: 0.5s all;
            margin-right: 0;
            .main-logo{
                text-align: center;
                img{
                    width: auto;
                    height: 48px;
                }
            }
        }
        .additionnal__container{
            width: 45%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 20px;
            font-family: Termina;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: #fff8f8;
            text-transform: uppercase;

            .et_pb_module{
                margin-bottom: 0;
            }

            button.button{
                background: transparent;
                border: none;
                font-family: Termina;
                font-size: 16px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.38;
                letter-spacing: normal;
                text-align: center;
                color: #fff8f8;
                text-transform: uppercase;
                cursor: pointer;
            }

            .social__icons{
                margin-bottom: 0;
                .et_pb_code_inner{
                    display: flex;
                    gap: 20px;
                    a{
                        img{
                            max-width: 22px;
                            max-height: 22px;
                            object-fit: contain;
                        }
                    }
                }
            }
        }
    }
}

/* Menu Mobile */
#nav_header_mobile{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    background: transparent;
    transition: 0.5s all;
    z-index: 99;
    &.scrolled, &:has(.opened){
        background: #28402E;
        &.mdg{
            background: #30404b;
            .contact_links{
                a,button{
                    background: #30404b !important;
                }
            }
        }
        .nav-header__row{
            .nav-header__logo-container{
               transform: translateY(0);
                opacity: 1;
                visibility: visible;
            }
        }
    }
    .nav-header__row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        width: 90%;
        &:after{
            display: none;
        }
        .et_pb_column{
            margin-right: 0;
            margin-bottom: 0;
        }

        .nav-header__menu-container{
            display: flex;
            gap: 5px;
            .et_pb_module, .et_pb_menu_inner_container{
                position: unset;
            }
            .et_pb_menu{
                margin-bottom: 0;
                .et_pb_menu__wrap{
                    justify-content: flex-start;
                    .et_mobile_nav_menu{

                        .mobile_nav{
                            .mobile_menu_bar:before{
                                color: #fff;
                            }
                            &.opened{
                                .mobile_menu_bar:before {
                                    content: "\4d";
                                }
                            }
                            #mobile_menu_container{
                                opacity: 0;
                                visibility: hidden;
                                width: 100%;
                                position: fixed;
                                left: 0;
                                top: 0;
                                display: flex;
                                height: 100vh;
                                justify-content: space-around;
                                flex-direction: column;
                                background-color: #fff;
                                align-items: center;
                                transform: translateX(-100%);

                                ul.et_mobile_menu{
                                    border-top: none;
                                    display: flex;
                                    justify-content: center;
                                    flex-direction: column;
                                    align-items: center;
                                    width: 100%;
                                    position: relative;
                                    box-shadow: none;
                                    top: 0;
                                    li{
                                        width: 100%;
                                        border-bottom: 1px solid #d1d1d1;
                                        transform: translateX(-25%);
                                        opacity: 0;
                                        visibility: hidden;
                                        position: relative;
                                        &:before{
                                            content: "\35";
                                            font-family: "ETmodules";
                                            position: absolute;
                                            top: 50%;
                                            right: 0;
                                            width: 5.3px;
                                            height: 11.1px;
                                            transform: translateY(-50%);
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                        }
                                        a{
                                            border: none;
                                            font-size: 15px;
                                            font-weight: 500;
                                            font-stretch: normal;
                                            font-style: normal;
                                            line-height: 1.87;
                                            letter-spacing: -0.23px;
                                            text-align: left;
                                            color: #000;
                                            padding: 10px 0;
                                            text-transform: uppercase;
                                        }
                                    }
                                }
                                .contact_links{
                                    display: flex;
                                    gap: 20px;

                                    a,button{
                                        font-size: 0;
                                        border: solid 1px #28402E;
                                        width: 30px;
                                        height: 30px;
                                        border-radius: 100%;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        transition: 0.5s all;
                                        background: #28402E;
                                        &.phone{
                                            &:before{
                                                content: "\e090";
                                                font-size: 16px;
                                                color: #fff;
                                                font-family: 'ETMODULES';
                                            }
                                        }
                                        &.contact{
                                            &:before{
                                                content: "\e076";
                                                font-size: 16px;
                                                color: #fff;
                                                font-family: 'ETMODULES';
                                            }
                                        }
                                    }
                                }
                                .header__socials{
                                    display: flex;
                                    gap: 20px;
                                    filter: invert(1);
                                    a{
                                        border: 1px solid #fff;
                                        border-radius: 100%;
                                        display: flex;
                                        justify-content: center;
                                        height: 60px;
                                        width: 60px;
                                        padding: 10px;
                                    }
                                }
                            }
                        }
                    }
                }
            }


            a.mobile-tel__button{
                font-size: 0;
                border: solid 1px #fff;
                width: 30px;
                height: 30px;
                border-radius: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.5s all;
                background: #fff;
                &:before{
                    content: "\e090";
                    font-size: 16px;
                    color: #000;
                    font-family: 'ETMODULES';
                }
            }
        }

        .nav-header__logo-container{
            transform: translateY(-50px);
            opacity: 0;
            visibility: hidden;
            transition: 0.5s all;
            .main-logo{
                text-align: center;
                img{
                    height: 50px;
                }
            }
        }

        .header__additional_menu{
            display: flex;
            justify-content: flex-end;
            gap: 5px;
            .et_pb_module{
                margin-bottom: 0;
            }

            #google_language_translator{
                width: 60px;
            }
        }
    }
}


header {
    .contact_form_container {
        padding: 0;
        height: 100svh;
        width: 100svw;
        position: fixed;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;

        &:before {
            content: "";
            background: #000;
            width: 100%;
            height: 100%;
            opacity: 0.5;
            position: absolute;
            z-index: 0;
        }

        .et_pb_row {
            padding: 0;
            max-width: 100%;
            width: 100%;
            height: 100%;

            .et_pb_column, .et_pb_module, .et_pb_code_inner {
                height: 100%;
            }

            .contact_form_bloc {
                width: 562px;
                padding: 56px;
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                background-color: #f9fafa;
                overflow: auto;
                transform: translateX(100%);
                @media screen and (max-width: 1500px) {
                    padding: 36px 52px;
                }
                @media screen and (max-width: 980px) {
                    width: 100%;
                }

                .close {
                    font-size: 20px;
                    cursor: pointer;
                }

                img {
                    width: 191.8px;
                    height: 111.8px;
                    margin: 0px auto;
                    display: block;
                    object-fit: contain;
                    @media screen and (max-width: 1500px) {
                        height: 80px;
                    }
                }

                &.mdg {
                    img {
                        width: 290.1px;
                        height: 114px;
                        object-fit: contain;
                        @media screen and (max-width: 1500px) {
                            height: 80px;
                        }
                    }
                }

                .title {
                    font-family: Termina;
                    font-size: 20px;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #707070;
                    margin-top: 53px;
                    text-transform: uppercase;
                    @media screen and (max-width: 1500px) {
                        font-size: 17px;
                        margin-top: 20px;
                    }
                }

                .subtitle {
                    font-family: Roboto;
                    font-size: 15px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #707070;
                    margin-bottom: 26px;
                    @media screen and (max-width: 1500px) {
                        font-size: 13px;
                    }

                    span {
                        color: #cb0000;
                    }
                }

                .wpcf7 {
                    form {
                        label {
                            font-family: Roboto;
                            font-size: 18px;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: normal;
                            letter-spacing: normal;
                            text-align: left;
                            color: #707070;
                            @media screen and (max-width: 1500px) {
                                font-size: 16px;
                            }

                            span:not(.wpcf7-list-item-label) {
                                color: #cb0000;
                            }

                            span.wpcf7-list-item-label {
                                font-size: 10px;
                                line-height: 1;
                            }

                            input[type="text"], input[type="email"], input[type="tel"], textarea {
                                border-radius: 5px;
                                border: solid 1px #c1c1c1;
                                background-color: #fff;
                                width: 100%;
                                padding: 10px 15px;
                                margin-top: 10px;
                                @media screen and (max-width: 1500px) {
                                    margin-top: 4px;
                                    padding: 6px 15px;
                                }
                            }

                            textarea {
                                @media screen and (max-width: 1500px) {
                                    height: 100px;
                                }
                            }
                        }

                        .wpcf7-acceptance {
                            .wpcf7-list-item {
                                margin-left: 0;

                                label {
                                    display: flex;
                                    align-items: flex-start;
                                }
                            }
                        }

                        .wpcf7-submit {
                            width: 100%;
                            padding: 15px 30px;
                            border-radius: 8px;
                            background-color: #a3813d;
                            font-family: Termina;
                            font-size: 16px;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.38;
                            letter-spacing: normal;
                            text-align: center;
                            color: #fff;
                            text-transform: uppercase;
                            margin-top: 15px;
                            cursor: pointer;
                            border-radius: 8px;
                            border: 2px solid rgba(163, 129, 61, 1);
                            background-color: rgba(163, 129, 61, 1);
                            transition: 0.5s all;

                            &:hover {
                                border: 2px solid rgba(163, 129, 61, 0.6) !important;
                                background-color: rgba(163, 129, 61, 0.6) !important;
                            }
                        }
                    }
                }
            }

            .reservation_bloc {
                width: 562px;
                padding: 56px 39px;
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                background-color: #f9fafa;
                overflow: auto;
                transform: translateX(100%);
                @media screen and (max-width: 980px) {
                    width: 100%;
                }
                .close {
                    font-size: 20px;
                    cursor: pointer;
                }

                img {
                    width: 290.1px;
                    height: 114px;
                    margin: 0px auto 30px;
                    display: block;
                    object-fit: contain;
                    @media screen and (max-width: 1500px) {
                        height: 60px;
                        margin: 0px auto 10px;
                    }
                }

                iframe {
                    @media screen and (max-width: 1500px) {
                        min-height: 570px !important;
                    }
                }
            }
        }
    }
    .sticky-bar-container{
        position: fixed;
        transform: rotate(-90deg) translateX(50%);
        top:50%;
        transform-origin: bottom right;
        right: 6px;
        padding: 0 !important;
        margin: 0;
        transition: 0.5s all;
        @media screen and (max-width: 980px){
            top: 40%;
        }
        &:hover{
            right: 18px;
        }
        &.mdg{
            right: -10px;
            &:hover{
                right: 0px;
            }
        }
        .et_pb_row{
            padding: 0;
            margin: 0;
        }
        .sticky-bar{
            a,button{
                background: #A4813D;
                padding: 10px 25px 20px;
                text-transform: uppercase;
                color:#fff;
                font-family: Termina;
                font-size: 17px;
                border:none;
                cursor: pointer;
                @media screen and (max-width: 1500px){
                    font-size: 18px;
                }
                @media screen and (max-width: 980px){
                    font-size: 14px;
                }
            }
        }
    }
}

    .type-sejours__container{
        width: 100%;
        max-width: 100%;
        height: 529px;
        @media screen and (max-width: 980px){
            height: auto;
            padding-bottom: 0;
        }
        &.romantique{
            .et_pb_column{
                &:nth-child(1){
                    width: 42%;
                }
                &:nth-child(2){
                    width: 17%;
                    @media screen and (max-width: 980px){
                        display: none;
                    }
                }
                &:nth-child(3){
                    width: 26%;
                    align-content: flex-end;
                }
                &:nth-child(4){
                    width: 15%;
                    @media screen and (max-width: 980px){
                        display: none;
                    }
                }
            }
        }
        &.gourmand{
            .et_pb_column{
                &:nth-child(1){
                    width: 24%;

                }
                &:nth-child(2){
                    width: 26%;
                    align-content: flex-end;
                }
                &:nth-child(3){
                    width: 24%;
                    margin-bottom: 0;
                }
                &:nth-child(4){
                    width: 26%;
                }
            }
        }
        .et_pb_column{
            margin: 0;

            .et_pb_image{
                height: 100%;
                .et_pb_image_wrap{
                    height: 100%;
                    img{
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
            .content__container{
                padding: 5px 40px;
                height: 100%;
                img{
                    max-width: 131px;
                    max-height: 170px;
                    margin-bottom: 15px;
                    @media screen and (max-width: 1500px){
                        width: 25%;
                    }
                }
                .title{
                    font-family: Termina;
                    font-size: 40px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: normal;
                    text-align: left;
                    color: #626262;
                    margin-bottom: 10px;
                    @media screen and (max-width: 1500px){
                        font-size:32px;
                    }
                }
                .description{
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #000;
                    margin-bottom: 20px;
                }
                .price{
                    display: flex;
                    a{
                        font-family: Termina;
                        font-size: 16px;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.38;
                        letter-spacing: normal;
                        text-align: center;
                        color: #fff;
                        border-radius: 8px;
                        border: 2px solid rgba(163, 129, 61 ,1);
                        background-color: rgba(163, 129, 61 ,1);
                        padding: 15px 25px;
                        text-transform: uppercase;
                        transition: 0.5s all;
                        &:hover{
                            padding: 15px 25px !important;
                            border: 2px solid rgba(163, 129, 61 ,0.6) !important;
                            background-color: rgba(163, 129, 61 , 0.6) !important;
                        }
                    }
                    @media screen and (max-width: 1500px){
                        font-size:20px;
                    }
                }
            }
        }
    }


    #Footer__maps{
        padding: 0;
        margin: 0;
        .et_pb_row{
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: 100%;
            .et_pb_code_inner{
                height: 585px;
            }
        }
    }

    #Footer__logo_container{
        background-color: #28402E;
        &.mdg{
            background-color: #182734;
            &:before{
                filter: none;
                opacity: 0.12;
            }
        }
        &:before{
            content:"";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background-image: url(/wp-content/uploads/2025/06/TuileMotifGua1.png);
            background-size: 50px;
            opacity: 0.03;
            filter: invert(1);

        }
        .logo_image{
            width: 314px;
            margin: 0 auto;
        }
    }

    #Footer__contact_informations{
        background-color: #28402E;
        &.mdg{
            background-color: #182734;
        }
        .et_pb_row{
            width: 60%;
            .et_pb_column{
                .et_pb_text_inner{
                    font-family: Roboto;
                    font-size: 20px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: center;
                    color: #fff;
                    a{
                        color: #fff;
                        text-decoration: underline;

                    }
                }
                .map_link__container{
                    .et_pb_code_inner{
                        display: flex;
                        justify-content: center;
                        gap: 30px;
                        a{
                            font-size: 0;
                            display: flex;
                            border: 1px solid #fff;
                            border-radius: 100%;
                            padding: 10px;
                            img{
                                width: 40px;
                                filter: invert(1);
                            }
                        }
                    }
                }
            }
        }
    }

    #Footer__sub{
        background-color: #28402E;
        padding: 0;
        &.mdg{
            background-color: #182734;
        }
        .et_pb_row {
            padding: 0 0 30px;
            .et_pb_column {
                .et_pb_text_inner {
                    font-family: Roboto;
                    font-size: 20px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: center;
                    color: #fff;
                }
            }
        }
    }

html body #tarteaucitronRoot.tarteaucitronBeforeVisible{
    z-index: 99999;
    &:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }
    #tarteaucitronAlertBig {
        display: flex !important;
        flex-direction: column;
        #tarteaucitronPersonalize, #tarteaucitronPersonalize2,.tarteaucitronCTAButton,.tarteaucitronAllow {
            font-size: 18px !important;
            height: 40px !important;
            border-radius: 10px !important;
            border: 1px solid #F1F0F2;
        }
        button#tarteaucitronPrivacyUrl{
            color: #ADADAD !important;
            font-weight: 500;
            text-decoration: underline;
            padding-top: 10px;
        }
        #tarteaucitronCloseCross{
            font-size: 1rem !important;
            right: 6px !important;
        }
    }
}

#tarteaucitronPersonalize2 {
    order: 1;
    border-color: transparent;
}

#tarteaucitronPersonalize2:hover {
    opacity: 0.8;
}

#tarteaucitronCloseAlert {
    order: 2;
}

#tarteaucitronAllDenied2 {
    order: 3;
    border-color: #d9dce0;
}

#tarteaucitronPrivacyUrl {
    order: 4;
    background: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 1px solid;
    padding: 0;
    width: auto;
    border-color: currentColor;
}

#tarteaucitronPrivacyUrl:hover {
    opacity: 0.8;
}

#tarteaucitronRoot button#tarteaucitronCloseAlert {
    font-size: 18px !important;
    height: 40px !important;
    border-radius: 10px !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
}

#tarteaucitronRoot div#tarteaucitronAlertBig:before{
    font-size: 26px !important;
    font-weight: 700 !important;
    padding-top: 20px !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig{
    max-width: 285px !important;
    @media screen and (max-width: 980px){
        max-width: 100% !important;
    }
}



@media screen and (max-width: 600px) {
    #tarteaucitronAlertBig {
        width: 85%;
        padding: 20px 15px;
    }

    #tarteaucitronAlertBig:before {
        font-size: 24px;
    }

    #tarteaucitronDisclaimerAlert {
        font-size: 16px;
    }

    /*#tarteaucitronAlertBig button {
      width: 90%;
    }*/
}
