@media screen and (min-width: 768px) {
  #home img.taille-maximale {
    width: 100%;
  }

  #home .tag-impact-national {
    margin-top: 76px;
  }

  #home .bloc-contenu {
    padding: 56px 112px;
    overflow-x: hidden;
  }

  #home .bloc-contenu.bloc-etroit {
    padding: 56px;
  }

  #home h1 {
    font-size: 3.9em;
  }

  #home h3 {
    font-size: 2.8em;
  }

  #home a {
    width: fit-content;
    height: fit-content;
    font-size: 1.3em;
  }

  #home .conteneur-centre {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #home .taille-borne {
    max-width: 588px;
  }

  #home .conteneur-liens {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  #home .carte-carrousel {
    width: calc(50vw - (56px + 56px + 16px * 2 + 12px));
    padding: 24px 54px 54px 54px;
  }

  #home .carte-carrousel h3 {
    font-size: 2.2em;
  }

  #home .carte-carrousel:first-of-type {
    margin-left: 56px;
  }

  #home .carte-carrousel:last-of-type {
    margin-right: 56px;
  }

  #home .conteneur-liens-carrousel {
    padding-bottom: 0;
    margin-bottom: -40px;
  }

  #home img.plus-grand {
    width: 140%;
  }

  #home .contenu-avantage h4 {
    font-size: 2.2em;
  }

  #home .conteneur-centre {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #home .conteneur-photos-equipe {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #home .moyenne-police-tablette {
    font-size: 2.2em;
  }

  #home .moyenne-marge-haute-tablette {
    margin-top: 48px;
  }

  #home .etape img {
    max-width: 486px;
  }

  #home .numero-etape {
    width: 84px;
    height: 84px;
    font-size: 3.3em;
  }

  #home .conteneur-etroit {
    padding: 0 136px;
  }

  #home .decalage-bas {
    transform: translateY(60px);
    margin-top: -40px;
  }

  #home .centre-tablette {
    text-align: center;
  }

  #home .chiffre-cle h4 {
    font-size: 5.6em;
  }

  #home .conteneur-entites {
    justify-content: space-around;
  }

  #home .temoignage {
    min-width: calc(100vw - 112px * 2);
    width: calc(100vw - 112px * 2);
    flex-shrink: 0;
    scroll-snap-align: center;
  }

  #home #illustration-laptop {
    max-width: 700px;
  }
}
