/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("fonts/roboto-v20-latin-regular.woff") format("woff"), url("fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-500.woff2") format("woff2"), url("fonts/roboto-v20-latin-500.woff") format("woff"), url("fonts/roboto-v20-latin-500.ttf") format("truetype"), url("fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/roboto-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("fonts/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-900.woff2") format("woff2"), url("fonts/roboto-v20-latin-900.woff") format("woff"), url("fonts/roboto-v20-latin-900.ttf") format("truetype"), url("fonts/roboto-v20-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}

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

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  background: #FFFFFF;
  line-height: 1.5;
}

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

a:hover {
  color: #2C8EB0;
  text-decoration: underline;
}

.padding {
  padding: 1.5em .5em;
}

#page {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}

h1, h2 {
  line-height: 1.2;
}

.header, .footer {
  height: 25%;
  width: 100%;
}

.message {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-items {
  flex: 0 0 auto;
  display: inline-flex;
}

.footer-left {
  margin-right: 1em;
  padding-right: 1em;
}

.footer-right {
  margin-left: 1em;
  padding-left: 1em;
}

.header-title {
  padding: .25em;
  font-size: 1.25em;
  background: #000;
  color: #FFF;
  display: inline-flex;
  font-weight: 500;
  margin: 0;
}

.reponse {
  font-size: 6em;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  #page {
    padding-left: 0;
    padding-right: 0;
  }
  .padding {
    padding: 1rem .5rem !important;
  }
  .header, .message, .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .message {
    justify-content: flex-start;
  }
  .reponse {
    font-size: 4.5em;
  }
}