@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,800;1,400&display=swap');

body{
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Nunito Sans', sans-serif;
}

.subtitle1 {
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 44px;
  line-height: 58px;
  margin: 0 0 10px;
}

.subtitle2 {
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 35px;
  line-height: 46px;
  margin: 0 0 10px;
}

.subtitle3 {
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}

.quote {
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 40px 0 0 40px;
  background-image: url(../images/quote-deco@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
}

.caption{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

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

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

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

.adresse::before,
.telephone::before,
.courriel::before {
  position: absolute;
  top: 9px;
  left: 0px;
  color: #5B6670;
  content: "\f041";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

#footer .adresse::before,
#footer .telephone::before,
#footer .courriel::before{
  color: #FFF;
}

.telephone::before {
content: "\f095";
}

.courriel::before {
content: "\f0e0";
}

.intro-text{
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
}
