.logo-normal {
    /* Styles initiaux du logo */
    width: 260px;
    height: 110px;
  }
  
  .logo-sticky {
    /* Styles du logo lorsque le header est sticky */
    top: 20px; /* Exemple */
    width: 220px; /* Exemple */
    height: 90px; /* Exemple */
  }