@import '_content/Appliman.SuperComponents/Appliman.SuperComponents.fsafhf0t9r.bundle.scp.css';
@import '_content/ApplimanBlog.Core/ApplimanBlog.Core.wo3qw6zgtu.bundle.scp.css';

/* /Pages/Blog/Components/ApplimanApps.razor.rz.scp.css */
.appliman-apps[b-lzxpskkt31] {
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid var(--bs-border-color);
}

.app-card-link[b-lzxpskkt31] {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.app-card[b-lzxpskkt31] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.app-card:hover[b-lzxpskkt31] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: var(--bs-primary);
}

.app-card-body[b-lzxpskkt31] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.app-icon[b-lzxpskkt31] {
    font-size: 3rem;
    color: var(--bs-primary);
    text-align: center;
}

.app-title[b-lzxpskkt31] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
}

.app-description[b-lzxpskkt31] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bs-secondary-color);
    flex-grow: 1;
    margin-bottom: 1rem;
}

.app-link-text[b-lzxpskkt31] {
    color: var(--bs-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.app-card:hover .app-link-text[b-lzxpskkt31] {
    text-decoration: underline;
}

.app-card:hover .app-icon[b-lzxpskkt31] {
    animation: pulse-b-lzxpskkt31 0.5s ease;
}

@keyframes pulse-b-lzxpskkt31 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .appliman-apps[b-lzxpskkt31] {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }
    
    .app-card-body[b-lzxpskkt31] {
        padding: 1.5rem;
    }
    
    .app-icon[b-lzxpskkt31] {
        font-size: 2.5rem;
    }
    
    .app-title[b-lzxpskkt31] {
        font-size: 1.25rem;
    }
}

.appliman-apps-sidebar[b-lzxpskkt31] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-sidebar-card[b-lzxpskkt31] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    position: relative;
}

.app-sidebar-card:hover[b-lzxpskkt31] {
    border-color: var(--bs-primary);
    background: var(--bs-secondary-bg);
    transform: translateX(3px);
}

.app-sidebar-icon[b-lzxpskkt31] {
    font-size: 1.5rem;
    color: var(--bs-primary);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.app-sidebar-content[b-lzxpskkt31] {
    flex: 1;
    min-width: 0;
    padding-right: 0.5rem;
}

.app-sidebar-title[b-lzxpskkt31] {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.375rem;
    color: var(--bs-body-color);
    padding-right: 1.25rem;
}

.beta-badge[b-lzxpskkt31] {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--bs-primary), var(--bs-info));
    color: white;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    margin-left: 0.375rem;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.app-sidebar-description[b-lzxpskkt31] {
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
}

.app-sidebar-link[b-lzxpskkt31] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
}

.app-sidebar-card:hover .app-sidebar-link[b-lzxpskkt31] {
    color: var(--bs-primary);
}

.app-sidebar-card:hover .app-sidebar-icon[b-lzxpskkt31] {
    animation: iconPulse-b-lzxpskkt31 0.4s ease;
}

@keyframes iconPulse-b-lzxpskkt31 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}
/* /Pages/Blog/Components/Author.razor.rz.scp.css */
.author-component[b-twyiu2itai] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-twyiu2itai] {
    flex-shrink: 0;
}

.author-avatar-image[b-twyiu2itai] {
    border-radius: 50%;
    object-fit: cover;
}

.author-avatar-placeholder[b-twyiu2itai] {
    font-size: 5rem;
    color: var(--bs-secondary);
}

.author-info[b-twyiu2itai] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.author-name[b-twyiu2itai] {
    font-weight: 600;
    font-size: 1rem;
    color: var(--bs-body-color);
}

.author-name-link[b-twyiu2itai] {
    text-decoration: none;
    transition: color 0.2s;
}

.author-name-link:hover[b-twyiu2itai] {
    color: var(--bs-primary);
}

