/*
* -------------------------------------------------
* ------------------- GLOBAL ----------------------
* -------------------------------------------------
*/
/* --- IMPORT FONTS --- */
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap");
/* --- PAGE SETUP --- */
html body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.page-container {
  background-color: #F8F7EF;
}

.container {
  max-width: 1125px;
}

/* --- TEXT / BUTTONS / LINKS --- */
p,
a,
span,
label,
div {
  font-size: 1rem;
  letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
  font-weight: bold;
  color: #2D3C41;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.btn-cta {
  display: inline-block;
  width: fit-content;
  padding: 13px 14px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #2D3C41;
  transition: 0.3s;
}
.btn-cta.btn-cta-dark {
  color: #FFFFFF;
  background-color: #2D3C41;
}
.btn-cta.btn-cta-dark:hover {
  color: #2D3C41;
  background-color: transparent;
}
.btn-cta.btn-cta-light-1 {
  color: #2D3C41;
  background-color: transparent;
}
.btn-cta.btn-cta-light-1:hover {
  color: #FFFFFF;
  background-color: #2D3C41;
}
.btn-cta.btn-cta-light-2 {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-cta.btn-cta-light-2:hover {
  color: #2D3C41;
  background-color: #FFFFFF;
}

a {
  text-decoration: underline;
  color: #2D3C41;
  transition: 0.3s;
}
a:hover {
  color: #2D3C41;
}
a.btn-link {
  font-size: 1rem;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
}
/* --- CUSTOM CLASSES --- */
.lp-text-content {
  margin-bottom: 30px;
}

div.lp-text-content p:last-child {
  margin-bottom: 0;
}

.lp-sur-titre,
.lp-sous-titre {
  display: inline-block;
  font-size: 0.875rem;
  color: #2D3C41;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  main#site-content {
    padding-top: 100px;
  }
}
/*
* -------------------------------------------------
* ---------------- BASIC PAGES --------------------
* -------------------------------------------------
*/
.content-wrapper {
  padding: 3rem 1.5rem;
}
.content-wrapper hr {
  margin: 2rem 0;
  border-color: #BEBEBE;
  opacity: 1;
}

@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 0;
  }
}

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