@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
    margin: 0;
    padding: 0;
}

:root{
  --teal:#007889;
  --teal-dark:#016b79;
  --yellow:#f9b429;
  --yellow-dark:#e09b00;
}

.navbar-nav .nav-link {
  font-size: 13px; /* taille réduite */
  font-weight:600;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Manrope', sans-serif;
  line-height: 100%;
}


.navbar-nav .nav-link.color-yellow {
  color: #f6c71e !important;
}
.btn.btn-danger {
  font-size: 0.85rem;
  padding: 6px 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}



@media (max-width: 768px) {
  .navbar-logo {
    height: 40px;
    max-width: min(200px, 50vw);
  }
}
.navbar-logo {
  height: 64px;
  width: auto;
  max-width: min(280px, 55vw);
  object-fit: contain;
}
.btn-danger{
  background-color: #3d2a5c;
  border-color: #3d2a5c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #322348;
  border-color: #322348;
}
.footer-custom {
  background-color: #ffffff;
}

.footer-logo {
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-bottom {
  border-top: 1px solid #e0e0e0;
}

.footer-custom h6 {
  font-size: 0.9rem;
  color: #333;
}

.footer-custom ul li {
  margin-bottom: 0.5rem;
}

.footer-custom input::placeholder {
  color: #999999;
  font-size: 0.9rem;
}

.icone{

  color: #000;
}

.text-muted{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