.author-job-title[b-twyiu2itai] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.author-bio[b-twyiu2itai] {
    font-size: 0.875rem;
    color: var(--bs-body-color);
    margin-top: 0.5rem;
    line-height: 1.5;
}
/* /Pages/Blog/Components/FeaturedPost.razor.rz.scp.css */
.featured-post[b-jgucwvch4t] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.featured-post:hover[b-jgucwvch4t] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.featured-post-link[b-jgucwvch4t] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-post-image[b-jgucwvch4t] {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-post-image img[b-jgucwvch4t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-placeholder[b-jgucwvch4t] {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, #4a148c 0%, #1a0033 100%);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.placeholder-svg[b-jgucwvch4t] {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.featured-post-content[b-jgucwvch4t] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.featured-post-meta[b-jgucwvch4t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.featured-post-date[b-jgucwvch4t],
.featured-post-updated[b-jgucwvch4t] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.featured-post-updated[b-jgucwvch4t] {
    color: var(--bs-secondary);
    opacity: 0.8;
}

.featured-post-title[b-jgucwvch4t] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.featured-post-subtitle[b-jgucwvch4t] {
    font-size: 1.125rem;
    color: var(--bs-secondary);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.featured-post-tags[b-jgucwvch4t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.featured-post-tag[b-jgucwvch4t] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: transform 0.2s;
}

.featured-post-tag:hover[b-jgucwvch4t] {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .featured-post-image[b-jgucwvch4t] {
        min-height: 200px;
    }
    
    .featured-post-title[b-jgucwvch4t] {
        font-size: 1.5rem;
    }
    
    .featured-post-content[b-jgucwvch4t] {
        padding: 1.5rem;
    }
}
/* /Pages/Blog/Components/Footer.razor.rz.scp.css */
.footer-social-links[b-znhei1lj66] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-link[b-znhei1lj66] {
    color: var(--bs-secondary);
    font-size: 1.25rem;
    transition: color 0.2s, transform 0.2s;
    text-decoration: none;
}

.footer-social-link:hover[b-znhei1lj66] {
    color: var(--bs-primary);
    transform: scale(1.1);
}

.footer-social-link i[b-znhei1lj66] {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .container[b-znhei1lj66] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-social-links[b-znhei1lj66] {
        margin-top: 0.5rem;
    }
}
/* /Pages/Blog/Components/Header.razor.rz.scp.css */
/* Logo - Inversion en mode light */
.mc-brand img[b-zoo4ujmgky] {
    transition: filter 0.3s ease;
}

/* Inverser le logo en thème light */
[data-bs-theme="light"] .mc-brand img[b-zoo4ujmgky] {
    filter: invert(1) brightness(0.9);
}
/* /Pages/Blog/Components/PostCard.razor.rz.scp.css */
.post-card[b-fe2rfxsfg3] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.post-card:hover[b-fe2rfxsfg3] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.post-card-link[b-fe2rfxsfg3] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-card-image[b-fe2rfxsfg3] {
    width: 100%;
    overflow: hidden;
    background: var(--bs-dark);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-card-image img[b-fe2rfxsfg3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img[b-fe2rfxsfg3] {
    transform: scale(1.05);
}

.post-card-placeholder[b-fe2rfxsfg3] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4a148c 0%, #1a0033 100%);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.placeholder-svg-small[b-fe2rfxsfg3] {
    width: 100%;
    height: 100%;
}

.post-card-content[b-fe2rfxsfg3] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.post-card-date[b-fe2rfxsfg3] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    margin-bottom: 0.5rem;
}

.post-card-title[b-fe2rfxsfg3] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: var(--bs-body-color);
}

.post-card-subtitle[b-fe2rfxsfg3] {
    font-size: 0.9375rem;
    color: var(--bs-secondary);
    margin-bottom: 0.75rem;
    line-height: 1.5;
    flex-grow: 1;
}

.post-card-author[b-fe2rfxsfg3] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    margin-top: auto;
}

.post-card-author i[b-fe2rfxsfg3] {
    margin-right: 0.25rem;
}
/* /Pages/Blog/Components/PostLike.razor.rz.scp.css */
/* Bouton de réaction Like */
.like-button[b-mnpm14nybp] {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.like-button i[b-mnpm14nybp] {
    margin-right: 0.25rem;
    transition: transform 0.3s ease;
}

.like-button:not(:disabled):hover[b-mnpm14nybp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.like-button:not(:disabled):hover i[b-mnpm14nybp] {
    transform: scale(1.2);
}

/* État liked */
.like-button.liked[b-mnpm14nybp] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.like-button.liked:disabled[b-mnpm14nybp] {
    opacity: 0.9;
    cursor: not-allowed;
}

.like-button.liked i[b-mnpm14nybp] {
    color: white;
    animation: heartbeat-b-mnpm14nybp 0.6s ease-in-out;
}

/* Animation heartbeat pour le like */
@keyframes heartbeat-b-mnpm14nybp {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
/* /Pages/Blog/Components/PostListItem.razor.rz.scp.css */
.post-list-item[b-inffdz62uh] {
    margin-bottom: 1.5rem;
}

.post-list-link[b-inffdz62uh] {
    text-decoration: none;
    color: inherit;
    display: block;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.post-list-link:hover[b-inffdz62uh] {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-primary);
}

.post-list-image[b-inffdz62uh] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0.375rem;
}

.post-list-image img[b-inffdz62uh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list-placeholder[b-inffdz62uh] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4a148c 0%, #1a0033 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0.375rem;
}

.post-list-content[b-inffdz62uh] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-list-date[b-inffdz62uh] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    margin-bottom: 0.5rem;
}

.post-list-title[b-inffdz62uh] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--bs-body-color);
}

.post-list-subtitle[b-inffdz62uh] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--bs-secondary-color);
    margin-bottom: 0.75rem;
    flex-grow: 1;
}

