html {
    font-size: 14px;
}

.menu-user-ico {
    width: 48px;
    height: 48px;
}

.menu-user-nom {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.menu-user-link-profil {
    display: block;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
    font-weight: 500;
}

.row-status {
    margin-top: 4px;
    margin-bottom: 4px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.badge-status {
    font-weight: normal;
    margin-bottom: 5px;
}

.force-trace-off-import, .force-trace-virtuel {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.navbar .scope-switcher {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 30px;
}

.alert-ligne {
    margin-top: 20px;
    max-width: 548px;
    margin-left: auto;
    margin-right: auto;
}



#offcanvasMontresor .scope-switcher {
    margin-left: 10px;
    padding-bottom: 3px;
}

.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 {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Prend toute la hauteur de la fenêtre */
    background-color: #FFFDF6;
}

.nolink {
    color: coral;
}

.navbar-nav .dropdown-menu {
    z-index: 2000;
    background-color: #FFFDF6;
}

.ico-menu {
    width: 4em;
    height: auto;
    margin-right: 5px;
}

.composantListeEtablissement {
    z-index: 1029;
}

.validation-summary-errors {
    margin-top: 30px;
}

.ToolBar select {
    background-color: #FFFDF6;
    font-weight: bold !important;
}

main {
    flex-grow: 1; /* Permet au main de s'étirer pour prendre l'espace restant */
    display: flex;
    padding-bottom: 20px;
}

footer {
    height: 200px;
    padding-top: 20px
}

.message {
    max-width: 548px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.ToolBar {
    background-color: #FFFDF6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.txtDate {
    width: 140px;
}

.txtEntier {
    width: 100px;
}

.txtReel {
    width: 140px;
}


.table, .table a {
    font-size: 12px;
}

    .table td {
        padding: 4px;
    }

h1 {
    font-size: 16px;
    margin-top: 8px;
}

h2 {
    font-size: 14px;
    margin-top: 8px;
}

.card-info {
    width: 400px;
}

.table-tva td {
    color: white;
    background-color: #984c0c !important;
}

.btn-annuler {
    margin-left: 15px;
}

.card {
    min-height: 150px;
}


main .icones {
    margin-top: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}











#offcanvasMontresor {
    background-color: #FFFDF6;
}

    #offcanvasMontresor .icones {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #offcanvasMontresor ul,
    #offcanvasMontresor li {
        list-style: none;
    }

    #offcanvasMontresor ul {
        margin-top: 10px;
        margin-left: 0px;
        padding-left: 1rem;
    }

        #offcanvasMontresor ul div {
            padding-bottom: 0px;
        }

    #offcanvasMontresor li {
        margin-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        font-family: Inter, sans-serif;
        color: #595959;
    }

        #offcanvasMontresor li a, #offcanvasMontresor li button {
            color: #595959;
            text-decoration: none
        }

            #offcanvasMontresor li a:hover, #offcanvasMontresor li button:hover {
                color: #AA5959;
            }

    #offcanvasMontresor hr {
        margin: 4px 0;
        color: inherit;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: .25;
    }



.card-ventes {
    background-image: url('/img/ventes.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}

.card-achats {
    background-image: url('/img/achats.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}

.card-charges {
    background-image: url('/img/charges.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}

.card-cos {
    background-image: url('/img/cos.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}


/*.card {
    margin: auto;
    text-align: center;
    border:none;
    background:none;
}

    .card-custom img {
        width:auto;
        max-width: 160px;*/ /* taille max de l’icône */
/*height: auto;
        opacity: 0.9;
        margin-left:auto;
        margin-right:auto;
    }*/




.legal-page {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #1c1f23;
}

.legal-page__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 1.5rem;
}

.legal-page__eyebrow {
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 0.75rem;
}

.legal-page__title {
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}

.legal-page__meta {
    font-size: 0.95rem;
}

.legal-section {
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .legal-section:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
    }

.legal-section__title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.legal-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

    .legal-list li {
        margin-bottom: 0.5rem;
    }

        .legal-list li:last-child {
            margin-bottom: 0;
        }

.legal-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

    .legal-link:hover,
    .legal-link:focus {
        color: #0d6efd;
    }

.legal-links-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .legal-links-list .legal-link-item {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
        text-decoration: none;
        color: inherit;
    }

        .legal-links-list .legal-link-item:hover,
        .legal-links-list .legal-link-item:focus {
            color: #0d6efd;
            text-decoration: none;
        }

@media (min-width: 768px) {
    .legal-page__title {
        font-size: 2.5rem;
    }

    .legal-section__title {
        font-size: 1.35rem;
    }
}
