/* Styles spécifiques pour la page de témoignage */

/* Hero Section Témoignage */
.hero-temoignage {
    background: linear-gradient(135deg, var(--background-light) 0%, #F0EDE8 100%);
    position: relative;
    margin-top: 5rem;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-temoignage .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

.hero-temoignage .hero-content-temoignage {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-temoignage h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
}

.hero-temoignage .hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.hero-temoignage .hero-description {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* Contenu du témoignage */
.temoignage-content {
    padding: 80px 0;
    background: var(--white);
}

.temoignage-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.intro-section {
    margin-bottom: 3rem;
}

.intro-section .lead {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.6;
    padding: 2rem;
    background: var(--background-light);
    border-radius: 10px;
    border-left: 4px solid var(--accent-color);
}

.temoignage-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.temoignage-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
}

.temoignage-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin: 2rem 0 1rem;
}

.temoignage-text p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Citations et éléments spéciaux */
blockquote {
    margin: 2.5rem 0;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    font-style: italic;
}

blockquote p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

blockquote.highlight {
    background: linear-gradient(135deg, #FFF8DC, #F5F5DC);
    border-left: 4px solid var(--accent-color);
    color: var(--primary-color);
    font-weight: 500;
}

blockquote.definition {
    background: linear-gradient(135deg, #F0F8FF, #E6F3FF);
    border-left: 4px solid #4682B4;
    color: #2C5282;
}

blockquote.reflection {
    background: linear-gradient(135deg, #F0FDF4, #DCFCE7);
    border-left: 4px solid #16A34A;
    color: #15803D;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

blockquote.turning-point {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A);
    border-left: 4px solid #D97706;
    color: #92400E;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}

blockquote.mission {
    background: linear-gradient(135deg, #FDF2F8, #FCE7F3);
    border-left: 4px solid #EC4899;
    color: #BE185D;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: normal;
}

/* Boîtes d'information */
.insight-box,
.understanding-box,
.alert-box {
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid;
    position: relative;
}

.insight-box {
    background: linear-gradient(135deg, #EBF8FF, #DBEAFE);
    border-color: #3B82F6;
    color: #1E40AF;
}

.understanding-box {
    background: linear-gradient(135deg, #F3E8FF, #E9D5FF);
    border-color: #8B5CF6;
    color: #6B21A8;
}

.alert-box {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A);
    border-color: #F59E0B;
    color: #92400E;
}

.insight-box h3,
.understanding-box h3,
.alert-box h3 {
    margin: 0 0 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
}

.insight-box p,
.understanding-box p,
.alert-box p {
    margin: 0;
    font-weight: 500;
}

/* Signature */
.signature {
    margin-top: 4rem;
    text-align: center;
    padding: 2rem;
    background: var(--background-light);
    border-radius: 10px;
}

.signature p {
    margin: 0;
    font-size: 1.1rem;
    color: var(--primary-color);
}

/* Section Contact */
.contact-section {
    background: var(--background-light);
    padding: 60px 0;
    text-align: center;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-section p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button.secondary {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.cta-button.secondary:hover {
    background: var(--primary-color);
    color: var(--white);
}

/* Navigation active */
.nav-menu a.active {
    color: var(--accent-color);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-temoignage {
        padding: 140px 0 60px;
        min-height: 50vh;
    }
    
    .hero-temoignage h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }
    
    .hero-temoignage .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .hero-temoignage .hero-description {
        font-size: 1.1rem;
    }
    
    .temoignage-content {
        padding: 60px 0;
    }
    
    .temoignage-text {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .temoignage-text h2 {
        font-size: 1.8rem;
        margin: 2rem 0 1rem;
    }
    
    .intro-section .lead {
        font-size: 1.1rem;
        padding: 1.5rem;
    }
    
    blockquote {
        margin: 2rem 0;
        padding: 1.5rem;
    }
    
    blockquote p {
        font-size: 1.1rem;
    }
    
    .insight-box,
    .understanding-box,
    .alert-box {
        margin: 2rem 0;
        padding: 1.5rem;
    }
    
    .contact-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-actions .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .hero-temoignage {
        padding: 120px 0 50px;
        min-height: 45vh;
    }
    
    .hero-temoignage h1 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    
    .hero-temoignage .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .temoignage-text h2 {
        font-size: 1.6rem;
    }
    
    .intro-section .lead {
        font-size: 1rem;
        padding: 1rem;
    }
    
    blockquote {
        padding: 1rem;
    }
    
    blockquote p {
        font-size: 1rem;
    }
}
