@font-face {
  font-family: "readme";
  src: url(fonts/BBBReadMe-Regular.woff2) format(woff2);
}

@font-face {
  font-family: "frakturbbb";
  src: url(fonts/UnormativeFraktur.woff2) format(woff2);
}

@font-face {
  font-family: "karrik";
  src: url("fonts/BBB_Karrik.woff") format("woff");
  src: url("fonts/BBB_Karrik.woff2") format("woff2");
}

@font-face {
  font-family: "sprat";
  src: url("fonts/BBBSprat-Regular.woff") format("woff");
  src: url("fonts/BBBSprat-Regular.woff2") format("woff2");
}

body {

  color: white;
  margin: 0;
  padding: 0;
  margin: 0;
  background: linear-gradient(270deg, #ff00fb, #c100c1, #a34a70, #00ff26, #0c8b00);
  background-size: 800% 800%;
  animation: psychedelic 20s ease infinite;
  font-family: "readme";
}


@keyframes psychedelic {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }

}

html {
  scroll-behavior: smooth;
}

header {
  display: flex;
  margin: 0;
  flex-direction: column;
  position: sticky;
  top: 0;
}

#embednav {
  height: 2em;
  font-family: "readme";
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  border-radius: 2px;
  border-color: #fff;
}

#embednav a {
  color: #fff;
  font-size: .85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2em;
  position: sticky;
}

h1 {
  text-align: center;
  height: 100vh;
  font-size: 20vmin;
  justify-content: center;
  margin: 0;
  display: flex;
  align-items: center;
}

h2 {
  text-align: center;
  height: 100vh;
  font-size: 15vmin;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

h3 {
  text-align: center;
  font-size: 7vmin;
  justify-content: center;
  display: flex;
  align-items: center;
}

p {
  text-align: center;
  height: 50vh;
  font-size: 3vmin;
  justify-content: center;
  margin: 10;
  display: flex;
  align-items: center;
  padding: 2em;
}

a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding-bottom: 30px;
}

a:hover {
  transition: 0.2s;
  color: #ae00ff;
}

.grille {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.grille2 {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  align-items: center;
  justify-content: center;
}

[contenteditable] {
  outline: none;
}

[contenteditable]:focus-within {
  caret-color: black;
}

[contenteditable]:hover {
  transition: 1s;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
}


figure {
  margin: 5px;
}

figure figcaption {
  padding-top: .5px;
}

#figright {
  text-align: right;
}

figure:hover img {
  transform: scale(2);
}

img {
  max-width: 100%;
  border-radius: 10%;
  transition: all .5s;
}

label {
  text-align: center;
  font-size: 3vmin;
}

.notebas {
  font-size: xx-small;
}

#amies {
  filter: grayscale(50%);
}

#zoomnone:hover img {
  transform: none;
}

#littleimg {
  max-width: 50%;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "readme";
}

#classe nav {
  width: 100px;
  margin: 0 auto;
  background-color: #00000000;
  top: 0px;
}

#classe nav ul {
  list-style-type: none;
}

#classe nav ul li {
  width: 25%;
  text-align: center;
}

#classe nav ul::after {
  content: "";
  display: table;
  clear: both;
}

#classe nav a {
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
}

#classe nav a:hover {
  border-bottom: 2px solid gold;
}

.sous {
  display: none;
  box-shadow: 0px 1px 2px none;
  background-color: none;
}

nav>ul li:hover .sous {
  display: block;
}

.sous li {
  float: none;
  width: 100px;
  text-align: center;
}

.sous a {
  padding: 0px;
  border-bottom: none;
}

.sous a:hover {
  border-bottom: none;
  background-color: #00000000;
}

.deroulant>a::after {
  content: none;
  font-size: 2vmin;
}

.sous {
  display: none;
  box-shadow: #00000000;
  background-color: #00000000;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

nav ul li {
  float: left;
  width: 25%;
  text-align: right;
  position: relative;
}