/* Pont Laravel / Bootstrap 5 + thème Zegen (custom.js, marges, hero accueil) */

.zegen-page-content .container .alert {
    border-radius: 0;
}

.zegen-home-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 6rem 0 5rem;
}

.zegen-home-hero .hero-inner {
    position: relative;
    z-index: 2;
}

.zegen-card-list .blog-inner {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zegen-card-list .blog-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}

.flash-stack .alert:last-child {
    margin-bottom: 0;
}

/* Boutons flottants : offrande + agenda */
.zegen-float-actions {
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
    pointer-events: none;
}

.zegen-float-actions .zegen-float-btn {
    pointer-events: auto;
    border: none;
    font: inherit;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
}

.zegen-float-actions .zegen-float-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.zegen-float-btn--offer {
    background-color: #bf0a30;
}

.zegen-float-btn--agenda {
    background-color: #1a1a1a;
}

/* Topbar : réseaux sociaux groupés avant la loupe (comme le démo Zegen) */
.topbar-social-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.topbar-social-search .social-icons {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.social-icons .social-icon-placeholder {
    opacity: 0.55;
    pointer-events: none;
}

/* Mobile : icônes sociales à côté de la loupe */
.mobile-topbar-social {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
}

.mobile-header-social.social-icons {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.1rem;
    max-width: 11rem;
}

.mobile-header-social.social-icons a {
    font-size: 0.72rem;
    padding: 0.12rem;
    line-height: 1;
}

@media (max-width: 1024px) {
    .zegen-float-actions {
        bottom: 4.5rem;
        right: 0.75rem;
    }

    .zegen-float-actions .zegen-float-btn {
        font-size: 0.82rem;
        padding: 0.5rem 0.95rem;
    }

    .zegen-page-content {
        padding-bottom: 5rem;
    }
}
