.support_template .child_grid .child_card:hover .wp-block-button__link::before {
    height: 7px;
    background: #4EFAE0;
}

.support_template .child_grid .child_card:hover .wp-block-button__link::after {
    right: -2.7rem;
}

.support_template .child_grid .child_card {
    transition: .2s ease-in-out all;
}

.support_template .child_grid .child_card:hover {
    transform: translateY(-7px);
    --tw-shadow: -1px 16px 38px -7px rgba(179, 190, 237, 0.91);
    --tw-shadow-colored: -1px 16px 38px -7px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}

.sommaire_template .back_to_page a::after {
    content: '';
    position: absolute;
    background: #9CA1BB;
    height: 4px;
    bottom: 1px;
    right: 0;
    width: 100%;
    transition: .2s ease-in-out all;
    z-index: -1;
}

.sommaire_template .back_to_page a:hover::after {
    height: 6px;
}

/* Lien actif */

.sommaire_template .list_child_parent .active_link {
    position: relative;
    font-weight: bold;
}

.sommaire_template .list_child_parent .active_link::before {
    content: '';
    position: absolute;
    background-color: #E71D36;
    height: 110%;
    width: 3px;
    left: -1rem;
    top: -1px;
}

.documentation_template .back_to_page a::after {
    content: '';
    position: absolute;
    background: #9CA1BB;
    height: 4px;
    bottom: 1px;
    right: 0;
    width: 100%;
    transition: .2s ease-in-out all;
    z-index: -1;
}

.documentation_template .back_to_page a:hover::after {
    height: 6px;
}

/* Chrome, Edge, and Safari */

body .summary_container_bar::-webkit-scrollbar {
    width: 8px;
}

body .summary_container_bar::-webkit-scrollbar-track {
    background: #d1d6e5;
    border-radius: 10px;
}

body .summary_container_bar::-webkit-scrollbar-thumb {
    background-color: #b0b3c9;
    border-radius: 9px;
}

/* Sticky Overflow Y */

@media (min-width: 1024px) {

    .sticky-bar-doc {
        position: sticky;
        height: 100vh;
    }
}

.sticky-bar-doc {
    top: 120px;
}

/* Summary */

.summary_page li {
    margin-bottom: 0.75rem;
    text-decoration-line: none}

.summary_page li:last-child {
    margin-bottom: 0;
}

.summary_page a {
    transition: .2s all ease-in-out;
    text-decoration-line: none}

.summary_page a:hover {
    opacity: 70%;
}

.summary_page a mark {
    display: none;
}

.hierachy-2 {
    font-size: 1rem;
    font-weight: 400;
}

.hierachy-3 {
    font-size: 0.85rem;
    padding-left: 1rem;
    font-weight: 300;
}

.hierachy-4 {
    font-size: 0.85rem;
    padding-left: 1.5rem;
    font-weight: 200;
}

.scroll-adjust {
    scroll-margin-top: 120px; /* ajustez la valeur selon vos besoins */
}

.active-section {
    color: #00749C;
}

/* Lien actif */

.documentation_template .sommaire_global .list_child_parent .active_link {
    position: relative;
    font-weight: bold;
}

.documentation_template .sommaire_global .list_child_parent .active_link::before {
    content: '';
    position: absolute;
    background-color: #E71D36;
    height: 100%;
    width: 3px;
    left: -1rem;
    top: 0;
}

/* Lien Page */

.documentation_template .content_documentation a:where(:not(.wp-element-button)) {
    text-decoration: underline;
    color: #810067;
}

/* Title Marker Hashtag */

.documentation_template .wp-block-heading  mark {
    font-size: 2rem;
    text-decoration: underline;
    font-weight: normal;
    font-family: Author, sans-serif;
    text-decoration-line: none}

.documentation_template .wp-block-heading  mark a {
    color: #1DE7CF;
    text-decoration-line: none}

@media screen and (max-width: 860px) {
    .documentation_template .wp-block-heading  mark {
        font-size: 1.5rem;
    }
}
