/* COLOR */
/* vert foncé : #b2ad70 */
/* vert clair : #ded9ab */
/* bleu foncé : #9ec2e3 */
/* bleu clair : #d9edfc */
/* rose : #ffc599 */

H1,
H2,
H3,
H4,
H5,
H6 {
    text-transform: none !important;
}

/* Remplacer "Accueil" par le logo EKLA dans le menu Elementor */
.menu-item.menu-accueil-logo>a {
    width: 55px;
    height: 55px;
    /* background-image: url('https://ekla-cafe.com/wp-content/uploads/2025/12/Logo_EKLA_blancNoBorder.png'); */
    background-image: url('https://ekla-cafe.com/wp-content/uploads/2026/01/Logo_EKLA_couleur_67768E-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.5s;
}

/* .menu-item.menu-accueil-logo.current_page_item>a {
    background-image: url('https://ekla-cafe.com/wp-content/uploads/2026/02/Logo_EKLA_couleur_B2AD70.png');
} */

.menu-item.menu-accueil-logo>a:hover,
.menu-item.menu-accueil-logo>a:focus {
    transform: scale(1.06);
    transition: all 0.5s;
}

/* Masquer l’élément de menu logo dans le menu mobile */
@media (max-width: 1024px) {
    .menu-accueil-logo {
        display: none !important;
    }
}

/* Couleur normale + hover */
.elementor-nav-menu--main .elementor-item {
    color: #67768E !important;
}

.elementor-nav-menu--main .elementor-item:hover {
    color: #B2AD70 !important;
}

.menu-item.menu-accueil-logo {
    margin: 0 20px;
}

/* Forcer le contenu Astra à être 0 marge quand Elementor Full Width est utilisé */
.ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===== Bouton menu mobile HFE : burger perso ===== */
/* .hfe-nav-menu__toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('https://ekla-cafe.com/wp-content/uploads/2025/12/Traits-effet-crayonne.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    border: none;
    padding: 0;
    cursor: pointer;
} */

/* Quand le menu est OUVERT : icône CROIX */
/* .hfe-nav-menu__toggle[aria-expanded="true"] {
    background-image: url('https://ekla-cafe.com/wp-content/uploads/2025/12/close-menu-remove.png');
} */

/* CACHER TOUTES LES ICÔNES ORIGINALES DANS LE BOUTON */
/* .hfe-nav-menu__toggle .hfe-nav-menu__icon,
.hfe-nav-menu__toggle .hfe-nav-menu__icon *,
.hfe-nav-menu__toggle svg,
.hfe-nav-menu__toggle i,
.hfe-nav-menu__toggle .e-font-icon-svg {
    display: none !important;
} */
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
    top: 150%;
}

/* ===== FIX: Footer Elementor/HFE invisible sur certaines pages ===== */

/* 1) Assure que le footer n'est pas masqué par un parent */
.elementor-location-footer,
.hfe-footer,
.site-footer {
    overflow: visible !important;
}

/* 2) Assure que les containers du footer peuvent dépasser et rester visibles */
.elementor-location-footer .e-con,
.hfe-footer .e-con,
.site-footer .e-con {
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

/* 3) Si ton footer est "boxed", force le full width */
.elementor-location-footer .e-con-boxed,
.hfe-footer .e-con-boxed,
.site-footer .e-con-boxed {
    max-width: 100% !important;
}

.ekla-steps {
    width: 100%;
}

.ekla-steps__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 16px;
}

.ekla-steps__title {
    text-align: center;
    margin-bottom: 36px;
    color: #67768E;
}

.ekla-steps__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ekla-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ekla-step__icon {
    width: 80px;
    flex-shrink: 0;
}

.ekla-step__content h3 {
    margin: 0 0 6px;
    font-size: 20px;
    color: #67768E;
}

.ekla-step__content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #67768E;
}

.ekla-steps__cta {
    text-align: center;
    margin-top: 36px;
}

