#menu-planetes {
  position: relative;
}
#menu-planetes #systeme {
  display: flex;
  margin: auto;
  z-index: 1;
}
#menu-planetes .planet text {
  display: none;
}
#menu-planetes .planet {
  cursor: pointer;
  pointer-events: all;
}

@media (max-width: 767px) {
  #menu-planetes {
    height: 100%;
  }
  #menu-planetes #systeme {
    display: none;
  }
  #menu-planetes .orbit {
    display: none;
  }
  #menu-planetes #systeme-tel {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  #menu-planetes #systeme-tel svg {
    flex: 1;
  }
  #menu-planetes #systeme-tel h3 {
    flex: 0.1;
    text-align: center;
    text-shadow: 0 0 20px orange;
    margin-top: 5px;
  }
  #menu-planetes #systeme-tel #contact:hover circle, #menu-planetes #systeme-tel text {
    filter: url("#glow-contact-big-tel");
    cursor: pointer;
  }
  #menu-planetes #systeme-tel #projets:hover circle, #menu-planetes #systeme-tel text {
    filter: url("#glow-projets-big-tel");
    cursor: pointer;
  }
  #menu-planetes #systeme-tel #competences:hover circle, #menu-planetes #systeme-tel text {
    filter: url("#glow-competences-big-tel");
    cursor: pointer;
  }
  #menu-planetes #systeme-tel #apropos:hover circle, #menu-planetes #systeme-tel text {
    filter: url("#glow-apropos-big-tel");
    cursor: pointer;
  }
}

/*# sourceMappingURL=MenuPlanetes.css.map */
