@import '_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';

/* Fonts */

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-SemiBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-Black.ttf);
    font-weight: 900;
}

:root {
    --type-ramp-base-font-size: 16px !important;
    --type-ramp-base-line-height: 22px !important;
    --accent-fill-hover: #016959 !important;
    --nav-item-bg: #f8f9f9 !important;
    --neutral-fill-rest: #ffffff !important;
    --btn-menu-fill: #066255;
    --btn-menu-fill-hover: #00493F;
}

html {
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
}

body {
    margin: 0;
    padding: 0;
    color: var(--neutral-foreground-rest);
    background: var(--neutral-fill-layer-rest);
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
.fluent-dialog-header > div {
    outline: none;
}


.font-weight-bold {
    font-weight: 500 !important;
}

.no-border {
    border: 0px !important;
}


/* Header */

.header {
    border-bottom: 1px solid rgb(24, 84, 73);
}

    .header h1 {
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Titillium Web', sans-serif;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.titre-mobile {
    display: none;
    padding-left: 1rem;
    background-color: #166457;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 50px;
}

    .titre-mobile h1 {
        color: #ffffff;
        margin: 0.5rem 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Titillium Web', sans-serif;
    }

.header .header-gutters {
    margin: 0 !important;
}

.conteneur-titre-pes {
    display: flex;
    height: 100%;
}

.header .conteneur-titre-pes .col-titre {
    height: 100%;
    flex: 0 0 310px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
}

    .header .conteneur-titre-pes .col-titre:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        right: -2px;
        top: 0px;
        background-color: rgba(0,0,0,0.3);
    }

.conteneur-titre-pes .col-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40vw;
    column-gap: 1rem;
}

.header .col-info-nom {
    padding-left: 2rem;
    padding-right: 2rem;
}

.titre-mobile .conteneur-titre-pes {
    padding-right: 1rem;
    column-gap: 1.5rem;
}

.conteneur-titre-pes .titre {
    font-family: 'Titillium Web';
    color: #f8f8f8;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    column-gap: 8px;
}


    .conteneur-titre-pes .titre span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.header-conteneur-info {
    flex-grow: 1;
}

.conteneur-titre-pes,
.header-conteneur-info {
    min-width: 0;
}

    .conteneur-titre-pes .col-info-ccv {
        min-width: 200px;
    }

        .conteneur-titre-pes .col-info-ccv .titre {
            column-gap: 10px;
        }

    .conteneur-titre-pes .titre svg {
        fill: #b8d3cf !important;
        flex: 0 0 24px;
    }

.border-vert-droite {
    border-right: 1px solid #449C90;
}

.border-vert-gauche {
    border-left: 1px solid rgba(0,0,0,0.3);
}

.page-content h2 {
    font-size: 2.2rem;
    font-family: 'Titillium Web', sans-serif;
}

.page-content h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: #127869;
    position: relative;
    margin-top: 1em;
    margin-bottom: 0.75em;
    line-height: 1.2em;
}

    .page-content h3 + .mb-2 {
        border: 0px !important;
        /* Enlever la bordure du divider après les h3 */
    }

    .page-content h3:after {
        content: " ";
        width: 15%;
        border-bottom: 2px solid #79b9b0;
        display: block;
        position: absolute;
        left: 0;
        bottom: -7px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        min-width: 50px;
    }

.page-content h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
}

.page-content div.titre-h2-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    row-gap: 1rem;
}

#main-menu.collapsed .fluent-nav-item.hide-on-collapse {
    display: none;
}

.navmenu-icon {
    display: none;
}


/* Footer */

.pivFooter {
    margin-top: 0 !important;
}

    .pivFooter li a {
        color: var(--neutral-fill-layer-rest) !important;
        display: block;
        padding: 0.25rem 0.5rem;
    }

        .pivFooter li a:focus {
            outline: 4px solid rgba(255,255,255,0.3);
            border-radius: 0.1rem;
        }

    .pivFooter .logo-footer {
        padding: 1rem 0;
    }