.post-list-author[b-inffdz62uh] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    margin-top: auto;
}

@media (max-width: 768px) {
    .post-list-image[b-inffdz62uh] {
        height: 150px;
    }
    
    .post-list-title[b-inffdz62uh] {
        font-size: 1.25rem;
    }
    
    .post-list-subtitle[b-inffdz62uh] {
        font-size: 0.9rem;
    }
}
/* /Pages/Blog/PostDetail.razor.rz.scp.css */
.post-detail[b-rl8iji2wih] {
    max-width: 1400px;
    margin: 0.auto;
    overflow: hidden;
}

.post-header[b-rl8iji2wih] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.post-meta[b-rl8iji2wih] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.post-meta i[b-rl8iji2wih] {
    margin-right: 0.25rem;
}

.post-date[b-rl8iji2wih],
.post-updated[b-rl8iji2wih],
.post-reactions[b-rl8iji2wih] {
    display: inline-flex;
    align-items: center;
}

.post-updated[b-rl8iji2wih] {
    color: var(--bs-warning);
    font-style: italic;
}

.post-title[b-rl8iji2wih] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.post-subtitle[b-rl8iji2wih] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

.post-author-info[b-rl8iji2wih] {
    padding: 0.5rem 0;
}

/* Lecteur de podcast */
.post-podcast-player[b-rl8iji2wih] {
    background: linear-gradient(135deg, var(--bs-primary-bg-subtle) 0%, var(--bs-secondary-bg-subtle) 100%);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.podcast-header[b-rl8iji2wih] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: var(--bs-primary);
    font-weight: 600;
}

.podcast-header i[b-rl8iji2wih] {
    font-size: 1.25rem;
}

.podcast-title[b-rl8iji2wih] {
    font-size: 1rem;
}

.podcast-audio[b-rl8iji2wih] {
    border-radius: 0.5rem;
    height: 45px;
}

.podcast-audio[b-rl8iji2wih]::-webkit-media-controls-panel {
    background: var(--bs-body-bg);
}

.author-avatar[b-rl8iji2wih] {
    color: var(--bs-primary);
}

.author-name[b-rl8iji2wih] {
    font-weight: 600;
    font-size: 1rem;
}

.author-title[b-rl8iji2wih] {
    font-size: 0.875rem;
}

.post-content-wrapper[b-rl8iji2wih] {
    margin-top: 0.5rem;
    overflow: hidden;
}

.post-content[b-rl8iji2wih] {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--bs-body-color);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.post-content h1[b-rl8iji2wih],
.post-content h2[b-rl8iji2wih],
.post-content h3[b-rl8iji2wih],
.post-content h4[b-rl8iji2wih],
.post-content h5[b-rl8iji2wih],
.post-content h6[b-rl8iji2wih] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.post-content h2[b-rl8iji2wih] {
    font-size: 2rem;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 0.25rem;
}

.post-content h3[b-rl8iji2wih] {
    font-size: 1.5rem;
}

.post-content p[b-rl8iji2wih] {
    margin-bottom: 0.5rem;
}

