/*
Theme Name:   Twenty Nineteen Enfant
Theme URI:    https://votre-site.com/
Description:  Thème enfant pour Twenty Nineteen, avec une carte de projets personnalisée.
Author:       Votre Nom
Author URI:   https://votre-site.com/
Template:     twentynineteen
Version:      1.0.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         child-theme, twentynineteen
*/

/* --- CSS POUR LA CARTE ACF GOOGLE MAP --- */

/* Règle pour la carte elle-même. La hauteur est essentielle. */
.acf-map {
    width: 100%;
    height: 550px; 
    border: 1px solid #ccc;
    margin: 20px 0;
}

/* Corrige un conflit potentiel avec les images de la carte */
.acf-map img {
   max-width: inherit !important;
}