.heading{
        margin-top: 0px;
    }
    body {
        font-size: 12px;
        line-height: 1.3;
    }
    body p {
        font-size: 12px;
    }

    body li {
        font-size: 12px;
    }

    /* WRAPPER */
    .rk-wrapper {
        font-family: "Inter", Arial, sans-serif;
    }

    /* BANDEAU INFO */
    .info-card {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 18px 20px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .info-card__avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }

    .info-card__desc {
        margin: 0;
        font-size: 12px;
        line-height: 19px;
        color: #4a4a4a;
    }

    /* TITRE PRINCIPAL */
    .rk-main-title {
        text-align: center;
        margin: 20px 0 20px;
    }

    .rk-main-title h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .rk-main-title p {
        font-size: 15px;
        color: #666;
    }

    /* === GRILLE 2x2 === */
    .rk-grid-2x2 {
        display: grid;
        grid-template-columns: 1.0fr 1.0fr;
        gap: 14px;
        margin-bottom: 20px;
    }

    /* CARTES */
    .rk-card {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e6e6e6;
        padding: 0px 20px 10px 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.03);
        height: 100%;

    }

    .rk-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    /* ICONES (bloc 1) */
    .rk-item {
        display: flex;
        gap: 12px;
        margin-bottom: 14px;
    }

    .rk-icon {
        width: 212px;
        height: 80px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .icon-1 { background-image: url('https://www.rekrute.com/images/traj_lecture_strategique_evolution.svg'); }
    .icon-2 { background-image: url('https://www.rekrute.com/images/traj_visibilite_maximisee_recruteurs.svg'); }
    .icon-3 { background-image: url('https://www.rekrute.com/images/traj_conseils_personnalises.svg'); }

    /* TITRE ROSE */
    .rk-pink {
        color: #e0208e;
    }

    /* === 3 ÉTAPES SUR UNE LIGNE === */
    .rk-center {
        text-align: center;
    }

    .rk-steps-row {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        margin-top: 15px;
        flex-wrap: nowrap;
    }

    .rk-step {
        flex: 1 1 0;
        min-width: 0;
        padding: 6px 4px;
        text-align: center;
    }

    .rk-step-number {
        background: #e0208e;
        color: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
    }

    .rk-step-icon {
        width: 100%;
        max-width: 80px;
        height: 80px;
        margin: 10px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .step-1 { background-image: url('https://www.rekrute.com/images/traj_transformer_votre_avenir_1.svg'); }
    .step-2 { background-image: url('https://www.rekrute.com/images/traj_transformer_votre_avenir_2.svg'); }
    .step-3 { background-image: url('https://www.rekrute.com/images/traj_transformer_votre_avenir_3.svg'); }

    /* LISTE */
    .rk-list {
        list-style: none;
        padding: 0;
    }

    .rk-list li {
        font-size: 12px;
        margin-bottom: 6px;
        padding-left: 16px;
        position: relative;
    }

    .rk-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #e0208e;
        font-size: 16px;
    }

    /* BOUTON */
    .rk-btn-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rk-btn {
        margin-top: 20px;
        background: #e0208e;
        color: #fff;
        text-align: center;
        padding: 16px;
        border-radius: 8px;
        font-size: 14px;
        /*font-weight: 600;*/
        text-decoration: none;
    }

    .rk-btn:hover {
        background: #e0208e;
    }
    a:hover, a:focus {
        color: #fff;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .rk-grid-2x2 {
            grid-template-columns: 1fr;
        }
        .rk-steps-row {
            flex-wrap: wrap;
        }
        .rk-step {
            flex: 1 1 100%;
        }
    }

    .rk-sep {
        border: none;
        border-top: 1px solid #e6e6e6; /* gris très léger */
        margin: 10px 0 15px; /* espace minimal et propre */
    }

    /**************** css avec trajectoire **************/

    /* ===========================================================
       ✅ BLOC BLEU / ROSE — STYLE EXACT IMAGE (fond blanc + bordure colorée)
       =========================================================== */

    .rk-box-blue,
    .rk-box-pink,
    .rk-box-pink2 {
        background: #FFFFFF !important;
        border-radius: 8px;
        padding: 16px 18px 0px 18px;
        border-width: 1px !important;
        border-style: solid !important;
    }

    /* Couleurs bordures */
    .rk-box-blue { border-color: #B7E1EA !important; }
    .rk-box-pink { border-color: #F5C7DA !important; }
    .rk-box-pink2 { border-color: #F5C7DA !important; }

    /* TITRES bleu/rose */
    .rk-box-blue h3,
    .rk-box-pink h3,
    .rk-box-pink2 h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 18px !important;
        font-weight: 600;
    }

    /* Couleurs titres */
    .rk-box-blue h3 { color: #33BCA7 !important; }
    .rk-box-pink h3 { color: #e0208e !important; }
    .rk-box-pink2 h3 { color: #e0208e !important; }

    /* ===========================================================
       ✅ PISTES OUVERTES — STYLE EXACT IMAGE
       =========================================================== */

    .rk-box-white {

        border: 1px solid #E6E6E6 !important;
        border-radius: 8px;
        padding: 18px 20px;
        margin-top: 22px;
    }

    .rk-section-title {
        margin: 0 0 12px 0;
        font-size: 18px !important;
        color: #33BCA7;
        font-weight: 600;
    }

    /* ===========================================================
       ✅ JOB CARDS — identiques à l’image
       =========================================================== */

    .rk-job-card {
        /*background: #FFFFFF !important;*/
        background: #FAFAFA !important;
        border: 1px solid #E6E6E6 !important;
        border-radius: 8px;
        padding: 16px 18px;
    }

    .rk-job-card h4 {
        font-size: 14px !important;
        margin: 0 0 6px 0;
        font-weight: 600;
    }

    .rk-tag-blue {
        background: #E4F3FF;
        color: #0077C8;
        padding: 3px 8px;
        border-radius: 6px;
        font-size: 11px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .rk-job-meta {
        font-size: 12px;
        color: #555;
    }

    .job-link {
        font-size: 12px;
        color: #0077C8;
        text-decoration: underline;
    }

    /* ===========================================================
       ✅ RECOMMANDATIONS — identiques à l’image
       =========================================================== */

    .rk-box-pink2 {
        /*background: #FAFAFA !important;*/
    }

    .rk-tag-blue-outline {
        border: 1px solid #3FB29F;
        color: #3FB29F;
        padding: 3px 6px;
        border-radius: 6px;
        font-size: 11px;
    }

    .rk-reco-card {
        background: #FAFAFA;
        padding: 10px 16px 10px 16px;
        border-radius: 8px;
    }

    .rk-tag-pink {
        background: #FDE0EC;
        color: #E0208E;
        padding: 3px 6px;
        font-size: 11px;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 8px;
    }

    .rk-reco-card h4 {
        font-size: 14px !important;
        margin: 0 0 6px 0;
    }

    /* ===========================================================
       ✅ ESPACEMENT EXACT entre les blocs
       =========================================================== */

    .rk-wrapper > div {
        margin-bottom: 22px !important; /* espace entre les sections */
    }

    .rk-grid-2x2 {
        gap: 18px !important; /* espace entre cartes */
    }

    /* ============================
       ✅ WRAPPER DES DEUX BOUTONS
       ============================ */

    .rk-bottom-actions {
        max-width: 100%;               /* largeur fluide */
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;                     /* espace entre les deux boutons */
        margin: 20px 0 40px 0;         /* espace avant et APRES les boutons */
        padding: 0 20px;               /* même padding que tes blocs horizontaux */
    }

    /* ============================
       ✅ BOUTON GAUCHE (style lien)
       ============================ */

    .rk-bottom-No-btn {
        font-size: 14px;
        font-weight: 500;
        color: #3fb29f;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1.5px;
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

    .rk-bottom-No-btn:hover {
        color: #339688;
        text-decoration-color: #339688;
    }

    /* ============================
       ✅ BOUTON DROITE (gros bouton turquoise)
       ============================ */

    .rk-bottom-btn {
        background: #3fb29f;
        color: #ffffff;
        padding: 14px 26px;
        border-radius: 12px;
        font-size: 14px;
        /*font-weight: 600;*/
        text-decoration: none !important;
        white-space: nowrap;
        display: inline-block;
    }

    .rk-bottom-btn:hover {
        background: #339688;
    }

    /* ============================
       ✅ RESPONSIVE (mobile)
       ============================ */

    @media (max-width: 768px) {
        .rk-bottom-actions {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            padding: 0 10px;
        }

        .rk-bottom-btn {
            width: 100%;
            text-align: center;
        }
    }