@media (hover: none) {
  .juxtapose {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    height: 25vh;
    padding-top: 0;
    display: flex;
  }
  header nav ul {
    flex-direction: column;
    gap: 20px;
  }

  header nav ul li:not(:last-child)::after {
    display: none;
  }
  nav {
    max-width: 150px;
  }
  header .containerCustom > img {
    width: calc(100% - 40% - 10%);
  }
  .firstContainerCustom {
    border-radius: 30px;
    margin-top: 0;
    padding: 0;
    padding-top: 20px;
  }
  .contenu {
    flex-direction: column;
    align-items: center;
  }
  .contenu img {
    width: 80%;
    margin-bottom: 50px;
    display: none;
  }
  .projects {
    align-items: stretch;
  }
  .projects {
    flex-direction: column;
  }
  .project {
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .project:first-child {
    border-right: none;
  }
  footer .containerCustom {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  footer ul {
    margin-bottom: 30px;
  }
  .formVote {
    display: flex;
    flex-direction: column;
  }
  .formVote label {
    width: 100%;
  }
  .formVote fieldset {
    margin-left: 0px;
    width: 100%;
  }
  form#vote button {
    font-size: 3vw;
  }

  .roster__main {
    aux-persona {
      .roster__persona {
        flex-direction: column;
        img {
          width: 70%;
        }
      }
    }
  }

  .roster__lead {
    aux-persona {
      width: 100%;
      margin-bottom: 30px;

      img {
        margin-bottom: 10px;
        width: 50%;
      }

      h3 {
        font-size: 1.4rem;
      }

      p {
        max-height: none;
        display: block;
      }
    }
  }
}