div#personnaliser {
    padding: 10px;
    background-color: var(--accent-fill-rest);
    border-top: 1px solid rgb(24, 84, 73);
}

.pivFooter #credits a:hover {
    text-decoration: underline;
}

/* // Footer */


/* // Menu Gauche */

.main .navmenu {
    position: relative;
    background-color: var(--nav-item-bg);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#main-menu {
    padding: 12px 3px;
}

    #main-menu #main-menu-expander {
        display: none;
        position: absolute;
        width: 52px;
        height: 50px;
        top: -50px;
        left: -2px;
        z-index: 99;
        margin: 0;
    }

    #main-menu #main-menu-expander {
        border-right: 1px solid rgb(24, 84, 73) !important;
    }

        #main-menu #main-menu-expander .positioning-region {
            height: 100%;
            border-radius: 0;
            border-right: 1px solid #449C90;
            background-color: var(--btn-menu-fill);
        }

        #main-menu #main-menu-expander .content-region {
            background-color: var(--btn-menu-fill);
            margin-left: 10px;
        }

    /*

        #main-menu.collapsed #main-menu-expander .positioning-region {
            background-color: var(--accent-fill-rest);
            border-bottom: 1px solid rgb(24, 84, 73) !important;
        }
            */

    #main-menu.collapsed .fluent-nav-item:not(.expander) .positioning-region {
        margin-left: -4px;
    }

    #main-menu #main-menu-expander:hover .positioning-region,
    #main-menu #main-menu-expander:hover .content-region {
        background-color: var(--btn-menu-fill-hover);
    }

    #main-menu .fluent-nav-link {
        color: #000000;
    }

        #main-menu .fluent-nav-link.active .fluent-nav-text {
            font-weight: bold;
        }

        #main-menu .fluent-nav-link:not(.active) .fluent-nav-icon {
        }

        #main-menu .fluent-nav-link.active .positioning-region {
            background-color: var(--neutral-fill-rest) !important;
        }

.nav-link {
    display: block;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    padding: 0;
}

#main-menu-expander .content-region svg {
    fill: #FFFFFF !important;
    width: 28px !important;
}

#main-menu.collapsed {
    width: 50px !important;
    min-width: 50px !important;
    border-right: 1px solid #eaeaea;
}

#main-menu .fluent-nav-item:not(.expander) {
    margin: 0;
    padding: 2px 10px;
}

#main-menu.collapsed .fluent-nav-item:not(.expander) {
    padding: 2px 0;
}

#main-menu.collapsed .fluent-nav-item a.active .positioning-region::before {
    left: 2px;
}

#main-menu .fluent-nav-item .content-region {
    margin-inline-start: 4px;
}

#main-menu:not(.collapsed) .fluent-nav-item .content-region {
    margin-inline-start: 10px;
}

#main-menu .fluent-nav-item:not(.expander) .positioning-region {
    background-color: var(--nav-item-bg);
    padding: 7px 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -14px;
}

#main-menu .fluent-nav-item:not(.expander):hover .positioning-region {
    background-color: inherit;
    text-decoration: underline;
}

#main-menu .fluent-nav-item:not(.expander) .content-region svg.fluent-nav-icon {
    width: 28px !important;
}

#main-menu .fluent-nav-item .fluent-nav-text {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    font-weight: 500
}

#main-menu:not(.collapsed) .fluent-nav-item.nav-item-badge .fluent-nav-text {
    display: flex;
    align-items: center;
}

#main-menu .fluent-nav-item.nav-item-badge .fluent-nav-text fluent-badge {
    margin-top: 1px;
}

#main-menu .fluent-nav-link:not(.active) fluent-badge::part(control) {
    background-color: #d2dfdd;
    color: #0c4c43;
}

#main-menu .fluent-nav-item .fluent-nav-text .badge-menu {
    padding: 0 2px 0 1px;
    text-decoration: none !important;
    font-family: 'Titillium Web';
    font-weight: 600;
}

/* Obligations (lien externe) */

