/*
 Theme Name: Divi Child
 Theme URI: http://votre-site.com
 Description: Thème enfant pour Divi
 Author: Votre nom
 Author URI: http://votre-site.com
 Template: Divi
 Version: 1.0.0
*/

/* Ici tu peux ajouter ton CSS personnalisé */

/* Exemple pour styliser une bannière ou un widget */
.pop-up-banner {
    width: 100%;       /* largeur responsive */
    max-width: 1000px; /* largeur max */
    height: 590px;     /* hauteur fixe */
    object-fit: cover; /* recadrage si l'image dépasse */
}

.widget-size img {
    width: 220px;
    height: 180px;
    object-fit: cover;
}
