#MoulinDuGua_Header {
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width: 980px){
        padding: 80px 0px 50px;
    }
    &:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 330px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 29%, rgba(255, 255, 255, 0) 100%);
    }

    &:after {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 580px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 29%, rgba(255, 255, 255, 0) 100%);
    }

    .et_pb_row {
        width: 90%;
        max-width: 1648px;
        margin: 0 auto;

        .logo {
            width: 180px;
            margin: 0px auto;
        }

        .button__container{
            display: flex;
            justify-content: center;
            button.button{
                border-radius: 8px;
                background-color: #a3813d;
                font-family: Termina;
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.57;
                letter-spacing: normal;
                text-align: center;
                color: #fff;
                padding: 15px 30px;
                transition: 0.5s all;
                cursor: pointer;
                border-radius: 8px;
                border: 2px solid rgba(163, 129, 61 ,1);
                background-color: rgba(163, 129, 61 ,1);
                text-transform: uppercase;
                &:hover{
                    border: 2px solid rgba(163, 129, 61 ,0.6) !important;
                    background-color: rgba(163, 129, 61 , 0.6) !important;
                }
            }
        }

    }
}


#Le-Moulin{
    padding: 85px 0;
    background-color: #30404b;
    @media screen and (max-width: 980px){
        padding: 80px 0px;
    }
    &:before{
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        z-index: 0;
        background-image: url(/wp-content/uploads/2025/06/TuileMotifGua1.png);
        background-size: 50px;
        opacity: 0.1;

    }

    .et_pb_row{
        max-width: 1440px;
        &:nth-child(1){
            @media screen and (max-width: 980px){
                display: flex;
                flex-direction: column-reverse;
            }
            .et_pb_column{
                margin-right: 0;
                @media screen and (max-width: 980px){
                    margin-bottom: 0;
                }
                &:nth-child(2){

                    .et_pb_text_inner{
                        margin-top: 50px;
                        background-color: #182734;
                        padding: 59px;
                        width: 67%;
                        font-family: Roboto;
                        font-size: 18px;
                        font-weight: 300;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.67;
                        letter-spacing: normal;
                        text-align: left;
                        color: #fff;
                        @media screen and (max-width: 1500px){
                            font-size: 16px;
                            width: 80%;
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            padding: 59px 30px;
                        }
                    }

                }
            }
        }
        &:nth-child(2){
            padding-top: 0;
            .et_pb_column{
                &:nth-child(1){
                    .et_pb_image{
                        transform: translateX(40%);
                        position: relative;
                        right: 0;
                        width: 60%;
                        margin-top: -30%;
                        @media screen and (max-width: 980px){
                            width: 100%;
                            transform: none;
                            margin-top: 0;
                        }
                    }
                }
                &:nth-child(2){
                    .et_pb_image{
                        transform: translateX(-20%);
                        margin-top: -30%;
                        position: relative;
                        left: 0;
                        width: 110%;
                        @media screen and (max-width: 1500px){
                            margin-top: -20%;
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            transform: none;
                            margin-top: 0;
                        }
                    }
                }
            }
        }

    }
}

#MoulinDuGua_Parallax{
    height: 90svh;
}

#MoulinDuGua_Fullw_patchwork{

    padding: 0;
    .et_pb_row{
        max-width: 100%;
        width: 100%;
        padding: 0;
        display: flex;
        @media screen and (max-width: 980px){
            flex-wrap: wrap;
        }
        .et_pb_column{
            margin-right: 0;
            @media screen and (max-width: 980px){
                margin-bottom: 0;
            }
            .et_pb_image{
                height: 70svh;
            }
            .et_pb_image_wrap{
                height: 100%;
                img{
                    height: 100%;
                    object-fit: cover;
                }
            }

            &:nth-child(1){
                width: 30%;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
            }
            &:nth-child(2){
                width: 70%;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
            }

        }
    }
}