#main-menu:not(.collapsed) .fluent-nav-item.nav-obligations {
    padding-right: 5px;
}

    #main-menu:not(.collapsed) .fluent-nav-item.nav-obligations .fluent-nav-text {
        width: 100%;
    }

/* // Obligations (lien externe) */

/* Déconnexion (lien externe) */

#main-menu:not(.collapsed) .fluent-nav-item.nav-deconnexion {
    border-top: 1px solid #dedede;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}

    #main-menu:not(.collapsed) .fluent-nav-item.nav-deconnexion .positioning-region {
        background-color: transparent
    }

    #main-menu:not(.collapsed) .fluent-nav-item.nav-deconnexion .fluent-nav-text {
        width: 100%;
    }

/* // Déconnexion (lien externe) */

/* // Menu Gauche */


/* Contenu principal */

.main {
    min-height: calc(65dvh);
    color: var(--neutral-foreground-rest);
    align-items: stretch !important;
}

.body-content {
    display: flex;
    align-self: stretch;
    height: 100% !important;
    width: 70% !important;
}

    .body-content .page-content {
        padding: 1.5rem 2rem 1.5rem 2rem;
        align-self: stretch !important;
        width: 100%;
    }

        .body-content .page-content .contenu-fixe {
            max-width: 1000px;
        }

.conteneur-row-info > .row {
    padding: 0;
    align-items: baseline;
    border-bottom: 1px dashed #eaeaea;
}

    .conteneur-row-info > .row.my-2:first-child {
        margin-top: 0 !important;
    }

div.conteneur-gris > .conteneur-row-info:last-child > .row.my-2:last-child {
    margin-bottom: 0 !important;
}

.conteneur-row-info > .row > :first-child {
    padding-right: 0.5rem;
}

.conteneur-row-info > .row > div {
    margin-bottom: 5px;
}

div.conteneur-gris {
    background: #f8f9f9;
    padding: 0.75rem;
    margin-left: -0.75rem;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

    div.conteneur-gris h3:first-child {
        margin-top: 0 !important;
    }

.conteneur-btn-submit,
div.conteneur-etapes .fluent-wizard .fluent-wizard-buttons {
    display: flex;
    margin-top: 1rem;
    border-top: 3px solid #026046;
    background-color: #f1f8f7;
    padding: 0.75rem 0.5rem 0.5rem 1rem;
    flex-direction: column;
}

@media screen and (max-width: 585px) {
    .conteneur-btn-submit .stack-horizontal,
    div.conteneur-etapes .fluent-wizard .fluent-wizard-buttons .stack-horizontal,
    .conteneur-btn-wrap {
        flex-wrap: wrap;
    }
}

.manage {
    width: 100dvw;
}

#recaptcha_container + br {
    display: none;
}

fluent-text-field.text-center::part(control) {
    text-align: center;
}

/* // Contenu principal */

/* Sidebar */

div.conteneur-principal {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}

div.sidebar {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    background: #f8f9f9;
    position: relative;
    width: 30%;
}

    div.sidebar h2 {
        font-size: 1.75rem;
        font-family: 'Titillium Web', sans-serif;
    }

/* // Sidebar */



/* Messagerie */

h2.titre-message {
    font-size: 1.75rem;
    margin: 0.5rem 0;
}

.conteneur-btn-message {
    margin-left: -1rem;
}

.date-message {
}

div.body-message {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #eaeaea;
}


/* Components */


/* Tiroir */

fluent-accordion-item.expanded::part(heading) {
    background-color: #f8f8f8 !important
}

.tiroir-titre-conteneur {
}

    .tiroir-titre-conteneur h2,
    .tiroir-titre-conteneur h3,
    .tiroir-titre-conteneur h4,
    .tiroir-titre-conteneur .tiroir-titre {
        font-weight: bold;
        font-family: "Titillium Web", sans-serif;
        font-size: 1.1rem;
        margin-bottom: 0;
        line-height: 1.4rem;
    }

    .tiroir-titre-conteneur .tiroir-titre-vert {
        color: #227868
    }

