@media screen and (min-width: 1440px) {
  #home .tag-impact-national {
    margin-top: 0;
  }

  #home .alignement-gauche-desktop {
    text-align: left;
  }

  #home .bloc-contenu {
    padding: 80px 0;
  }

  #home .bloc-contenu > * {
    max-width: 1200px;
    margin: 0 auto;
  }

  #home .moyenne-marge-basse {
    margin-bottom: 32px;
  }

  #home .conteneur-centre {
    width: 100%;
  }

  #home .invisible-desktop {
    display: none;
  }

  #home .visible-uniquement-desktop {
    display: flex;
  }

  #home .conteneur-titre {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
  }

  #home #carrousel-presentation .conteneur-carrousel {
    justify-content: center;
  }

  #home .carte-carrousel {
    width: calc(384px - 54px * 2);
  }

  #home #carrousel-presentation .conteneur-liens-carrousel {
    display: none;
  }

  #home .conteneur-avantage {
    flex-direction: row-reverse;
    padding-top: 72px;
  }

  #home .conteneur-avantage img {
    transform: translate(100px, -20px) scale(1.1);
    flex: 1;
  }

  #home .conteneur-avantage .conteneur-avantages {
    flex: 1;
  }

  #home .conteneur-flex-photos-equipe {
    display: flex;
    flex-direction: row;
    padding: 0 15vw;
    gap: 32px;
  }

  #home .conteneur-photos-equipe {
    min-width: 600px;
  }

  #home .conteneur-gauche-desktop {
    justify-content: left;
  }

  #home .etape {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 54px;
    position: relative;
  }

  #home .etape:nth-child(even) {
    flex-direction: row-reverse;
  }

  #home .numero-etape {
    min-width: 120px;
    min-height: 120px;
    z-index: 1;
  }

  #home .contenu-texte-etape {
    padding-right: 122px;
  }

  #home .etape:nth-child(even) .contenu-texte-etape {
    padding-right: 0;
    padding-left: 122px;
  }

  #home .etape .chemin {
    position: absolute;
    left: 41%;
    top: 190px;
    transform: rotate(-22deg);
  }

  #home .etape:nth-child(even) .chemin {
    position: absolute;
    left: 56%;
    top: 243px;
    transform: rotate(180deg);
  }

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

  #home .conteneur-collaboration {
    display: flex;
    flex-direction: row-reverse;
  }

  #home .contenu-texte-collaboration {
    flex: 1;
    display: flex;
    align-items: center;
  }

  #home .conteneur-collaboration .conteneur-etroit {
    flex: 0.8;
    transform: translateY(24px);
  }

  #home .chiffre-cle {
    padding: 0 122px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 72px;
  }

  #home .chiffre-cle h4 {
    white-space: nowrap;
    flex: 1;
    text-align: left;
  }

  #home .chiffre-cle p {
    text-align: left;
    flex: 2;
  }

  #home .conteneur-temoignages {
    display: flex;
    flex-direction: row;
  }

  #home .temoignage {
    min-width: calc(1200px / 2 - 12px);
    width: calc(1200px / 2 - 12px);
    scroll-snap-align: start;
  }

  #home #rejoignez-communaute .conteneur-communaute {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 36px;
    align-items: center;
  }

  #home #rejoignez-communaute .conteneur-communaute > div {
    flex: 1;
  }

  #home .bloc-impact-national .conteneur-droite-gauche {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  #home .bloc-impact-national .conteneur-gauche,
  #home .bloc-impact-national .conteneur-droite {
    flex: 1;
  }

  #home .bloc-impact-national .conteneur-centre {
    margin-top: -32px;
  }
}

@media screen and (max-width: 1439px) {
  #home .visible-uniquement-desktop {
    display: none;
  }
}
