@charset "UTF-8";
/* Main SCSS file */
/* Font Awesome (via node_modules, compilé via SCSS) */
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.top-header img {
  width: 100%;
  height: auto;
  max-height: 50px;
  min-height: 30px;
}
.top-header {
  margin-bottom: 20px;
  margin-top: 40px;
}

.logo-wrapper {
  display: flex;
}
.logo-wrapper > div {
  width: 100%;
  max-height: 600px;
}
.logo-wrapper > div img {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .logo-wrapper > div img {
    max-width: 90%;
  }
}
.logo-wrapper .logo {
  display: flex;
}
.logo-wrapper h1 {
  text-align: left;
  font: normal normal bold 14px/30px Quicksand;
  letter-spacing: 0px;
  color: #004e74;
}
@media (min-width: 1400px) {
  .logo-wrapper h1 {
    font-size: 46px;
    line-height: 66px;
    margin-left: 80px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .logo-wrapper h1 {
    font-size: 35px;
    line-height: 50px;
    margin-left: 70px;
  }
}
@media (min-width: 816px) and (max-width: 999px) {
  .logo-wrapper h1 {
    font-size: 30px;
    line-height: 46px;
    margin-left: 60px;
  }
}
@media (min-width: 690px) and (max-width: 815px) {
  .logo-wrapper h1 {
    font-size: 26px;
    line-height: 46px;
  }
}
@media (min-width: 505px) and (max-width: 689px) {
  .logo-wrapper h1 {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (min-width: 390px) and (max-width: 504px) {
  .logo-wrapper h1 {
    font-size: 17px;
    line-height: 33px;
  }
}

.footer__row {
  background-color: rgba(137, 152, 131, 0.3607843137);
  text-align: center;
}
.footer__row h1 {
  text-transform: uppercase;
  color: #0B3721;
  font: normal normal bold 30px/46px Quicksand;
}
.footer__row p {
  font: normal normal 600 20px/30px Quicksand;
  color: #0B3721;
}
@media (min-width: 1150px) {
  .footer__row h1 {
    font-size: 50px;
    line-height: 66px;
  }
  .footer__row p {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 1000px) and (max-width: 1149px) {
  .footer__row h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .footer__row p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .footer__row h1 {
    font-size: 35px;
    line-height: 51px;
  }
  .footer__row p {
    font-size: 25px;
    line-height: 30px;
  }
}

.bottom-footer img {
  width: 100%;
  height: auto;
  max-height: 50px;
  min-height: 30px;
}
.bottom-footer {
  margin-bottom: 40px;
  margin-top: 40px;
}

.row {
  --bs-gutter-x: 0px !important;
}

.content,
.footer__container {
  margin: 0 50px;
}
@media (min-width: 1000px) {
  .content,
  .footer__container {
    margin: 0 140px;
  }
}
@media (max-width: 500px) {
  .content,
  .footer__container {
    margin: 0 30px;
  }
}

p {
  font: normal normal 500 26px/40px Quicksand;
  color: #707070;
  margin-bottom: 16px;
}

@media (max-width: 800px) {
  p {
    font-size: 20px;
    line-height: 25px;
  }
}
h3 {
  font: normal normal bold 36px/50px Quicksand;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

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