.tiroir-titre-icone {
    margin-right: 1rem;
}

.conteneur-lc-actif fluent-accordion-item.expanded::part(heading) {
    background-color: transparent !important;
}

.conteneur-lc-actif fluent-accordion-item.expanded::part(region) {
    border-top: 1px solid #f0f0f0;
}


/* Boutons */

.btn-link,
fluent-button.btn-link::part(control) {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    padding: 2px 6px;
    color: #026046;
    border: 0px;
    background: transparent;
    white-space: normal !important;
    text-align: left;
}

    .btn-link:hover,
    fluent-button.btn-link::part(control):hover {
        text-decoration: none;
        color: #026046;
    }

    .btn-link svg {
        fill: #026046 !important;
    }

    .btn-link.link-danger,
    fluent-button.btn-link.link-danger::part(control) {
        color: #d12e3e;
    }

        fluent-button.btn-link.link-danger::part(control) svg {
            fill: #d12e3e !important;
        }

        .btn-link.link-danger svg {
            fill: #d12e3e !important;
        }


.btn-with-icon,
.btn-with-icon-right {
    display: flex;
    flex-wrap: nowrap;
}

    .btn-with-icon > span {
        padding-left: 0.25rem;
    }

    .btn-with-icon-right > span {
        right: 0.25rem;
    }

.btn-link[disabled] {
    color: #8f8f8f;
    text-decoration: none;
    cursor: not-allowed;
}

    .btn-link[disabled] svg {
        fill: #818181 !important;
    }

fluent-button.btn-pes,
fluent-button.btn-neutral {
    height: auto;
}

    fluent-button.btn-pes::part(control),
    fluent-anchor.btn-pes::part(control),
    fluent-button.btn-neutral::part(control),
    fluent-anchor.btn-neutral::part(control),
    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control) {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        padding: 6px 14px;
        border-color: #026046;
        border-radius: 0px;
    }

    fluent-button.btn-neutral::part(control),
    fluent-anchor.btn-neutral::part(control) {
        border-color: #CECECE;
    }

    .btn-link:focus,
    .btn-link:focus-visible,
    fluent-button.btn-pes::part(control):focus,
    fluent-button.btn-pes::part(control):focus-visible,
    fluent-anchor.btn-pes::part(control):focus,
    fluent-anchor.btn-pes::part(control):focus-visible,
    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control):focus,
    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control):focus-visible {
        box-shadow: 0 0 0 .2rem rgba(46, 151, 135, 0.4) !important;
    }

.btn-link.link-danger:focus,
.btn-link.link-danger:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(209, 46, 62, 0.3) !important;
}


fluent-anchor.btn-neutral::part(control):focus,
fluent-anchor.btn-neutral::part(control):focus-visible {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.3) !important;
}

fluent-button.btn-pes::part(control):active,
fluent-anchor.btn-pes::part(control):active,
.tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control):active {
    color: #a3a3a3 !important;
    background: #0b4a3f !important;
    border-color: #013325 !important;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2) !important;
}

fluent-button.btn-neutral::part(control):active,
fluent-anchor.btn-neutral::part(control):active,
.tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control):active {
    color: #a3a3a3 !important;
    background: #eaeaea !important;
    border-color: #cccccc !important;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2) !important;
}

.tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button {
    height: auto;
}

    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button svg {
        fill: #FFFFFF !important;
    }

    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control),
    .tableau-pes table.fluent-data-grid .fluent-data-grid-row .col-title {
        font-family: "Titillium Web", sans-serif;
        padding: 8px 14px 8px 14px;
        border-color: transparent;
        border-radius: 0px;
        font-size: 1.05rem;
        background: var(--accent-fill-rest);
        color: #FFFFFF;
    }

.tableau-pes table.fluent-data-grid .fluent-data-grid-row .col-title {
    padding-top: 9px;
}


.tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control) {
    text-decoration: underline;
}

    .tableau-pes table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control):hover {
        background: var(--accent-fill-hover);
        text-decoration: none;
    }



/* Tooltip */

fluent-tooltip::part(tooltip), fluent-tooltip::part(tooltip):after {
    font-size: 0.9rem;
    background-color: #0e1117 !important;
    color: #f8f8f8 !important;
    border-color: #000000;
    padding-bottom: 6px !important;
}

/* Tableaux */

.tableau-pes table .column-header {
    background-color: var(--accent-fill-rest);
    border-right: 1px solid #449C90;
    border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-bottom: 0px;
    padding: 0px !important;
    min-height: 0px !important
}

    .tableau-pes table .column-header fluent-button {
        width: 100% !important;
    }

.tableau-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tableau-pes {
    min-width: 600px;
}

.tableau-paiement tbody tr td.multiline-text {
    align-content: center;
}

div.tableau-messagerie table tbody td {
    padding: 10px 15px;
}

div.tableau-messagerie table tr.msg-non-lu td {
    background-color: #F1F8F5;
}

    div.tableau-messagerie table tr.msg-non-lu td a {
        font-weight: 500 !important;
    }

div.tableau-messagerie table tr td a:hover {
    text-decoration: none;
}

td.td-btn {
    padding: 0 !important;
    padding-left: 0.4rem !important;
    padding-top: 8px !important
}

td.empty-content-cell {
    padding: 0px !important;
}

    td.empty-content-cell .aucun-resultat {
        border-bottom: 0;
    }


/*  FluentWizard */

.fluent-typography[typo='body'] {
    font-family: "Titillium Web", sans-serif !important;
    font-size: 1.1rem !important;
}

.fluent-wizard > ol > li .fluent-wizard-icon svg {
    width: 26px !important
}


/* Notice */

.fluent-messagebar[b-ig2qs97tvl] {
    border-radius: 0px !important;
}

.fluent-messagebar.align-icon-start {
    align-items: start !important;
}

    .fluent-messagebar.align-icon-start .fluent-messagebar-icon {
        padding-top: 12px;
    }

.fluent-messagebar a {
    text-decoration: underline;
}

    .fluent-messagebar a:hover {
        text-decoration: none;
    }

.fluent-messagebar .fluent-messagebar-message {
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
}

    .fluent-messagebar .fluent-messagebar-message > :last-child {
        margin-bottom: 0
    }

    .fluent-messagebar .fluent-messagebar-message p {
        margin-bottom: 0.5em;
    }

    .fluent-messagebar .fluent-messagebar-message ul {
        padding-left: 1.1rem;
        margin-top: 3px
    }

    .fluent-messagebar .fluent-messagebar-message > * {
        font-size: 1em;
    }

.fluent-messagebar.intent-info {
    background-color: #e8eef5 !important;
    color: #15305E !important;
    border-color: #e8eef5 !important;
}

    .fluent-messagebar.intent-info svg {
        width: 25px !important;
        fill: #15305E !important;
    }

.fluent-messagebar.intent-warning svg {
    width: 25px !important;
}

.fluent-messagebar.intent-info a {
    color: #15305E !important;
}


/* Badge */

/* (ajout padding pour centrer contenu dans le badge) */
.span-badge {
    font-size: 0.9rem;
    padding: 0.1rem 0.25rem 0.125rem 0.25rem;
}

/* (centrer verticalement le badge dans le menu de gauche Paiement */
.badge-nav {
    vertical-align: 2px;
}

fluent-badge.badge-valide::part(control),
fluent-badge.badge-invalide::part(control),
fluent-badge.badge-nav::part(control),
fluent-badge.badge-paiement::part(control) {
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
}

fluent-badge.badge-valide::part(control),
fluent-badge.badge-nav::part(control),
fluent-badge.badge-paiement::part(control) {
    background-color: #d2dfdd;
    color: #0c4c43;
}

fluent-badge.badge-invalide::part(control) {
    background-color: #F7DFB3;
    color: #584829;
}

