/*
 * FilePath: ./style/pages/page-prix.css
 * Date: Wed Aug 27 2025
 * Description: Page Prix et Distinctions
 */

/* -------------- Section Microcrédit Montréal dans les médias -------------- */

/* Force thumbnail width and object-fit */
.articles-media .container-img {
    .img-width-15 .media-img img {
        width: 15% !important;
        object-fit: contain;
    }
    .img-width-25 .media-img img {
        width: 25% !important;
        object-fit: contain;
    }
    .img-width-50 .media-img img {
        width: 50% !important;
        object-fit: contain;
    }
    .img-width-75 .media-img img {
        width: 75% !important;
        object-fit: contain;
    }
    .img-width-85 .media-img img {
        width: 85% !important;
        object-fit: contain;
    }
    .img-width-95 .media-img img {
        width: 95% !important;
        object-fit: contain;
    }
    .img-width-100 .media-img {
        width: 100% !important;
        object-fit: contain;
    }
    .img-width-contain .media-img img {
        object-fit: contain !important;
    }
    .img-width-cover .media-img img {
        object-fit: cover !important;
    }
    .img-position-0 .media-img img {
        object-position: 50% 0% !important;
    }
    .img-position-10 .media-img img {
        object-position: 50% 10% !important;
    }
    .img-position-20 .media-img img {
        object-position: 50% 20% !important;
    }
    .img-position-30 .media-img img {
        object-position: 50% 30% !important;
    }
    .img-position-40 .media-img img {
        object-position: 50% 40% !important;
    }
    .img-position-50 .media-img img {
        object-position: 50% 50% !important;
    }
    .img-position-60 .media-img img {
        object-position: 50% 60% !important;
    }
    .img-position-70 .media-img img {
        object-position: 50% 70% !important;
    }
    .img-position-80 .media-img img {
        object-position: 50% 80% !important;
    }
    .img-position-90 .media-img img {
        object-position: 50% 90% !important;
    }
    .img-position-100 .media-img img {
        object-position: 50% 100% !important;
    }
}
