/* Style du texte à côté du logo */
.brand-name {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.3s ease;
}

.navbar-brand {
  margin-left: 1rem; /* ou 1.5rem si tu veux un peu plus d'air */
}

/* Container logo + texte */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.logo-img {
  height: 85px !important;
  width: auto;
  display: block;
}


/* Padding pour compenser le fixed-top */
body {
  padding-top: 90px;
}

@media (max-width: 576px) {
  .logo-img {
    height: 50px !important;
  }

  .brand-name {
    font-size: 1rem;
  }
}



  .brand-name {
    font-size: 1rem;
  }

  body {
    padding-top: 70px;
  }
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #d8a8c2;
}


.tailleperso {
  font-size: 1.80rem;
}

