:root{
  --lea-bg: #f6f1e6; /* ivoire Léa */
}

/* Fond global simple et stable */
html, body{
  background-color: var(--lea-bg);
}

/* Conteneurs transparents */
.page, .container, main, .content, .card{
  background: transparent;
}
