@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Funnel Sans", sans-serif;
}

header {
  background-image: url(/squelettes/images/bandeau.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 4px 4px 2px darkolivegreen;
}
header img {
  background-color: white;
  border-radius: 4px;
}
.logo {
  max-height: 50px;
}
.nav-link {
  max-width: 12em;
  text-wrap: wrap;
}
#recherche {
  min-width: 12em;
}