/* ==========================================================
   B612 — MES FAVORIS
   TABLETTE

   STRUCTURE :
   .b612-account--favorites
     └── .b612-account__section
          ├── .b612-account__section-title
          └── .b612-account__favorite
========================================================== */

@media (max-width: 1100px) {

    .b612-account--favorites {

        max-width: 100%;

        padding:
            70px 30px 90px;

    }


    .b612-account--favorites .b612-account__section {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;

    }


    .b612-account--favorites .b612-account__favorite {

        padding: 22px;

    }


    .b612-account--favorites .b612-account__favorite-cover img {

        height: 260px;

    }


    .b612-account--favorites .b612-account__favorite-title {

        font-size: 24px;

    }

}
