/* CSS dédié à la page de préambule RGNR */
.rgnr-preambule {
  max-width: 800px;
  
  padding: 32px 16px;
  font-family: 'Sora', sans-serif;
  color: #222;
  background: #fcfbf8;
  text-align: left;
}
.rgnr-preambule-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 1.5em;
}
.rgnr-preambule-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.rgnr-preambule-section-title.blue { color: #2ec6e9; }
.rgnr-preambule-section-title.orange { color: #ff9c4a; }
.rgnr-preambule-section-title.green { color: #a3c95a; }
.rgnr-separator {
  border: none;
  border-top: 1.5px solid #ececec;
  margin: 2.5em 0 2em 0;
}
.rgnr-separator.orange { border-top: 3px solid #ff9c4a; opacity: 0.3; }
.rgnr-separator.blue { border-top: 3px solid #2ec6e9; opacity: 0.3; }
.rgnr-preambule-img-wrapper {
  text-align: center;
  margin: 2em 0;
}
.rgnr-preambule-img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.rgnr-preambule ul, .rgnr-preambule ol {
  margin: 1em 0 1.5em 2em;
  padding: 0;
  line-height: 1.7;
}
.rgnr-preambule-questions li {
  margin-bottom: 1.2em;
  font-weight: 500;
}
.rgnr-preambule-questions .orange { color: #ff9c4a; font-weight: 600; }
.rgnr-preambule-question-help { font-size: 0.98em; color: #888; font-weight: 400; }
@media (max-width: 600px) {
  .rgnr-preambule { padding: 18px 4vw; }
  .rgnr-preambule-title { font-size: 1.3rem; }
  .rgnr-preambule-section-title { font-size: 1.05rem; }
}

.rgnr-preambule-journee-box {
  background: #DF7D00;
  color: #fff;
  border-radius: 20px;
  padding: 32px 28px 24px 28px;
  margin: 32px 0 32px 0;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}
.rgnr-preambule-journee-box h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
  color: #fff;
}
.rgnr-preambule-journee-box ul {
  margin: 12px 0 18px 1.5em;
  padding: 0;
  list-style: disc inside;
}
.rgnr-preambule-journee-box li {
  margin-bottom: 8px;
}
.rgnr-preambule-journee-box strong {
  font-weight: 700;
}
@media (max-width: 700px) {
  .rgnr-preambule-journee-box {
    padding: 18px 8px 14px 8px;
    font-size: 15px;
  }
  .rgnr-preambule-journee-box h2 {
    font-size: 17px;
    line-height: 22px;
  }
}

.rgnr-preambule,
.rgnr-preambule p,
.rgnr-preambule ul,
.rgnr-preambule ol,
.rgnr-preambule li {
font-family: 'Sora', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
.rgnr-preambule h1,
.rgnr-preambule h2,
.rgnr-preambule h3,
.rgnr-preambule-section-title,
.rgnr-preambule-journee-box h2 {
font-weight: 600;
}

.rgnr-access-parcours-btn-wrapper {
  display: flex;
  margin: 32px 0 0 30px;
}

.rgnr-access-parcours-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2C6961;
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;

  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.rgnr-access-parcours-btn:hover {
  background: #21524b;
}

@media (max-width: 600px) {
  .rgnr-access-parcours-btn {
    font-size: 15px;
    padding: 10px 12px;
    max-width: 98vw;
  }
  .rgnr-access-parcours-btn-wrapper {
    margin-left: 0;
  }
}

.rgnr-journey-start-parcours-btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 24px 0 0 0;
}

.rgnr-journey-start-parcours-btn-wrapper .rgnr-access-parcours-btn {
    min-width: 260px;
    text-align: center;
}

@media (max-width: 600px) {
  .rgnr-journey-start-parcours-btn-wrapper {
    margin-left: 0;
    justify-content: center;
  }
  .rgnr-journey-start-parcours-btn-wrapper .rgnr-access-parcours-btn {
    min-width: 0;
    width: 100%;
    max-width: 297px;
  }
} 