#Les-Menus{
    background-color: #30404b;
    padding-top: 85px;
    padding-bottom: 0;
    .et_pb_row{
       max-width: 100%;
       .et_pb_text{
           font-family: Roboto;
           font-size: 18px;
           font-weight: 300;
           font-stretch: normal;
           font-style: normal;
           line-height: 1.67;
           letter-spacing: normal;
           text-align: center;
           color: #fff;
           h2{
               font-family: "the-seasons", sans-serif;
               font-size: 100px;
               font-weight: normal;
               font-stretch: normal;
               font-style: normal;
               line-height: 1.1;
               letter-spacing: normal;
               text-align: center;
               color: #fff;
               margin-bottom: 20px;
               text-transform: uppercase;
               @media screen and (max-width: 980px){
                  font-size: 50px;
               }
           }
           &:nth-child(2){
               width: 60%;
               margin: 0 auto;
               @media screen and (max-width: 980px){
                   width: 100%;
               }
           }
       }
        &:nth-child(2){
            .et_pb_column{
                display: flex;
                justify-content: center;
                gap: 35px;
                @media screen and (max-width: 980px){
                    flex-wrap: wrap;
                    gap: 0;
                }
                .et_pb_button_module_wrapper{
                    margin-bottom: 0;
                    @media screen and (max-width: 980px){
                        width: 100%;
                        &:nth-child(1){
                            margin-bottom: 30px;
                        }
                    }
                }
            }
        }
    }
}

#MoulinDuGua_Cuisine_grid{
    padding-bottom: 0;
    background-color: #30404b;
    &:before{
        content:"";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 50%;
        z-index: 0;
        background-image: url(/wp-content/uploads/2025/06/TuileMotifGua1.png);
        background-size: 50px;
        opacity: 0.1;

    }
    .et_pb_row{
        &.inline_image__container{
            max-width: 65%;
            @media screen and (max-width: 1500px){
                max-width: 85%;
            }
            .et_pb_column{
                width: 23%;
                margin-right: 2%;
                .et_pb_image{
                    margin-bottom: 0;
                    &:hover{
                        .et_pb_image_wrap{
                            img{
                                transform: scale(1.1);
                            }
                        }
                    }
                    .et_pb_image_wrap{
                        overflow: hidden;
                        img{
                            transition: 0.5s all;
                        }
                    }
                }
                .et_pb_text{
                    font-family: Termina;
                    font-size: 18px;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.33;
                    letter-spacing: normal;
                    text-align: center;
                    color: #fff;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 140px;
                    padding: 35px 10px 18px;
                    background: rgba(48, 64, 75, 0.7);
                }
            }
        }
    }
}

#MoulinDuGua_Cuisine_cta{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #30404b;
    .et_pb_row{
        &:nth-child(1){
            .et_pb_text{
                width: 80%;
                margin: 0 auto;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
                p{
                    display: flex;
                    align-items: center;
                    font-family: Roboto;
                    font-size: 18px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.67;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fff;
                    @media screen and (max-width: 980px){
                        flex-wrap: wrap;
                    }
                    img{
                        width: 135.1px;
                        height: 42.3px;
                        margin-right: 27px;
                        @media screen and (max-width: 980px){
                            margin-bottom: 30px;
                        }
                    }
                }
            }
        }

    }
}

#MoulinDuGua__Rythme{
    background-color: #30404b;
    padding-bottom: 85px;
    @media screen and (max-width: 980px){
        padding-bottom: 75px;
    }
    .et_pb_row{
        display: flex;
        max-width: 67%;
        @media screen and (max-width: 1500px){
            max-width: 80%;
            width: 100%;
            flex-wrap: wrap;
            padding-bottom: 0;
        }
    }
    .et_pb_column{
        align-content: center;
        width: 50%;
        margin-right: 0;
        @media screen and (max-width: 980px){
            width: 100%;
            margin-bottom: 0;
        }
        .et_pb_text{
            padding: 78px 110px;
            font-family: Roboto;
            font-size: 18px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.67;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            background: #182734;
            @media screen and (max-width: 980px){
                padding: 78px 30px;
            }
            h2{
                font-family: "the-seasons", sans-serif;
                font-size: 40px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.13;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                text-transform: uppercase;
            }
        }
    }
}

