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

    &:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 330px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 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.2) 29%, rgba(255, 255, 255, 0) 100%);
    }

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

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

        }
        .et_pb_button_module_wrapper {
            display: flex;
            justify-content: center;
        }
    }
}


#IlleDuGua_Introduction{
    padding: 97px 0;
    background-color: #28402E;
    background: linear-gradient(90deg,rgba(40, 64, 46, 1) 0%, rgba(68, 112, 76, 1) 100%);
    &: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.3;
        mask-image: linear-gradient(to right, transparent -30%, black 300%);
    }
    @media screen and (max-width: 980px) {
        padding: 80px 0;
    }
    .et_pb_row{
        max-width: 1440px;
        .et_pb_column{
            &:nth-child(1){
                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: right;
                    color: #fff;
                    text-transform: uppercase;
                    @media screen and (max-width: 1500px){
                        font-size: 80px;
                    }
                    @media screen and (max-width: 980px){
                        font-size: 50px;
                    }
                }
            }
            &:nth-child(2){
                .et_pb_text_inner{
                    width: 70%;
                    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){
                        width: 80%;
                    }
                    @media screen and (max-width: 980px){
                        width: 100%;
                    }
                }
                .et_pb_image{
                    &:nth-child(2){
                        transform: translateX(-30%);
                        width: 120%;
                        @media screen and (max-width: 1500px){
                            margin-top: 20%;
                            position: relative;
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            transform: none;
                            left: auto;
                            margin-top: 0;
                        }
                    }
                    &:nth-child(3){
                        width: 55%;
                        margin-top: -40%;
                        transform: translateX(68%);
                        @media screen and (max-width: 1500px){
                            width: 45%;
                            margin-top: -60%;
                            transform: translateX(98%);
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            transform: none;
                            margin-top: 0;
                        }
                    }

                }
            }
        }
    }
}

#IleDuGua_Parallax{
    height: 628px;
}

#IleDuGua_Panorama{
    padding: 0;
    .et_pb_row{
        padding: 0;
        max-width: 100%;
        width: 100%;
        display: flex;
        @media screen and (max-width: 980px){
            flex-wrap: wrap;
            flex-direction: row-reverse;
        }
        .et_pb_column{
            display: flex;
            align-items: center;
            margin: 0;
            &:nth-child(1){
                width: 37%;
                background-color: #28402E;
                background: linear-gradient(90deg,rgba(40, 64, 46, 1) 0%, rgba(68, 112, 76, 1) 100%);
                padding-right: 62px;
                @media screen and (max-width: 980px){
                    width: 100%;
                    padding: 50px 30px;
                }
                &: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.3;
                    mask-image: linear-gradient(to right, transparent -30%, black 300%);
                }
                .et_pb_text_inner{
                    width: 55%;
                    font-family: Termina;
                    font-size: 18px;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.67;
                    letter-spacing: normal;
                    text-align: right;
                    color: #fff;
                    float: right;
                    @media screen and (max-width: 1500px){
                        font-size: 16px;
                    }
                    @media screen and (max-width: 980px){
                        float: none;
                        text-align: left;
                        width: 100%;
                    }
                }
            }
            &:nth-child(2){
                width: 63%;
                @media screen and (max-width: 980px){
                    width: 100%;
                }
            }
        }
    }
}

#IleDuGua__Envies{
    padding: 85px 0;
    @media screen and (max-width: 980px){
        padding: 100px 0 0;
        .et_pb_row:last-child{
            padding: 0;
        }
    }
    .envies__title_container{
        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;
            }
        }
    }
    .inline_image__container{
        max-width: 100%;
        width: 100%;
        display: flex;
        .et_pb_column{
            padding: 0;
            margin: 0;
            &:nth-child(1){
                width: 65%;
            }
            &:nth-child(2){
                width: 35%;
            }
            .et_pb_image{
                height: 100%;
                .et_pb_image_wrap{
                    height: 100%;
                    img{
                        height: 100%;
                        object-fit: cover;
                    }
                }

            }
        }
    }
    .bien-etre__container{
        padding: 113px 0;
        width: 740px;
        display: flex;
        .text__side{
            height: 100%;
            .et_pb_text_inner{
                align-content: end;
                height: 100%;
                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;
                h3{
                    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;
                }
            }

        }
    }
}

