@font-face {
  font-family: 'JokkerTRIALVF';
  src: url('MEDIA/FONT/JokkerTRIALVF.woff2') format('woff2'),
       url('MEDIA/FONT/JokkerTRIALVF.ttf') format('truetype');
  font-weight: 450;
}

/* Réinitialisation des styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Suppression du scroll vertical */
  html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'JokkerTRIALVF', sans-serif;
    background-color: rgb(255, 255, 255);
    font-weight: 450;
  }
  


  /* Conteneur principal */
  .container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  /* Header : Titre et menu */
  .title p {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'JokkerTRIALVF', sans-serif;
  }

  .header{
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-top: 3px;
  }
  
  .menu {
    display: flex;
    justify-content: space-between;
  }
  
  .menu a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 'JokkerTRIALVF', sans-serif;
    mix-blend-mode: difference;
    font-weight: 450;
  }

  .lien:hover{
    opacity: 60%;
    cursor: pointer;
}
  
  /* Section horizontale avec les médias */
  /* .scroll-section {
    display: flex;
    flex-wrap: nowrap;
    height: calc(100% - 16px - 10px);
    overflow-x: hidden;
  }
  
  .media {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
  }
  
  .media img {
    max-height: 100%;
    object-fit: contain;
  } */


  .exp{
    display: flex;
  }

  .explication{
    max-width: 50vw;
    margin-top: 40px ;
  }


  .CV{
    margin-top: 40px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'JokkerTRIALVF', sans-serif;
  }

  .CV:hover{
    opacity: 60%;
  }

  @media screen and (max-width: 768px) { 
  
    * {
      background-color: white !important; /* Force le fond blanc partout */
    }
  
    body, html {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
    } 
  
    .explication{
    max-width: 80vw;
    margin-top: 40px;
  }

  .container {
    background-color: white; /* Assure que l’arrière-plan est blanc */
  }

      /* Réduction globale de toutes les typographies à 12px en mode mobile */
  body, p, a, .menu a, .sommaire a, .box p, h1, h2, h3, h4, h5, h6 {
      font-size: 12px !important;
  }


  .menu a {
    text-decoration: none;
    color: rgb(0, 0, 0); /* Noir au lieu de blanc */
    font-size: 16px;
    font-family: 'JokkerTRIALVF', sans-serif;
    /* Supprimer mix-blend-mode: difference; */
    font-weight: 450;
    background-color: white
    !important;
    mix-blend-mode: normal; /* Mode de fusion pour inverser les couleurs */
} 

  .header{
    mix-blend-mode: normal; /* Mode de fusion pour inverser les couleurs */
    background-color: white;
  }

  .menu{
    background-color: white;
    mix-blend-mode: normal; /* Mode de fusion pour inverser les couleurs */
  }




}

.contact{
  margin-top: 40px;
}
