@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --color-logo: #aa4b45;
  --color-logo-RGB: 170, 75, 69;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}
#navAnchor {
  position: absolute;
  top: 0;
}
.section1,
.section2,
.section3 {
  max-width: 1000px;
  margin: auto;
  padding: 0 50px 0 50px;
  margin-bottom: 50px;
}
.map {
  max-width: 1100px;
  margin: auto;
}

.h1-Titres-color {
  color: var(--color-logo);
  font-size: 2.3em;
  /* margin-bottom: 50px; */
}

h2 {
  margin-bottom: 20px;
}
