@media screen and (max-width: 991px) {
  .entete-langue-reseaux {
    display: none !important;
  }

  .menu-reseaux-mobile {
    display: none;
  }

  .navigation.open .menu-reseaux-mobile {
    display: block;
    background-color: #003764;
    padding: 15px 0;
    text-align: center;
  }

  .icones-mobile {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding: 10px 0;
  }

  .icones-mobile a {
    font-size: 24px !important;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .icones-mobile a:hover {
    color: #31aae1;
  }
}
