/* Copyleft M. Tonnelier 2023 */
html {
  background-image: url("images/map-221210_640.jpg");
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size: cover;
}

div.bloc {
  background-color: #10413b;
}

h2 {
  background: #a0b84d;
  color: black;
  padding: 5px;
}
