/*.typotheque #content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 1000vh;
}*/
.font-wrapper {
  padding: 1rem 2rem;
  width: 100%;
  opacity: 0;
  transition: opacity .5s;
}
.font-wrapper.visible {
  opacity: 1;
}
.font-wrapper.apparait {
  opacity: 1;
}
.font-types {
  pointer-events: none;
  border-bottom: solid 1px;
}
.texte-original.disparait {
  display: none;
}
.font-wrapper p, .font-wrapper h2 {
  margin: 0;
}
.font-wrapper .type {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  margin-top: .5rem;
}
.font-name {
  font-size: 16px;
  text-transform: uppercase;
}
.font-info {
  font-size: 80%;
}


#interactif {
  width: 220px;
}
textarea, select, input, button {
  font-size: 12px;
}




/* Curseurs */
.font-interactions {
  justify-content: flex-start;
  margin-top: 1rem;
  font-size: 90%;
}
.font-interactions .pure-u {
  margin-right: 1rem;
}
.font-types input {
  background: none;
}
/* la zone de déplacement */
.font-types input[type=range]::-moz-range-track {
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #000;
}
/* le curseur */
.font-types input[type=range]::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border: #000 solid;
  border-radius: 50%;
  background: #fff;
}



@media screen and (max-width: 48em) {
  .font-wrapper .type {
    display: inline-block;
    font-size: 30px;
  }
}