.dataTables_length label .form-select {
  padding-right: 25px !important;
}

.header .header-left .logo img {
  width: 60px;
}

.header,
.header-new {
  background-color: #00335c !important; /* bleu */
}

.main-nav li a:hover {
  color: #ebb321;
}
.main-nav > li.active > a {
  color: #88cde5;
}
.main-nav > li > a {
  color: #00335c;
}

.btn.btn-linear-primary {
  background: linear-gradient(135deg, #ebb321 0%, #ebb321 35%, #88cde5 65%, #00335c 100%);
  color: #FFF;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cursor-ring {
  position: fixed;
  width: 40px;
  height: 40px;
  background: rgba(235, 179, 33, 0.3);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: auto;
  max-width: 160px;
  max-height: 125px;
  display: block;
}

.menu-logo img {
  height: auto;
  max-width: 100px;
}

.logo-small img {
  width: 100px;
}
.navbar-brand.logo-small img {
  max-height: 100px;
}

.header-navbar-rht {
  margin: 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 992px) {
  .header-nav {
    display: flex;
    align-items: center;         /* Centrage vertical */
    justify-content: space-between;
    height: 90px;                /* Hauteur du bandeau bleu */
    padding: 0 30px;
  }

  .menu-logo img {
    max-height: 60px;
  }

  .main-menu-wrapper {
    display: flex;
    flex: 1;
    justify-content: center;     /* Centrage horizontal du menu */
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;                   /* Espacement horizontal entre les éléments */
    margin: 0;
    padding: 0;
  }

  .main-nav li {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .main-nav > li > a {
    font-size: 16px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }

  .header-navbar-rht {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 12px;
  }

  /* Supprime l'espacement résiduel entre menu et langue */
  .main-nav li:last-child {
    margin-right: 0;
  }
}

  .bar-icon span {
    background-color: #2575a2;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 6px;
    width: 30px;
    border-radius: 2px;
  }
}

.text-linear-primary {
  background: linear-gradient(135deg, #ebb321 0%, #ebb321 35%, #88cde5 65%, #00335c 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .hero-content h1 span::before {
  content: "";
  background-color: #fdd719;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-logo img {
  height: auto;
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
.text-linear-primary {
  background: linear-gradient(135deg, #ebb321 0%, #ebb321 35%, #88cde5 65%, #00335c 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}