/* Structure de base */
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background-color: #ffffff;
}

/* Barre latérale (si utilisée sur cette page) */
.sidebar {
  width: 200px;
  background-color: #ffffff;
  color: black;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  height: 100vh;
}

.logo {
  max-width: 100%;
  height: auto;

margin-left: 30px;
  margin-bottom: 20px;
}

.menu {
  list-style-type: none;
  padding: 30px;
margin-left: 30px;
  margin: 0;
  width: 100%;
}

.menu li {
  margin-bottom: 5px;
}


.menu a {
  display: block;
  font-size: 25px;
  padding: 10px 0;
  background-color: #ffffff;
  text-align: center;
  color: black;
  text-decoration: none;
  transition: background-color 0.3s;
}

.menu a:hover {
  background-color: #f5f5f5;

.external-links {

  margin-left: 220px;
  margin-top: auto;
  padding: 4rem 2rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    }

.external-links h2 {
  font-size: 20px;
  margin-bottom: 2rem;

    .external-links ul {
      list-style-type: none;
      padding: 0;
    }

    .external-links li {
      margin: 10px 0;
    }

.external-links a {
  color: black;
  text-decoration: none;
  font-size: 18px;
}

.external-links a:hover {
 
}