.elementor-14 .elementor-element.elementor-element-801b945{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8ee30d5 *//* VERDONCK PALAZIO - SUITES */


/* CONTENEUR GENERAL */

.suites {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 90px;
    font-family: inherit;
}


/* BLOC SUITE */

.suite {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    min-height: 560px;
    margin-bottom: 55px;
    overflow: hidden;

    background-color: #ffffff;

    border: 1px solid #ded5c5;
    border-radius: 24px;

    box-shadow: 0 18px 50px rgba(37, 30, 20, 0.08);

    transition: transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}


.suite:hover {
    transform: translateY(-4px);
    border-color: #ead8b4;
    box-shadow: 0 24px 65px rgba(37, 30, 20, 0.13);
}


/* Ligne doree decorative */

.suite::before {
    content: "";
    position: absolute;
    z-index: 3;

    top: 0;
    left: 50%;

    width: 90px;
    height: 3px;

    background-color: #b58a42;

    transform: translateX(-50%);
}


/* IMAGE */

.suite-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background-color: #f8f5ef;
}


.suite-image::after {
    content: "";
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 65%,
        rgba(0, 0, 0, 0.14) 100%
    );

    pointer-events: none;
}


.suite-image img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 560px;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.suite:hover .suite-image img {
    transform: scale(1.025);
}


/*  ALTERNANCE PHOTO / TEXTE */

.suite-reverse .suite-image {
    order: 2;
}


.suite-reverse .suite-content {
    order: 1;
}


/*  CONTENU */

.suite-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 60px;

    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #fdfbf8 100%
    );
}


/* Petit texte au-dessus du titre 

.suite-content::before {
    content: "VERDONCK PALAZIO";

    display: block;

    margin-bottom: 12px;

    color: #b58a42;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}
*/

/* TITRES */

.suite-content h2 {
    position: relative;

    margin: 0 0 25px;
    padding-bottom: 18px;

    color: #171717;

    font-family: "DM Serif Display",
                 Georgia,
                 "Times New Roman",
                 serif;

    font-size: 46px;
    font-weight: 400;

    line-height: 1.1;
}


/* Trait dore sous le titre */

.suite-content h2::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 0;

    width: 58px;
    height: 2px;

    background-color: #b58a42;
}


/* PARAGRAPHES */

.suite-content p {
    max-width: 600px;

    margin: 0 0 18px;

    color: #3f3b37;

    font-family: inherit;

    font-size: 16px;

    line-height: 1.8;
}


.suite-content p + p {
    margin-top: 4px;
}


/* PRIX*/

.suite-price {
    position: relative;

    display: inline-flex;
    flex-direction: column;

    align-self: flex-start;

    min-width: 215px;

    margin: 12px 0 25px;

    padding: 18px 24px;

    background-color: #f8f5ef;

    border: 1px solid #ead8b4;

    border-radius: 16px;
}


/* Ligne verticale doree */

.suite-price::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 15px;
    bottom: 15px;

    width: 3px;

    background-color: #b58a42;

    border-radius: 0 4px 4px 0;
}


.suite-price strong {
    display: block;

    margin-bottom: 4px;

    color: #171717;

    font-family: "DM Serif Display",
                 Georgia,
                 "Times New Roman",
                 serif;

    font-size: 34px;
    font-weight: 400;

    line-height: 1.1;
}


.suite-price span {
    display: block;

    margin-top: 4px;

    color: #68645f;

    font-size: 14px;

    line-height: 1.4;
}


/* Petit dejeuner compris */

.suite-price span:last-child {
    margin-top: 9px;

    color: #8c682f;

    font-weight: 600;
} 



/* ACCORDEON */

.suite details {
    width: 100%;

    margin: 5px 0 28px;

    border-top: 1px solid #ded5c5;
    border-bottom: 1px solid #ded5c5;
}


.suite summary {
    position: relative;

    padding: 18px 45px 18px 0;

    color: #171717;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    list-style: none;

    transition: color 0.25s ease;
}


.suite summary::-webkit-details-marker {
    display: none;
}


.suite summary::after {
    content: "+";

    position: absolute;

    right: 5px;
    top: 50%;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #b58a42;

    border: 1px solid #ead8b4;
    border-radius: 50%;

    font-size: 19px;
    font-weight: 400;

    transform: translateY(-50%);

    transition: background-color 0.25s ease,
                color 0.25s ease;
}


.suite details[open] summary::after {
    content: "−";

    background-color: #b58a42;

    color: #ffffff;

    border-color: #b58a42;
}


.suite summary:hover {
    color: #8c682f;
}


