/*
Theme Name:     Typology Child
Theme URI:      https://mekshq.com/theme/typology
Description:    Child theme for Typology theme
Author:         meks
Author URI:     https://mekshq.com
Template:       typology
Version:        0.1.0
*/
.image-douce img {
    border-radius: 8px; /* Ajuste à 4px si tu veux encore plus discret */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Un léger ombrage pour la profondeur */
    transition: transform 0.3s ease;
}

.image-douce img:hover {
    transform: scale(1.01); /* Un petit effet au survol, très subtil */
}