#user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #15A6DD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  #user-icon_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #15A6DD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
  }

  .menu_1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 1000px;
    transform: translateY(-0%);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 250px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .menu-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 23px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  
  .menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .menu-item i {
    margin-right: 10px;
    font-size: 24px;
  }
  
  .menu-item:hover {
    background-color: #f2f2f2;
  }
  
  
  /* Overlay styles */
  #overclasse {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -13px;  /*ete a 20px */
    width: 75%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.329);
    z-index: 999;
    display: none;
  }
  a {
    text-decoration: none;
    color: black;
  }
