@media (max-width: 768px) {


    .filler{
        display: none;
font-size: 7vh;
  line-height: 0.7em;
  font-weight: 800;
  font-style: italic;
  font-family: 'barlow';
  transform: translateX(-1vh);
  transform: translateY(-1vh);
  z-index: -1;
  position: absolute;
}




.container{
    grid-template-rows: auto 85vh auto;
}

.header{
    white-space: nowrap;
    height: 5vh;
    font-size: 0.8em;
    align-items: center;
    justify-content: space-between;
}

.title-infos{
    gap: auto;
    margin: 0;
    justify-content: space-between;
}

.title-right{
    display: none;
}

.title-left{
    display: none;
}

.mosaic{
    padding: none;
}

.content{
   flex-direction: column;
   gap:1vh;
}



.project-link:hover {
  flex: 1;
}



 .footer {
    height: 5vh;
    position: absolute;
    bottom: 0;
  }


.footer-cats {
  max-height: 4vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffffc7;
  transition: max-height 0.3s ease;
}

.footer-cats.open {
  max-height: 50vh; /* ouvert */
}

.copyright {
  display: none;
}

.footer-projects {
  height: 3.5vh;
  overflow: hidden;
  display: none;
}

.target-cat{
  display: flex;
  flex-direction:column ;
  align-items: center;
  background-color: black;
  color: white;
}

.target-cat a{
  color: white;
}

}


