/* =====================================================
   Nova Hotel - Layout Override
===================================================== */

/* Empêcher tout scroll horizontal parasite */
body.nova-hotel-active {
    overflow-x: hidden;
}


/* =====================================================
   Suppression éléments thème
===================================================== */

/* Masquer breadcrumb */
.nova-hotel-active .nt-breadcrumbs,
.nova-hotel-active .breadcrumb {
    display: none !important;
}

/* Masquer le header du titre */
.nova-hotel-active .nt-entry-header {
    display: none !important;
}


/* =====================================================
   Neutraliser container Bootstrap
===================================================== */

/* Supprimer paddings py-2 et py-4 */
.nova-hotel-active .container.py-2,
.nova-hotel-active .container.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Transformer le container principal en full-width */
.nova-hotel-active .container.py-4 {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =====================================================
   Bannière Full Width
===================================================== */

.nova-hotel-banner {
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}


/* Overlay sombre bas */
.nova-hotel-banner-overlay {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}


/* Texte bannière */
.nova-hotel-banner-text {
    color: #ffffff;
    font-size: 42px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
}


/* =====================================================
   Section Description
===================================================== */

.nova-hotel-description {
    padding: 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.nova-hotel-description h2 {
    margin-bottom: 20px;
}

/* =====================================================
   Section Intro - Version centrée premium
===================================================== */

.nova-hotel-intro {
    background: #ffffff;
    padding: 140px 20px;
}

/* Wrapper centré */
.nova-hotel-intro-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Bloc 2 colonnes */
.nova-hotel-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
}

/* Colonne texte */
.nova-hotel-intro-text {
    background: #f2f1ee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 60px;
}

/* Limiter largeur texte */
.nova-hotel-intro-inner {
    max-width: 420px;
}

.nova-hotel-intro-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #b08d57;
    margin-bottom: 25px;
}

.nova-hotel-intro-text h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 35px;
}

.nova-hotel-intro-text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #333;
}

/* Colonne image */
.nova-hotel-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
    .nova-hotel-intro-grid {
        grid-template-columns: 1fr;
    }

    .nova-hotel-intro-text {
        padding: 70px 30px;
    }
}
/* =====================================================
   Typographie Premium
===================================================== */

/* Appliquer Playfair aux titres */
.nova-hotel-intro-subtitle,
.nova-hotel-intro-text h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
}

/* Subtitle */
.nova-hotel-intro-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    color: #b08d57;
    margin-bottom: 25px;
}

/* Titre principal */
.nova-hotel-intro-text h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: 300;
}

/* Paragraphe justifié */
.nova-hotel-intro-text p {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    color: #333;
}


/* =====================================================
   Bannière secondaire avec parallax
===================================================== */

.nova-hotel-banner-secondary {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.nova-hotel-banner-bg {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 700px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    will-change: transform;
    transition: transform 0.1s linear;
}

/* =====================================================
   Section Décoration - version fidèle au visuel
===================================================== */

.nova-hotel-deco {
    background: #ffffff;
    padding: 160px 20px;
}

.nova-hotel-deco-wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.nova-hotel-deco-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: stretch;
}

/* Image colonne gauche */
.nova-hotel-deco-image {
    position: relative;
}

.nova-hotel-deco-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bloc texte droite */
.nova-hotel-deco-text {
    background: #f3f2ef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 70px;
}

/* Contenu interne */
.nova-hotel-deco-inner {
    max-width: 420px;
}

/* Subtitle */
.nova-hotel-deco-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #b08d57;
    margin-bottom: 25px;
    text-align: center;
}

/* Titre */
.nova-hotel-deco-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 35px;
    text-align: center;
}

/* Paragraphe */
.nova-hotel-deco-text p {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    color: #333;
}

/* Responsive */
@media (max-width: 992px) {
    .nova-hotel-deco-grid {
        grid-template-columns: 1fr;
    }

    .nova-hotel-deco-text {
        padding: 70px 30px;
    }
}

/* =====================================================
   Section Petit Déjeuner
===================================================== */

.nova-hotel-breakfast {
    background: #e9e9e9; /* gris clair global */
    padding: 160px 20px;
}

.nova-hotel-breakfast-wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.nova-hotel-breakfast-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

/* Bloc texte gauche */
.nova-hotel-breakfast-text {
    background: #b8955f; /* beige doré */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 70px;
}

.nova-hotel-breakfast-inner {
    max-width: 420px;
}

.nova-hotel-breakfast-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

/* Image droite */
.nova-hotel-breakfast-image img {
    width: 98%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .nova-hotel-breakfast-grid {
        grid-template-columns: 1fr;
    }

    .nova-hotel-breakfast-text {
        padding: 80px 30px;
    }
}

/* =====================================================
   SECTION SUITES — RENDU EXACT VISUEL
===================================================== */

.nova-hotel .nova-hotel-suites {
    background: #ffffff;
    padding: 120px 0;
}

/* Wrapper plus compact */
.nova-hotel .nova-hotel-suites-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

/* Image */
.nova-hotel .nova-hotel-suites-image img {
    width: 100%;
    display: block;
}

/* Bloc inférieur */
.nova-hotel .nova-hotel-suites-content {
    display: flex;
    width: 100%;
}

/* Colonne gauche */
.nova-hotel .nova-hotel-suites-left {
    width: 50%;
    background: #f1f1f1; /* gris très léger */
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nova-hotel .nova-hotel-suites-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: #b08d57;
    margin-bottom: 15px;
    text-align: center;
}

.nova-hotel .nova-hotel-suites-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.nova-hotel .nova-hotel-suites-left p {
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
}

/* Colonne droite */
.nova-hotel .nova-hotel-suites-right {
    width: 50%;
    background: #b8955f;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Liste centrée */
.nova-hotel .nova-hotel-suites-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    text-align: center;
}

.nova-hotel .nova-hotel-suites-list li {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Bouton centré */
.nova-hotel .nova-hotel-btn {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
    .nova-hotel .nova-hotel-suites-content {
        flex-direction: column;
    }

    .nova-hotel .nova-hotel-suites-left,
    .nova-hotel .nova-hotel-suites-right {
        width: 100%;
    }
}