fluent-badge.badge-paiement::part(control) {
    padding: 0.1rem 0.25rem;
    font-size: 0.9rem;
}

fluent-badge span.span-badge {
    font-size: 1rem;
    padding: 0.1rem 0.25rem 0.2rem 0.25rem;
}


/* Forms */

div.conteneur-input-inline fluent-button::part(control) {
    padding: 4px 18px;
    position: relative;
    top: -4px;
}

fluent-text-field.text-center::part(control) {
    text-align: center;
}

.input-mfa {
}

    .input-mfa fluent-text-field {
        background: #ffffff;
        height: 44px;
        border: 1px solid #eaeaea;
    }

        .input-mfa fluent-text-field::part(root) {
            background: #FFFFFF;
            height: 40px;
        }

        .input-mfa fluent-text-field::part(control) {
            background: #ffffff;
            height: 40px;
        }


/* Loading */

.loading {
    width: 100%;
    display: flex;
    justify-content: center;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


/* Autres */

code {
    color: #c02d76;
}

.alert {
    border: 1px dashed var(--accent-fill-rest);
    padding: 5px;
}

.alert-link {
    font-weight: normal;
}

.divider-border {
    border-top: 1px solid #eaeaea;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 20px 0;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::before {
        content: "An error has occurred. "
    }

.fluent-wizard > ol > li .fluent-wizard-icon-number {
    margin-top: calc(var(--fluent-wizard-circle-size)* -0.82 - 5px) !important;
    height: 22px !important;
}

.fluent-nav-text {
    text-overflow: inherit;
    overflow: inherit;
    text-wrap: initial;
}

.header-gutters {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-gutters a {
        color: white;
        text-decoration: none;
    }

.logout-container {
    margin-left: auto;
}

.btn-link-like {
    background: none;
    border: none;
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit;
    color: var(--accent-foreground-rest);
}

.min-height-100 {
    min-height: 100px;
}

.data-grid-row-x-large {
    height: 70px !important;
}

.fluent-wizard > ol > li .fluent-wizard-icon-number {
    margin-top: calc(var(--fluent-wizard-circle-size)* -0.82 - 5px) !important;
}

table.fluent-data-grid .fluent-data-grid-row fluent-button::part(control) {
    background: var(--accent-fill-rest);
    color: white;
}

.borderBotttomGridMultipleRow {
    border-bottom: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-divider-rest);
}


.fluentui-counterbadge.nav-dot {
    left: 28px !important;
    top: 4px;
}

#main-menu:not(.collapsed) .fluentui-counterbadge.nav-dot {
    left: 34px !important;
    top: 4px;
}

.last-child-border-0 > :last-child {
    border: 0px !important;
}

div.aucun-resultat {
    color: #666666;
    font-family: 'Titillium Web';
    display: flex;
    align-items: center;
    padding: 0.75rem 0.85rem 0.75rem 0.5rem;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
    background-color: #fefefe;
}

.aucun-resultat > div:first-child {
    margin-right: 0.5rem;
}

.aucun-resultat > div > p {
    margin-bottom: 0;
    font-size: 1.05rem !important;
}

.aucun-resultat > div > svg {
    fill: #666666 !important;
}

#main-menu .fluent-nav-item.active .positioning-region {
    background-color: #FFFFFF !important;
}

.card-resultat h4,
.card-resultat h5 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: bold !important;
}

.card-facture fluent-card {
    padding: 0.75rem !important
}

.card-facture.payee fluent-card {
    background-color: #f8f8f8 !important;
}

.card-facture .surtitre-entete {
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #999999;
}

.card-facture .titre-entete {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
}

.card-lc fluent-card {
}

.card-lc .tiroir-titre-conteneur {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

div.fluent-nav-item.active .positioning-region::before {
    content: "";
    display: block;
    position: absolute;
    right: unset;
    width: 3px;
    height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2) * 1px);
    background: var(--accent-fill-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
    margin: calc(var(--design-unit) * 2px) 2px;
    z-index: 5;
}
