html {
  font-size: 100%;
  font-size: 14px;
  margin: 12.5px;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Helve";
  src: url("/assets/img/HelveticaLight.ttf");
}
header {
  display: flex;
  flex-direction: column;
}
/* a:hover {
  opacity: 0.3;
} */
body {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: Helve;
  background-color: white;
}
main {
}

a[href=""] {
  /* pointer-events: none;  */
  cursor: pointer;
}

.header-list {
  margin-top: 1rem;
}
.header-list > span:nth-child(2) {
  display: none;
}

a {
  color: black;
  /* cursor: ne-resize; */
  text-decoration: none;
  display: flex;
}

ul {
  margin-top: 1rem;
}
li {
  display: flex;
}
/* .is-website:hover {
  opacity: 0.3 !important;
} */

.content-list li:hover {
  opacity: 1;
}

.content-list ul:hover li {
  opacity: 0.3;
}

.content-list ul:hover li:hover {
  opacity: 1;
}
.link {
  display: block;
  width: 20rem;
}

.credits {
}

.tag {
  width: 18rem;
}

strong {
  opacity: 0;
}

em {
  font-style: italic;
}
.content-list li {
  opacity: 1;
  cursor: pointer;
}

.dimmed {
  opacity: 0.3 !important;
}

video {
  height: calc(100% - 20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

li > div {
  position: relative;
  z-index: 10;
}
.video-display {
  z-index: -100;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  height: 100%;
}
.name {
  border: 0.5px solid black;
  height: 1.5rem;
  position: absolute;
  left: 0.77rem;
  top: 0.65rem;
  width: 12.75ch;
  transform: rotate(1.25deg);
}

.mix {
  color: lightgray;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 868px) {
  .tag {
    display: none;
  }

  .video-display {
    z-index: 99999999;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 90%;
    height: 100%;
  }

  html {
    font-size: 14px;
  }

  .credits {
    padding-left: 5px;
    opacity: 0.3;
  }
  .link {
    white-space: nowrap;
    width: auto;
  }
  .tag {
    white-space: nowrap;
    width: 12.5rem;
  }

  body {
    font-size: 0.975rem;
    line-height: 1.2rem;
  }

  video.mob {
    width: 98%;
    height: auto;
    /* Vous pouvez ajuster l'alignement si nécessaire */
  }

  .header-list {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-list > span:nth-child(2) {
    display: block;
    text-decoration: underline;
  }
}
