.formation-single-section {
    background: #fff;
}

/* Hero image */
.formation-hero {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.formation-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.formation-single-content {
    max-width: 1300px;
    margin: -80px auto 0;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}

.formation-single-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Meta info */
.formation-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    color: #555;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.meta-item i {
    font-size: 1.2rem;
    color: #dd0000;
}

/* Description */
.formation-single-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

/* CTA */
.formation-single-cta {
    text-align: left;
}
