body {
  margin: 0;
  padding: 0;
  position: relative;
}

.topbar {
  width: 100%;
  height: 55px;       /* hauteur de la barre */
  background-color: black;
}


.liegelogo {
  position: absolute;
  top: 0px;
  left: 32px;
  z-index: 10; /* pour être au-dessus de l'image */
}

.liegelogo img {
  width: 150px;
}

.travaux img {
  width: 150%;
  height: 340px;         
  object-fit: cover;     
  object-position: bottom; 
  display: block;
  filter: brightness(1.3);
  filter:contrast(-10);
}