/* Base Styles - Styles fondamentaux et typographie */

body {
  font-family: 'Lexend', sans-serif;
  margin: 0; padding: 0;
  background: #f5f5f5;
  font-weight: 400;
  font-size: 18px;
}

.content {
  width: 900px;
  padding: 80px 50px;
  position: relative;
  transform: none;
  min-width: 600px;
  margin-left: 400px;
  margin-right: 80px;
  max-width: 900px;
}

@media (min-width: 1600px) {
  .content {
    margin-left: calc(320px + (100vw - 1400px) / 2);
    margin-right: calc((100vw - 1400px) / 2);
  }
}

h2 {
  margin-top: 120px;
  padding-bottom: 20px;
  color: #1daa31;
  font-weight: 600;
  font-size: 36px;
  border-bottom: 1px solid rgba(46, 204, 64, 0.15);
  display: flex;
  align-items: center;
}

h2 span {
  flex-grow: 1;
}

p {
  margin-bottom: 30px;
  line-height: 1.8;
  color: #444;
  font-weight: 400;
}

.section-subtitle + p {
  margin-top: 15px;
  margin-bottom: 30px;
}

p:last-of-type,
.feature-list + p {
  margin-bottom: 50px;
}

.section-subtitle {
  color: #067F38;
  font-size: 1.4em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 15px;
  border-left: 3px solid #067F38;
}

p strong,
.feature-item strong {
  color: #067F38;
  font-weight: 600;
}
