/** 
 * 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/
 */
.devis {
  margin: 0;
  padding: 0px;
  padding-top: 80px;
  margin-bottom: 40px;
  width: 100%;
  max-width: none;
}
.devis form h3 {
  align-self: flex-start;
}

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