body {
  height: -moz-fit-content;
  height: fit-content;
}

.reseaux a {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  font-size: larger;
}
.reseaux a img {
  height: 40px;
  margin-right: 20px;
}

@media screen and (min-width: 800px) {
  .contact {
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    display: flex;
    width: 80%;
    height: 65.4vh;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
  }
  .separation {
    width: 10px;
    height: 40%;
    background-color: #db212c;
  }
  .adresseTel, .mail, .reseaux {
    width: 100%;
    display: block;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mail a {
    display: block;
    height: 40px;
    width: 100%;
    background-color: #db212c;
    line-height: 40px;
    color: white;
    border-radius: 10px;
  }
  .mail .lienMail {
    margin: 40px auto auto auto;
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .contact {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 100%;
  }
  .adresseTel, .mail, .reseaux {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
    height: 80%;
    vertical-align: middle;
  }
  .adresseTel h4, .mail h4, .reseaux h4 {
    margin-top: 20px;
  }
  .reseaux {
    padding-bottom: 100px;
  }
  .separation {
    display: block;
    padding-top: 2px;
    width: 40%;
    height: 5px;
    margin: auto;
    background-color: #db212c;
  }
  .mail a {
    display: block;
    height: 40px;
    width: 100%;
    background-color: #db212c;
    line-height: 40px;
    color: white;
  }
  .mail .lienMail {
    margin: 40px auto auto auto;
    width: 90%;
  }
}/*# sourceMappingURL=styleContact.css.map */