footer h1 {
  display: none;
}

footer {
  width: 100%;
  background-color: rgb(255, 236, 211);
}

/* je touche à la boite principale qui regroupe les elements */
footer > section:nth-child(1) {
  width: 85vw;
  margin: 0 auto;
  padding: 20px 0 15px 0;
}

/* je touche au menu des pages */
footer .pages-web {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

footer section.reseau {
  text-align: center;
  margin-top: 32px;
}

footer section.informations {
  display: flex;
}

/* je touche au logo  */
footer .logo {
  height: 110px;
  /* margin-top: 32px; */
}

article.icone-réseau {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

footer a:hover {
  color: var(--secondary-color);
}

/* je fais disparaitre le coeur final */
footer .coeur-final {
  display: none;
}

/* je touche aux resaux  */
footer .liens-resaux {
  display: flex;
  justify-content: space-evenly;
}

footer article.icone-réseau a img {
  height: 64px;
  margin: 4vh auto;
}

/* je touche a la taille du copyright */
footer .img-copyrith {
  height: 2vh;
}

footer .copyrith,
footer .confidentialite {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p,
footer a {
  font-family: "Fraunces_Bold", Arial, sans-serif;
  font-size: calc(0.5rem + 0.4vw);
  color: var(--secondary-color);
  cursor: pointer;
}

/* je touche a la boite qui contient les informations legales */
footer .aggrego-tech,
footer .confidentialite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 4vh;
}

/* je touche aux barres verticales */
footer .aggrego-tech > div,
footer .confidentialite > div {
  flex: 1;
}

footer .aggrego-tech,
footer .confidentialite,
footer .copyrith {
  text-align: center;
}

/* Responsive tablette */
@media (min-width: 767px) {
  footer .pages-web {
    justify-content: space-between;
    width: 70%;
  }

  article.footer-logo {
    height: auto;
  }

  footer .reseau {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  footer .logo {
    height: 64px;
  }

  footer img.coeur-final {
    height: 8vh;
    width: 100%;
  }

  footer .icone-droite img,
  footer article.icone-réseau {
    display: flex;
    align-items: center;
  }

  img.coeur-final {
    margin: 0 auto;
  }
}

/* Footer page accueil
main footer h1 {
  display: none;
}

main footer {
  background-color: rgb(255, 236, 211);
  width: 100%;
}

main article.footer-logo {
  height: 10vh;
}

main footer > section:nth-child(1) {
  width: 85vw;
  margin: 0 auto;
  padding: 20px 0 15px 0;
}

main footer .pages-web {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

main footer section.reseau {
  text-align: center;
}

main footer section.informations {
  display: flex;
}

footer .logo {
  height: 16vh;
  margin-top: 20px;
}

main article.icone-réseau {
  display: flex;
}

main footer a:hover {
  color: var(--secondary-color);
}

main footer .coeur-final {
  display: none;
}

main footer .liens-resaux {
  display: flex;
  justify-content: space-evenly;
}

main footer article.icone-réseau a img {
  width: 50%;
  height: 50%;
  margin: 4vh auto;
}

main footer .img-copyrith {
  height: 2vh;
}

main footer .copyrith,
main footer .confidentialite {
  display: flex;
  align-items: center;
  justify-content: center;
}

main footer p,
main footer a {
  font-family: "Fraunces_Bold", Arial, sans-serif;
  font-size: calc(0.5rem + 0.4vw);
  color: var(--secondary-color);
  cursor: pointer;
}

main footer .aggrego-tech,
main footer .confidentialite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 4vh;
}

main footer .aggrego-tech > div,
main footer .confidentialite > div {
  flex: 1;
}

main footer .aggrego-tech,
main footer .confidentialite,
main footer .copyrith {
  text-align: center;
}

main footer .icone-réseau a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
} */

/* Responsive tablette */
/* @media (min-width: 767px) {
  main footer .pages-web {
    justify-content: space-between;
    width: 70%;
  }

  main article.footer-logo {
    height: auto;
  }

  main footer .reseau {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  main footer img.coeur-final {
    height: 8vh;
    width: 100%;
  }

  main footer article.icone-réseau a img {
    width: 60%;
  }

  main footer .icone-droite img,
  main footer article.icone-réseau {
    display: flex;
    align-items: center;
  }

  main img.coeur-final {
    margin: 0 auto;
  }
} */
