 #Rlogo .img-hover:hover {
    content: url('../img/accueil_hover.png'); /* image alternative */
  }
  ul {
    list-style: none;
    padding-left: 0;
  }

  .file-list {
    padding-left: 1em;
  }

  .file-item {
    display: flex;              /* Aligne flèche + contenu horizontalement */
    align-items: flex-start;
    margin: 8px 0;
  }

  .file-arrow {
    font-size: 1.4em;           /* Grosse flèche */
    margin-right: 8px;
    color: #333;
    line-height: 1.2;
    flex-shrink: 0;             /* Empêche la flèche de rétrécir */
  }

  .file-content {
    font-size: 1.1em;
    line-height: 1.4;
  }

  