#Ambiance{
    padding: 85px 0;
    @media screen and (max-width: 980px){
        padding: 80px 0;
    }
    .et_pb_row{
        &:nth-child(1){
            .et_pb_column{
                .et_pb_text{
                    h2{
                        font-family: "the-seasons", sans-serif;
                        font-size: 100px;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.1;
                        letter-spacing: normal;
                        text-align: center;
                        color: #a3813d;
                        text-transform: uppercase;
                        @media screen and (max-width: 980px){
                            font-size: 50px;
                        }
                    }
                }
            }
        }
        &.savourer__container{
            max-width: 100%;
            width: 100%;
            display: flex;
            padding: 50px 0;
            .et_pb_column{
                .et_pb_image{
                    .et_pb_image_wrap{
                        width: 100%;
                        img{
                            width: 100%;
                            max-height: 80svh;
                            height: 800px;
                            object-fit: cover;
                        }
                    }
                }
                .et_pb_text{
                    height: 100%;
                    display: flex;
                    align-items: flex-start;
                    .et_pb_text_inner{
                        width: 55%;
                        font-family: Roboto;
                        font-size: 18px;
                        font-weight: 300;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.67;
                        letter-spacing: normal;
                        text-align: left;
                        color: #000;
                        @media screen and (max-width: 1500px){
                            width: 85%;
                        }
                        @media screen and (max-width: 980px){
                            width: 80%;
                            margin: 0px auto;
                        }
                        h3{
                            font-family: "the-seasons", sans-serif;
                            font-size: 40px;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.13;
                            letter-spacing: normal;
                            text-align: left;
                            color: #000;
                            text-transform: uppercase;
                        }
                    }
                }
            }
        }
        &:nth-child(2), &:nth-child(4){
            @media screen and (max-width: 980px){
                display: flex;
                flex-wrap: wrap;
            }
            .et_pb_column{
                &:nth-child(1){
                    width: 60%;
                    margin-right: 3.5%;
                    @media screen and (max-width: 980px){
                        margin-right: 0;
                    }
                }
                &:nth-child(2){
                    width: 36.5%;
                }
                .et_pb_text{
                    justify-content: flex-start;
                }
            }
        }
        &:nth-child(3){
            @media screen and (max-width: 980px){
                display: flex;
                flex-wrap: wrap;
                flex-direction: column-reverse;
            }
            .et_pb_column{
                &:nth-child(1){
                    width: 36.5%;
                    margin-right: 3.5%;
                    @media screen and (max-width: 980px){
                        margin-right: 0;
                    }
                }
                &:nth-child(2){
                    width: 60%;
                    @media screen and (max-width: 980px){
                        margin-bottom: 30px;
                    }
                }
                .et_pb_text{
                    justify-content: flex-end;
                    text-align: right;
                    .et_pb_text_inner{
                        text-align: right;
                        h3{
                            text-align: right;
                        }
                    }
                }
            }
        }
    }
}

#MoulinDuGua__videoBG{
    max-height: 800px;
    height: 90vh;
}

#MoulinDuGua__testimonials{
    padding: 85px 0;
    &: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.05;
        /*mask-image: linear-gradient(to right, transparent -30%, black 300%);*/
    }
    .et_pb_row{
        display: flex;
        @media screen and (max-width: 980px){
            flex-wrap: wrap;
        }
    }
    .et_pb_column{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 58px 45px;
        background : #fff;
        border: 1px solid #a3813d;
        border-radius: 6px;
        .testimonials__content{
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: center;
            color: #626262;
            margin-bottom: auto;
        }
        .testimonials__name{
            font-family: Roboto;
            font-size: 16px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            text-align: center;
            color: #000;
            margin-top: 55px;
        }
        .testimonials__stars{
            margin: 0 0 48px;
            width: 107px;
        }
        .testimonials__icon{
            margin: 0 auto;
            img{

                height: 66px;
                max-width: 230px;
                object-fit: contain;
            }

        }
    }
}

#MoulinDuGua__offres{
    padding: 130px 0;
    background-color: #30404b;
    &: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.12;
        /*mask-image: linear-gradient(to right, transparent -30%, black 300%);*/
    }
    .et_pb_row {
        display: flex;
        justify-content: center;

        .offres__container{
            width: 60%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            @media screen and (max-width: 980px){
                width: 100%;
            }
            .offres__title{
                width: 100%;
                h2{
                    font-family: "the-seasons", sans-serif;
                    font-size: 40px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.13;
                    letter-spacing: normal;
                    text-align: center;
                    color: #fff;
                    text-transform: uppercase;
                }
            }
            .offres__content{
                width: 50%;
                font-family: Roboto;
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                text-align: center;
                color: #fff;
                margin-bottom: 38px;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
            }
            .button__container{
                width: 48%;
                display: flex;
                justify-content: center;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
                button.button{
                    width: 100%;
                    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;
                    cursor: pointer;
                    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;
                    }
                }
            }
        }
    }
}

