/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*#header{ background: red !important; }*/
 
/* #wrapper {
    background: #ffecde;
}
*/
/*
 * Custom code Noël 2025 – à supprimer après les fêtes
 */
/*
#wrapper {
    background: url('../img/bulle_flocons.jpg') center center fixed;
    background-size: cover;
    
}

/* Optionnel : petite ombre transparente pour que le texte reste bien lisible sur la neige */
/*#wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.07);
    pointer-events: none;
    z-index: 0;
}
/* On remet tout le contenu au-dessus de l’overlay */
/* 
#wrapper > .container,
#wrapper > .container-fluid,
#header, #content, footer {
    position: relative;
    z-index: 1;
}

.custom-image {
    margin: 10px; /* Ajustez cette valeur selon vos besoins */
  } */