/* ============================================================
   FPRO - espace client. Reprend la feuille du back-office et
   n'ajoute que ce qui lui est propre : le ton est celui d'un
   client, pas d'un administrateur.
   ============================================================ */

.bo-espace .bo-marque span { opacity: .7; }

.bo-connexion { max-width: 26rem; margin: 8vh auto; }
.bo-connexion h1 { margin-bottom: .4em; }
.bo-connexion .bo-formulaire { margin-top: 22px; }
.bo-connexion .bo-champ { margin-bottom: 16px; }
.bo-connexion .bo-bouton { width: 100%; justify-content: center; }

.bo-etat__ligne { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; margin-bottom: 6px; }

.bo-etapes { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.bo-etapes li {
  display: grid; gap: 6px;
  padding: 18px 18px 18px 46px;
  position: relative;
  border: 1px solid var(--bo-trait, #e2e6df);
  border-radius: 12px;
}
.bo-etapes li::before {
  content: ''; position: absolute; left: 18px; top: 21px;
  width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid var(--bo-trait, #c7cec5);
}
.bo-etape--faite::before { background: #2f6b45; border-color: #2f6b45; }
.bo-etape--a-faire::before { background: #c9a227; border-color: #c9a227; }
.bo-etapes strong { font-size: 1.05rem; }
.bo-etapes span { color: #566057; font-size: .95rem; }
.bo-etapes .bo-bouton { justify-self: start; margin-top: 6px; }

.bo-liste-simple { margin: 0; padding-left: 1.2em; color: #566057; }
.bo-liste-simple li { margin-bottom: 6px; }

.bo-duos { display: grid; gap: 10px; }
@media (min-width: 700px) { .bo-duos { grid-template-columns: 1fr 1fr; } }
.bo-duo {
  text-align: left; display: grid; gap: 4px;
  padding: 14px 16px; cursor: pointer;
  background: #fff; border: 1px solid var(--bo-trait, #e2e6df); border-radius: 10px;
  font: inherit;
}
.bo-duo:hover { border-color: #46664f; }
.bo-duo--active { border-color: #46664f; box-shadow: inset 0 0 0 1px #46664f; }
.bo-duo strong { font-size: .98rem; }
.bo-duo small { color: #566057; line-height: 1.4; }

.bo-pied-espace {
  margin-top: 48px; padding: 24px 0 40px;
  border-top: 1px solid var(--bo-trait, #e2e6df);
  color: #566057; font-size: .92rem; text-align: center;
}

/* ------------------------------------------------ abonnement et inscription */

/* le pot de miel doit rester invisible, sinon le piege devient un champ */
.pot-de-miel { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.mention { margin-top: 14px; color: #566057; font-size: .88rem; line-height: 1.5; }

.bo-flash--info {
  background: #eef3ef; border: 1px solid #cfdcd3; color: #33473a;
}

/* la carte qui porte l'offre : c'est le seul moment payant du parcours,
   elle doit se distinguer sans crier */
.bo-carte--offre { border-color: #46664f; box-shadow: 0 1px 0 #46664f inset; }

.bo-prix {
  margin: 18px 0 14px; font-size: 1.9rem; font-weight: 600; line-height: 1.2; color: #22301f;
}
.bo-prix small { display: block; margin-top: 6px; font-size: .92rem; font-weight: 400; color: #566057; }
