a {
  text-decoration: none;
  color: inherit;
}

a.apercu-link {
  color: #F9D4DB;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

a.apercu-link:hover {
  color: #000;
}



html, body {
  height: 100%;
  margin: 0;
}


#acceuil {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Panchang-Regular', sans-serif;
  text-align: center;
  padding: 0 20px;
}

.menu {
  font-family: 'Panchang-Regular', sans-serif;
  font-size: 1.2em;
}

.menu ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 20px 0;
}

.menu ul li a {
  text-decoration: none;
  color: black;
}

.menu ul li a:hover {
  text-decoration: none;
  color: #F9D4DB;
}

.apercu-link {
  color: #F9D4DB;           
  text-decoration: underline; 
  font-weight: bold;
  cursor: pointer;
}

.apercu-link:hover {
  color: #000;
  text-decoration: underline;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  font-family: 'Panchang-Regular', sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  font-size: 0.9em;
}