.post-content ul[b-rl8iji2wih],
.post-content ol[b-rl8iji2wih] {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

.post-content li[b-rl8iji2wih] {
    margin-bottom: 0.25rem;
}

/* Code inline seulement (pas dans les blocs de code) */
.post-content code:not(.code-block-wrapper code)[b-rl8iji2wih] {
    background: var(--bs-secondary-bg);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Désactiver les anciens styles de pre - géré par code-highlight.css */
.post-content .code-block-wrapper pre[b-rl8iji2wih] {
    background: transparent;
    padding: 1rem;
    border-radius: 0;
    overflow-x: auto;
    margin: 0;
}

.post-content .code-block-wrapper pre code[b-rl8iji2wih] {
    background: none;
    padding: 0;
    display: block;
    white-space: pre;
}

.post-content blockquote[b-rl8iji2wih] {
    border-left: 4px solid var(--bs-primary);
    padding-left: 1rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
    color: var(--bs-secondary);
    font-style: italic;
}

.post-content img[b-rl8iji2wih] {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    margin: 0.5rem 0;
    display: block;
    object-fit: contain;
}

/* Pour les images dans des paragraphes */
.post-content p img[b-rl8iji2wih] {
    margin: 0.5rem auto;
}

/* Empêcher le débordement des images */
.post-content picture[b-rl8iji2wih],
.post-content figure[b-rl8iji2wih] {
    max-width: 100%;
    overflow: hidden;
}

.post-content figure img[b-rl8iji2wih] {
    margin: 0;
}

.post-content a[b-rl8iji2wih] {
    color: var(--bs-primary);
    text-decoration: none;
}

.post-content a:hover[b-rl8iji2wih] {
    text-decoration: underline;
}

.post-content table[b-rl8iji2wih] {
    width: 100%;
    margin-bottom: 0.5rem;
    border-collapse: collapse;
}

.post-content th[b-rl8iji2wih],
.post-content td[b-rl8iji2wih] {
    padding: 0.5rem;
    border: 1px solid var(--bs-border-color);
}

.post-content th[b-rl8iji2wih] {
    background: var(--bs-secondary-bg);
    font-weight: 600;
}

.post-footer[b-rl8iji2wih] {
    background: var(--bs-body-bg);
}

/* Animation de transition pour l'élément actif - maintenu ici pour la spécificité du scope */
#navbar-toc .nav-link[b-rl8iji2wih] {
    position: relative;
}

.toc-anchor[b-rl8iji2wih] {
    scroll-margin-top: 100px;
}

.post-sidebar-tags[b-rl8iji2wih] {
    position: relative;
    z-index: 10;
    scroll-margin-top: 100px;
}

.sidebar-section.toc-sticky[b-rl8iji2wih] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    position: relative;
    z-index: 10;
    scroll-margin-top: 100px;
}

.toc-title[b-rl8iji2wih] {
    margin-bottom: 0.5rem;
}

.toc-nav .nav[b-rl8iji2wih] {
    gap: 0.125rem;
}

.toc-nav .nav-link[b-rl8iji2wih],
.toc-nav .nav.nav-pills .nav-link[b-rl8iji2wih] {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    line-height: 1.2;
}

