.lit-header {
    padding-top: 80px; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.lit-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.lit-subtitle-hero {
    font-size: 1.4rem;
    color: var(--color-text-light);
    font-weight: 400;
    margin-top: 5px;      
    margin-bottom: 30px; 
    line-height: 1.2;
}

.lit-intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ffffff;
    max-width: 65ch;
    margin-top: 0;
}

.lit-section-title {
    margin-top: 0px; 
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    padding-left: 10px; 
}

.lit-books {
    padding-top: 0;
}

.carousel {
    display: flex;
    gap: 20px; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    padding: 10px 10px 30px 10px; 
    margin-top: -10px;
    margin-bottom: 0;
        
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel__link {
    flex: 0 0 auto;
    width: 85vw; 
    scroll-snap-align: center;
    
    background: transparent;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.carousel__img {
    width: 100%;
    height: auto;
    display: block; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.carousel__link:active {
    transform: scale(0.95); 
    transition: transform 0.1s; 
}

.book-summaries {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0; 
}

.book-summary-item {
    margin-bottom: 20px;
}

.summary-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    margin-top: 0;
}

.summary-author {
    display: block;
    font-size: 1rem;
    color: #878080; 
    margin-bottom: 10px;
}

.summary-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    max-width: 65ch;
}

.lit-conclusion {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text);
}

.lit-conclusion p {
    margin-bottom: 40px;
}

.lit-conclusion p:last-child {
    margin-bottom: 0;
}

.lit-quote {
    padding-left: 0;
    padding-right: 0;
    
    margin-top: 40px;
    margin-bottom: 40px;
}

.quote-subtitle {
    font-size: 1.4rem;
    color: var(--color-text-light);
    font-weight: 400;
    
    margin-top: -30px;
    margin-bottom: 20px;
    
    padding-left: 10px; 
    padding-right: 10px;
}

.quote-img-container {
    padding-left: 10px;
    padding-right: 10px;
}

.quote-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: block;
}

.lit-timeline {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; 
    padding-top: 0;
    margin-bottom: 80px;
}

.lit-subtitle {
    font-size: 1.4rem;
    color: var(--color-text-light);
    margin-top: -20px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.timeline-intro-block {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.timeline-intro-block p {
    font-size: 1rem;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 10px;
    margin-top: 0;
}

.timeline-intro-block p:last-child {
    margin-bottom: 0;
}

.timeline-container {
    position: relative; 
    
    display: flex;
    flex-direction: column;
    
    border-left: 2px solid var(--color-text-light); 
    
    margin-left: 20px;
    padding-top: 10px;
    
    padding-bottom: 30px; 
}

.timeline-container::after {
    content: '';
    position: absolute;
    bottom: 0; 
    left: -7px; 
    
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;  
    border-right: 6px solid transparent; 
    
    border-top: 12px solid white; 
}

.timeline-item {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -6px; 
    top: 50%; 
    transform: translateY(-50%);
    
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    
    z-index: 2; 
}

.timeline-item::after {
    content: '';
    position: absolute;
    left: 0;     
    top: 50%;     
    transform: translateY(-50%);
    width: 30px; 
    height: 1px;  
    background-color: white;
    z-index: 1;   
}

.timeline-card {
    border: 1px solid white;
    border-radius: 8px;
    padding: 15px;
    
    background-color: rgba(0, 0, 0, 0.05); 

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px; 
    max-width: 70vw; 
}

.timeline-date {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.timeline-name {
    font-size: 1.1rem;
    color: #ffffff; 
}


.footer__left-group {
    padding-left: 10px;
    text-align: left;
}
.footer__desc {
    margin-left: 0;
    padding-left: 0;
}

.section, .lit-books, .lit-quote, .lit-timeline {
    border-top: none !important;
    border-bottom: none !important;
}


.lit-section-title {
    border: none !important;
    text-decoration: none !important;
}


.book-summary-item {
    border-bottom: none !important;
}

.book-card__quote, 
.book-card__desc,
blockquote, 
em, 
i {
    font-style: normal !important;
}

/* Modification de la classe existante */
.timeline-name {
    font-size: 1.1rem;
    color: #cccccc; 
    /* AJOUTS POUR L'ALIGNEMENT */
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre le nom et l'icône */
    flex-wrap: wrap; /* Sécurité responsive */
}

/* AJOUT : Style de l'icône */
.wiki-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666; /* Gris discret */
    transition: all 0.3s ease;
    text-decoration: none;
}

.wiki-icon-link:hover {
    color: #ffffff; /* Blanc au survol */
    transform: translateY(-2px);
}