/*
Theme Name: Twenty Twenty-five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: Twenty Twenty-five Child Theme
Author: François
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0.0
*/

/* Add your custom styles here */
/* Images des derniers articles : formats uniformes */
.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
    width: 300px;
    height: 200px; /* Taille fixe (ajuste si nécessaire) */
    object-fit: cover; /* Recadre l’image pour remplir le bloc */
    object-position: center center; /* Centre l’image */
}


.wp-block-latest-posts__featured-image.aligncenter,
.wp-block-latest-posts__featured-image.aligncenter a {
    overflow: visible;
}

.wp-block-latest-posts__featured-image.aligncenter img {
    transition: box-shadow 0.3s ease, transform 0.6s ease;
}

.wp-block-latest-posts__featured-image.aligncenter img:hover {
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}