.toc-nav .nav[b-rl8iji2wih] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.toc-nav .nav-link[b-rl8iji2wih] {
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    .post-title[b-rl8iji2wih] {
        font-size: 2rem;
    }

    .post-subtitle[b-rl8iji2wih] {
        font-size: 1.125rem;
    }

    .sidebar-section.toc-sticky[b-rl8iji2wih] {
        position: relative;
        top: 0;
        max-height: none;
    }

    .toc-nav[b-rl8iji2wih] {
        margin-top: 0;
        max-height: none;
    }

    .post-content[b-rl8iji2wih] {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .post-title[b-rl8iji2wih] {
        font-size: 1.75rem;
    }

    .post-meta[b-rl8iji2wih] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .post-date[b-rl8iji2wih],
    .post-updated[b-rl8iji2wih],
    .post-reactions[b-rl8iji2wih] {
        margin-left: 0 !important;
    }
}

.post-banner-image[b-rl8iji2wih] {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    padding: 0.5rem;
    overflow: hidden;
}

.post-banner-image img[b-rl8iji2wih] {
    border-radius: 4px;
}

/* Bouton de partage */
.btn-share-post[b-rl8iji2wih] {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.btn-share-post i[b-rl8iji2wih] {
    margin-right: 0.25rem;
    transition: transform 0.3s ease;
}

.btn-share-post:hover[b-rl8iji2wih] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-share-post:hover i[b-rl8iji2wih] {
    transform: scale(1.1) rotate(15deg);
}

.btn-share-post.active[b-rl8iji2wih] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Menu de partage */
.post-reactions-section[b-rl8iji2wih] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 10px;
}

.share-menu[b-rl8iji2wih] {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    z-index: 1050;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: none;
}

.share-menu.show[b-rl8iji2wih] {
    display: block;
}

.share-menu-header[b-rl8iji2wih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.share-menu-header h6[b-rl8iji2wih] {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--bs-secondary);
}

.btn-close-share[b-rl8iji2wih] {
    background: none;
    border: none;
    color: var(--bs-secondary);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-close-share:hover[b-rl8iji2wih] {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.share-menu-body[b-rl8iji2wih] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.share-option[b-rl8iji2wih] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    text-align: left;
}

.share-option:hover[b-rl8iji2wih] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    transform: translateX(5px);
}

.share-option.success[b-rl8iji2wih] {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.share-option i[b-rl8iji2wih] {
    width: 20px;
    font-size: 1.25rem;
    text-align: center;
}

.share-option span[b-rl8iji2wih] {
    flex: 1;
}

/* Couleurs spécifiques pour les réseaux sociaux */
.share-option .fa-twitter[b-rl8iji2wih] {
    color: #1DA1F2;
}

.share-option .fa-facebook[b-rl8iji2wih] {
    color: #1877F2;
}

.share-option .fa-linkedin[b-rl8iji2wih] {
    color: #0A66C2;
}

.share-option .fa-whatsapp[b-rl8iji2wih] {
    color: #25D366;
}

.share-option .fa-envelope[b-rl8iji2wih] {
    color: var(--bs-secondary);
}

.share-option .fa-link[b-rl8iji2wih] {
    color: var(--bs-info);
}

/* Responsive pour le menu de partage */
@media (max-width: 575.98px) {
    .share-menu[b-rl8iji2wih] {
        right: -10px;
        left: -10px;
        width: auto;
        min-width: auto;
    }
}

/* Les styles de blocs de code sont maintenant dans wwwroot/css/code-blocks.css (global) */
/* /Pages/Components/AppointmentBooking.razor.rz.scp.css */
.section-custom[b-hhyadm6f9x] {
    padding: 1rem 0;
    /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
}

.card[b-hhyadm6f9x] {
    transition: transform 0.2s ease-in-out;
}

    .card:hover[b-hhyadm6f9x] {
        transform: translateY(-2px);
    }

/* Styles du calendrier - Compatible dark/light theme */
.calendar-grid[b-hhyadm6f9x] {
    background: var(--bs-body-bg);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
}

.calendar-day[b-hhyadm6f9x] {
    aspect-ratio: 1;
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--bs-body-bg);
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--bs-body-color);
}

.calendar-day:hover[b-hhyadm6f9x] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.calendar-day.other-month[b-hhyadm6f9x] {
    opacity: 0.3;
    cursor: default;
}

.calendar-day.other-month:hover[b-hhyadm6f9x] {
    border-color: var(--bs-border-color);
    background-color: var(--bs-body-bg);
}

.calendar-day.past[b-hhyadm6f9x] {
    opacity: 0.5;
    cursor: default;
    background-color: var(--bs-secondary-bg);
}

.calendar-day.past:hover[b-hhyadm6f9x] {
    border-color: var(--bs-border-color);
    background-color: var(--bs-secondary-bg);
}

.calendar-day.today[b-hhyadm6f9x] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.calendar-day.has-slots[b-hhyadm6f9x] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.calendar-day.has-slots:hover[b-hhyadm6f9x] {
    border-color: var(--bs-primary-border-subtle);
    background-color: var(--bs-primary-bg-subtle);
}

/* Jour sélectionné avec fond bleu */
.calendar-day.selected[b-hhyadm6f9x] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary-border-subtle) !important;
    color: white !important;
}

.calendar-day.selected .day-number[b-hhyadm6f9x] {
    color: white !important;
    font-weight: 700;
}

.calendar-day.selected .slots-indicator[b-hhyadm6f9x] {
    color: white !important;
}

