html {
    scroll-behavior: smooth !important;
}

.equipe-card-hover:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

details summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-left: 24px;
}

details summary::before {
    content: "➤";
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}

details[open] summary::before {
    transform: rotate(90deg);
}

.wp-block-navigation-item a:hover {
    color: var(--wp--preset--color--highlight) !important;
    transition: color 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--base-2) !important;
    color: var(--wp--preset--color--highlight) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-button__link {
    border: 2px solid var(--wp--preset--color--highlight);
}

.wp-block-columns.equal-height {
    align-items: stretch !important;
}

.wp-block-columns.equal-height>.wp-block-column {
    display: flex;
    flex-direction: column;
}

.wp-block-columns.equal-height>.wp-block-column>* {
    flex-grow: 1;
}

.fixed {
    position: fixed !important;
    z-index: 9999;
    width: 100%;
}

.aspect-3-4 {
    aspect-ratio: 3 / 4;
}

.wp-block-social-link {
    background-color: transparent !important;
    fill: var(--wp--preset--color--highlight) !important;
    color: var(--wp--preset--color--highlight) !important;
    background-color: transparent !important;
}


.wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--contrast) !important;
    padding: 32px 24px !important;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content a {
    color: var(--wp--preset--color--contrast-2) !important;
    font-family: "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    padding: 12px 0 !important;
    display: block;
}

.wp-block-navigation__responsive-container-close {
    color: var(--wp--preset--color--contrast-2) !important;
}

@media (max-width: 768px) {
    #prev {
        transform: translate(-50%, -50%) !important;
    }

    #next {
        transform: translate(50%, -50%) !important;
    }
}