/* Page inscription Bac français */

.lp-bac-fr-page {
   padding: 2rem 1.25rem 3rem;
   min-height: calc(100vh - 120px);
   background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 45%, #f1f5f9 100%);
}

.lp-bac-fr-page__inner {
   max-width: 640px;
   margin: 0 auto;
}

.lp-bac-fr-breadcrumb {
   font-size: 0.875rem;
   color: #64748b;
   margin-bottom: 1.25rem;
}

.lp-bac-fr-breadcrumb a {
   color: #2563eb !important;
   font-weight: 600;
   text-decoration: none !important;
}

.lp-bac-fr-breadcrumb a:hover {
   text-decoration: underline !important;
}

.lp-bac-fr-breadcrumb span[aria-hidden='true'] {
   margin: 0 0.35rem;
   opacity: 0.6;
}

.lp-bac-fr-card {
   border-radius: 16px;
   box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
   border: 1px solid rgba(37, 99, 235, 0.12);
   overflow: hidden;
}

.lp-bac-fr-card .ft-toolbar {
   background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 100%);
   color: #fff;
}

.lp-bac-fr-card .ft-toolbar__title {
   color: #fff !important;
}

.lp-bac-fr-card .ft-toolbar__hint {
   color: rgba(226, 232, 240, 0.92) !important;
}