#IleDuGua__Patchwork{

    .et_pb_row{
        max-width: 1350px;
        .et_pb_column{
            .et_pb_text_inner{
                font-family: Roboto;
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                color: #fff;
                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;
                    color: #fff;
                    text-transform: uppercase;
                }
            }
        }
    }

    &.top{
        background-color: #28402E;
        background: linear-gradient(90deg,rgba(40, 64, 46, 1) 0%, rgba(68, 112, 76, 1) 100%);
        padding: 85px 0 0;
        @media screen and (max-width: 980px){
            padding-bottom: 0;
        }
        &:before{
            content:"";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 75%;
            z-index: 0;
            background-image: url(/wp-content/uploads/2025/06/TuileMotifGua1.png);
            background-size: 50px;
            opacity: 0.3;
            mask-image: linear-gradient(to right, transparent -30%, black 300%);
        }
        .et_pb_row{
            display: flex;
            justify-content: center;
            @media screen and (max-width: 980px){
                flex-wrap: wrap;
            }
            &:nth-child(1){
                @media screen and (max-width: 980px){
                    flex-direction: column-reverse;
                }
                .et_pb_column{
                    &:nth-child(1){
                        width: 30%;
                        margin-right: 5%;
                        align-content: center;
                        .et_pb_text_inner{
                            text-align: right;
                            @media screen and (max-width: 980px){
                                text-align: left;
                            }
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                        }
                    }
                    &:nth-child(2){
                        width: 65%;
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-bottom: 30px;
                        }
                    }
                }
            }
            &:nth-child(2){
                justify-content: flex-end;
                @media screen and (max-width: 980px){
                    flex-direction: column;
                }
                .et_pb_column{
                    &:nth-child(1){
                        width: 30%;
                        margin-right: 5%;
                        transform: translateY(-30%);
                        @media screen and (max-width: 1500px){
                            transform: translateY(-20%);
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-right: 0;
                            transform: none;
                        }
                    }
                    &:nth-child(2){
                        width: 48%;
                        margin-right: 5% !important;
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-right: 0 !important;
                            margin-bottom: 0px;
                        }
                    }
                }
            }

        }
    }
    &.bottom{
        background-color: #28402E;
        background: linear-gradient(90deg,rgba(40, 64, 46, 1) 0%, rgba(68, 112, 76, 1) 100%);
        padding:  0 0 85px 0;
        .et_pb_row{
            display: flex;
            justify-content: center;
            @media screen and (max-width: 980px){
                flex-wrap: wrap;
                flex-direction: column-reverse;
            }
            &:nth-child(1){
                .et_pb_column{
                    &:nth-child(1){
                        width: 30%;
                        margin-right: 5%;
                        align-content: center;
                        .et_pb_text_inner{
                            text-align: right;
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            .et_pb_text_inner{
                                text-align: left;
                            }
                        }
                    }
                    &:nth-child(2){
                        width: 65%;
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-bottom: 30px;
                        }
                    }
                }
            }
            &:nth-child(2){
                justify-content: flex-end;
                @media screen and (max-width: 980px){
                    flex-direction: column;
                }
                .et_pb_column{
                    &:nth-child(1){
                        width: 65%;
                        margin-right: 5%;
                        margin-top: -10%;
                        @media screen and (max-width: 1500px){
                            img{
                                height: 720px;
                                object-fit: cover;
                            }
                        }
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-right: 0;
                            margin-top: 0;
                            transform: none;
                            img{
                                height: auto;
                            }
                        }

                    }
                    &:nth-child(2){
                        width: 30%;
                        @media screen and (max-width: 980px){
                            width: 100%;
                            margin-right: 0 !important;
                            margin-bottom: 0px;
                        }
                    }
                }
            }

        }
    }
}

