@media (min-width: 1025px) {
  body.scrolled .UI__header_side-buttons .side-panel,
  .UI__header_side-buttons:hover .side-panel {
    width: 165px;
  }
  .UI__header_side-buttons .side-panel .buttons {
    width: 165px;
  }
  .UI__header_side-buttons .side-panel .button {
    cursor: pointer;
  }
  .UI__header_side-buttons .side-panel .button:hover {
    background-color: #100D4B;
    border-color: #100D4B;
    color: white;
  }
  .UI__header_side-buttons .side-panel .button:hover .picto {
    filter: invert(1);
  }
  .UI__header_side-buttons .side-panel .caption {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
  }
}
