.twAudessus {
    /* Le trame de fond */
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.7);
    }
    
  .twAudessus a {
    /* Le truc pour centrer l’image */
    display: flex; 
    justify-content: center;
    align-items: center;
    }
    
  .twAudessus img {
    /* Le contour de l’image */
    max-width:1500px;
    max-height:100vh;
    padding: 10px;
    background: #ffffff;
    }
    
    /* Selecteur « target pour afficher l’image » */
  .twAudessus:target { 
    display: table; 
    }
  
  @media (max-width: 768px){
    .twpop, .twAudessus{
      display: none;
      }
      .itemPic:hover{
        cursor: auto;
      }
  }
  
  @media (min-width: 769px){
    .twpopbis{
      display: none;
    }
  }
  
  @media (max-width: 1024px){
    .twAudessus img{
      max-width:750px;
      padding: 0;
    }
  }
  
  @media (max-width: 1280px){
    .twAudessus img{
      max-width:900px;
      padding: 0;
    }
  }
  
  @media (max-width: 1536px){
    .twAudessus img{
      max-width:1100px;
      padding: 0;
    }
  }