/* Tocinteractif FSE — CSS Principal v0.2.0 */

/* Header sticky */
.toci-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

/* Assure que le contenu ne passe pas sous le header */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wp-site-blocks > main {
    flex: 1;
}

/* Boutons */
.wp-block-button__link {
    transition: all 0.2s ease !important;
}

/* Navigation header */
.toci-header .wp-block-navigation a {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.toci-header .wp-block-navigation a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
