body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: #f7f7f7;
  color: #333;
}

.container {
  width: 80%;
  margin: 80px auto;
}

.intro {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* Lignes */
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

/* inversion pour effet alterné */
.row.reverse {
  flex-direction: row-reverse;
}

/* Numéros */
.number {
  font-size: 80px;
  font-weight: 300;
  color: #e56a1f;
  min-width: 120px;
  text-align: center;
}

/* Texte */
.content {
  max-width: 500px;
}

.content h3 {
  color: #e56a1f;
  font-size: 18px;
  margin-bottom: 10px;
}

.content p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .row {
    flex-direction: column !important;
    text-align: center;
  }

  .number {
    margin-bottom: 20px;
  }
}

.custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.left {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center; /* centre horizontalement */
}

.right {
  width: 70%;
}

.number {
  font-size: 90px;
  font-weight: 700;
  color: #e26a2c;
  line-height: 1;
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
}

/* SECTION */
.invest-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

/* CONTAINER CENTRÉ */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* TEXTE INTRO */
.center-text {
  text-align: center;
  margin-bottom: 50px;
}

.intro {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

/* LIGNE */
.line {
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}

/* ROW */
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* INVERSION (02) */
.row.reverse {
  flex-direction: row-reverse;
}

/* NUMÉRO */
.number {
  font-size: 70px;
  font-weight: bold;
  color: #f97316; /* orange luxe */
  min-width: 100px;
  text-align: center;
}

/* CONTENU */
.content {
  max-width: 500px;
}

.content h3 {
  margin: 0;
  font-size: 18px;
  color: #f97316;
}

.content p {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    text-align: center;
  }

  .row.reverse {
    flex-direction: column;
  }

  .number {
    font-size: 50px;
  }
}

  .invest-section {
      max-width: 960px;
      margin: 0 auto;
      padding: 60px 20px;
    }
 
    .intro {
      font-size: 14px;
      line-height: 1.8;
      color: #333;
      text-align: justify;
      max-width: 780px;
      margin: 0 auto 40px;
    }
 
    .divider {
      border: none;
      border-top: 1px solid #ddd;
      margin: 0 0 0;
    }
 
    /* ── chaque ligne ── */
    .point-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 50px 0;
      border-bottom: 1px solid #ddd;
    }
 
    /* Impair (01, 03) : grand numéro à GAUCHE, texte à DROITE */
    .point-row.odd .number-col { order: 1; text-align: center; }
    .point-row.odd .content-col { order: 2; padding-left: 50px; }
 
    /* Pair (02) : texte à GAUCHE, grand numéro à DROITE */
    .point-row.even .content-col { order: 1; padding-right: 50px; }
    .point-row.even .number-col  { order: 2; text-align: center; }
 
    /* ── grand numéro orange ── */
    .big-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 130px;
      font-weight: 600;
      color: #E8773A;
      line-height: 1;
      letter-spacing: -4px;
      display: block;
    }
 
    /* ── contenu textuel ── */
    .content-col h3 {
      font-family: 'Jost', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #E8773A;
      margin-bottom: 14px;
      letter-spacing: 0.02em;
    }
 
    .content-col p {
      font-size: 13px;
      line-height: 1.9;
      color: #444;
      text-align: justify;
    }

    .vig {
      font-size: 13px;
      line-height: 1.9;
      color: #a02828;
      text-align: justify;
    }

    .green-title {
    color: #2ecc71;
}

.footer {
    background-color: #1a1a1a;
    color: #ccc;
    font-size: 14px;
}

.footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid #333;
}

.footer-title {
    color: #e07b2e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #2ecc71;
}

.footer-contact p,
.footer-hours p {
    margin-bottom: 5px;
    color: #ccc;
}

.social-links a {
    font-size: 20px;
    color: #ccc;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #2ecc71;
}

.footer-bottom {
    padding: 20px 0;
    color: #888;
    font-size: 13px;
}

.footer-bottom a {
    color: #2ecc71;
    text-decoration: none;
}
    