@font-face {
  font-family: "LED";
  src: url("AdvancedLEDBoard-7.woff2") format("woff2"), url("AdvancedLEDBoard-7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: "LED";
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: white;
}

body {
  background-color: darkblue;
}

h1 {
  padding: 2vh;
}

.led, .session a {
  font-family: "LED";
  font-weight: 100;
}

fieldset {
  background-color: lightgray;
}

.listeCours {
  margin: 0 auto;
  max-width: 85%;
  background-color: gray;
}

.session {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.session a {
  background: radial-gradient(white, gray);
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  width: 5em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: orange;
}
.session a div {
  font-size: 230%;
}/*# sourceMappingURL=style.css.map */