.invisible {
  visibility: hidden;
  height: 0px;
}

section {
  max-width: 36rem;
  padding: 1rem;
  margin: 2rem auto 2rem;
  background-color: rgba(13, 15, 16, 0.55);
  border-radius: 15px;
}
section form label div {
  display: flex;
}
section form label div select {
  border-color: #cccccc;
  padding: 8px;
}
section form label div menu {
  margin-left: 10px;
}
section form label div menu button {
  border-color: #cccccc;
  padding: 8px;
}
section h1 {
  margin-bottom: 50px;
}
section h2 {
  color: #ff9;
  margin-bottom: 20px;
}
section div.projet header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
section div.projet header h3 {
  margin-left: 20px;
}
section div.projet span {
  color: #cdcdcd;
  font-weight: bold;
}
section div.projet div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
  background-color: #2c2c2c;
  border-radius: 20px;
}
section div.projet div span:nth-child(even) {
  background-color: #330099;
  border-radius: 20px;
  padding: 6px;
  margin: 10px;
}
section div.projet div span:nth-child(odd) {
  display: block;
  background-color: #003399;
  border-radius: 20px;
  padding: 6px;
  margin: 10px;
}
section hr {
  margin: 50px 0;
  color: white;
  background-color: white;
  box-shadow: 0px 0px 70px 15px rgba(255, 45, 192, 0.9);
  height: 2px;
}

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