
.entree{
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 70px;
}

img{
  width: 30%;
}

.entree a{
  text-align: center;
  color: rgb(228,114,43);
  font-size: 5em;
  font-weight: 700;
  font-family: "Permanent Marker", cursive;
  text-decoration: none;
}

/*
.entree div {
  padding-right: 1em;
  padding-left: 1em;
  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20em;
}
*/
@media screen and (max-width: 996px) {
  .entree {
    flex-direction: column;
    align-items: center;
    justify-content: center;
     row-gap: 3em;
  }

  .entree div {
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
  }
  .entree a{
    color: rgb(228,114,43);
    font-size: 4em;
    font-weight: 700;
    font-family: "Permanent Marker", cursive;
    text-decoration: none;
}
  .entree img {
    align-items: center;
    margin-top: 1em;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
/*
  .accueil-photos {
    padding: 20px;
  }

  .accueil-photos div {
    flex-direction: column;
  }

  .section-contact {
    padding: 50px 20px;
  }

  .form-nom-email {
    flex-direction: column;
    gap: 0;
  }
    */
}
