.component-maison-chapter-cpt {
    /* position: sticky;
    position: -webkit-sticky;
    top: 0;
    min-height: 100vh; */
    width: 100%;
    z-index: 1;
    will-change: transform;
    backface-visibility: hidden;
    position: relative;
    background: #fff;
    z-index: 1;
    transition: transform 0.3s ease-out;
} 

.component-maison-chapter-cpt .chapter-content {
    position: relative;
    z-index: 1;
    background: #fff;
}

.sticky-title-wrapper {
    transition: color 0.4s ease;
    overflow:hidden;
}

.sticky-title-wrapper.is-blue {
    color: var(--dark-blue);
}