/** 
 * Fontfaces
 * When you are preloading fonts make sure that what is preloaded matches with the src defined in your 
 * @font-face rules
 * https://nooshu.github.io/blog/2021/01/23/the-importance-of-font-face-source-order-when-used-with-preload/
 */
.contact-infos {
  margin: 0;
  padding: 0px;
  padding-top: 80px;
  margin-bottom: 40px;
  width: 100%;
  max-width: none;
}
.contact-infos .contact {
  display: flex;
  flex-direction: column;
  color: #29524A;
  padding-left: 20%;
  font-size: 20px;
}
.contact-infos .contact .name {
  font-size: 25px;
}
.contact-infos .contact .titre {
  color: #9CB988;
  margin-bottom: 20px;
}
.contact-infos .contact .adress {
  margin-bottom: 20px;
}
.contact-infos .contact .phone a, .contact-infos .contact .email a {
  color: #F39C6B;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
