body > .container-website {
  background-image: url("../images/bg-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: initial;
}
body > .container-website main {
  margin-top: 100px;
}
body > .container-website main .pres {
  height: 480px;
  max-width: 600px;
}
body > .container-website main .pres p {
  font-size: 13pt;
}
body > .container-website main .importance > div {
  background-color: #1E2327;
}
body > .container-website main .importance > div:first-of-type {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  body > .container-website main .importance > div:first-of-type {
    height: 450px;
    background-position: bottom center;
  }
}
body > .container-website main .importance > div:last-of-type p {
  font-weight: 200;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  body > .container-website main .importance > div:last-of-type p {
    max-width: initial;
  }
}
body > .container-website main .apropos {
  background-size: cover;
}
body > .container-website main .apropos > div .container-image-profil {
  max-width: 500px;
}
body > .container-website main .apropos > div .title {
  font-size: 24pt;
}
body > .container-website main .apropos > div .title span {
  color: #026568;
}
body > .container-website main .apropos > div p {
  font-weight: 200;
  font-size: 12pt;
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  body > .container-website main .apropos > div p {
    max-width: initial;
  }
}

/*# sourceMappingURL=home.css.map */
