.angie-horizontal-timeline-1cd24989 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    align-items: center;
    background: #f2f5f7; /* Nexter theme color 6 */
}
.angie-horizontal-timeline-1cd24989 .timeline-wrapper {
    flex-grow: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    position: relative;
    padding: 20px 0;
}
.angie-horizontal-timeline-1cd24989 .timeline-wrapper::-webkit-scrollbar {
    display: none;
}
.angie-horizontal-timeline-1cd24989 .timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: max-content;
    min-width: 100%;
    height: 4px;
    background: #162d9e; /* Nexter theme color 1 */
    transform: translateY(-50%);
    z-index: 1;
}
.angie-horizontal-timeline-1cd24989 .timeline-events {
    display: flex;
    position: relative;
    z-index: 2;
    width: max-content;
    padding: 0 40px;
    align-items: center;
}
.angie-horizontal-timeline-1cd24989 .timeline-event {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 20px;
}
.angie-horizontal-timeline-1cd24989 .timeline-event:nth-child(odd) {
    flex-direction: column-reverse;
}
.angie-horizontal-timeline-1cd24989 .timeline-event:nth-child(odd) .timeline-content {
    margin-top: 40px;
    margin-bottom: 0;
}
.angie-horizontal-timeline-1cd24989 .timeline-event:nth-child(even) .timeline-content {
    margin-bottom: 40px;
    margin-top: 0;
}
.angie-horizontal-timeline-1cd24989 .timeline-marker {
    width: 24px;
    height: 24px;
    background: #fc4032; /* Nexter theme color 2 */
    border-radius: 50%;
    border: 4px solid #fff;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px #162d9e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.angie-horizontal-timeline-1cd24989 .timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 3;
}
.angie-horizontal-timeline-1cd24989 .timeline-date {
    font-size: 0.9em;
    color: #3a4f66; /* Nexter theme color 3 */
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.angie-horizontal-timeline-1cd24989 .timeline-title {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    color: #192a3d;
}
.angie-horizontal-timeline-1cd24989 .timeline-title a {
    color: inherit;
    text-decoration: none;
}
.angie-horizontal-timeline-1cd24989 .timeline-excerpt {
    font-size: 0.95em;
    color: #3a4f66;
    line-height: 1.5;
}
.angie-horizontal-timeline-1cd24989 .nav-btn {
    background: #162d9e;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    flex-shrink: 0;
    margin: 0 15px;
    transition: background 0.3s ease;
}
.angie-horizontal-timeline-1cd24989 .nav-btn:hover {
    background: #192a3d;
}
@media (max-width: 768px) {
    .angie-horizontal-timeline-1cd24989 .timeline-event {
        width: 250px;
    }
}