body,
html {
  margin: 0;
  padding: 0;
  font-family: "robotoregular", sans-serif;
  scroll-behavior: smooth;
  color: #333;
  overflow-x: hidden;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #1c0e3f;
  text-decoration: underline;
}

.darkmode {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: grey;
  border-radius: 50%;
}

.backToTop a {
  color: black;
  display: block;
  margin: auto;
}

button:hover {
  cursor: pointer;
}

table {
  border: 1px solid #333;
  text-align: center;
  border-collapse: collapse;
  margin: 10px;
}

table td,
table th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
  min-width: 100px;
}

table tbody td {
  font-size: 13px;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

table thead {
  background: #1c0e3f;
}

table thead th {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

.button {
  margin: 0 0 10px 10px;
}

.h2user {
  margin-left: 10px;
}

#navbar {
  position: relative;
  display: flex;
  background-color: #1c0e3f;
  height: 150px;
  border-bottom: 1px solid #333;
}
#navbar img {
  width: 100px;
  height: 100px;
}
#navbar ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
#navbar a,
#navbar i {
  font-size: 1.5rem;
  color: white;
}
#navbar i {
  padding-right: 1rem;
}
#navbar input {
  height: 2rem;
  vertical-align: top;
  width: 250px;
}
#navbar .fas.fa-bars {
  display: none;
}

#navbar-categories {
  border-bottom: 1px solid #1c0e3f;
  background-color: #fff;
}
#navbar-categories a,
#navbar-categories i {
  font-size: 1.5rem;
}
#navbar-categories ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 25px;
}

@media all and (max-width: 1800px) {
  #navbar {
    height: 75px;
  }
  #navbar a,
#navbar i {
    font-size: 1rem;
  }
  #navbar i {
    padding-right: 0.5rem;
  }
  #navbar input {
    width: 150px;
    height: 1.5rem;
  }
  #navbar img {
    height: 50px;
    width: 50px;
  }

  #navbar-categories a,
#navbar-categories i {
    font-size: 1.25rem;
  }
  #navbar-categories ul {
    height: 12.5px;
  }
}
@media all and (max-width: 950px) {
  #navbar-categories {
    display: none;
  }

  #navbar li:nth-child(n+2) {
    display: none;
  }
  #navbar .fas.fa-bars {
    font-size: 2rem;
    display: initial;
    position: absolute;
    vertical-align: middle;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#navbar-burger {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  background-color: #1c0e3f;
  color: white;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.5rem;
}
#navbar-burger input {
  height: 1.5rem;
}
#navbar-burger i {
  width: 25px;
}
#navbar-burger .fas.fa-scroll {
  font-size: 1.2rem;
}
#navbar-burger #navbar-categories-burger {
  display: flex;
  flex-direction: column;
}
#navbar-burger .fas.fa-times {
  position: absolute;
  top: 5px;
  right: 5px;
}

.nav-ouverte {
  transform: translateY(-100%);
}

/*# sourceMappingURL=style-navbar.css.map */
