/* _content/SCAN/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-2s9p0t1952] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-2s9p0t1952] {
  color: #0077cc;
}

.btn-primary[b-2s9p0t1952] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-2s9p0t1952], .nav-pills .show > .nav-link[b-2s9p0t1952] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-2s9p0t1952] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-2s9p0t1952] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-2s9p0t1952] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-2s9p0t1952] {
  font-size: 1rem;
  line-height: inherit;
}

/*.footer {
  position: absolute;
  background-color: ghostwhite;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
.footer[b-2s9p0t1952] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: ghostwhite;
    line-height: 60px;
    text-align: center;
    z-index: 1000; /* 🟢 assure que le footer passe au-dessus de tout */
    box-shadow: 0 -1px 6px rgba(0,0,0,0.1);
}

/*  Correction de l'alignement du dropdown */
.dropdown-menu[b-2s9p0t1952] {
    right: 0 !important; /* Fait en sorte que le menu ne dépasse pas */
    left: auto !important; /* Évite qu'il se décale trop */
    min-width: 200px; /* Taille minimale pour éviter qu'il soit trop petit */
}

/* ✅ Pour que le menu ne dépasse jamais l'écran */
@media (max-width: 768px) {
    .dropdown-menu[b-2s9p0t1952] {
        left: 0 !important;
        right: auto !important;
        width: 100%; /* Sur mobile, il prend toute la largeur */
    }
}
