* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: black;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
}
a,
.orange {
  text-decoration: none;
  color: #e75200;
}
.content {
  width: 780px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.content > div {
  width: 50%;
  padding: 10px;
  align-items: flex-end;
}
.colone1 {
  height: 380px;
  background-image: url(/images/logo_courvreplanchers-nord-sud.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.colone2 {
  align-self: flex-end;
}
p {
  letter-spacing: 0.05em;
  font-size: 15px;
}
h3 {
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 900;
  border-bottom: 2px solid #e75200;
}
h4 {
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}
.all-cap {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}
span.ic {
  display: inline-block;
  width: 20px;
}
.tel {
  margin-left: -3px;
}
@media screen and (max-width: 989px) {
  .content {
    width: 100%;
    flex-direction: column;
  }
  .content > div {
    width: 100% !important;
    padding: 8%;
    align-items: flex-end;
    padding-left: 95px;
    padding-right: 40px;
  }
  .colone2 {
    transform: translateY(-130px);
  }
}
