/* ============================================
   BELLONIE HEADER - Styles
   ============================================ */

   :root {
    --bellonie-bg: #6B7B5F;
    --bellonie-primary: #C4A962;
    --bellonie-white: #FFFFFF;
    --bellonie-text: #FFFFFF;
    --bellonie-radius: 12px;
}

/* Force le navbar à être au-dessus de tous les autres éléments */
.navbar-area {
    position: relative;
    z-index: 99999 !important;
}

/* ============================================
   NAVBAR THEMES (Dark / Light)
   ============================================ */

/* Thème Dark - Header avec fond sombre/transparent, texte blanc */
.navbar-area.navbar-two.navbar-dark-theme .navbar-nav li,
.navbar-area.navbar-two.navbar-dark-theme .navbar-nav li a,
.navbar-area.navbar-two.navbar-dark-theme .nav-right-content ul li a,
.navbar-area.navbar-two.navbar-dark-theme .nav-right-content ul li,
.navbar-area.navbar-two.navbar-dark-theme .navbar-toggler {
    color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-dark-theme .navbar-nav > li > a:hover {
    color: #C4A962 !important;
}

/* Sous-menu (dropdown) en thème dark */
.navbar-area.navbar-two.navbar-dark-theme .navbar-nav .sub-menu {
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-dark-theme .navbar-nav .sub-menu li,
.navbar-area.navbar-two.navbar-dark-theme .navbar-nav .sub-menu li a {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-dark-theme .navbar-nav .sub-menu li a:hover {
    background-color: #514D40 !important;
    color: #C4A962 !important;
}

.navbar-dark-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Support des icônes et boutons du menu */
.navbar-area.navbar-two.navbar-dark-theme .notification-icon.icon i,
.navbar-area.navbar-two.navbar-dark-theme .nav-right-content .notification-icon.icon i {
    color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-dark-theme .btn-profile {
    color: #FFFFFF !important;
}

/* Bouton "Se connecter" en thème dark */
.navbar-area.navbar-two.navbar-dark-theme .login-account .accounts {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.navbar-area.navbar-two.navbar-dark-theme .login-account .accounts:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Menu déroulant en thème dark (quand connecté) */
.navbar-area.navbar-two.navbar-dark-theme .login-account .author-thumb,
.navbar-area.navbar-two.navbar-dark-theme .login-account .accounts.loggedin,
.navbar-area.navbar-two.navbar-dark-theme .login-account .title {
    color: #000000 !important;
}

/* ============================================
   NAVBAR-ONE (Variante 01) - Fond blanc, texte noir
   ============================================ */
.navbar-area.navbar-one {
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li,
.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li a,
.navbar-area.navbar-one .navbar-nav li,
.navbar-area.navbar-one .navbar-nav li a,
.navbar-area.navbar-one .nav-right-content ul li a,
.navbar-area.navbar-one .nav-right-content ul li,
.navbar-area.navbar-one .navbar-toggler {
    color: #333333 !important;
}

.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li a:hover,
.navbar-area.navbar-one .navbar-nav > li > a:hover {
    color: #C4A962 !important;
}

.navbar-area.navbar-one .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Sous-menu navbar-one */
.navbar-area.navbar-one .navbar-nav .sub-menu,
.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-one .navbar-nav .sub-menu li,
.navbar-area.navbar-one .navbar-nav .sub-menu li a,
.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-one .navbar-nav .sub-menu li a:hover,
.navbar-area.navbar-one .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: #514D40 !important;
    color: #C4A962 !important;
}

/* Bouton connexion navbar-one - spécificité élevée pour override */
.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts,
.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts.loggedin {
    color: #ffffff !important;
    background-color: #707070 !important;
    border-radius: 45px !important;
    padding: 12px 25px !important;
}

.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts .title,
.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts.loggedin .title {
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts:hover,
.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts.loggedin:hover {
    background-color: #514D40 !important;
}

.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts:hover .title,
.navbar.navbar-area.navbar-one .nav-right-content .login-account .accounts.loggedin:hover .title {
    color: #ffffff !important;
}

/* Icônes navbar-one */
.navbar-area.navbar-one .notification-icon.icon i,
.navbar-area.navbar-one .nav-right-content .notification-icon.icon i {
    color: #333333 !important;
}

.navbar-area.navbar-one .btn-profile {
    color: #333333 !important;
}

/* ============================================
   NAVBAR-TWO (Variante 02) - Fond transparent, texte blanc
   ============================================ */
.navbar-area.navbar-two {
    background-color: transparent !important;
}

.navbar-area.navbar-two .navbar-nav li,
.navbar-area.navbar-two .navbar-nav li a,
.navbar-area.navbar-two .nav-right-content ul li a,
.navbar-area.navbar-two .nav-right-content ul li,
.navbar-area.navbar-two .navbar-toggler {
    color: #FFFFFF !important;
}

.navbar-area.navbar-two .navbar-nav > li > a:hover {
    color: #C4A962 !important;
}

.navbar-area.navbar-two .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Sous-menu navbar-two */
.navbar-area.navbar-two .navbar-nav .sub-menu {
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two .navbar-nav .sub-menu li,
.navbar-area.navbar-two .navbar-nav .sub-menu li a {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two .navbar-nav .sub-menu li a:hover {
    background-color: #514D40 !important;
    color: #C4A962 !important;
}

/* Bouton connexion navbar-two */
.navbar-area.navbar-two .login-account .accounts {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-radius: 45px !important;
    padding: 12px 25px !important;
}

.navbar-area.navbar-two .login-account .accounts:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Thème Light - Header avec fond clair, texte noir */

.navbar-area.navbar-two.navbar-light-theme .navbar-nav li,
.navbar-area.navbar-two.navbar-light-theme .navbar-nav li a,
.navbar-area.navbar-two.navbar-light-theme .nav-right-content ul li a,
.navbar-area.navbar-two.navbar-light-theme .nav-right-content ul li,
.navbar-area.navbar-two.navbar-light-theme .navbar-toggler {
    color: #333333 !important;
}

.navbar-area.navbar-two.navbar-dark-theme .login-account .accounts {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-area.navbar-two.navbar-light-theme .navbar-nav > li > a:hover {
    color: #C4A962 !important;
}

/* Sous-menu (dropdown) en thème light */
.navbar-area.navbar-two.navbar-light-theme .navbar-nav .sub-menu {
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-light-theme .navbar-nav .sub-menu li,
.navbar-area.navbar-two.navbar-light-theme .navbar-nav .sub-menu li a {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}

.navbar-area.navbar-two.navbar-light-theme .navbar-nav .sub-menu li a:hover {
    background-color: #514D40 !important;
    color: #C4A962 !important;
}

.navbar-light-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Support des icônes et boutons du menu */
.navbar-area.navbar-two.navbar-light-theme .notification-icon.icon i,
.navbar-area.navbar-two.navbar-light-theme .nav-right-content .notification-icon.icon i {
    color: #333333 !important;
}

.navbar-area.navbar-two.navbar-light-theme .btn-profile {
    color: #333333 !important;
}

/* Bouton "Se connecter" en thème light */
.navbar-area.navbar-two.navbar-light-theme .login-account .accounts {
    color: #ffffff !important;
    background-color: #707070 !important;
    border-radius: 45px !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.navbar-area.navbar-two.navbar-light-theme .login-account .accounts:hover {
    background-color: #514D40 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

/* Menu déroulant en thème light (quand connecté) */
.navbar-area.navbar-two.navbar-light-theme .login-account .author-thumb,
.navbar-area.navbar-two.navbar-light-theme .login-account .accounts.loggedin,
.navbar-area.navbar-two.navbar-light-theme .login-account .title {
    color: #000000 !important;
}

/* ============================================
   CORRECTION RESPONSIVE BOUTON "SE CONNECTER"
   ============================================ */

/* Correction pour les écrans entre 992px et 1200px (problème autour de 1180px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Assurer que le bouton reste visible et bien positionné */
    .navbar-area .nav-right-content {
        flex-shrink: 0 !important;
        min-width: auto !important;
    }

    .navbar-area .nav-right-content .navbar-right-inner {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    /* Bouton "Se connecter" - correction responsive */
    .navbar-area .login-account {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    .navbar-area .login-account .accounts {
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        min-width: auto !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
        display: inline-block !important;
        box-sizing: border-box !important;
    }

    .navbar-area .login-account .accounts .account {
        white-space: nowrap !important;
        overflow: visible !important;
        display: inline-block !important;
    }

    /* Assurer que le conteneur nav-right-content ne déborde pas */
    .navbar-area.navbar-two .nav-right-content {
        max-width: none !important;
        overflow: visible !important;
    }

    /* Réduire les marges si nécessaire */
    .navbar-area.navbar-two .nav-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Réduire l'espacement des éléments du menu si nécessaire */
    .navbar-area.navbar-two .navbar-nav li {
        margin-left: 15px !important;
        font-size: 14px !important;
    }
}

/* Correction spécifique pour 1180px */
@media (min-width: 1170px) and (max-width: 1190px) {
    .navbar-area .login-account .accounts {
        padding: 12px 18px !important;
        font-size: 13px !important;
    }

    .navbar-area.navbar-two .navbar-nav li {
        margin-left: 12px !important;
        font-size: 13px !important;
    }
}

/* Account list item - Thème Light (fond blanc, texte noir) */
.navbar-area.navbar-two.navbar-light-theme .login-account .account-list-item {
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.navbar-area.navbar-two.navbar-light-theme .login-account .account-list-item .list a {
    color: #000000 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.navbar-area.navbar-two.navbar-light-theme .login-account .account-list-item .list a:hover {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
}

.navbar-area.navbar-two.navbar-light-theme .login-account:hover .account-list-item {
    background-color: #ffffff !important;
}

/* Account list item - Thème Dark (fond noir, texte blanc) */
.navbar-area.navbar-two.navbar-dark-theme .login-account .account-list-item {
    background-color: #ffffff !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1) !important;
}

.navbar-area.navbar-two.navbar-dark-theme .login-account .account-list-item .list a {
    color: #000000 !important;
    border-bottom: 1px solid #333333 !important;
}

.navbar-area.navbar-two.navbar-dark-theme .login-account .account-list-item .list a:hover {
    background-color: #afaaaa !important;
    color: #000000 !important;
}

.navbar-area.navbar-two.navbar-dark-theme .login-account:hover .account-list-item {
    background-color: #ffffff !important;
}

/* ============================================================
   DROPDOWN COMPTE (connecté) - FORCER TEXTE NOIR (global header)
   - évite les cas où `.white` / variables rendent le texte blanc
   ============================================================ */
.navbar-area .login-account .account-list-item {
    background-color: #ffffff !important;
}

.navbar-area .login-account .account-list-item .list a {
    color: #000000 !important;
}

.navbar-area .login-account .account-list-item .list a:hover {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
}

/* Support pour le menu déroulant des notifications */
.navbar-area.navbar-two.navbar-dark-theme .notification-list-item {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-area.navbar-two.navbar-light-theme .notification-list-item {
    background-color: #ffffff;
}

/* Par défaut (backward compatibility) - exclure navbar-one et navbar-two */
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav > li > a,
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .nav-right-content ul li a,
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .nav-right-content ul li {
    color: white !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav > li > a:hover {
    color: #C4A962 !important;
}

/* Sous-menu (dropdown) par défaut */
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav .sub-menu {
    background-color: #FFFFFF !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav .sub-menu li,
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav .sub-menu li a {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .navbar-nav .sub-menu li a:hover {
    background-color: #514D40 !important;
    color: #C4A962 !important;
}

/* Menu de connexion (dropdown) par défaut - texte noir */
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .account-list-item {
    background-color: #FFFFFF !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .account-list-item .list a {
    color: #333333 !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .account-list-item .list a:hover {
    color: #C4A962 !important;
    background-color: #f5f5f5 !important;
}

/* Bouton Connexion (non connecté) - reste blanc */
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts:not(.loggedin) {
    color: white !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts:not(.loggedin):hover {
    color: #C4A962 !important;
}

/* Bouton utilisateur connecté - texte noir car fond blanc */
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts.loggedin,
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts.loggedin .title {
    color: #333333 !important;
}

.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts.loggedin:hover,
.navbar-area:not(.navbar-dark-theme):not(.navbar-light-theme):not(.navbar-one):not(.navbar-two) .login-account .accounts.loggedin:hover .title {
    color: #C4A962 !important;
}

/* Section principale */
.bellonie-header {
    position: relative;
    background-color: #3A472A;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 120px 0 0;
    overflow: visible;
    display: flex;
    align-items: center;
}

/* Overlay sombre pour améliorer la lisibilité du texte */
.bellonie-header__overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Main qui pointe (image décorative à gauche) */
.bellonie-header__hand {
    position: absolute;
    left: 0px;
    z-index: 2;
    pointer-events: none;
}

/* Container et contenu au-dessus de l'overlay */
.bellonie-header .container,
.bellonie-header__content {
    position: relative;
    z-index: 2;
}

.bellonie-header__hand img {
    width: 100%;
    height: auto;
}

/* ============================================
   CONTENT (Left Column)
   ============================================ */

.bellonie-header__content {
    position: relative;
    z-index: 5;
    max-width: 800px;
    margin-left: 0;
}

/* Title */
.bellonie-header__title {
    font-size: 70px;
    font-weight: 400;
    color: var(--bellonie-text);
    line-height: 1.15;
    margin-bottom: 24px;
}

/* Styles pour le contenu WYSIWYG dans le titre */
.bellonie-header__title h1,
.bellonie-header__title h2,
.bellonie-header__title h3,
.bellonie-header__title h4,
.bellonie-header__title h5,
.bellonie-header__title h6 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
}

.bellonie-header__title p {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

/* Subtitle */
.bellonie-header__subtitle {
    font-size: 22px;
    color: var(--bellonie-text);
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 0.95;
    /*max-width: 520px;*/
}

/* Styles pour le contenu WYSIWYG dans le subtitle */
.bellonie-header__subtitle p {
    margin: 0 0 1em 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.bellonie-header__subtitle p:last-child {
    margin-bottom: 0;
}

.bellonie-header__subtitle h1,
.bellonie-header__subtitle h2,
.bellonie-header__subtitle h3,
.bellonie-header__subtitle h4,
.bellonie-header__subtitle h5,
.bellonie-header__subtitle h6 {
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    line-height: inherit;
    margin: 0 0 0.5em 0;
}

/* ============================================
   SEARCH BAR
   ============================================ */

.bellonie-search {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.bellonie-search .bellonie-autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
}

.bellonie-search__bar {
    display: flex;
    align-items: stretch;
    background-color: var(--bellonie-white);
    border-radius: var(--bellonie-radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* Search field container */
.bellonie-search__field {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px;
    min-height: 58px;
}

/* Icons */
.bellonie-search__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    color: var(--bellonie-primary);
}

/* Input */
.bellonie-search__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    outline: none;
    padding: 0;
    min-width: 0;
}

.bellonie-search__input::placeholder {
    color: #999;
}

/* Style for select dropdown */
.bellonie-search__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 30px;
    cursor: pointer;
}

.bellonie-search__select:focus {
    outline: none;
}

/* Google Places Autocomplete dropdown styling */
.pac-container {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-top: none;
    margin-top: 5px;
    font-family: inherit;
}

.pac-item {
    padding: 10px 15px;
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
}

.pac-item:hover {
    background-color: #f5f5f5;
}

.pac-item-query {
    font-size: 14px;
    color: #333;
}

/* Separator */
.bellonie-search__separator {
    width: 1px;
    background-color: #E5E5E5;
    margin: 12px 0;
    flex-shrink: 0;
}

/* Search button */
.bellonie-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    background-color: #E5BD6F;
    border: none;
    color: var(--bellonie-white);
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.bellonie-search__btn:hover {
    background-color: #B39952;
}

/* ============================================
   NEARBY BUTTON
   ============================================ */

.bellonie-nearby-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--bellonie-text);
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.bellonie-nearby-btn:hover {
    opacity: 0.8;
}

.bellonie-nearby-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.bellonie-nearby-btn svg {
    opacity: 0.9;
}

/* ============================================
   SEPARATOR (Bottom)
   ============================================ */

.bellonie-header__separator {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    line-height: 0;
    pointer-events: none;
}

.bellonie-header__separator img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.bellonie-header__title {
    animation: fadeInLeft 0.8s ease-out;
}

.bellonie-header__subtitle {
    animation: fadeInLeft 0.8s ease-out 0.1s both;
}

.bellonie-search {
    animation: fadeInLeft 0.8s ease-out 0.2s both;
}

.bellonie-nearby-btn {
    animation: fadeInLeft 0.8s ease-out 0.3s both;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Desktop Large */
@media (min-width: 1400px) {
    .bellonie-header__title {
        font-size: 58px;
    }
}

/* Laptop */
@media (max-width: 1199.98px) {
    .bellonie-header {
        padding: 100px 0 60px;
    }

    .bellonie-header__title {
        font-size: 42px;
    }

    .bellonie-header__hand {
        width: 140px;
        bottom: 60px;
        left: -10px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .bellonie-header {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .bellonie-header__hand {
        width: 100px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
        opacity: 0.6;
    }

    .bellonie-header__content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .bellonie-header__title {
        font-size: 38px;
    }

    .bellonie-header__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .bellonie-nearby-btn {
        justify-content: center;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .bellonie-header {
        padding: 80px 0 40px;
    }

    .bellonie-header__hand {
        display: none;
    }

    .bellonie-header__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .bellonie-header__subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }

    /* Search bar vertical sur mobile */
    .bellonie-search__bar {
        flex-direction: column;
        border-radius: var(--bellonie-radius);
    }

    .bellonie-search__field {
        width: 100%;
        padding: 0 16px;
        min-height: 52px;
    }

    .bellonie-search__separator {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .bellonie-search__btn {
        width: 100%;
        height: 52px;
        border-radius: 0 0 var(--bellonie-radius) var(--bellonie-radius);
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .bellonie-header__title {
        font-size: 26px;
    }

    .bellonie-header__subtitle {
        font-size: 14px;
    }

    .bellonie-search__input {
        font-size: 14px;
    }
}

/* ============================================
   AUTCOMPLETE SUGGESTIONS
   ============================================ */

.bellonie-search__field--autocomplete {
    position: relative;
    z-index: 1;
}

.bellonie-autocomplete-suggestions {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: var(--bellonie-white);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999 !important;
    display: none;
    margin-top: 0;
}

.bellonie-autocomplete-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
    transition: background-color 0.2s ease;
}

.bellonie-autocomplete-item:last-child {
    border-bottom: none;
}

.bellonie-autocomplete-item:hover,
.bellonie-autocomplete-item.active {
    background-color: #F5F5F5;
}

.bellonie-autocomplete-icon {
    margin-right: 10px;
    font-size: 16px;
    color: var(--bellonie-primary);
    flex-shrink: 0;
}

.bellonie-autocomplete-text {
    font-size: 14px;
    color: #333;
    flex: 1;
}

/* Scrollbar pour les suggestions */
.bellonie-autocomplete-suggestions::-webkit-scrollbar {
    width: 6px;
}

.bellonie-autocomplete-suggestions::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 8px 8px 0;
}

.bellonie-autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.bellonie-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* ============================================
   RIGHT IMAGE
   ============================================ */

.bellonie-header__right-image {
    position: relative;
    z-index: 2;
    text-align: center;
}

.bellonie-header__right-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.bellonie-header__right-image {
    animation: fadeInRight 0.8s ease-out 0.2s both;
}