.fiche-title {
    font-family: 'Intro Black Regular', sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    color: white;
    word-break: break-word;
  }
  
  .fiche-resume {
    color: #FFF;
    font-family: 'Intro Regular Alt';
    font-weight: 700;
  }
  
  header, footer {
    display: none;
  }
  
  html {
    margin-top: 0px!important;
  }
  
  .bge {
    color: #254194;
    text-align: center;
    font-family: "Intro Black Regular";
    font-size: 40px;
    font-weight: 900;
  }
  
  .bge-white {
    background-color: white;
    padding: 5px 15px;
    transform: rotate(20deg);
  }
  
  .bge-yellow {
    background-color: #FEEC5B;
    padding: 5px 15px;
  }
  
  .circle-blue, .circle-yellow {
    background-color: #254194;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circle-yellow {
    background-color: #FEEC5B;
  }
  .circle-blue p {
    color: white;
  }
  .circle-yellow p{
    color: #254194;
  }
  
  .cp-annees {
    color: #F5F5F5;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }
  
  .cp-postes {
    font-size: 20px;
    color: #444547;
    width: 80%;
    margin: 0 auto;
    min-height: 5em;
    display: flex;
    align-items: center;
  }
  
  .fiche-page {
    height: fit-content;
    min-height: 50vh;
    width: 100vw;
    border: 40px solid #FEEC5B;
    box-sizing: border-box;
    page-break-before: always;
    overflow-x: auto;
  }
  
  @media (max-width: 640px) {
    .fiche-page {
      border: 10px solid #FEEC5B;
    }
  }
  
  .page-3 {
    min-height: fit-content;
  }
  
  .page-1 {
    background-color: #1F409A;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  
  .page-4, .page-3, .page-2 {
    background-image: url('/wp-content/themes/tailpress/resources/img/links-logo-footer.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: clamp(80px, 80%, 118px) auto;
  }
  
  .fiche-header {
    height: fit-content;
    background-color: #1F409A;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  
  .fiche-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/tailpress/resources/img/ligne-jaune.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 100%;
    transform: rotate(180deg);
    z-index: -1;
  }
  
  .container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .title-missions {
    font-family: 'Intro-Black', sans-serif;
    color: #254194;
    font-size: 23px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 10px;
    background: #FEEC5B;
    padding: 10px;
    width: fit-content;
  }
  
  .missions {
    display: flex;
    justify-content: space-between;
  }
  
  .missions-principales, .missions-secondaires {
    width: 50%;
    padding: 0px 15px;
  }
  
  .ul-cp-definition li {
    color: #444547;
    font-family: "Intro Regular Alt";
  }
  
  .missions .liste-missions {
    display: block;
  }
  
  .liste-missions li:before {
    content: ">";
    color: #264094;
    margin-right: 5px;
    font-weight: bold;
  }
  
  .missions .liste-missions li {
    display: list-item;
    color: #444547;
    font-family: "Intro Regular Alt";
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  
  .page-4-footer {
    width: 60vw;
  }
  
  .page-4-footer p {
    color: #444547;
    font-family: "Intro Regular Alt";
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
  }
  
  .containeer {
    scroll-snap-type: y mandatory;
  }
  
  .fiche-page {
    scroll-snap-align: start;
  }
  
  .competences-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
    background-color: #264094;
    color: white;
    font-family: "Intro Black Regular";
  }
  
  .competences-table td, th {
    padding: 8px;
    border-left: none;
    border-right: none;
    border-top: 3px solid white;
  }
  
  .notes-cell {
    width: 10vw;
    text-align: center;
    background-color: #92A0C9;
  }
  
  .home-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  .home-button a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #1F409A;
    color: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  
  .home-button a:hover {
    background-color: #FDEC5A;
  }
  
  .title-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-bottom: 3px solid white;
    background-color: #1F409A;
    text-align: center;
  }
  
  .title-content > div > * {
    margin: 0;
  }
  
  .content {
    font-weight: bold;
  }
  
  .text-sm {
    background-color: #274094;
  }
  
  .content-div-child-2 {
    display: contents;
  }
  
  @media (min-width: 768px) {
    .title-content {
      display: inline-block;
    }
  
    .title-content div {
      display: block;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 768px) {
    .career-paths {
      display: block;
      width: 100%;
    }
  
    .career-path-div {
      flex-direction: column;
    }
  
    .fiche-header {
      flex-direction: column;
    }
  }