.green, h2 {
  color: #88CEDD
}
h1, h2 {
  margin: 0
}
.contact, .intro, h2 {
  font-family: SourceCodePro-Regular;
  font-size: 13px;
  line-height: 22px;
	font-weight: bold;
}
body {
  color: #282726
}
h1 {
  padding: 0
}
.logo-zone {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px
}
.logo-zone img {
  width: 200px
}
h2 {
  padding: 0
}
.line {
  margin-top: 20px;
  background-image: url(../imgs/layout/line.svg);
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat
}
.contact {
  text-align: center;
  padding-top: 30px
}
.contact span {
  color: #d2d2d2
}
.contact a {
  color: #282726
}
.contact a:hover {
  color: #88CEDD
}