html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #666;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

p {
  font-size: 1rem;
}

img {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666;
}

strong {
  font-weight: 600;
}

html,
body {
  font-size: 16px;
  line-height: 1.3;
  height: 100%;
}

body {
  background-image: url(../img/fond2.png);
}

main {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
main img {
  width: 31.25rem;
}
main h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fd6500;
}
main h2 {
  text-align: center;
  margin-top: 2.8125rem;
  margin-bottom: 5.625rem;
  color: #5f5f5f;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Fira Sans Extra Condensed", sans-serif;
}
main h2 span {
  font-size: 4rem;
  color: #444;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
}
main a {
  font-size: 1.5rem;
  margin-top: 0;
  background-color: #fd6500;
  color: #fff;
  font-weight: 400;
  margin-bottom: 6rem;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  html,
body {
    font-size: 10px;
  }
}

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