@import "theme.css";

/* --- En-tête de la page --- */

#logoIUT > img {
  width: 90px;
}

#rightSideHeader {
  align-self: flex-start;
  justify-content: space-between;
  height: 90px;
}

.controlIcon {
  height: 18px;
}

#studentsLinks {
  margin: 0 15px 0 5px;
}

#hamburgerButton {
  display: none;
}

#navMenusContainer {
  margin: 0 auto;
  top: unset !important;
  height: unset !important;
}

#navMenus {
  display: flex;
  width: 875px;
  margin: 0;
  padding: 0;
}

#navMenus > li {
  width: 175px;
  list-style: none;
}

#navMenus > li:hover .submenusNav {
  display: block !important;
}

#navMenus > li:nth-child(5) > .submenusNav {
  max-width: 175px;
}

.navTitle {
  justify-content: center;
  padding: 8px 2px 5px 2px;
  border-top: none;
  border-bottom: 3px solid transparent;
}

.navTitle > a {
  margin: 0;
  color: white;
  white-space: nowrap;
  text-decoration: none;
}

.navTitle > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 25px;
  height: 25px;
  margin-left: 7px;
}

.submenusNav {
  display: none;
  position: fixed;
  list-style: none;
  min-width: 175px;
  top: 90px;
  cursor: pointer;
}

.submenusNav > li {
  display: flex;
  align-items: center;
  padding: 5px 7px;
  background-color: var(--thirdColor);
}

.submenusNav > li:hover {
  background-color: var(--fifthColor);
}

.submenusNav > li > a {
  color: white;
  text-decoration: none;
  width: 100%;
  height: inherit;
}

/* --- Contenu de la page --- */

#pageContent > section {
  width: 94vw;
  margin: 0 0 0 2vw;
}

#pictureBanner {
  background-attachment: fixed;
}

/* Pied de page */

#footerLinksContainer {
  flex-direction: row;
}

#footerLinks {
  margin: 7px 0 0 5px;
}

#copyrightBanner {
  margin: 0 0 5px 10px;
}

#logoUniv > img {
  width: 90px;
}

.sommaire {
  align-self: flex-start;
}
