/* Timeline Block Styles */
.timeline-block {
    position: relative;
}

.timeline-title {
    text-align: center;
    margin-bottom: 2rem;
}

.historylisten {
    height: 1px;
    width: 1px;
    pointer-events: none;
    position: relative;
    top: auto;
    z-index: -1;
    overflow: hidden;
}

#history {
    display: none;
}

#historynav {
    background: #fff;
    z-index: 110;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: all 0.5s ease-out;
}

.an-contenu {
    position: relative;
}

.an-contenu .ml-5 {
    margin: 0 5rem;
}

.h-year {
    z-index: 100;
    font-size: 140px;
    font-weight: 600;
    line-height: .38;
    color: var(--rougeLT);
    margin-top: 3rem;
    margin-bottom: -2rem;
    text-align: center;
    width: 200%;
    position: relative;
    left: -50%;
}

.h-text {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .fix-section {
        margin-top: 5rem !important;
        margin-bottom: -5rem !important;
    }
    
    .py-section {
        padding-top: 8rem !important;
        padding-bottom: 5rem !important;
    }
    
    .pt-section {
        padding-top: 8rem !important;
    }
    
    .mt-section-n {
        margin-top: -5rem !important;
    }
    
    #history {
        display: block;
    }
    
    #historynav {
        padding: 7rem 0;
    }
    
    .history-contents {
        padding: 0 5rem;
        padding: 10rem 0 10rem 5rem;
    }
    
    .an-contenu {
        margin: 0 0 4rem;
        min-height: 250px;
    }
    
    .an-contenu .ml-5 {
        margin: 0 0 0 5rem;
    }
    
    .annee {
        text-align: right;
        cursor: pointer;
    }
    
    .annee span {
        font-size: 20px;
        font-weight: 600;
        transition: all .75s cubic-bezier(0.22, 0.61, 0.36, 1);
        position: relative;
        transform-origin: center;
        display: block;
        right: 0;
        line-height: 1;
    }
    
    .annee:hover span {
        color: var(--orange);
    }
    
    .annee.aktiv span {
        right: -4rem;
        right: -.5rem;
        font-size: 80px;
        cursor: default;
        color: var(--artge-text);
    }
    
    .annee i {
        position: relative;
        display: inline-block;
        width: 1px;
        right: 1.45rem;
        height: 0;
        background-color: var(--artge-light-text);
        transition: all .25s ease-out;
    }
    
    .annee.aktiv i {
        height: 30px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .annee:last-child i {
        display: none;
    }
    
    .h-year {
        font-size: 200px;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: auto;
        left: auto;
        top: 5rem;
    }
} 