/* EQUIPEMENTS */

.suite details ul {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 11px 22px;

    margin: 0;

    padding: 5px 0 22px;

    list-style: none;
}


.suite details li {
    position: relative;

    margin: 0;

    padding-left: 24px;

    color: #3f3b37;

    font-size: 15px;

    line-height: 1.55;
}


/* Puce doree */

.suite details li::before {
    content: "";

    position: absolute;

    top: 9px;
    left: 2px;

    width: 6px;
    height: 6px;

    background-color: #b58a42;

    border-radius: 50%;

    box-shadow: 0 0 0 4px rgba(181, 138, 66, 0.12);
}

/* BOUTON */

.reserve-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    align-self: flex-start;

    min-width: 155px;
    min-height: 50px;

    padding: 13px 30px;

    margin-top: 2px;

    background-color: #171717;

    border: 1px solid #171717;
    border-radius: 30px;

    color: #ffffff ;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    text-decoration: none;

    transition: background-color 0.25s ease,
                border-color 0.25s ease,
                transform 0.25s ease,
                box-shadow 0.25s ease;
}


.reserve-button:hover,
.reserve-button:focus {
    background-color: #b58a42;

    border-color: #b58a42;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(181, 138, 66, 0.25);
}


/* SUITE PRESIDENTIELLE */

.presidential-suite {
    border-color: #b58a42;

    box-shadow: 0 22px 60px rgba(36, 32, 26, 0.14);
}


.presidential-suite .suite-content {
    background: linear-gradient(
        145deg,
        #24201a 0%,
        #171717 100%
    );
}


.presidential-suite .suite-content::before {
    content: "EXPÉRIENCE EXCLUSIVE";

    color: #ead8b4;
}


.presidential-suite .suite-content h2 {
    color: #ffffff;
}


.presidential-suite .suite-content p {
    color: rgba(255, 255, 255, 0.78);
}


.presidential-suite .suite-price {
    background-color: rgba(255, 255, 255, 0.07);

    border-color: rgba(234, 216, 180, 0.35);
}


.presidential-suite .suite-price strong {
    color: #ffffff;
}


.presidential-suite .suite-price span {
    color: rgba(255, 255, 255, 0.65);
}


.presidential-suite .suite-price span:last-child {
    color: #ead8b4;
}


.presidential-suite details {
    border-color: rgba(255, 255, 255, 0.16);
}


.presidential-suite summary {
    color: #ffffff;
}


.presidential-suite details li {
    color: rgba(255, 255, 255, 0.76);
}


.presidential-suite .reserve-button {
    background-color: #b58a42;

    border-color: #b58a42;
}


.presidential-suite .reserve-button:hover,
.presidential-suite .reserve-button:focus {
    background-color: #ead8b4;

    border-color: #ead8b4;

    color: #171717;
}

/*TABLETTE*/

@media screen and (max-width: 950px) {

    .suites {
        width: calc(100% - 30px);

        padding: 45px 0 70px;
    }


    .suite {
        grid-template-columns: 100%;

        min-height: 0;

        margin-bottom: 40px;
    }


    .suite-image {
        min-height: 430px;
        height: 430px;
    }


    .suite-image img {
        min-height: 430px;
        height: 430px;
    }


    .suite-reverse .suite-image {
        order: 1;
    }


    .suite-reverse .suite-content {
        order: 2;
    }


    .suite-content {
        padding: 45px 40px;
    }


    .suite-content h2 {
        font-size: 40px;
    }

}

/* MOBILE */

@media screen and (max-width: 620px) {

    .suites {
        width: calc(100% - 20px);

        padding: 30px 0 50px;
    }


    .suite {
        margin-bottom: 28px;

        border-radius: 18px;
    }


    .suite::before {
        width: 65px;
    }


    .suite-image {
        height: 300px;
        min-height: 300px;
    }


    .suite-image img {
        height: 300px;
        min-height: 300px;
    }


    .suite-content {
        padding: 32px 22px 34px;
    }


    .suite-content::before {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .suite-content h2 {
        margin-bottom: 20px;

        font-size: 34px;
    }


    .suite-content p {
        font-size: 15px;

        line-height: 1.7;
    }


    .suite-price {
        align-self: stretch;

        min-width: 0;

        padding: 16px 20px;
    }


    .suite-price strong {
        font-size: 30px;
    }


    .suite details ul {
        grid-template-columns: 100%;

        gap: 10px;
    }


    .reserve-button {
        align-self: stretch;

        width: 100%;

        min-height: 52px;
    }

}/* End custom CSS */