.tl-timeline {
    background-color: #ffffff;
    color: #3c3c3b;
}

/* Cartes d'événements */
.tl-slide-content {
    max-width: 650px!important;
    margin: 0 auto;
    padding: 24px!important;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
background-color : #fafafa;
border-left: 5px solid #f2b53b;
}
	
/* Titre principal */
h2.tl-headline {
    line-height: 1.2!important;
    margin-bottom: 10px;
	text-transform : none!important;
}

.tl-text-content-container h2.tl-headline {

font-size:38px!important;
}


.tl-slider-background {
	background-color: #11ffee00!important;
}

.tl-slide {
    display: flex;
    justify-content: center;
}

/* Texte de l'événement */
.tl-text {
    color: #3c3c3b;
    font-size: 17px;
    line-height: 1.6;
}

/* Marqueur rond */
.tl-marker {
    background-color: #f2b53b;
    border: 2px solid #3c3c3b;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

/* Barre de temps fine et claire */
.tl-timeaxis {
    background-color: #ffffff;
    border-top: 2px solid #f2b53b;
}

/* Dates visibles */
.tl-timeaxis-major {
    color: #3c3c3b;
    font-weight: 600;
    font-size: 13px;
}

.tl-timeaxis-minor {
    color: rgba(60, 60, 59, 0.3);
    font-size: 11px;
}

/* Légendes */
.tl-caption {
    color: rgba(60, 60, 59, 0.6);
    font-style: italic;
}

@media (max-width: 768px) {
    .tl-slide-content {
        margin: 0 12px;
        padding: 16px;
    }
}
