:root {
    --dinf-vert : #018849;
    --dinf-vert-fonce: #016734;
}

body.dinf {
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
    background-color: #edefe9;
    max-width: 85%;
    min-width: 800px;
    padding-bottom: 20px;
}

a {
    color: var(--dinf-vert);
}

a:hover {
    color: #005a20;
}

div.dinf-contenu {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

div.dinf-bandeau {
    background-color: var(--dinf-vert);
    width: auto;
    height: auto;
    padding-bottom: 10px;
}

div.dinf-faculteTexte {
    padding: 5px 0 0 25px;
    /*padding: 10px 0 0 25px; turnin*/
    font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: white; /*#5e5e5e;*/
}

div.dinf-departementTexte {
    padding: 0 0 0 25px;
    font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: white; /*#5e5e5e; turnin*/
}

div.dinf-identification {
    padding-top: 5px;
    /*padding-top: 25px; turnin, pdc*/
    padding-bottom: 5px;
    color: white;
    font-family: Arial, sans-serif;
}

nav.dinf-main-menu {
    --bs-navbar-color: white;
    --bs-navbar-hover-color: white;
    background-color: var(--dinf-vert);
    width: 100%;
}

nav.dinf-main-menu-dark {
    --bs-navbar-color: white;
    --bs-navbar-hover-color: white;
    background-color: #3a3a3a; /*#a2bc68 turnin, pdc */
    width: 100%;
}

a.dinf-main-menu-link {
    font-weight: bold;
    text-decoration: none;
}

a.dinf-main-menu-link:hover {
    text-decoration: underline;
}

.dinf-main-menu-link-dropdown:after {
    display: inline-block;
    content: '\25bc';
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: middle;
}

a.dinf-lien-icon:hover {
    text-decoration: none;
}

.dinf-dropdown-contenu {
    display: none;
    position: absolute;
    background-color: #edefe9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dinf-dropdown-contenu a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}

.dinf-dropdown-contenu a:hover {
    background-color: #d7ddcc;
}

.dinf-dropdown:hover .dinf-dropdown-contenu {
    display: block;
}

.dinf-bas-de-page {
    clear: both;
    background: #3a3a3a;
    padding-bottom: 5px;
}

.dinf-bas-de-page-info {
    padding-top: 25px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    color: #b1b0b2;
}

.dinf-lien-bas-de-page {
    border-style: none;
    background-color: transparent;
    text-decoration: none;
    color: white;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}

.dinf-lien-bas-de-page:hover {
    color: #00A759;
    text-decoration: underline;
}

.btn-dinf {
    --bs-btn-color: white;
    --bs-btn-bg: var(--dinf-vert); /*#018849;*/
    --bs-btn-border-color: var(--dinf-vert); /*#018849;*/
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--dinf-vert-fonce); /*#016734;*/
    --bs-btn-hover-border-color: var(--dinf-vert-fonce); /*#016734;*/
    --bs-btn-active-color: white;
    --bs-btn-active-bg: var(--dinf-vert-fonce); /*#016734;*/
    --bs-btn-active-border-color: var(--dinf-vert-fonce); /*#016734;*/
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: var(--dinf-vert); /*#018849;*/
    --bs-btn-disabled-border-color: var(--dinf-vert); /*#018849;*/
    --bs-btn-font-weight: 700; /* bold */
}

.dinf-separator {
    display: block;
    margin: 1rem auto;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    height: 0;
    overflow: visible;
    box-sizing: content-box;
}

.dinf-sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 4;
    background-color: white !important;
    padding-top: 5px;
}

.dinf-sticky-top {
    position: sticky;
    top: 0;
    z-index: 4;
}

table thead.dinf-sticky-table-head {
    position: sticky;
    inset-block-start: -1px;
    background-color: white;
}

ul.no-bullet {
    list-style-type: None;
}

i.icone-cliquable:hover {
    cursor: pointer;
}

i.dinf-sort-button:hover {
    cursor: pointer;
}

div.dinf-section-options {
    background-color: #d7ddcc;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dinf-option-section {
    padding-left: 15px;
}

div.dinf-section-contenu {
    background-color: white;
    padding: 25px 15px;
}

div.waiting-mask {
    cursor: wait;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    opacity: 0.3;
}

span.label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


.ck.ck-balloon-panel.ck-powered-by-balloon {
    display: none !important;
}

.dinf-modal-sticky-bottom {
    --bs-modal-footer-bg: var(--bs-modal-bg);
    position: sticky;
    margin-left: 1px;
    bottom: 0;
    z-index: 5;
}

.modal-splash {
    --bs-modal-zindex: 5000;
}

body:has(.modal-splash.show) > .modal-backdrop:last-child {
  --bs-backdrop-zindex: 4995;
}

body.modal-splash-active > *:not(.modal-splash):not(.modal-backdrop) {
  filter: blur(5px);
  pointer-events: none;
}

.table-no-border-top {
    border-top: 0;
}

table.table-no-border-bottom > tbody > tr:last-child {
    --bs-border-width: 0;
}

.fs-7 {
    font-size: 0.75rem;
}

.table-striped-explicit tbody tr.stripped
{
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-row-no-border {
    --bs-border-width: 0;
}

/* Turnin, pdc */
/*.btn-dinf:hover,*/
/*.btn-dinf:active,*/
/*.btn-dinf:focus {*/
/*    background-color: #007c52;*/
/*}*/