.calendar-day.selected .slots-indicator small[b-hhyadm6f9x] {
    color: rgba(255, 255, 255, 0.9) !important;
}

.day-number[b-hhyadm6f9x] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--bs-body-color);
}

.slots-indicator[b-hhyadm6f9x] {
    font-size: 0.7rem;
    line-height: 1;
}

.calendar-day.today .day-number[b-hhyadm6f9x] {
    color: var(--bs-primary);
    font-weight: 700;
}

.calendar-day.has-slots .day-number[b-hhyadm6f9x] {
    color: var(--bs-primary);
}

.calendar-day.has-slots .slots-indicator small[b-hhyadm6f9x] {
    color: var(--bs-primary);
}

/* Section des créneaux horaires */
.time-slots-section[b-hhyadm6f9x] {
    background: var(--bs-secondary-bg);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    display: flex;
    flex-direction: column;
}

.time-slots-vertical[b-hhyadm6f9x] {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 0.5rem;
}

/* Scrollbar personnalisée pour les créneaux */
.time-slots-vertical[b-hhyadm6f9x]::-webkit-scrollbar {
    width: 6px;
}

.time-slots-vertical[b-hhyadm6f9x]::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg);
    border-radius: 3px;
}

.time-slots-vertical[b-hhyadm6f9x]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    border-radius: 3px;
}

.time-slots-vertical[b-hhyadm6f9x]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary);
}

.time-slots-section .btn[b-hhyadm6f9x] {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-align: left;
}

.time-slots-section .btn-outline-primary:hover[b-hhyadm6f9x] {
    transform: translateX(3px);
    box-shadow: 0 2px 4px rgba(var(--bs-primary-rgb), 0.3);
}

/* Section des informations de contact */
.contact-info-section[b-hhyadm6f9x] {
    background: var(--bs-body-bg);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
}

/* Zone de confirmation en bleu */
.card.border-success[b-hhyadm6f9x] {
    border-color: var(--bs-primary) !important;
    background: var(--bs-body-bg);
}

.card.border-success .card-title.text-success[b-hhyadm6f9x] {
    color: var(--bs-primary) !important;
}

/* Bouton de contact animé */
.btn-contact-animate[b-hhyadm6f9x] {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
    transition: all 0.3s ease;
}

.btn-contact-animate:not(:disabled):hover[b-hhyadm6f9x] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.4);
}

.btn-contact-animate:not(:disabled):active[b-hhyadm6f9x] {
    transform: translateY(0);
}

.btn-contact-animate i.fa-comments[b-hhyadm6f9x] {
    animation: chatPulse-b-hhyadm6f9x 2s ease-in-out infinite;
}

.btn-contact-animate:not(:disabled):hover i.fa-comments[b-hhyadm6f9x] {
    animation: chatBounce-b-hhyadm6f9x 0.6s ease;
}

@keyframes chatPulse-b-hhyadm6f9x {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes chatBounce-b-hhyadm6f9x {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

/* Effet de brillance au survol */
.btn-contact-animate:not(:disabled)[b-hhyadm6f9x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-contact-animate:not(:disabled):hover[b-hhyadm6f9x]::before {
    left: 100%;
}

/* Bouton désactivé */
.btn-contact-animate:disabled[b-hhyadm6f9x] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

[data-bs-theme="dark"] .alert-warning[b-hhyadm6f9x] {
    background-color: #332701;
    border-color: #997404;
    color: #ffda6a;
}

[data-bs-theme="dark"] .card-body[b-hhyadm6f9x] {
    background-color: #343a40;
    color: #dee2e6;
}

[data-bs-theme="dark"] .card[b-hhyadm6f9x] {
    background-color: #343a40;
    border-color: #495057;
}

[data-bs-theme="dark"] .text-success[b-hhyadm6f9x] {
    color: #75b798 !important;
}

[data-bs-theme="dark"] .spinner-border[b-hhyadm6f9x] {
    border-color: #495057;
}

[data-bs-theme="dark"] .spinner-border-sm[b-hhyadm6f9x] {
    border-color: #495057;
}

[data-bs-theme="dark"] .btn-primary[b-hhyadm6f9x] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

[data-bs-theme="dark"] .btn-primary:hover[b-hhyadm6f9x] {
    background-color: #0a58ca;
    border-color: #0a58ca;
}

[data-bs-theme="dark"] .btn-outline-primary[b-hhyadm6f9x] {
    color: #6ea8fe;
    border-color: #6ea8fe;
}

[data-bs-theme="dark"] .btn-outline-primary:hover[b-hhyadm6f9x] {
    background-color: #6ea8fe;
    border-color: #6ea8fe;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .calendar-day[b-hhyadm6f9x] {
        min-height: 50px;
        padding: 0.25rem;
    }
    
    .day-number[b-hhyadm6f9x] {
        font-size: 0.8rem;
    }
    
    .slots-indicator[b-hhyadm6f9x] {
        font-size: 0.6rem;
    }
}
/* /Pages/MemberProfile.razor.rz.scp.css */
.profile-detail[b-p64wpf3cos] {
    padding: 2rem 0;
}

.profile-header[b-p64wpf3cos] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.profile-avatar-large[b-p64wpf3cos] {
    flex-shrink: 0;
}

.profile-image-large[b-p64wpf3cos] {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-placeholder-large[b-p64wpf3cos] {
    font-size: 15rem;
    color: var(--bs-secondary);
}

.profile-info[b-p64wpf3cos] {
    flex: 1;
}

.profile-name[b-p64wpf3cos] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.profile-job-title[b-p64wpf3cos] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    margin-bottom: 0;
}

.profile-bio[b-p64wpf3cos] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--bs-body-color);
    white-space: pre-line;
}

