@media (max-width: 768px) {

    .fixed-newsletter-btn.show {
        display: none;
    }

    .navbar {
        width: 100%;
        margin: 0 auto;
        padding: .6rem 2rem;
    }

    .nav-center {
        display: none;
    }

    .section-grid {
        padding: 6rem 1.6rem;
    }

    .main {
        margin: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 20rem;

    }

    .main-title {
        font-size: 2.2rem;
    }

    .satisfaction {
        flex-direction: column;
    }

    .main-subtitle {
        font-size: .9rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .section-trusted {
        margin-top: -6rem;
    }

    .title {
        font-size: 2.2rem;
    }

    .section-about {
        display: block;
    }

    .about-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .about-image {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
    }

    .photo-1 {
        transform: rotate(0deg) translate(0, 0px);
    }

    .photo-2 {
        display: none;
    }

    .section-problems {
        margin-top: 16rem;
    }

    .problems-center {
        display: none;
    }

    .cta-problems {
        margin-top: -1rem;
    }



    .offre-niveau .offre-texte {
        min-width: 100%;
    }

    .offre-niveau .offre-image img {
        max-width: 100%;
    }

    .offre-niveaux-futurs {
        gap: 0;
    }

    .track-left {
        animation: scroll-left 10s linear infinite;
    }

    .track-right {
        animation: scroll-right 10s linear infinite;
    }

    .cta-after-conferences {
        display: block;
        border: none;
    }

    .cta-after-conferences .title {
        font-size: 2.2rem;
    }

    .cta-right img {
        margin-top: 2rem;
    }

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

    .newsletter-form {
        flex-direction: column;
    }

    .envelope-shape::before {
        display: none;
    }

    .cta-final {
        border-radius: 0;
    }


    .faq-item {
        text-align: left;
    }

    .faq-toggle {
        width: 35px;
    }

    .footer-container,
    .footer-links {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

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


@media (max-width: 1024px) {
    .fixed-newsletter-btn.show {
        display: none;
    }

    .navbar {
        width: 100%;
        margin: 0 auto;
        padding: .6rem 2rem;
    }

    .nav-center {
        display: none;
    }

    .section-grid {
        padding: 6rem 1.6rem;
    }

    .main {
        margin: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -2rem;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .about-buttons a {
        width: fit-content;
    }

    .photo-2 {
        transform: rotate(5deg) translate(0px, -40px);
        ;
    }

    .bubble6 {
        right: 5%;
    }

    .bubble4 {
        right: 8%;
    }

    .bubble3 {
        left: 5%;
    }
}