body {
  margin: 0;
  font-family: 'Roboto','Open Sans',Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}

.error-message {
  background: #f8f9fa;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.error-message p {
  margin: 0;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #272838;
  padding-left: 10px;
  padding-right: 10px;
}

header {
  height: 43px;
  min-width: 365px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 905;
  background:#FFF;
  display: flex;
  align-items: center;
}

header .navbar-logo {
  position: relative;
  background-image: url(../images/logo-tecdoc-catalogue-280x80.jpg);
  background-size: 133px;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 38px;
  width: 133px;
  /* width: 280px; */
  /* min-width: 280px; */
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #0052cF;
  padding: 6.5px 13px;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 19.5px;
}

footer a {
  display: inline-block;
  padding-top: 4.0625px;
  padding-bottom: 4.0625px;
  margin-right: 13px;
  font-size: 13px;
  font-weight: 400;
  height: 24px;
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
}

footer a.contact {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: #FFFFFF;
}

footer a.contact:hover {
  color: #D8E0E8;
}
