




@font-face {
  font-family: Karrik;
  src: url(Karrik-Regular.woff2);
}

.opera {

  font-size: 60px;
    line-height: 60px;
    word-spacing: -3px;µ
    padding-bottom: 200px;
}

.specimen {

}



.jt {
  position: relative;
  font-size: 20vmin;
  font-family: 'Karrik';
  text-transform: uppercase;
  font-display: fallback;
  text-shadow: 0 0 10px tomato;
  line-height: 17vmin;
}

.jt__row {
  display: block;
}
.jt__row:nth-child(1) {
  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.jt__row:nth-child(2) {
  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.jt__row:nth-child(3) {
  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.jt__row:nth-child(4) {
  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}

.jt__row.jt__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  witdh:800px;
}

.jt__text {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2s 0s cubic-bezier(.36,0,.06,1) alternate infinite ;
}
.jt__row:nth-child(1) .jt__text {
  transform: translateY(-0.1em);
}
.jt__row:nth-child(2) .jt__text {
  transform: translateY(-0.3em) scaleY(1.1);
}
.jt__row:nth-child(3) .jt__text {
  transform: translateY(-0.5em) scaleY(1.2) ;
}
.jt__row:nth-child(4) .jt__text {
  transform: translateY(-0.7em) scaleY(1.3) ;
}
.jt__row:nth-child(5) .jt__text {
  transform: translateY(-0.9em) scaleY(1.4) ;
}
.jt__row:nth-child(6) .jt__text {
  transform: translateY(-1.1em) scaleY(1.5) ;
}

@keyframes moveIn {
  50%, 100% { 
    transform: translateY(0em)
  }
  0%   { 
  opacity: 0; 
  filter: blur(10px);
  
  }
  100% { 
  opacity: 1; 
  filter: blur(0px);
  }
}



.debug .jt__row:nth-child(even) {
  color: black;
  background: white;
}
.debug .jt__row:nth-child(odd) {
  color: white;
  background: black;
}

* { box-sizing: border-box }

html, body {
  margin: 0;
  background: black;
  color: white;
  height: 100%;

}

body {
 
  font-size: 20px;
  line-height: 1.2;
  padding: 50px;
  font-family: Karrik;
  background-size: 100%;
  background-repeat: no-repeat;
 
}

h2 {
  font-family: Karrik;
  font-weight: 900;
}


.blurred span {
  filter: blur(6px);
  /* As pointed out by Alexander Erlandsson (@alexerlandsson), for situations that require better cross-browser support, the blur effect is easily reproduced with transpartent text + text-shadow
  color: transparent;
  text-shadow: 0 0 12px rgba(0,0,0,0.8); */
}

.invisible-ink span {
  background: $white;
  color: $white;
  /* Vincent Charpentier (@VincentCharpentier) also pointed out a simple rule for true invisibility
  color: rgba(0,0,0,0);*/
}

.redacted span {
  position: relative;
  white-space: pre;
  &:after 
    background: black;
    border-radius: 0.1em;
    box-shadow: 0 0 1px rgba(0,0,0,0.35);
    content: " ";
    width: 100%;
    height: 1.2em;
    left: 0;
    position: absolute;
    transform: skewY(-5deg) rotate(5deg);
  }
}

.container-fluid {
   padding: 50px;
}

/* Exemple FLEXBOX */ 
.liens { 
             display: flex; 
             justify-content: space-between;
             font-size: 32px; 
             color: white;
}


img {
  padding: 50px;
  padding-top: 50px;
}

.karrik {
  size: 250%;

}

.credit {
  font-size: 14px;
}

/* test typo */
input{
   font-family: 'Karrik';
   width: 100%;
   box-sizing: border-box;
   font-size: xxx-large;
   margin-top: 50px;
   font-size: 75px;
}

.hellraiser {

margin-top: 30px;

}


@media all and (min-width: 550px){
 
    /* Vos règles CSS pour les écrans plus grand que 550px ici */

.global{
 
 max-width : 550px;

}



.