body {
  font-family: 'Montserrat', sans-serif;
  color: #555555;
    font-size: 20px;
    line-height: 32px;
}

.intro-text {
text-decoration: none;
font-weight: 400;
}

.subtitle-1 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #42B6D2;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.quote {
  display: block;
  color: #555555;
  font-weight: 700;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 46px;
  padding-left: 30px;
  border-left: 6px solid #CC99CC;
  margin-left: 35px;
}

@media(max-width:800px){
  .quote{
    margin: 0;
  }
}

.caption {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  display: block;
}

.button-1 {
  text-decoration: none;
  margin: 20px 0px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding: 14px 40px 14px 24px;
  text-transform: uppercase;
  background-color: #D2E67D;
  border-radius: 3px;
  display: inline-block;
  color: #555;
}

.black{
  color: #000;
  display: inline-block;
  margin: 10px 0;
}

.small-text{
  font-size: 12px;
  line-height: 16px;
}


.adresse {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.adresse::before {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #555555;
  content: "\f304";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}

.telephone {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.telephone::before {
position: absolute;
top: 0px;
left: 0px;
color: #555555;
content: "\f095";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-size: 18px;
line-height: 22px;
}

.courriel {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.courriel::before {
position: absolute;
top: 0px;
left: 0px;
color: #555555;
content: "\f0e0";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-size: 18px;
line-height: 22px;
}

.grey{
  background-color: #F4F4F4;
  padding: 50px;
  display: block;
}
