/* ============================================
   RESPONSIVE MOBILE - Design Ultra Compact
   ============================================ */

@media (max-width: 768px) {
    
    /* Header beaucoup plus compact */
    .hero {
        min-height: 50vh !important;
        padding: 3rem 1rem 1.5rem !important;
    }
    
    .hero-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.8rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.4 !important;
    }
    
    .hero-buttons {
        gap: 0.5rem !important;
        flex-direction: column !important;
    }
    
    .hero-buttons .btn {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.75rem !important;
        width: 100% !important;
        max-width: 200px !important;
    }
    
    /* Navigation compacte */
    nav {
        padding: 0.5rem 1rem !important;
    }
    
    nav img {
        height: 35px !important;
    }
    
    /* Sections très compactes */
    .section {
        padding: 2rem 1rem !important;
    }
    
    .container {
        padding: 0 0.75rem !important;
    }
    
    .section-header {
        margin-bottom: 1.5rem !important;
    }
    
    .section-tag {
        font-size: 0.65rem !important;
        letter-spacing: 1px !important;
    }
    
    .section-title {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
    }
    
    .section-subtitle {
        font-size: 0.8rem !important;
    }
    
    /* Stats compactes */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }
    
    .stat-number {
        font-size: 1.5rem !important;
    }
    
    .stat-label {
        font-size: 0.65rem !important;
    }
    
    /* Services très compacts */
    .services-grid {
        gap: 0.75rem !important;
    }
    
    .service-card {
        padding: 1rem !important;
    }
    
    .service-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .service-card h3 {
        font-size: 0.95rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .service-card p {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }
    
    /* CTA compact */
    .cta-banner {
        padding: 1.25rem 1rem !important;
    }
    
    .cta-banner p {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .cta-banner .btn {
        padding: 0.5rem 1rem !important;
        font-size: 0.75rem !important;
    }
    
    /* Équipe compacte */
    .president-card-new {
        padding: 1rem !important;
        flex-direction: row !important;
        gap: 1rem !important;
    }
    
    .president-photo-circle {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
    }
    
    .president-details h3 {
        font-size: 0.95rem !important;
    }
    
    .president-details p {
        font-size: 0.7rem !important;
    }
    
    .team-stats-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.5rem !important;
    }
    
    .team-stat-card {
        padding: 0.75rem 0.25rem !important;
    }
    
    .team-stat-card .stat-number {
        font-size: 1.25rem !important;
    }
    
    .team-stat-card .stat-label {
        font-size: 0.6rem !important;
    }
    
    /* Startups ultra compact */
    .section-startups {
        padding: 2rem 1rem !important;
    }
    
    .section-startups .section-header {
        margin-bottom: 1.5rem !important;
    }
    
    .section-startups .section-title {
        font-size: 1.4rem !important;
    }
    
    .startup-premium-grid {
        gap: 0.75rem !important;
        margin: 1.5rem 0 !important;
    }
    
    .premium-card {
        padding: 1rem !important;
        border-radius: 10px !important;
    }
    
    .premium-badge {
        font-size: 0.6rem !important;
        padding: 0.3rem 0.75rem !important;
        top: -8px !important;
    }
    
    .premium-number {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .premium-card h3 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .premium-card p {
        font-size: 0.75rem !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.5 !important;
    }
    
    .price-from {
        font-size: 0.65rem !important;
    }
    
    .price-amount {
        font-size: 1.5rem !important;
    }
    
    .premium-features {
        gap: 0.3rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .premium-features span {
        font-size: 0.6rem !important;
        padding: 0.25rem 0.5rem !important;
    }
    
    .premium-cta {
        padding: 0.5rem 1rem !important;
        font-size: 0.75rem !important;
    }
    
    .startup-trust {
        padding: 1rem !important;
        gap: 1rem !important;
    }
    
    .trust-content h3 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .trust-points {
        gap: 1rem !important;
    }
    
    .trust-icon {
        font-size: 1.25rem !important;
    }
    
    .trust-point span {
        font-size: 0.65rem !important;
    }
    
    .trust-cta p {
        font-size: 0.75rem !important;
    }
    
    .trust-phone {
        font-size: 1.1rem !important;
    }
    
    /* Actualités compactes */
    #news-container {
        gap: 0.75rem !important;
    }
    
    #news-container article {
        border-radius: 8px !important;
    }
    
    #news-container article div:first-child {
        padding: 0.5rem 0.75rem !important;
    }
    
    #news-container article h3 {
        font-size: 0.9rem !important;
    }
    
    #news-container article p {
        font-size: 0.75rem !important;
    }
    
    /* Contact compact */
    .contact-grid {
        gap: 1rem !important;
    }
    
    .contact-info h2 {
        font-size: 1.2rem !important;
    }
    
    .contact-info > p {
        font-size: 0.8rem !important;
    }
    
    .contact-item {
        padding: 0.5rem !important;
    }
    
    .contact-item h4 {
        font-size: 0.8rem !important;
    }
    
    .contact-item p, .contact-item a {
        font-size: 0.75rem !important;
    }
    
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 0.6rem 0.75rem !important;
        font-size: 0.8rem !important;
    }
    
    .contact-form button {
        padding: 0.6rem !important;
        font-size: 0.8rem !important;
    }
    
    /* Footer compact */
    .footer {
        padding: 1.5rem 1rem 1rem !important;
    }
    
    .footer-grid {
        gap: 1rem !important;
    }
    
    .footer h4 {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .footer a, .footer p {
        font-size: 0.75rem !important;
    }
    
    .footer li {
        margin-bottom: 0.25rem !important;
    }
    
    /* Bouton retour en haut plus petit */
    .scroll-top {
        width: 40px !important;
        height: 40px !important;
        right: 15px !important;
        bottom: 15px !important;
    }
}

/* Très petits écrans */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.4rem !important;
    }
    
    .section-title {
        font-size: 1.2rem !important;
    }
    
    .premium-card {
        padding: 0.875rem !important;
    }
    
    .premium-card h3 {
        font-size: 0.95rem !important;
    }
    
    .team-stats-grid {
        gap: 0.4rem !important;
    }
}

