/* Styles responsifs pour la page d'accueil */
@media (max-width: 1024px) {
    .hero-content {
        padding: 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        flex-direction: column;
        gap: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 1.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .about .container {
        flex-direction: column;
        gap: 2rem;
    }

    .about-content {
        width: 100%;
    }

    .about-image {
        width: 100%;
        text-align: center;
    }

    .about-image img {
        max-width: 80%;
        height: auto;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .features .container {
        padding: 1.5rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .about-section {
        padding: 1.5rem;
        margin: 2rem 0;
    }

    .about-section h2 {
        font-size: 1.8rem;
    }

    .about-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .history-section,
    .partners-section,
    .stats-section,
    .approach-section,
    .quote-section,
    .future-section {
        padding: 1.5rem 0;
    }

    .partner-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .partner-card {
        padding: 1.25rem;
    }

    .partner-card h4 {
        font-size: 1.1rem;
    }

    .partner-card p {
        font-size: 0.9rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Timeline */
    .timeline-container {
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .timeline-content {
        width: calc(100% - 60px);
        margin-left: 60px !important;
        padding: 1.5rem;
    }

    .timeline-content h3 {
        font-size: 1.2rem;
    }

    .timeline-details p {
        font-size: 0.9rem;
    }

    /* Stats */
    .timeline-stats {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .timeline-stats .stat-card {
        width: 100%;
        max-width: none;
        padding: 1.5rem;
    }

    .timeline-stats .stat-icon {
        font-size: 2rem;
    }

    .timeline-stats h4 {
        font-size: 1.8rem;
    }

    /* Approche */
    .approach-section {
        padding: 1.5rem;
        margin: 2rem auto;
    }

    .approach-section h3 {
        font-size: 1.5rem;
    }

    .approach-section p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .emoji-list {
        flex-direction: column;
        gap: 0.75rem;
    }

    .emoji-item {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
    }

    /* Citation */
    .quote-section {
        margin: 2rem 0;
        padding: 1.5rem;
    }

    .quote-section h3 {
        font-size: 1.3rem;
    }

    .quote-section blockquote {
        font-size: 1.1rem;
        padding: 1rem;
    }
}

/* Styles responsifs pour la page services */
@media (max-width: 1024px) {
    .services-container {
        padding: 2rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .price-tag {
        padding: 0.75rem;
    }

    .base-price {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .services-container {
        padding: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card {
        padding: 1.25rem;
    }

    .service-card i {
        font-size: 2rem;
    }

    .service-details {
        margin-top: 1rem;
    }

    .conditions-list {
        font-size: 0.9rem;
    }

    .conditions-list li {
        margin-bottom: 0.5rem;
    }
}

/* Styles communs pour les petits écrans */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .cta-button {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .service-card h3 {
        font-size: 1.1rem;
    }

    .base-price {
        font-size: 1.2rem;
    }

    .group-price,
    .discount-info {
        font-size: 0.8rem;
    }

    .timeline-content {
        width: calc(100% - 40px);
        margin-left: 40px !important;
        padding: 1rem;
    }

    .timeline-item::before {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .approach-section h3 {
        font-size: 1.3rem;
    }

    .emoji-item {
        padding: 0.5rem 0.75rem;
    }

    .emoji-item span:first-child {
        font-size: 1.2rem;
    }

    .emoji-item span:last-child {
        font-size: 0.9rem;
    }
}

/* Styles responsifs pour le footer */
@media (max-width: 1024px) {
    .footer-content {
        padding: 2rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .footer-section {
        padding: 1rem;
    }

    .footer-section h3,
    .footer-section h4 {
        font-size: 1.2rem;
    }

    .footer-description {
        font-size: 0.9rem;
    }

    .social-links {
        gap: 1rem;
    }

    .social-link {
        width: 2.5rem;
        height: 2.5rem;
    }

    .social-link i {
        font-size: 1.2rem;
    }

    .footer-links li,
    .contact-info li {
        margin-bottom: 0.75rem;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-content {
        padding: 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-section {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-links,
    .contact-info {
        align-items: center;
    }

    .footer-links li a,
    .contact-info li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .footer-img {
        text-align: center;
        margin-top: 1.5rem;
    }

    .footer-img img {
        max-width: 150px;
        height: auto;
    }

    .footer-bottom {
        padding: 1rem;
    }

    .footer-bottom p {
        font-size: 0.9rem;
    }

    .footer-legal a {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .footer-content {
        padding: 1rem;
    }

    .footer-section h3,
    .footer-section h4 {
        font-size: 1.1rem;
    }

    .footer-description {
        font-size: 0.85rem;
    }

    .social-link {
        width: 2.25rem;
        height: 2.25rem;
    }

    .social-link i {
        font-size: 1.1rem;
    }

    .footer-links li a,
    .contact-info li {
        font-size: 0.9rem;
    }

    .footer-img img {
        max-width: 120px;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }

    .footer-legal a {
        font-size: 0.8rem;
    }
}
