header {height: 90px; color: black;}
header.site.bandeau {font-size: 48px;}
h1 {text-align: center;}
h2 {text-align: center; font-size: medium;}


.bandeau {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 20px;
}

.logo img {
    height: 90px;
}
.titre {font-size: 48px; text-align: center; font-family: "Caveat", "Comic Sans MS", cursive;
  color: #2e5a27; /* Vert feuillage */}

.menu a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
}