#a-propos #content {
  width: 75%;
  background-color: #1c1a19;
  border-radius: 3px;
  margin: 0 auto;
  padding: 20px 30px;
  box-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
#a-propos #content h1 {
  font-family: TF2Build;
  font-size: 2.5em;
  color: #f6f4f2;
  margin-top: 20px;
}
#a-propos #content img {
  width: 180px;
  float: right;
  margin: 10px;
}
#a-propos #content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #f6f4f2;
}
#a-propos #content p a {
  color: #f6f4f2;
  text-decoration: underline;
}
#a-propos #content p a:hover {
  color: #5abccc;
}
#a-propos #content #socials {
  margin: 25px;
}
#a-propos #content #socials a {
  text-align: center;
  color: #f6f4f2;
  margin: 0 15px;
}

footer {
  position: inherit !important;
}

@media all and (max-width: 555px) {
  #a-propos {
    width: 100%;
  }
  #a-propos #content {
    width: 100%;
  }
}/*# sourceMappingURL=a-propos.css.map */