/* _content/AuNuageNormand/Shared/MainLayout.razor.rz.scp.css */
.page[b-naxordp5lh] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #2a2829;
    overflow-x: hidden;
    width: 100%;
}

header[b-naxordp5lh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #343235;
    width: 100%;
}

main[b-naxordp5lh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #2a2829;
    width: 100%;
    overflow-x: hidden;
    margin-top: 220px;
}

.content[b-naxordp5lh] {
    flex: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #2a2829;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Footer */
[b-naxordp5lh] .site-footer {
    background: linear-gradient(180deg, #343235 0%, #2a2829 100%);
    color: #ffffff;
    padding: 3rem 0 1rem 0;
    margin-top: 4rem;
    border-top: 2px solid rgba(107, 142, 35, 0.3);
}

[b-naxordp5lh] .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

[b-naxordp5lh] .footer-section h3 {
    color: #6B8E23;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-naxordp5lh] .footer-contact {
    grid-column: span 1;
}

[b-naxordp5lh] .contact-buttons {
    margin-bottom: 1.5rem;
}

[b-naxordp5lh] .btn-footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #6B8E23;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

[b-naxordp5lh] .btn-footer-contact:hover {
    background: #557019;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 142, 35, 0.3);
}

[b-naxordp5lh] .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-naxordp5lh] .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

[b-naxordp5lh] .contact-item i {
    font-size: 1.5rem;
    color: #6B8E23;
    margin-top: 0.25rem;
}

[b-naxordp5lh] .contact-item div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-naxordp5lh] .contact-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

[b-naxordp5lh] .contact-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

[b-naxordp5lh] .contact-item a:hover {
    color: #6B8E23;
}

[b-naxordp5lh] .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-naxordp5lh] .footer-links li {
    margin-bottom: 0.75rem;
}

[b-naxordp5lh] .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

[b-naxordp5lh] .footer-links a:hover {
    color: #6B8E23;
    transform: translateX(5px);
}

[b-naxordp5lh] .footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

[b-naxordp5lh] .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

[b-naxordp5lh] .social-link:hover {
    background: #6B8E23;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(107, 142, 35, 0.3);
}

[b-naxordp5lh] .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

[b-naxordp5lh] .footer-bottom p {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

[b-naxordp5lh] .footer-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6B8E23;
    font-weight: 600;
    margin-top: 1rem;
}

