/* ============================================================================
   FICHE FORMATION — fiche-formation.css
   ============================================================================ */
body {
    padding-top: var(--navbar-height);
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ── Header fiche ── */
.fiche-header {
    margin-top: 20px;
    background: #80c0fac2; /*#8abff461;*/
    display: flex;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.fiche-breadcrumb {
    font-size: 0.8rem;
}
.fiche-breadcrumb a {
    color: #0370d0;
    text-decoration: none;
}
.fiche-breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-lux {
    font-size: 0.8rem;
}
.breadcrumb-lux a {
    color: #ffffff;
    text-decoration: none;
}
.breadcrumb-lux a:hover {
    text-decoration: underline;
}
.breadcrumb-lux .active {
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-lux .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
    opacity: 0.5;
}

.fiche-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #0b2a4a;
    margin-bottom: 12px;
}

.fiche-subtitle {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ── Badges ── */
.fiche-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fiche-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}
.fiche-badge-duration { background: #E6F1FB; color: #0370d0; }
.fiche-badge-people   { background: #E6F1FB; color: #0370d0; }
.fiche-badge-qualiopi { background: #EAF3DE; color: #3B6D11; }
.fiche-badge-opco     { background: #EAF3DE; color: #3B6D11; }
.fiche-badge-voile    { background: #FFFFFF; color: #854F0B; }

/* ── Box CTA ── */
.fiche-cta-box {
    background: white;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-top: 10px;
}
.fiche-cta-box-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0b2a4a;
    margin-bottom: 4px;
}
.fiche-cta-box-sub {
    font-size: 0.78rem;
    color: #888;
    margin-bottom: 16px;
}
.fiche-cta-box-note {
    font-size: 0.72rem;
    color: #aaa;
    text-align: center;
    margin-top: 10px;
}

/* ── Objectifs ── */
.fiche-objectifs {
    list-style: none;
    padding: 0;
}
.fiche-objectifs li {
    padding: 6px 0 6px 24px;
    position: relative;
    font-size: 0.92rem;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.fiche-objectifs li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0370d0;
    font-weight: 700;
}

/* ── Méthode pédagogique ── */
.fiche-methode-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}
.fiche-methode-item i {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.fiche-methode-item p {
    font-size: 0.78rem;
    color: #666;
    margin: 2px 0 0;
}
.fiche-methode-item-exp {
    background: #FAEEDA;
}

/* ── Section labels ── */
.fiche-section-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 8px;
}

/* ── Formats & tarifs ── */
.fiche-format-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
}
.fiche-format-header {
    padding: 10px 14px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}
.fiche-format-body {
    padding: 12px 14px;
    font-size: 0.8rem;
    color: #444;
}
.fiche-format-body p {
    margin-bottom: 8px;
    color: #666;
}
.fiche-format-body ul {
    padding-left: 14px;
    margin-bottom: 10px;
}
.fiche-format-body li {
    margin-bottom: 4px;
}
.fiche-format-price {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0370d0;
    margin-top: 8px;
}
.fiche-format-intra .fiche-format-header { background: #E6F1FB; color: #0370d0; }
.fiche-format-inter .fiche-format-header { background: #E1F5EE; color: #0F6E56; }
.fiche-format-exp   .fiche-format-header { background: #FAEEDA; color: #854F0B; }

/* ── Financement ── */
.fiche-financement-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

/* ── Card concept avec image de fond ── */
.concept-card-bg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: url("../../assets/images/hero-HO.png") right center / cover no-repeat;
}
.concept-card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(207, 242, 253, 0.98) 0%,
        rgba(240, 252, 255, 0.96) 50%,
        rgba(255, 255, 255, 0.74) 58%,
        rgba(255, 255, 255, 0.4) 70%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* ── Contenu texte sur fond image ── */
.concept-content {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 600px;
}
@media (max-width: 991.98px) {
    .concept-content {
        width: 100%;
    }
}




/* ── Card points forts avec image de fond ── */
.points-forts-bg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: url("../../assets/images/le-concept-hero-formation.png") right center / cover no-repeat; 
}
.points-forts-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(207, 242, 253, 0.98) 0%,
        rgba(240, 252, 255, 0.96) 50%,
        rgba(255, 255, 255, 0.74) 58%,
        rgba(255, 255, 255, 0.4) 70%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* ── Contenu texte sur fond image ── */
.points-forts-bg-content {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 600px;
}
@media (max-width: 991.98px) {
    .points-forts-bg {
        width: 100%;
    }
}

/*classe pour effet miroir vertical image*/
.mirror-h {
    transform: scaleX(-1);
}

/* ── Header voilier (dark) ── */
.fiche-header-voilier {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #0b2239 0%, #0f2f4f 40%, #133d63 100%);
}
.fiche-header-voilier::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 40%);
    pointer-events: none;
}
.fiche-header-voilier .container {
    position: relative;
    z-index: 2;
}
.fiche-header-voilier .fiche-title    { color: #ffffff; }
.fiche-header-voilier .fiche-subtitle { color: #9ad1f9; }
.fiche-header-voilier .fiche-breadcrumb a { color: rgba(255,255,255,0.7); }
.fiche-header-voilier .breadcrumb-item.active { color: #ffffff; }
.fiche-header-voilier .fiche-badge {
    background: rgb(144, 197, 236);
    color: #141313;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}
.fiche-header-voilier .fiche-badge-qualiopi { background: #f2c94c; color: #000; }
.fiche-header-voilier .fiche-badge-opco     { background: rgba(154, 209, 249, 0.93); }
.fiche-header-voilier .fiche-badge-voile { background: #f2c94c; color: #000; }
.fiche-header-voilier .fiche-badge-blanc { background: #ffffff; color: #000; }
.fiche-header-voilier .fiche-badge-jaune { background: #f2c94c; color: #000; }

/* ── FAQ ── */
.faq-luxe .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 0;
    background: transparent;
}
.faq-luxe .accordion-button {
    font-weight: 600;
    color: #0b2a4a;
    background: transparent !important;
    font-size: 0.92rem;
    gap: 12px;
    padding: 14px 0;
    box-shadow: none !important;
}
.faq-luxe .accordion-button::before {
    content: '\203A';
    font-size: 1.4rem;
    color: #0370d0;
    font-weight: 400;
    line-height: 0;
}
.faq-luxe .accordion-body {
    padding: 8px 0 16px 26px;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.6;
}
.faq-category-title {
    color: #999;
    letter-spacing: 0.5px;
    padding-top: 15px;
}


.btn-luxe-topic {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: transparent;
    color: #333; /* Ou votre couleur de texte sombre */
    border: 1px solid #e0e0e0; /* Bordure très fine et claire */
    border-radius: 2px; /* Presque droit, juste un soupçon d'arrondi */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase; /* Pour le côté institutionnel */
    letter-spacing: 0.5px;
}

.btn-luxe-topic:hover {
    background-color: #f8f9fa; /* Gris très léger au survol */
    border-color: #c5a059; /* Une touche dorée discrète sur le bord au survol */
    color: #c5a059;
    padding-left: 25px; /* Petit effet de décalage élégant */
}

.btn-luxe-topic i {
    opacity: 0.5;
}


.btn-outline-luxe-slim {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-outline-luxe-slim:hover {
    background-color: #333;
    color: #fff;
}




/* --- Styles Communs --- */
.price-unit {
    font-size: 0.9rem; 
    font-weight: normal;
    color: #888; /* Pour que l'unité soit plus discrète que le chiffre */
}
.prestige-label-dark {
    font-weight: 700;
    margin-bottom: 10px;
}

/* --- 1. INTRA (VERT) --- */
.border-intra { border: 1px solid rgba(39, 174, 96, 0.2) !important; }
.title-intra { color: #039937; }
.price-intra { color: #039937; }

/* --- 2. INTER (GOLD) --- */
.border-inter { border: 1px solid rgba(20, 142, 254, 0.2) !important; }
.title-inter { color: #c5831b; }
.price-inter { color: #c5831b; }

/* --- 3. VOILIER (BLEU) --- */
.border-voilier { border: 1px solid rgba(197, 160, 89, 0.3) !important; }
.title-voilier { color: #074e93; }
.price-voilier { color: #074e93;}


.link-voilier-more {
    color: #c5a059; /* Votre couleur Gold */
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.link-voilier-more:hover {
    color: #b38f4d; /* Un poil plus sombre au survol */
    border-bottom: 1px solid #c5a059;
    padding-bottom: 1px;
}