@font-face {
  font-family: 'suisse_intlsemibold';
  src: url("./fonts/suisseintl-semibold-webfont.woff2") format("woff2"), url("./fonts/suisseintl-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/matiere.scss */
* .debug {
  border: 2px dotted orange;
}
/* line 16, ../sass/matiere.scss */
* body {
  background-color: #F5F5F5;
}
/* line 18, ../sass/matiere.scss */
* body section {
  padding: 2rem;
}
/* line 20, ../sass/matiere.scss */
* body section .hero {
  background-image: url("../img/hero.jpg");
  background-size: cover;
  padding: 5rem;
  height: 80vh;
}
/* line 27, ../sass/matiere.scss */
* body section .footer {
  margin-top: 3rem;
}
/* line 29, ../sass/matiere.scss */
* body section .footer p {
  margin: 0;
  font-family: 'suisse_intlsemibold', 'Helvetica';
  font-size: 14px;
  text-transform: uppercase;
}
/* line 34, ../sass/matiere.scss */
* body section .footer p span {
  padding-left: 3rem;
  display: block;
}

@media (max-width: 575px) {
  /* line 48, ../sass/matiere.scss */
  * body section .hero {
    background-image: url("../img/hero-movil.jpg") !important;
  }
}
