* {
  margin: 0;
  padding: 0;
}
.parent {
  display: flex;
  background-color: white;
  width: 100%;
  height: 100%;
  font-family: monospace;
  flex-direction: column;
}
.child-one {
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 85%;
  padding-left: 4%;
  padding-top: 1%;
}
.child-one .one {
  background-color: white;
  flex-direction: row;
  width: 10%;
}
.child-one .one #moss-img {
  width: 125px;
  height: auto;
}
.child-one .two {
  background-color: transparent;
  font-size: 18px;
  flex-direction: row;
  width: 65%;
}
.child-one .two #header {
  float: left;
  margin-left: 40px;
  margin-top: 120px;
  font-family: monospace;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.child-one .three {
  background-color: white;
  font-size: 18px;
  flex-direction: row;
  width: 25%;
}
.child-one .three .three-one {
  flex-direction: column;
  float: right;
  margin-right: 10px;
  font-family: monospace;
  font-size: 14px;
  text-align: right;
  margin-top: 80px;
}
.child-two {
  background-color: white;
  flex-direction: column;
  width: 100%;
  padding-top: 3%;
}
.child-two .textHead {
  font-family: monospace;
  font-size: 14px;
  padding-left: 4%;
  line-height: 1.3;
  text-align: justify;
  width: 85%;
}
.child-two .textBody {
  font-family: monospace;
  font-size: 14px;
  padding-left: 4%;
  padding-top: 1%;
  line-height: 1.3;
  text-align: justify;
  width: 85%;
}
.child-three {
  background-color: white;
  flex-direction: column;
  width: 85%;
  padding-top: 3%;
}
.child-three .link {
  flex-direction: column;
  float: left;
  padding-left: 4%;
  text-align: right;
  margin-top: 80px;
}
.child-four {
  position: fixed;
  background-color: #ff74e8;
  width: 100%;
  bottom: 0px;
}
.child-four footer {
  background-color: black;
  color: white;
  flex-direction: row;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.child-four footer .one {
  flex-direction: row;
  width: 23%;
  padding-left: 4%;
}
.child-four footer .two {
  flex-direction: row;
  width: 23%;
}
.child-four footer .three {
  flex-direction: row;
  width: 23%;
}
.child-four footer .four {
  flex-direction: row;
  width: 30%;
}
.child-four footer .four #en-fr {
  margin-left: 50%;
}
a {
  color: black;
}
