@media (max-width: 600px) {
  #tempete,
  #tempete2 {
    display: none;
  }

  header h1 {
    font-size: 5em;
    top: unset;
    left: unset;
    right: unset;
  }

  .f-eggs header nav {
    top: 9em;
    right: unset;
    transition: all 0.5s ease;
  }

  header {
    background-image: url("../img/rouleVoiture.png");
    color: white;
    height: 100vh;
    background-size: 100%;
    background-position: 100% 60%;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    animation: animatedBackgroundMobile 0.1s linear infinite;
    position: relative;
  }

  #route {
    display: block;
  }

  .f-eggs nav ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100vw;
    right: 0;
    bottom: 0;
    max-height: 0px;
    overflow: hidden;
    gap: 0.5em;
    transition: all 0.5s ease;
  }

  .f-eggs nav.open ul {
    max-height: 50em;
    transition: all 0.5s ease;
  }

  .f-eggs header nav ul li {
    text-align: left;
    width: 100%;
    opacity: 1;
    text-shadow: none;
    font-size: 1em;
    margin-right: 1em;
    background-color: chocolate;
    padding: 0.5em;
    font-variant: normal;
    height: auto;
  }

  header nav.open {
    padding-top: 0.5em;
    transition: all 0.5s ease;
  }

  .article-inner-wrap {
    flex-direction: column;
  }

  .typoIntro {
    width: unset;
    min-height: 100vh;
  }

  .typoBlock {
    width: unset;
    border-left: none;
    padding-left: 0;
    min-height: 100vh;
    border-top: 1px solid;
  }

  .egg-block {
    height: auto;
  }
  section article {
    position: relative;
    height: auto;
  }
  .typoIntroBlockPicto {
    padding: 1em 0 0;
  }
}

@media (max-width: 900px) and (min-width: 601px) {
  #tempete,
  #tempete2 {
    height: 100vh;
  }

  header h1 {
    right: unset;
    font-size: 3em;
  }

  .f-eggs header nav {
    top: 38%;
    right: unset;
  }

  .f-eggs nav ul {
    position: absolute;
    right: 0;
    left: 100%;
  }

  .f-eggs nav.open ul {
    position: absolute;
    right: 0;
    left: 100%;
  }

  .f-eggs nav.open ul li {
    font-size: 1.5em;
    opacity: 1;
    height: 1em;
    line-height: normal;
  }
}
