@media (min-width: 768px) {
    .product-suggestions {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1111px) {}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .f1f2 .bloc-page-cible {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 816px) {}

@media only screen and (max-width: 991px) {
    #article-page .sticky {
        width: 100%;
        margin: 0;
    }
    #article-page .sidebar {
        display: none;
    }
    .f1f2 .f2 .bloc-page-cible {
        text-align: center;
    }
    .f1f2 .f2 .bloc-page-cible .related-pages {
        text-align: left;
    }
    .f3fp .bloc-page-cible .related-pages span a {
        font-size: 17px;
    }
    .f3fp .bloc-page-cible .related-pages span i {
        margin-right: 10px;
    }
    .f3fp .bloc-page-cible .title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .f1f2 .bloc-page-cible .title {
        font-size: 22px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 720px) {}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 320px) {
    .slick-track {
        /* left: 70px; */
    }
}