html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
a{
    text-decoration: none;
}


/* Tables plus compactes */
.table td,
.table th {
    padding: 2px 7px !important;
    vertical-align: middle;
}

/* Fond clair pour les en-têtes */
.table thead th {
    background-color: #f8f9fa !important; /* gris Bootstrap très léger */
}

/* Optionnel : ligne plus fine */
.table tr {
    line-height: 1.2;
}


.p-2 {
    padding: 2px 7px !important;
}

.mb-2 {
    margin-bottom: -1px !important;
}

@media (max-width: 960px) {
    .mb-2 {
        margin-bottom: 8px !important;
    }
}

.cart1 {
    padding: 3px 14px 1px;
    border-radius: 7px;
    background: #eff2f3;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cart1 h4 {
    color:black;

}
.h5, h5 {
    font-size: 17px !important;
}
.container-fluid a{
    color:white !important;

}
.btn-primary {
    background-color: #f9f9f9 !important;
    border-color: #000000 !important;
    color: black;
    border: 1px solid #d3c6c6 !important;
    border-radius: 7px;
}
.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-right: 0px !important;
}

.btn-primary:hover {
    color: grey;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #000;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
}
.cardseb {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 13px;
}

.global-bg-image {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 600px;
    background: url('https://oconta.com/site/images/admin_ETL-compta2.png') no-repeat bottom right;
    background-size: contain;
    opacity: 0.15; /* ajuste ici si tu veux plus ou moins visible */
    pointer-events: none;
    z-index: 0;
}

/* S'assurer que ton contenu reste au-dessus */
body > *:not(.global-bg-image) {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none !important;
}
.footer {
    background: #355e8d61;
    color: #a4c1e1 !important;
    text-align: right;
    padding-right: 5px !important;
    line-height: 29px !important;
}
.modal-backdrop.fade {
    opacity: 0 !important;
}
