  .logo__plateforme,
  .logo__orientation {
    color: #ffffff;
  }

  /* ========================================
     BOUTON FAVORI (COEUR)
     ======================================== */
  .favorite-btn {
    position: absolute;
    top: 20px;
    right: 80px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }

  .favorite-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .favorite-btn i {
    font-size: 1.4rem;
    transition: all 0.3s ease;
  }

  .favorite-btn .fa-heart {
    color: #ccc;
  }

  .favorite-btn.is-favorite .fa-heart {
    color: #e84c8a;
  }

  .favorite-btn:hover .fa-heart {
    color: #e84c8a;
  }

  .favorite-btn.is-favorite:hover .fa-heart {
    color: #d43d7a;
  }

  /* Animation du coeur */
  .favorite-btn.animate i {
    animation: heartBeat 0.4s ease-in-out;
  }

  @keyframes heartBeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(1); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }
  }

  /* Tooltip */
  .favorite-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a2e;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }

  .favorite-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }

  /* Position relative pour le container */
  .banPomBoxed {
    position: relative;
  }

  /* Bouton resume - positionné à côté du titre du métier */
  .page-header-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    width: 100% !important;
  }

  .page-header-title h2 {
    flex: 1;
    margin: 0 !important;
  }

  .resume-btn {
    background: linear-gradient(135deg, #268eff 0%, #26b3ff 100%);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(38, 142, 255, 0.3);
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .resume-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(38, 142, 255, 0.4);
    color: #fff;
    background: linear-gradient(135deg, #1a7ee6 0%, #1a9ee6 100%);
  }

  .resume-btn i {
    color: #fff;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .favorite-btn {
      width: 40px;
      height: 40px;
      top: 15px;
      right: 20px;
    }

    .favorite-btn i {
      font-size: 1.2rem;
    }

    .resume-btn {
      padding: 8px 14px;
      font-size: 0.8rem;
    }

    .page-header-title {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  /* Liens dans le bloc Evolution de carrière */
  .salaryEvolution a,
  .salaryEvolution strong a,
  .salaryEvolution a strong,
  .salaryEvolution p a,
  .salaryEvolution a * {
    color: #007bff !important;
    text-decoration: underline !important;
  }

  .salaryEvolution a:hover,
  .salaryEvolution strong a:hover,
  .salaryEvolution a:hover strong,
  .salaryEvolution a:hover * {
    color: #0056b3 !important;
  }

  /* ========================================
     HARMONISATION TYPOGRAPHIQUE GLOBALE
     ======================================== */

  /* Paragraphes - augmentation de l'interligne */
  p {
    font-size: 14px !important;
    line-height: 1.9em !important;
    color: #555 !important;
  }

  /* Sections de contenu - Tous les paragraphes (sélecteurs descendants) */
  .card-body p,
  .card-body div p,
  .card-body div div p,
  .mission-item p,
  .softskill-item p,
  .hardskill-item p,
  .formation-item p,
  .outil-item p,
  .contrainte-item p,
  .faq-answer p,
  .accordion-body p,
  .introduction--p,
  .introduction--p p,
  .pc-container p:not(.ban-description-metier):not(.span__titleTraining),
  .pc-container :not(.ban-description-metier) > p:not(.span__titleTraining) {
    font-size: 13px !important;
    line-height: 1.6em !important;
    color: #555 !important;
  }

  /* Flip cards outils - verso - 12px (spécificité élevée) */
  .container-tools .flip-card .flip-card-inner .flip-card-back p,
  .container-tools .flip-card .flip-card-inner .flip-card-back .card-body p,
  .container-tools .flip-card .flip-card-inner .flip-card-back .card-text {
    font-size: 12px !important;
    line-height: 1.4em !important;
  }

  /* Titres de formation dans Expérience professionnelle - Override spécifique */
  .card-body p.span__titleTraining,
  .training_article--exp p.span__titleTraining,
  p.span__titleTraining {
    font-size: 1em !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #1a1a2e !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
  }

  /* Titres h4 dans les onglets Bac+2, Bac+3, Bac+5 - 1.2em */
  .training_article--bac2 h4,
  .training_article--bac3 h4,
  .training_article--bac5 h4,
  .training_article--exp h4 {
    font-size: 0.9em !important;
    font-weight: bold !important;
    color: #1a1a2e !important;
    margin-bottom: 5px !important;
    font-family: var(--bs-body-font-family);
  }

  /* Titres h4 dans l'onglet Expérience professionnelle - 1em */
  /*.training_article--exp h4 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #1a1a2e !important;
    margin-bottom: 5px !important;
  }*/

  .training_article--exp p.span__titleTraining:first-of-type {
    margin-top: 0 !important;
  }

  /* Force le style blanc pour les p dans ban-description-metier */
  .ban-description-metier p {
    color: white !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
  }

  /* Listes */
  ul li, ol li {
    font-size: 13px !important;
    line-height: 1.6em !important;
    color: #555 !important;
  }

  /* Flip cards outils - verso */
  .flip-card-back p,
  .flip-card-back .card-text,
  .flip-card-back .card-body p {
    font-size: 12px !important;
  }

  /* Titres des sections - harmonisation */
  h2 {
    line-height: 1.4em !important;
  }

  h3 {
    line-height: 1.4em !important;
  }

  h4 {
    line-height: 1.4em !important;
  }

  /* Optimisation de la bannière hero - réduction maximale de la hauteur */
  .ban-nom-metier {
    margin-bottom: 4px !important; /* Espace minimal sous le nom du métier */
  }

  /* Nom du métier - Dégradé bleu ciel comme le logo POM */
  .ban-text-section .ban-nom-metier {
    background: linear-gradient(135deg, #268eff 0%, #26b3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* Styles de .ban-description-metier définis dans styles-perso.css */

  .ban-softskill {
    margin-top: 5px !important; /* Espace réduit au-dessus des tags */
  }

  /* Positionnement du hashtag (#nomBloc) en haut à droite */
  .card {
    position: relative !important;
    margin-bottom: 60px !important; /* Espacement entre les cards */
  }

  .hashTag {
    position: absolute !important;
    top: -28px !important; /* Remonté de 10px supplémentaires pour centrer l'accolade sur la bordure */
    right: 20px !important;
    background-color: white !important;
    padding: 12px 24px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    z-index: 10 !important;
    border-radius: 8px !important;
  }

  .hashTag::first-letter {
    color: #2c3e50 !important; /* Gris anthracite foncé pour le # */
    font-weight: 700 !important;
    font-size: 22px !important;
  }

  /* Ajustements pour la card radar (hardskills) */
  .container-hardskill {
    display: flex !important;
    gap: 20px !important;
  }

  .container-graph {
    width: 60% !important; /* Réduit la largeur du graphique */
    margin-top: -20px !important; /* Remonte le graphique */
  }

  .container-resume {
    width: 40% !important; /* Plus d'espace pour la colonne de droite */
  }

  /* Mobile - Graphique radar pleine largeur et centré */
  @media (max-width: 768px) {
    .container-hardskill {
      flex-direction: column !important;
      align-items: center !important;
      width: 100% !important;
      padding-inline: 0 !important;
    }

    .container-graph {
      width: 100% !important;
      margin-top: -20px !important;
      margin-bottom: -100px !important;
      display: flex;
      justify-content: center;
    }

    .container-graph .apexcharts-canvas {
      margin-top: -20px !important;
      margin-bottom: -60px !important;
      transform: scale(1.05) !important;
      transform-origin: center center !important;
    }

    /* Remonter le label du 4ème élément (index 3) du radar */
    .container-graph .apexcharts-xaxis text:nth-child(4) {
      transform: translateY(10px) !important;
    }

    .container-resume {
      width: 100% !important;
      padding-inline: 20px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    /* Badges métiers similaires */
    .same-category-wrapper {
      padding-top: 0 !important;
      margin-top: 0 !important;
    }

    .tags-container_boxed {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      padding-top: 10px !important;
    }

    .tag_sameCat {
      margin: 0 !important;
    }
  }


  /* Réduire l'espacement vertical entre les soft skills, contraintes et FAQ */
  .body-softskill > .row,
  .body-constraint > .row {
    gap: 8px !important; /* Réduit l'espacement de moitié */
  }

  .body-softskill .cardSameHeight,
  .body-constraint .cardSameHeight {
    margin-bottom: 0 !important;
  }

  .body-softskill .card,
  .body-constraint .card {
    margin-bottom: 0 !important;
  }

  /* FAQ - Réduire l'espacement entre les questions */
  .title--card--faq {
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .response {
    font-size: 0.9rem !important;
  }

  .col-sm-12.cardSameHeight {
    margin-bottom: 8px !important;
  }

  .col-sm-12.cardSameHeight .card {
    margin-bottom: 0 !important;
  }

  /* ========================================
     COULEURS DES BADGES SOFT SKILLS - BANNIÈRE HERO
     Décommentez l'option souhaitée pour tester
     ======================================== */

  /* OPTION 1 : Jaune/Or vif - Contraste fort et dynamique */
   /*.ban-softskill > div {
    background-color: #FFC107 !important;
  }
  .ban-softskill > div a {
    color: #000000 !important;
    font-weight: 600 !important;
  }*/

  /* OPTION 2 : Vert citron (cohérence avec page d'accueil) - ACTIF PAR DÉFAUT */
  /*.ban-softskill > div {
    background-color: #9BEC05 !important;
  }
  .ban-softskill > div a {
    color: #000000 !important;
    font-weight: 600 !important;
  }*/

  /* OPTION 3 : Blanc épuré avec bordure */
   .ban-softskill > div {
    background-color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
  }
  .ban-softskill > div a {
    color: #268eff !important;
    font-weight: 600 !important;
  } 

  /* OPTION 4 : Turquoise clair (ton sur ton avec le dégradé) */
  /* .ban-softskill > div {
    background-color: #7ADEF4 !important;
  }
  .ban-softskill > div a {
    color: #000000 !important;
    font-weight: 600 !important;
  } */

  /* Réduction drastique de la hauteur de la bannière hero */
  #banPom {
    min-height: 250px !important; /* Hauteur très réduite */
    max-height: 400px !important; /* Hauteur maximale forcée */
    height: auto !important; /* Hauteur automatique */
    padding: 0 !important; /* Suppression de tous les paddings */
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important; /* Dégradé sombre élégant */
  }

  .banPomBoxed {
    padding: 15px 20px !important; /* Padding minimal uniforme */
    min-height: auto !important;
    height: auto !important;
  }

  .ban-layout-responsive {
    padding: 10px 0 !important; /* Padding réduit */
    min-height: auto !important;
  }

  .ban-text-section {
    padding: 0 !important; /* Suppression padding section texte */
  }

  /* Réduction des barres de progression */
  .progress-bars-on-circle,
  .progress-bars-desktop {
    padding: 10px !important; /* Padding réduit pour les barres */
  }

  /* ========================================
     RESPONSIVE DESIGN - BANNIÈRE HERO
     Organisation des media queries par taille d'écran

     Note: Les positions du profil d'épanouissement (.progress-bars-on-circle)
     sont gérées dans /public/assets/css/style.css :
     - Écrans < 1800px : right: 20px
     - Écrans ≥ 1800px : right: 40px
     - Cercle blanc : right: -160px (tous les écrans)
     ======================================== */

  /* Très grands écrans - 1800px et plus */
  @media (min-width: 1800px) {
    /* Bloc de gauche (description et tags) */
    .ban-text-section {
      max-width: 85% !important;
      padding-right: 20px !important;
    }

    /* Profil d'épanouissement - déjà géré dans style.css */
    /* .progress-bars-on-circle { right: 40px; } */
  }

  /* Écrans larges - 1500px à 1799px */
  @media (min-width: 1500px) and (max-width: 1799px) {
    /* Bloc de gauche */
    .ban-text-section {
      max-width: 75% !important;
      padding-right: 30px !important;
    }

    /* Profil d'épanouissement - déjà géré dans style.css */
    /* .progress-bars-on-circle { right: 20px; } */
  }

  /* Écrans moyens - 1331px à 1499px */
  @media (min-width: 1331px) and (max-width: 1499px) {
    /* Bloc de gauche */
    .ban-text-section {
      max-width: 70% !important;
      padding-right: 20px !important;
    }

    /* Profil d'épanouissement - déjà géré dans style.css */
    /* .progress-bars-on-circle { right: 20px; } */
  }

  /* Point de rupture mobile - 1330px et moins */
  @media (max-width: 1330px) {
    /* Bannière hero */
    #banPom {
      max-height: none !important;
      min-height: auto !important;
    }

    .banPomBoxed {
      padding: 20px !important;
    }

    /* Bloc de gauche */
    .ban-text-section {
      top: 30px;
      max-width: 100% !important;
      padding-inline: 20px !important;
    }

    /* Profil d'épanouissement passe en version mobile */
    .progress-bars-mobile {
      margin-top: 20px !important;
      padding-top: 15px !important;
    }

    /* Le profil desktop est masqué (géré dans style.css) */
    /* .progress-bars-desktop { display: none !important; } */
  }

  /* Optimisation du profil d'épanouissement - réduction typo */
  .progress-bars-container {
    font-size: 0.9rem !important; /* Réduction globale de la taille */
  }

  .progress-title {
    font-size: 1.1rem !important; /* Titre plus petit */
    margin-bottom: 10px !important; /* Réduction espacement */
  }

  .progress-name {
    font-size: 0.85rem !important; /* Nom des profils plus petit */
    font-weight: 500 !important; /* Poids réduit */
  }

  .progress-value {
    font-size: 0.8rem !important; /* Valeurs plus petites */
  }

  .progress-description {
    font-size: 0.75rem !important; /* Descriptions plus petites */
    line-height: 1.3 !important; /* Interlignage réduit */
    margin-top: 3px !important; /* Espacement réduit */
  }

  .progress-item {
    margin-bottom: 8px !important; /* Espacement entre items réduit */
  }

  /* ========================================
     HARMONISATION TYPOGRAPHIQUE GLOBALE
     ======================================== */

  /* Paragraphes - interligne réduit */
  p {
    font-size: 14px !important;
    line-height: 1.6em !important; /* Interligne réduit */
    color: #555 !important;
  }

  /* Sections de contenu */
  .card-body p,
  .mission-item p,
  .softskill-item p,
  .hardskill-item p,
  .formation-item p,
  .outil-item p,
  .contrainte-item p,
  .faq-answer p {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555 !important;
  }

  /* Listes */
  ul li, ol li {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555 !important;
  }

  /* Titres des sections - harmonisation */
  h2 {
    line-height: 1.3em !important;
  }

  h3 {
    line-height: 1.3em !important;
  }

  h4 {
    line-height: 1.3em !important;
  }

  /* ========================================
     CARDS SOFTSKILLS - TRONCATURE ET EXPAND
     ======================================== */

  .softskill-card {
    position: relative;
    transition: all 0.3s ease;
  }

  .softskill-card.has-expand {
    padding-bottom: 20px;
  }

  .softskill-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .softskill-content.truncated {
    max-height: 150px; /* Une ligne en moins */
    position: relative;
  }

  .softskill-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

  .softskill-content.expanded {
    max-height: 2000px !important;
  }

  .softskill-content.expanded::after {
    display: none;
  }

  .softskill-expand-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
  }

  .softskill-expand-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7ab8ff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
  }

  .softskill-expand-btn:hover {
    transform: translateX(-50%) scale(1.1);
    background: #268eff;
    border-color: #268eff;
    opacity: 1;
  }

  .softskill-expand-btn .expand-arrow {
    color: #7ab8ff;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
  }

  .softskill-expand-btn:hover .expand-arrow {
    color: white;
  }

  .softskill-expand-btn.expanded .expand-arrow {
    transform: rotate(180deg);
    color: #e84c8a;
    stroke-width: 3;
  }

  .softskill-expand-btn.expanded::after {
    border-color: #e84c8a;
    border-width: 2px;
    clip-path: inset(0 0 50% 0);
  }

  /* ========================================
     CARDS CONTRAINTES - TRONCATURE ET EXPAND
     ======================================== */

  .constraint-card {
    position: relative;
    transition: all 0.3s ease;
  }

  .constraint-card.has-expand {
    padding-bottom: 20px;
  }

  .constraint-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .constraint-content.truncated {
    max-height: 150px;
    position: relative;
  }

  .constraint-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

  .constraint-content.expanded {
    max-height: 2000px !important;
  }

  .constraint-content.expanded::after {
    display: none;
  }

  .constraint-expand-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
  }

  .constraint-expand-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7ab8ff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
  }

  .constraint-expand-btn:hover {
    transform: translateX(-50%) scale(1.1);
    background: #268eff;
    border-color: #268eff;
    opacity: 1;
  }

  .constraint-expand-btn .expand-arrow {
    color: #7ab8ff;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
  }

  .constraint-expand-btn:hover .expand-arrow {
    color: white;
  }

  .constraint-expand-btn.expanded .expand-arrow {
    transform: rotate(180deg);
    color: #e84c8a;
    stroke-width: 3;
  }

  .constraint-expand-btn.expanded::after {
    border-color: #e84c8a;
    border-width: 2px;
    clip-path: inset(0 0 50% 0);
  }

  /* ========================================
     CARDS FAQ - TRONCATURE ET EXPAND
     ======================================== */

  .body-faq > .row {
    gap: 0;
  }

  .body-faq .cardSameHeight {
    height: auto !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  .body-faq .faq-card {
    margin-bottom: 0 !important;
  }

  .faq-card {
    position: relative;
    transition: all 0.3s ease;
    height: auto !important;
  }

  .faq-card.has-expand {
    padding-bottom: 20px;
  }

  .faq-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .faq-content.truncated {
    max-height: 150px;
    position: relative;
  }

  .faq-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

  .faq-content.expanded {
    max-height: 2000px !important;
  }

  .faq-content.expanded::after {
    display: none;
  }

  .faq-expand-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
  }

  .faq-expand-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7ab8ff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
  }

  .faq-expand-btn:hover {
    transform: translateX(-50%) scale(1.1);
    background: #268eff;
    border-color: #268eff;
    opacity: 1;
  }

  .faq-expand-btn .expand-arrow {
    color: #7ab8ff;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
  }

  .faq-expand-btn:hover .expand-arrow {
    color: white;
  }

  .faq-expand-btn.expanded .expand-arrow {
    transform: rotate(180deg);
    color: #e84c8a;
    stroke-width: 3;
  }

  .faq-expand-btn.expanded::after {
    border-color: #e84c8a;
    border-width: 2px;
    clip-path: inset(0 0 50% 0);
  }

  /* ========================================
     ACCORDION MISSIONS - HAUTEUR REDUITE
     ======================================== */

  #accordionMissions .accordion-button {
    padding: 6px 12px;
    font-size: 0.8rem !important;
  }

  #accordionMissions .accordion-item {
    margin-bottom: 2px;
  }

  #accordionMissions .accordion-button:not(.collapsed) {
    border-left: 3px solid #268eff;
  }

  #accordionMissions .accordion-collapse.show .accordion-body {
    border-left: 3px solid #268eff;
  }

  #accordionMissions .accordion-item:first-child {
    border-top-left-radius: 0;
  }

  #accordionMissions .accordion-item:first-child .accordion-button {
    border-top-left-radius: 0;
  }

  #accordionMissions .accordion-item:last-child {
    border-bottom-left-radius: 0;
  }

  #accordionMissions .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 0;
  }

  #accordionMissions .accordion-item:last-child .accordion-collapse {
    border-bottom-left-radius: 0;
  }

  /* ========================================
     MENU PARCOURS SCOLAIRE - ESPACEMENT
     ======================================== */

  #v-pills-tab {
    max-width: 100%;
    width: 100%;
  }

  #v-pills-tab li {
    margin-bottom: 8px;
    width: 100%;
  }

  #v-pills-tab li:last-child {
    margin-bottom: 0;
  }

  #v-pills-tab .nav-link {
    font-size: 0.8rem;
    padding: 8px 10px;
    white-space: nowrap;
    line-height: 1.3;
    text-align: left;
    display: block;
    width: 100%;
  }

  /* ========================================
     BLOC MEME CATEGORIE - TRONCATURE ET EXPAND
     ======================================== */

  .same-category-wrapper {
    position: relative;
    padding-bottom: 25px;
  }

  .tags-container {
    position: relative;
  }

  .tags-container.has-expand {
    padding-bottom: 10px;
  }

  .tags-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .tags-content.truncated {
    max-height: 120px; /* Environ 3 lignes de badges */
    position: relative;
  }

  .tags-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

  .tags-content.expanded {
    max-height: 2000px !important;
  }

  .tags-content.expanded::after {
    display: none;
  }

  .tags-expand-btn {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    overflow: hidden;
  }

  .tags-expand-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #7ab8ff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
  }

  .tags-expand-btn:hover {
    transform: translateX(-50%) scale(1.1);
    background: #268eff;
  }

  .tags-expand-btn .expand-arrow {
    color: #7ab8ff;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
  }

  .tags-expand-btn:hover .expand-arrow {
    color: white;
  }

  .tags-expand-btn.expanded .expand-arrow {
    transform: rotate(180deg);
    color: #e84c8a;
    stroke-width: 3;
  }

  .tags-expand-btn.expanded::after {
    border-color: #e84c8a;
    border-width: 2px;
    clip-path: inset(0 0 50% 0);
  }

  /* Nom du métier en contexte de section (remplace les anciens H3 redondants) */
  .job-name-context {
    line-height: 1.4em;
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  /* ========================================
     UTILITAIRES LAYOUT
     ======================================== */
  .pc-sidebar-hidden {
    display: none;
  }

  .card-body--no-pad-top {
    padding-top: 0 !important;
  }

  .row--full-width {
    max-width: 100%;
  }

  /* ========================================
     MODALS FORMATIONS - COULEURS PAR NIVEAU
     ======================================== */

  /* Headers des modals simples */
  .modal-header--bac2 {
    background-color: #EAF4FB;
  }

  .modal-header--bac3 {
    background-color: #EAFBE7;
  }

  .modal-header--bac5 {
    background-color: #FCECEC;
  }

  /* Headers des modals "Toutes les formations" */
  .modal-header--all-bac2 {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
  }

  .modal-header--all-bac3 {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
    color: white;
  }

  .modal-header--all-bac5 {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    color: white;
  }

  /* Cards avec bordure gauche colorée par niveau */
  .card--bac2 {
    border-left: 4px solid #4680ff;
  }

  .card--bac3 {
    border-left: 4px solid #28a745;
  }

  .card--bac5 {
    border-left: 4px solid #dc3545;
  }

  /* Logo ecole dans les modals */
  .school-logo-modal {
    max-height: 50px;
    max-width: 120px;
    object-fit: contain;
  }

  /* Fallback icone ecole */
  .school-logo-fallback {
    display: none;
  }

