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

@media (max-width: 768px) {
  header {
    position: sticky;
    top: 0px;
    height: 150px;
    padding-top: 20px;
    z-index: 1000;
  }

  header .containerCustom {
    justify-content: center;
  }

  header > .containerCustom > a {
    width: 80%;
    max-width: 100%;
  }

  header .open {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    justify-content: space-around;
    align-items: center;
  }

  header .open span {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: var(--blanc);
  }

  header:not(.open) .close,
  header:not(.open) nav {
    display: none;
  }

  header.open .open {
    display: none;
  }

  header.open {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: var(--violine);
  }

  header .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 4rem;
    color: var(--blanc);
    cursor: pointer;
    z-index: 1001;
  }

  header.open .containerCustom {
    flex-direction: column;
  }

  header.open nav ul {
    flex-direction: column;
  }
  .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;
      }
    }
  }
}
