/* Tablettes */
@media (max-width: 992px) {
    .main-slider {
        height: 500px;
    }
    
    .slide-content h2 {
        font-size: 2rem;
    }
    
    .slide-content p {
        font-size: 1rem;
    }
    
    .about-content {
        flex-direction: column;
    }
    
    .about-text, .about-image {
        flex: none;
        width: 100%;
    }
    
    .about-image {
        margin-top: 30px;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
     .top-bar-left {
       display: flex;
    }
}

/* Petites tablettes et grands mobiles */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        text-align: center;
    }
    
    .top-bar-left {
        margin-bottom: 10px;
          display: flex;
    }
    
    .main-header .container {
        flex-direction: column;
        text-align: center;
    }
    
    .logo-container {
        margin-bottom: 20px;
        justify-content: center;
    }
    
    .donate-btn {
        margin-top: 20px;
    }
    
    .nav-menu {
        display: none;
    }
    
    .search-box {
        margin: 20px auto 0;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .main-slider {
        height: 400px;
    }
    
    .slide-content h2 {
        font-size: 1.8rem;
    }
    
    .slide-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-top .container {
        grid-template-columns: 1fr;
    }
}

/* Mobiles */
@media (max-width: 576px) {
    .main-slider {
        height: 350px;
    }
    
    .slide-content h2 {
        font-size: 1.5rem;
    }
    
    .top-bar-left {
       display: flex;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-social {
        justify-content: center;
    }
}
