.nav-fullwidth {
  background-color: rgba(255, 255, 255);
 /* border-radius: 20px;*/
  margin-bottom: 20px;
  padding: 5px 20px; /* 20px à droite ET à gauche */


}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 40px;
}


.logo {
  margin-left: 0;   /* retire le 50px ! */
  margin-right: 0;  /* retire le 20px ! */
  color: black;
}


.nav {
  margin-bottom: 0;
}
.linkh{
  margin-left: 40px;
  color: rgb(0, 0, 0);
}

.emtitre{
      font-family: "Anta", sans-serif;
          font-style: normal;
  color: #02b3bc;
}


.logo-nav {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;      /* espace entre titre et logo */
  margin-left: 20px; /* optionnel : bord gauche */
}