body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: white;
  color: white;
}

.topbar {
  background-color: #4a2a00;
  padding: 15px;
}

.topbar ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.topbar li {
  text-align: center;
}

.topbar a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

.topbar span {
  font-size: 0.75em;
  display: block;
  color: #ccc;
}

main.accueil {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 100px);
}

.left {
  width: 50%;
  text-align: center;
  background: white;
  color: black;
  padding: 20px;
}

.left img {
  max-width: 100%;
  height: auto;
}

.infos h1 {
  margin-top: 20px;
  font-size: 2em;
  line-height: 1.2;
}

.infos .green {
  color: #1f5b3c;
  font-weight: bold;
}

.infos .brown {
  color: #4a2a00;
  font-weight: bold;
  font-style: italic;
}

.infos p {
  margin: 5px 0;
}

.right {
  background-color: #2d6e5e;
  width: 50%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services {
  list-style: none;
  padding: 0;
}

.services li {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.services a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.services span {
  font-size: 0.8em;
  margin-left: 10px;
  color: #ccc;
}

.rdv {
  margin-top: 30px;
  font-size: 1em;
}

.rdv p {
  margin-bottom: 10px;
}

.rdv a {
  color: white;
  word-break: break-word;
  font-size: 0.95em;
}
