.etapes { list-style: none; counter-reset: etape; max-width: 700px; margin: 0 auto 40px; }
.etapes li { counter-increment: etape; padding: 20px 20px 20px 80px; position: relative; margin-bottom: 15px; background: #f4f4f4; border-radius: 8px; }
.etapes li::before { content: counter(etape); position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: #101141; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; }
#pro-faq { background: #f4f4f4; }
#pro-cta { padding-top: 60px; padding-bottom: 80px; text-align: center; }
.prix_barre { text-align: center; }
.prix_barre span { text-decoration: line-through; }
.succes { border-radius: 8px; background-color: #d5f2dc; color: #1e561f; padding: 16px 24px; }
.frm-url { position: absolute !important; left: -9999px !important; }
.stats-legend { color: #999 !important; font-size: 12px; line-height: 18px; display: block; margin-top: 2px; }
.horizontal_radio .frm_checkbox {display:inline-block !important}
.show-sticky { display: block !important; }
@media (min-width: 768px) {
    .stats-legend { display: inline; padding-left: 10px; }
}