/* Styles spécifiques pour la page FAQ */

.faq-hero {
    background-color: #00664B !important;
    color: white !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.faq-content-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.brand-green-bg {
    background-color: #e6f0ed;
}

.faq-item {
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question {
    color: #00664B;
}

.btn-faq-cta {
    background-color: #00664B !important;
}
.btn-faq-cta:hover {
    background-color: #00563e !important;
}