.profile-stats[b-p64wpf3cos] {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.stat-item[b-p64wpf3cos] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat-item i[b-p64wpf3cos] {
    color: var(--bs-primary);
    font-size: 1.25rem;
}

.stat-value[b-p64wpf3cos] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
}

.stat-label[b-p64wpf3cos] {
    color: var(--bs-secondary);
    font-size: 0.875rem;
}

.profile-articles[b-p64wpf3cos] {
    margin-top: 3rem;
}

.section-title[b-p64wpf3cos] {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--bs-body-color);
}

.profile-sidebar-tags[b-p64wpf3cos],
.profile-sidebar-posts[b-p64wpf3cos] {
    padding: 1.5rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}

.sidebar-title[b-p64wpf3cos] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
}

.tags-list[b-p64wpf3cos] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.profile-tag[b-p64wpf3cos] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: opacity 0.2s;
}

.profile-tag:hover[b-p64wpf3cos] {
    opacity: 0.8;
}

.posts-list[b-p64wpf3cos] {
    margin: 0;
    padding: 0;
}

.post-item[b-p64wpf3cos] {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.post-item:last-child[b-p64wpf3cos] {
    border-bottom: none;
}

.post-title-small[b-p64wpf3cos] {
    font-weight: 500;
    color: var(--bs-body-color);
    margin-bottom: 0.25rem;
}

.post-title-small:hover[b-p64wpf3cos] {
    color: var(--bs-primary);
}

@media (max-width: 768px) {
    .profile-header[b-p64wpf3cos] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-name[b-p64wpf3cos] {
        font-size: 2rem;
    }

    .profile-stats[b-p64wpf3cos] {
        justify-content: center;
    }

    .profile-placeholder-large[b-p64wpf3cos] {
        font-size: 10rem;
    }
}

/* Bouton de contact animé */
.btn-contact-animate[b-p64wpf3cos] {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.btn-contact-animate:not(:disabled):hover[b-p64wpf3cos] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.4);
}

.btn-contact-animate:not(:disabled):active[b-p64wpf3cos] {
    transform: translateY(0);
}

.btn-contact-animate i.fa-comments[b-p64wpf3cos] {
    animation: chatPulse-b-p64wpf3cos 2s ease-in-out infinite;
}

.btn-contact-animate:not(:disabled):hover i.fa-comments[b-p64wpf3cos] {
    animation: chatBounce-b-p64wpf3cos 0.6s ease;
}

@keyframes chatPulse-b-p64wpf3cos {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes chatBounce-b-p64wpf3cos {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

/* Effet de brillance au survol */
.btn-contact-animate:not(:disabled)[b-p64wpf3cos]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-contact-animate:not(:disabled):hover[b-p64wpf3cos]::before {
    left: 100%;
}

/* Bouton désactivé */
.btn-contact-animate:disabled[b-p64wpf3cos] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}
