.elementor-164 .elementor-element.elementor-element-e8d838f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21fb446c *//* Style du menu latéral fixe */
.fr-sidemenu--sticky {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 250px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  z-index: 1000;
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

/* Style des liens du menu */
.fr-sidemenu--sticky a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.fr-sidemenu--sticky a:hover {
  background-color: #333;
}/* End custom CSS */