/*

    Theme Name: Papr Child

    Theme URI: http://axilthemes.com/themes/papr

    Template: papr

    Description: Papr is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.

    Author: Axilthemes

    Author URI: http://axilthemes.com

    Version: 1.0.1

    License: GNU General Public License v2 or later

    License URI: LICENSE

    Text Domain: papr

    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post

    This theme, like WordPress, is licensed under the GPL.

*/

.post-block__mid .axil-post-title {
    font-size: 1.7rem !important;
    margin-bottom: 1rem;
} 







/* ── Fix : uniformise la taille des images aperçu dans les cartes articles ──
   Hauteur fixe + object-fit: cover pour cadrer sans déformation.           */

.post-block__mid a.align-self-center {
    width: 285px !important;
    min-width: 285px !important;
    height: 190px !important;
    max-height: 190px !important;
    overflow: hidden !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.post-block__mid a.align-self-center img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    object-position: center !important;
}