.ekla-steps__btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    background: #B2AD70;
    color: #fff;
    text-decoration: none;
}

.ekla-steps__btn:hover {
    filter: brightness(0.95);
}

/* Mobile */
@media (max-width: 640px) {
    .ekla-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ekla-step__icon {
        width: 70px;
        margin-bottom: 6px;
    }
}

.ekla-coords {
    color: #67768E;
}

.ekla-coords__title {
    font-weight: 600;
    margin-bottom: 14px;
}

.ekla-coords__row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.ekla-coords__icon {
    width: 30px;
    height: auto;
    margin-top: 2px;
    flex-shrink: 0;
}

.ekla-coords__text {
    line-height: 1.6;
    font-size: 15px;
}

.ekla-coords__link {
    color: #67768E;
    text-decoration: none;
}

.ekla-coords__link:hover {
    color: #B2AD70;
}

.footer-coordonnees,
.footer-coordonnees * {
    text-align: center;
}

/* Icônes + texte alignés proprement */
.footer-coordonnees .coord-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

/* Icônes du footer */
.footer-coordonnees img {
    margin-bottom: 6px;
}

.ekla-coords__row {
    display: flex;
    justify-content: center;
    /* centre le bloc dans la colonne */
}

.ekla-coords__row>* {
    display: inline-flex;
    /* icône + texte sur une ligne */
    align-items: center;
    /* alignement vertical */
    justify-content: center;
    gap: 10px;
    /* espace icône / texte */
    text-align: center;
}

/* bloc global horaires */
.ekla-coords__hours {
    display: flex;
    flex-direction: column;
    /* label au-dessus du contenu */
    align-items: center;
    gap: 6px;
    text-align: center;
}

/* ligne icône + mot "Horaires" */
.ekla-coords__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

/* contenu des horaires */
.ekla-coords__content {
    line-height: 1.6;
}

/* ✅ Horaires : on empile les lignes (au lieu de 2 colonnes) */
.ekla-coords__hours .ekla-coords__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    text-align: center;
}

/* Si tes horaires sont des spans/éléments inline, on les force en bloc */
.ekla-coords__hours .ekla-coords__content span,
.ekla-coords__hours .ekla-coords__content strong,
.ekla-coords__hours .ekla-coords__content div,
.ekla-coords__hours .ekla-coords__content p {
    display: block;
}

/* Au cas où un ancien style "space-between" traîne */
.ekla-coords__hours .ekla-coords__content {
    justify-content: initial !important;
}

.font15 {
    font-size: 15px;
}

#blockFooterTop {
    min-height: 50px;
}

/* BLOG */
.ast-separate-container #primary {
    margin: 0px !important;
    padding: 0px 200px;
}

.ast-single-post-featured-section.post-thumb img {
    height: 400px;
}

header#masthead {
    position: fixed !important;
    width: 100% !important;
}

/* #content {
    padding-top: 75px;
} */
#content {
    padding-top: var(--header-height, 0px);
}

@media (max-width: 1500px) {

    .ast-separate-container #primary {
        margin: 0px !important;
        padding: 0px 40px;
    }
}

@media (max-width: 768px) {
    body.is-scrolled .logoMobileHead img {
        width: 20% !important;
        transform-origin: left center;
        transition: all .25s ease;
    }
    
    body.is-scrolled header .hfe-nav-menu__layout-horizontal{
        top: 52px !important;
    }

    /* état normal (sans scroll) : on garde ta taille habituelle */
    body:not(.is-scrolled) .logoMobileHead {
        transition: all .25s ease;
    }

    /* #content {
        padding-top:105px;
    } */

    .ast-separate-container #primary {
        margin: 0px !important;
        padding: 0px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.is-scrolled .logoMobileHead img {
        width: 10% !important;
        transform-origin: left center;
        transition: all .25s ease;
    }

    /* état normal (sans scroll) : on garde ta taille habituelle */
    body:not(.is-scrolled) .logoMobileHead {
        transition: all .25s ease;
    }
}

