@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .hero-title h1 {
        font-size: 6vw;
    }

    .zoom-collection-02 {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .idee-text {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .collection-text {
        max-width: 100%;
    }

    .mt-50p {
        margin-top: 0;
    }

    h2 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .hero-title h1 {
        font-size: 50px;
    }

    .home-slider .slick-prev,
    .home-slider .slick-next {
        display: none !important;
    }

    .hero-title {
        padding-top: 10vh;
    }

    section.idees-cadeaux,
    section.coin-artistes,
    section.restons-connectes,
    .mt-100 {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .category-slider {
        padding-right: 0px;
        padding-left: 0px;
    }


}

@media (max-width: 400px) {}