[b-naxordp5lh] .footer-warning i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    [b-naxordp5lh] .site-footer {
        padding: 2rem 0 1rem 0;
        margin-top: 2rem;
    }

    [b-naxordp5lh] .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    [b-naxordp5lh] .footer-section h3 {
        font-size: 1.1rem;
    }

    [b-naxordp5lh] .footer-bottom {
        padding: 1.5rem 1rem 1rem 1rem;
    }

    [b-naxordp5lh] .footer-warning {
        flex-direction: column;
        gap: 0.25rem;
        font-size: 0.85rem;
    }
}
/* _content/AuNuageNormand/Shared/NavMenu.razor.rz.scp.css */
/* Navbar horizontale */
.navbar-brand[b-3q5okj9v98] {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-logo[b-3q5okj9v98] {
    height: 80px;
    width: auto;
}

.brand-text[b-3q5okj9v98] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.brand-line-1[b-3q5okj9v98] {
    font-size: 1.8rem;
    color: #fff;
    animation: neon-startup-b-3q5okj9v98 10s ease-in-out infinite;
}

.brand-line-2[b-3q5okj9v98] {
    font-size: 1.8rem;
    color: #fff;
    animation: neon-startup-b-3q5okj9v98 10s ease-in-out infinite;
}

/* Démarrage façon néon avec dégradé de verts doux */
@keyframes neon-startup-b-3q5okj9v98 {
    /* OFF */
    0%, 2.2% {
        text-shadow: none;
    }
   
    /* Reste allumé avec dégradé complet */
    8.1%, 20% {
        text-shadow:
            0 0 3px rgba(255, 255, 255, 1),
            0 0 6px #8FBC8F,
            0 0 10px #6B8E23,
            0 0 20px #556B2F,
            0 0 25px #3C5A28,
            0 0 35px #2F4F2F;
    }
    30%, 100% {
        text-shadow: none;
    }
}


.navbar[b-3q5okj9v98] {
    padding: 0.5rem 1rem;
    background-color: #343235 !important;
}

.navbar .container-fluid[b-3q5okj9v98] {
    max-width: 1400px;
    margin: 0 auto;
}

.nav-item[b-3q5okj9v98] {
    margin: 0 0.25rem;
}

.nav-item[b-3q5okj9v98]  a {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-item[b-3q5okj9v98]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.nav-item[b-3q5okj9v98]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
}

/* Icônes supprimées - ancienne classe conservée pour éviter les erreurs */
.oi[b-3q5okj9v98] {
    display: none;
}

/* Mega Menu Dropdown */
.mega-dropdown[b-3q5okj9v98] {
    position: static;
}

.mega-dropdown .dropdown-toggle[b-3q5okj9v98]::after {
    vertical-align: 0.15em;
}

.mega-menu[b-3q5okj9v98] {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    width: 95vw;
    max-width: 1200px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0;
    background-color: #343235;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-out,
                opacity 0.2s ease-out,
                transform 0.3s ease-out,
                visibility 0s linear 0.3s;
    z-index: 1000;
    pointer-events: none;
}

.mega-menu .container-fluid[b-3q5okj9v98] {
    padding: 2rem;
    max-height: 600px;
}

.mega-menu .row[b-3q5okj9v98] {
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Afficher le mega menu au survol sur desktop */
@media (min-width: 992px) {
    .mega-dropdown:hover .mega-menu[b-3q5okj9v98] {
        max-height: 650px;
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) scaleY(1);
        pointer-events: auto;
        transition: max-height 0.3s ease-out,
                    opacity 0.2s ease-out,
                    transform 0.3s ease-out,
                    visibility 0s linear 0s;
    }

    /* Fermer les autres menus quand un est ouvert */
    .mega-dropdown:not(:hover) .mega-menu[b-3q5okj9v98] {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.dropdown-header[b-3q5okj9v98] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0;
}

.dropdown-header:first-child[b-3q5okj9v98] {
    margin-top: 0;
}

/* Colonnes de catégories limitées à 20% */
.category-col[b-3q5okj9v98] {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

/* Cartes de catégories avec images */
.category-card[b-3q5okj9v98] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 120px;
}

.category-card:hover[b-3q5okj9v98] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.category-image[b-3q5okj9v98] {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image img[b-3q5okj9v98] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img[b-3q5okj9v98] {
    transform: scale(1.1);
}

.category-name[b-3q5okj9v98] {
    padding: 0.4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    background-color: transparent;
    color: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

/* Colonne des marques */
.brands-column[b-3q5okj9v98] {
    display: flex;
    flex-direction: column;
    max-height: 350px;
}

/* Liste des marques */
.brands-list[b-3q5okj9v98] {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.5rem;
    min-height: 0;
}

.brands-list[b-3q5okj9v98]::-webkit-scrollbar {
    width: 6px;
}

.brands-list[b-3q5okj9v98]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.brands-list[b-3q5okj9v98]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.brands-list[b-3q5okj9v98]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.brand-item[b-3q5okj9v98] {
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
}

.brand-item:hover[b-3q5okj9v98] {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    color: #ffffff;
}

/* Lien "Voir tout" visible uniquement sur mobile */
.mobile-see-all[b-3q5okj9v98] {
    display: none;
}

.view-all-card[b-3q5okj9v98] {
    background: linear-gradient(135deg, #6B8E23 0%, #556B2F 100%);
    margin-bottom: 1rem;
}

.view-all-card .category-name[b-3q5okj9v98] {
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
    .navbar-collapse[b-3q5okj9v98] {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        margin-top: 0.5rem;
        padding: 1rem;
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: max-height 0.3s ease-out;
    }

    .navbar-collapse:has(.mega-menu.show)[b-3q5okj9v98] {
        max-height: 88vh;
    }

    .nav-item[b-3q5okj9v98] {
        margin: 0.25rem 0;
    }

    .navbar-collapse.collapse:not(.show)[b-3q5okj9v98] {
        display: none;
    }

    .navbar-collapse.collapse.show[b-3q5okj9v98] {
        display: block;
    }

    .mega-menu[b-3q5okj9v98] {
        position: static;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: none !important;
        left: auto;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
    }

    .mega-menu.show[b-3q5okj9v98] {
        max-height: 60vh;
        opacity: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        transform: none !important;
    }

    .mega-menu .container-fluid[b-3q5okj9v98] {
        max-height: none;
        padding: 0;
        width: 100%;
    }

    .mega-menu .row[b-3q5okj9v98] {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .mega-menu .col-md-9[b-3q5okj9v98],
    .mega-menu .col-md-3[b-3q5okj9v98] {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .mega-menu .row.g-2[b-3q5okj9v98] {
        gap: 0;
        margin: 0;
    }

    /* Réinitialiser les colonnes de catégories sur mobile */
    .category-col[b-3q5okj9v98] {
        flex: 0 0 50%;
        max-width: 100%;
        padding: 0.25rem;
    }

    .category-image[b-3q5okj9v98] {
        height: 100px;
    }

    .category-name[b-3q5okj9v98] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .brands-list[b-3q5okj9v98] {
        max-height: 200px;
    }

    .brands-column[b-3q5okj9v98] {
        margin-top: 1rem;
        max-height: 250px;
        padding: 0 0.5rem;
    }

    .brand-item[b-3q5okj9v98] {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .dropdown-header[b-3q5okj9v98] {
        padding-left: 0.5rem;
    }

    /* Afficher le lien "Voir tout" sur mobile */
    .mobile-see-all[b-3q5okj9v98] {
        display: block;
        padding: 0 0.25rem;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse[b-3q5okj9v98] {
        display: flex !important;
    }
}
/* _content/AuNuageNormand/Shared/NavMenuDynamic.razor.rz.scp.css */
/* Logo desktop - caché par défaut, visible au-dessus de 1050px */
.navbar-brand-desktop[b-gwcf2g9a9e] {
    display: none;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 1020;
    position: relative;
    top: 40px;
}

/* Logo mobile - visible par défaut, caché au-dessus de 1050px */
.navbar-brand-mobile[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 1025;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.logo-circle[b-gwcf2g9a9e] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #343235;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 25px -5px rgba(107, 142, 35, 0.6);
    margin-top: 0.25rem;
    transition: all 0.3s ease;
}

.logo-circle:hover[b-gwcf2g9a9e] {
    box-shadow: 0 15px 35px -5px rgba(107, 142, 35, 0.9);
    transform: translateY(-2px);
}

.navbar-logo[b-gwcf2g9a9e] {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.brand-text[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.brand-line-1[b-gwcf2g9a9e] {
    font-size: 1.8rem;
    color: #fff;
    animation: neon-startup-b-gwcf2g9a9e 10s ease-in-out infinite;
}

.brand-line-2[b-gwcf2g9a9e] {
    font-size: 1.8rem;
    color: #fff;
    animation: neon-startup-b-gwcf2g9a9e 10s ease-in-out infinite;
}

/* Démarrage façon néon avec dégradé de verts doux */
@keyframes neon-startup-b-gwcf2g9a9e {
    /* OFF */
    0%, 2.2% {
        text-shadow: none;
    }

    /* Reste allumé avec dégradé complet */
    8.1%, 20% {
        text-shadow:
            0 0 3px rgba(255, 255, 255, 1),
            0 0 6px #8FBC8F,
            0 0 10px #6B8E23,
            0 0 20px #556B2F,
            0 0 25px #3C5A28,
            0 0 35px #2F4F2F;
    }
    30%, 100% {
        text-shadow: none;
    }
}


.navbar[b-gwcf2g9a9e] {
    padding: 0.5rem 1rem;
    background-color: #343235 !important;
    height: 150px;
    max-height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 15px rgba(107, 142, 35, 0.4);
    overflow: visible;
}

.navbar .container-fluid[b-gwcf2g9a9e] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    flex-wrap: nowrap;
}

/* Barre de recherche */
.search-bar-wrapper[b-gwcf2g9a9e] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 1rem;
    padding: 0 1rem;
}

@media (min-width: 1051px) {
    .search-bar-wrapper[b-gwcf2g9a9e] {
        position: absolute;
        right: 65%;
        top: 30%;
        margin: 0;
        z-index: 1040;
        width: 290px;
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    .search-bar-wrapper[b-gwcf2g9a9e] {
        width: 340px;
        max-width: 340px;
    }
}

@media (min-width: 1400px) {
    .search-bar-wrapper[b-gwcf2g9a9e] {
        width: 390px;
        max-width: 390px;
    }
}

.search-bar-container[b-gwcf2g9a9e] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-gwcf2g9a9e] {
    position: absolute;
    left: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    pointer-events: none;
}

.search-input[b-gwcf2g9a9e] {
    width: 100%;
    padding: 0.55rem 1.8rem;
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 20px;
    background-color: rgba(52, 50, 53, 0.9);
    color: #ffffff;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.search-input[b-gwcf2g9a9e]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-input:focus[b-gwcf2g9a9e] {
    outline: none;
    border-color: rgba(107, 142, 35, 0.8);
    box-shadow: 0 0 15px rgba(107, 142, 35, 0.4);
    background-color: rgba(52, 50, 53, 1);
}

.search-clear[b-gwcf2g9a9e] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.search-clear:hover[b-gwcf2g9a9e] {
    color: rgba(255, 255, 255, 0.9);
}

/* Modal de résultats */
.search-overlay[b-gwcf2g9a9e] {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1035;
    overflow-y: auto;
    padding: 2rem 1rem;
}

.search-results-modal[b-gwcf2g9a9e] {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #343235;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(107, 142, 35, 0.6);
    overflow: hidden;
}

.search-results-header[b-gwcf2g9a9e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: rgba(107, 142, 35, 0.2);
    border-bottom: 2px solid rgba(107, 142, 35, 0.4);
}

.search-results-header h5[b-gwcf2g9a9e] {
    color: #ffffff;
    margin: 0;
    font-size: 1.25rem;
}

.btn-close-search[b-gwcf2g9a9e] {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.btn-close-search:hover[b-gwcf2g9a9e] {
    color: rgba(107, 142, 35, 1);
}

.search-results-content[b-gwcf2g9a9e] {
    padding: 2rem;
    min-height: 300px;
}

.search-loading[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #ffffff;
}

.search-loading p[b-gwcf2g9a9e] {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.search-results-grid[b-gwcf2g9a9e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

.search-result-item[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.search-result-item:hover[b-gwcf2g9a9e] {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(107, 142, 35, 0.4);
    text-decoration: none;
    color: #ffffff;
}

.search-result-image[b-gwcf2g9a9e] {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}

.search-result-image img[b-gwcf2g9a9e] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-result-info[b-gwcf2g9a9e] {
    padding: 1rem;
}

.search-result-info h6[b-gwcf2g9a9e] {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.3;
    height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-result-price[b-gwcf2g9a9e] {
    font-size: 1.1rem;
    font-weight: bold;
    color: rgba(107, 142, 35, 1);
    margin: 0;
}

.search-no-results[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.6);
}

.search-no-results i[b-gwcf2g9a9e] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.search-no-results p[b-gwcf2g9a9e] {
    font-size: 1.1rem;
}

.search-results-footer[b-gwcf2g9a9e] {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
}

@media (min-width: 1051px) {
    /* Afficher le logo desktop, cacher le logo mobile */
    .navbar-brand-desktop[b-gwcf2g9a9e] {
        display: flex !important;
    }

    .navbar-brand-mobile[b-gwcf2g9a9e] {
        display: none !important;
    }

    .navbar .container-fluid[b-gwcf2g9a9e] {
        position: relative;
    }

    .navbar-collapse[b-gwcf2g9a9e] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .navbar-left[b-gwcf2g9a9e] {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        padding-right: 2rem;
        margin-top: 60px;
    }

    .navbar-right[b-gwcf2g9a9e] {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        padding-left: 2rem;
        margin-top: 60px;
    }
}

.nav-item[b-gwcf2g9a9e] {
    margin: 0 0.25rem;
}

.nav-item[b-gwcf2g9a9e]  a {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: block;
}

.nav-item[b-gwcf2g9a9e]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.nav-item[b-gwcf2g9a9e]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
}

/* Icônes supprimées - ancienne classe conservée pour éviter les erreurs */
.oi[b-gwcf2g9a9e] {
    display: none;
}

/* Mega Menu Dropdown */
.mega-dropdown[b-gwcf2g9a9e] {
    position: static;
}

.mega-dropdown .dropdown-toggle[b-gwcf2g9a9e]::after {
    vertical-align: 0.15em;
}

@media (min-width: 1051px) {
    .mega-menu[b-gwcf2g9a9e] {
        position: fixed;
        top: 150px;
        left: 50%;
        transform: translateX(-50%) scaleY(0);
        transform-origin: top center;
        width: 95vw;
        max-width: 1200px;
        border: none;
        border-radius: 8px;
        box-shadow:
            0 10px 25px rgba(107, 142, 35, 0.5),
            -6px 12px 15px rgba(107, 142, 35, 0.35),
            6px 12px 15px rgba(107, 142, 35, 0.35);
        padding: 0;
        background-color: #343235;
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease-out,
                    opacity 0.3s ease-out,
                    transform 0.4s ease-out;
        z-index: 1000;
    }
}

.mega-menu .container-fluid[b-gwcf2g9a9e] {
    padding: 2rem;
    max-height: 600px;
}

@media (min-width: 1051px) {
    /* Row parent principal */
    .mega-menu .container-fluid > .row[b-gwcf2g9a9e] {
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    /* Rows imbriquées dans les colonnes (sections) */
    .mega-menu .col-12 > .row[b-gwcf2g9a9e],
    .mega-menu .col-md-9 > .row[b-gwcf2g9a9e],
    .mega-menu .col-md-12 > .row[b-gwcf2g9a9e] {
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    /* Colonnes principales sans padding */
    .mega-menu .col-12[b-gwcf2g9a9e],
    .mega-menu .col-md-9[b-gwcf2g9a9e],
    .mega-menu .col-md-12[b-gwcf2g9a9e] {
        padding-left: 0;
        padding-right: 0;
    }

    /* Largeur explicite col-12 */
    .mega-menu > .container-fluid > .row > .col-12[b-gwcf2g9a9e] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Largeur explicite col-md-9 */
    .mega-menu > .container-fluid > .row > .col-md-9[b-gwcf2g9a9e] {
        width: 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* Largeur explicite col-md-3 */
    .mega-menu > .container-fluid > .row > .col-md-3[b-gwcf2g9a9e] {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Afficher le mega menu au survol sur desktop */
@media (min-width: 1051px) {
    .mega-dropdown:hover .mega-menu[b-gwcf2g9a9e] {
        max-height: 650px;
        opacity: 1;
        transform: translateX(-50%) scaleY(1);
    }
}

.dropdown-header[b-gwcf2g9a9e] {
    font-size: 0.875rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0;
}

/* Colonnes de catégories limitées à 20% sur desktop uniquement */
@media (min-width: 1051px) {
    .category-col[b-gwcf2g9a9e] {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 0.5rem;
        margin-bottom: 1rem;
    }

    .mega-menu .row.g-2[b-gwcf2g9a9e] {
        row-gap: 1rem;
    }
}

/* Cartes de catégories avec images */
.category-card[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 120px;
}

.category-card:hover[b-gwcf2g9a9e] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.category-image[b-gwcf2g9a9e] {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image img[b-gwcf2g9a9e] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img[b-gwcf2g9a9e] {
    transform: scale(1.1);
}

.category-name[b-gwcf2g9a9e] {
    padding: 0.4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    background-color: transparent;
    color: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

/* Colonne des marques */
.brands-column[b-gwcf2g9a9e] {
    display: flex;
    flex-direction: column;
    max-height: 350px;
}

/* Liste des marques */
.brands-list[b-gwcf2g9a9e] {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.5rem;
    min-height: 0;
}

.brands-list[b-gwcf2g9a9e]::-webkit-scrollbar {
    width: 6px;
}

.brands-list[b-gwcf2g9a9e]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.brands-list[b-gwcf2g9a9e]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.brands-list[b-gwcf2g9a9e]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.brand-item[b-gwcf2g9a9e] {
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
}

.brand-item:hover[b-gwcf2g9a9e] {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    color: #ffffff;
}

/* Lien "Voir tout" visible uniquement sur mobile */
.mobile-see-all[b-gwcf2g9a9e] {
    display: none;
}

.view-all-card[b-gwcf2g9a9e] {
    background: linear-gradient(135deg, #6B8E23 0%, #556B2F 100%);
    margin-bottom: 1rem;
}

.view-all-card .category-name[b-gwcf2g9a9e] {
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

/* Forcer l'affichage du hamburger à partir de 1050px */
@media (max-width: 1050px) {
    .navbar-toggler[b-gwcf2g9a9e] {
        display: block !important;
    }
}

/* Mobile responsive */
@media (max-width: 1050px) {
    .navbar[b-gwcf2g9a9e] {
        height: 150px;
        max-height: 150px;
        padding: 0.5rem 1rem;
        overflow: visible;
    }

    .navbar .container-fluid[b-gwcf2g9a9e] {
        flex-wrap: nowrap;
        flex-direction: row;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .navbar-toggler[b-gwcf2g9a9e] {
        position: relative;
        z-index: 1030;
        margin-right: auto;
    }

    .navbar-brand-mobile[b-gwcf2g9a9e] {
        display: flex !important;
    }

    .navbar-brand-mobile .brand-text[b-gwcf2g9a9e] {
        order: -1;
        margin-bottom: 0.5rem;
    }

    .navbar-brand-mobile .logo-circle[b-gwcf2g9a9e] {
        width: 150px;
        height: 150px;
        order: 1;
    }

    .navbar-brand-mobile .navbar-logo[b-gwcf2g9a9e] {
        height: 100px;
    }

    .navbar-brand-mobile .brand-line-1[b-gwcf2g9a9e] {
        font-size: 1.8rem;
    }

    .navbar-brand-mobile .brand-line-2[b-gwcf2g9a9e] {
        font-size: 1.8rem;
    }

    /* Désactiver l'animation néon sur mobile */
    .brand-line-1[b-gwcf2g9a9e],
    .brand-line-2[b-gwcf2g9a9e] {
        animation: none !important;
        text-shadow: none !important;
    }

    .navbar-collapse[b-gwcf2g9a9e] {
        position: fixed;
        top: 150px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1020;
        background-color: #343235;
        border-radius: 0 0 8px 8px;
        padding: 1rem;
        padding-top: 100px;
        padding-bottom: 2rem;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transition: max-height 0.3s ease-out;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .navbar-left[b-gwcf2g9a9e],
    .navbar-right[b-gwcf2g9a9e] {
        margin-top: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .navbar-left .nav-item[b-gwcf2g9a9e],
    .navbar-right .nav-item[b-gwcf2g9a9e] {
        width: 100%;
    }

    .navbar-collapse:has(.mega-menu.show)[b-gwcf2g9a9e] {
        max-height: 88vh;
    }

    .nav-item[b-gwcf2g9a9e] {
        margin: 0.25rem 0;
    }

    .navbar-collapse.collapse:not(.show)[b-gwcf2g9a9e] {
        display: none !important;
    }

    .navbar-collapse.collapse.show[b-gwcf2g9a9e] {
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .navbar-collapse.show .navbar-left[b-gwcf2g9a9e],
    .navbar-collapse.show .navbar-right[b-gwcf2g9a9e] {
        display: flex !important;
    }

    .d-flex[b-gwcf2g9a9e] {
        margin-top: 1rem;
        width: 100%;
    }

    .mega-menu[b-gwcf2g9a9e] {
        position: static;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: none !important;
        left: auto;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
    }

    .mega-menu.show[b-gwcf2g9a9e] {
        max-height: 60vh;
        opacity: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        transform: none !important;
    }

    .mega-menu .container-fluid[b-gwcf2g9a9e] {
        max-height: none;
        padding: 0;
        width: 100%;
    }

    .mega-menu > .container-fluid > .row[b-gwcf2g9a9e] {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .mega-menu .col-md-9[b-gwcf2g9a9e],
    .mega-menu .col-md-3[b-gwcf2g9a9e],
    .mega-menu .col-12[b-gwcf2g9a9e] {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .mega-menu .row.g-2[b-gwcf2g9a9e] {
        gap: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
    }

    /* Par défaut : 2 colonnes (410px - 520px) */
    .category-col[b-gwcf2g9a9e] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0.3rem;
    }

    .category-card[b-gwcf2g9a9e] {
        height: auto;
        min-height: 120px;
    }

    .category-image[b-gwcf2g9a9e] {
        height: 80px;
    }

    .category-name[b-gwcf2g9a9e] {
        font-size: 0.75rem;
        padding: 0.4rem;
        line-height: 1.2;
    }

    /* 1 seule colonne en dessous de 410px */
    @media (max-width: 409px) {
        .category-col[b-gwcf2g9a9e] {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            padding: 0.4rem;
        }

        .category-card[b-gwcf2g9a9e] {
            min-height: 140px;
        }

        .category-image[b-gwcf2g9a9e] {
            height: 90px;
        }

        .category-name[b-gwcf2g9a9e] {
            font-size: 0.85rem;
            padding: 0.5rem;
        }
    }

    /* 4 colonnes de 740px à 1050px */
    @media (min-width: 740px) and (max-width: 1050px) {
        .category-col[b-gwcf2g9a9e] {
            flex: 0 0 25% !important;
            max-width: 25% !important;
            padding: 0.25rem;
        }

        .category-card[b-gwcf2g9a9e] {
            min-height: 100px;
        }

        .category-image[b-gwcf2g9a9e] {
            height: 70px;
        }

        .category-name[b-gwcf2g9a9e] {
            font-size: 0.7rem;
            padding: 0.3rem;
        }
    }

    /* 3 colonnes entre 500px et 739px */
    @media (min-width: 521px) and (max-width: 739px) {
        .category-col[b-gwcf2g9a9e] {
            flex: 0 0 33.333% !important;
            max-width: 33.333% !important;
            padding: 0.25rem;
        }

        .category-card[b-gwcf2g9a9e] {
            min-height: 100px;
        }

        .category-image[b-gwcf2g9a9e] {
            height: 70px;
        }

        .category-name[b-gwcf2g9a9e] {
            font-size: 0.7rem;
            padding: 0.3rem;
        }
    }

    .brands-list[b-gwcf2g9a9e] {
        max-height: 200px;
    }

    .brands-column[b-gwcf2g9a9e] {
        margin-top: 1rem;
        max-height: 250px;
        padding: 0 0.5rem;
    }

    .brand-item[b-gwcf2g9a9e] {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .dropdown-header[b-gwcf2g9a9e] {
        padding-left: 0.5rem;
        font-size: 0.8rem;
    }

    /* Afficher le lien "Voir tout" sur mobile */
    .mobile-see-all[b-gwcf2g9a9e] {
        display: block;
        padding: 0 0.25rem;
    }
}

@media (min-width: 1051px) {
    .navbar-toggler[b-gwcf2g9a9e] {
        display: none !important;
    }

    .navbar-collapse.collapse[b-gwcf2g9a9e] {
        display: flex !important;
    }
}