#IleDuGua__Seasons{
    padding: 85px 0;
    .et_pb_row{
        .et_pb_column{
            .et_pb_text_inner{
                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;
                    margin-bottom: 20px;
                    @media screen and (max-width: 980px){
                        font-size: 50px;
                    }
                }
                h3{
                    font-family: Termina;
                    font-size: 25px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.4;
                    letter-spacing: normal;
                    text-align: center;
                    color: #000;
                    @media screen and (max-width: 980px){
                        font-size: 20px;
                    }
                }
            }
            .et_pb_button_module_wrapper{
                display: flex;
                justify-content: center;
            }
        }
        &.saison__container{

            .et_pb_column{
                width: 25%;
                margin-right: 0;
                margin-bottom: 0;
                .et_pb_image{
                    margin-bottom: 0;
                }

                .et_pb_text{
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    h4{
                        font-family: "the-seasons", sans-serif;
                        font-size: 45px;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1;
                        letter-spacing: normal;
                        text-align: center;
                        color: #fff;
                    }
                }
                .flip-card {
                    background-color: transparent;
                    width: 100%;
                    height: 276px;
                    perspective: 1000px;
                    .flip-card-inner {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        text-align: center;
                        transition: transform 0.8s;
                        transform-style: preserve-3d;
                        .flip-card-front, .flip-card-back {
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            -webkit-backface-visibility: hidden; /* Safari */
                            backface-visibility: hidden;
                        }
                        .flip-card-front {
                            background-color: #bbb;
                            color: black;
                            transform-style: preserve-3d;
                            img{
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                            .text{
                                font-family: "the-seasons", sans-serif;
                                font-size: 45px;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: normal;
                                text-align: center;
                                color: #fff;
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate3D(-50%, -50%, 50px) scale(0.9);
                            }
                        }

                        /* Style the back side */
                        .flip-card-back {
                            background-color: #28402E;
                            transform: rotateY(180deg);
                            align-content: center;
                            padding: 10px 20px;
                            h3{
                                font-family: "the-seasons", sans-serif;
                                font-size: 28px;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: normal;
                                text-align: center;
                                color: #fff;
                            }
                            p{
                                font-family: Roboto;
                                font-size: 16px;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.15;
                                letter-spacing: normal;
                                text-align: center;
                                color: #fff;
                            }
                        }
                    }
                    &:hover .flip-card-inner {
                        transform: rotateY(180deg);
                    }
                }

            }
        }
    }
}

#IleDuGua_Seminaire_Brasserie{
    padding: 0;
    .et_pb_row{
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 0;

        .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;
                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;
                }
            }
            .et_pb_button_module_wrapper{
                width: 100%;
                display: flex;
                justify-content: center;

            }

        }
        &:nth-child(1){
            @media screen and (max-width: 980px) {
                flex-direction: column-reverse;
            }
            .et_pb_column{
                &:nth-child(1){
                    background-color: #21392e;
                    width: 40%;
                    padding: 116px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    @media screen and (max-width: 1500px){
                        padding: 116px 80px;
                    }
                    @media screen and (max-width: 980px) {
                        margin-bottom: 0;
                        padding: 116px 40px;
                        .et_pb_text{
                            width: 100%;
                        }
                    }
                }
                &:nth-child(2){
                    width: 60%;
                    .et_pb_image{
                        height: 100%;
                        .et_pb_image_wrap{
                            height: 100%;
                            img{
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }
                }
            }
        }
        &:nth-child(2){
            @media screen and (max-width: 980px) {
                flex-direction: column;
            }
            .et_pb_column{
                @media screen and (max-width: 980px) {
                    margin-bottom: 0;
                }
                &:nth-child(1){
                    width: 60%;
                    .et_pb_image{
                        height: 100%;
                        .et_pb_image_wrap{
                            height: 100%;
                            img{
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }
                }
                &:nth-child(2){
                    width: 40%;
                    background-color: #182734;
                    padding: 116px;
                    @media screen and (max-width: 1500px){
                        padding: 116px 80px;
                        .et_pb_text{
                            width: 100%;
                        }
                    }
                    @media screen and (max-width: 980px) {
                        margin-bottom: 0;
                        padding: 116px 40px;
                    }
                    .et_pb_image{
                        width: 246px;
                        margin: 0 auto 30px;
                        @media screen and (max-width: 1500px){
                            margin: 0 auto 45px;
                        }
                    }
                }
            }
        }
    }
}

#IleDuGua__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;
            }

        }
    }
}

#IleDuGua__offres{
    padding: 130px 0;
    background-color: #28402E;
    background: linear-gradient(90deg,rgba(40, 64, 46, 1) 0%, rgba(68, 112, 76, 1) 100%);
    &: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;
        justify-content: center;

        .offres__container{
            width: 60%;

            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .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: 100%;
                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;
            }
            .et_pb_button_module_wrapper{
                width: 48%;
                @media screen and (max-width: 980px) {
                    width: 100%;
                }
                .offres__button{

                }
            }


        }
    }
}