#MoulinDuGua__Suites, #MoulinDuGua__Seminaires{
    padding: 0;
    .et_pb_row{
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 0;
        @media screen and (max-width: 980px){
            flex-wrap: wrap;
        }
        .et_pb_column{
            margin-right: 0;
            align-content: center;

            .et_pb_text{
                width: 79%;
                font-family: Roboto;
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                @media screen and (max-width: 1500px){
                    width: 100%;
                }
                h2{
                    font-family: "the-seasons", sans-serif;
                    font-size: 40px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.13;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fff;
                    text-transform: uppercase;
                    margin-bottom: 10px;
                    @media screen and (max-width: 980px){
                        font-size: 30px;
                        width: 100%;
                    }
                }
            }
            .et_pb_button_module_wrapper{
                width: 100%;
                margin-top: 30px;
                display: flex;
                justify-content: center;
                @media screen and (max-width: 1500px){

                }
            }
        }
    }
}

#MoulinDuGua__Suites{
    .et_pb_row{
        @media screen and (max-width: 980px){
            flex-direction: column-reverse;
        }
        .et_pb_column{
            &:nth-child(1){
                width: 40%;
                background-color: #28402E;
                padding: 116px;
                @media screen and (max-width: 1500px){
                    padding: 116px 80px;
                }
                @media screen and (max-width: 980px){
                    padding: 116px 30px;
                    margin-bottom: 0;
                }
                .et_pb_image{
                    width: 246px;
                    margin: 0 auto;

                    @media screen and (max-width: 980px){
                        width: 80%;
                        margin: 0px auto 30px;
                    }
                }
            }
            &:nth-child(2){
                width: 60%;
                @media screen and (max-width: 980px){
                    margin-bottom: 0;
                }
            }
        }
    }
}

#MoulinDuGua__Seminaires{
    .et_pb_row{

        .et_pb_column{
            &:nth-child(1){
                width: 60%;
                @media screen and (max-width: 980px){
                    margin-bottom: 0;
                }
            }
            &:nth-child(2){
                width: 40%;
                background-color: #28402E;
                padding: 230px 116px;
                @media screen and (max-width: 1500px){
                    padding: 116px 80px;
                }
                @media screen and (max-width: 980px){
                    padding: 116px 30px;
                }
                .et_pb_image{
                    width: 246px;
                    @media screen and (max-width: 1500px){
                        margin: 0 auto;
                    }
                    @media screen and (max-width: 980px){
                        width: 80%;
                        margin: 0px auto 30px;
                    }
                }
            }
        }
    }
}

#MoulinDuGua__Mariage{
    padding: 85px 0;
    background-color: rgba(163, 129, 61, 0.09);
    &: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;
        filter: invert(1);
        /*mask-image: linear-gradient(to right, transparent -30%, black 300%);*/
    }

    .et_pb_row{
        display: flex;
        max-width: 1200px;
        @media screen and (max-width: 980px){
            flex-wrap: wrap;
        }
        .et_pb_column{
            align-content: center;
            .et_pb_text{
                margin-bottom: 35px;
                opacity: 0.8;
                font-family: Roboto;
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.67;
                letter-spacing: normal;
                text-align: left;
                color: #000;
                margin-bottom: 50px;
                h2{
                    font-family: "the-seasons", sans-serif;
                    font-size: 40px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.13;
                    letter-spacing: normal;
                    text-align: left;
                    color: #000;
                    opacity: 1;
                    margin-bottom: 30px;
                    text-transform: uppercase;
                }
            }
            .et_pb_image{
                width: 78%;
                &:nth-child(1){

                }
                &:nth-child(2){
                    margin-top: -20%;
                    margin-left: auto;
                    margin-right: 0;
                }
                &:nth-child(3){
                    margin-top: -15%;
                }
            }
        }
    }
}