@import url('https://fonts.googleapis.com/css2?family=Lato:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --clr-sidebar: #fff;
    --clr-nav: #171717;
    --clr-bg: rgb(230, 243, 255);
}

*:not i {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {font-family: 'Lato', sans-serif !important;}
h2.ui.header {
    margin-top: 0 !important;
}
.logo {text-align:center;}
.logo img {height: 200px;}
.clr_bg {background-color: var(--clr-bg) !important;}
.edit-color {color: #a68e64 !important;}
.delete-color {color: #fa6464 !important;}
hr {border: 2px solid var(--clr-nav);border-radius:2px;margin: 50px 0px 30px 0px;}
table thead tr th {background-color: var(--clr-nav) !important;color: white !important;text-transform: uppercase !important;}
.ui.button,
table,
.statistic {
    box-shadow: 0px 1px 4px #9d9d9d !important;
    transition-duration: 0.2s;
}

.ui.button:hover { box-shadow: 0px 1px 6px #5b5b5b !important; transition-duration: 0.2s }

/* COULEURS */
i.orange { color: #f2711c; }
i.yellow { color: #fbbd08; }
i.olive { color: #b5cc18; }
i.green { color: #21ba45; }
i.teal { color: #00b5ad; }
i.blue { color: #2185d0; }
i.violet { color: #6435c9; }
i.purple { color: #a333c8; }
i.pink { color: #e03997; }
i.brown { color: #a5673f; }
i.grey { color: #767676; }
i.black { color: #1b1c1d; }
i.side-bar-icon { font-size: 28px !important; }

html, body {
    background-color: rgb(230, 243, 255);
    font-family: 'Lato', sans-serif !important;
}

#page {
    height: 100%;
}

#page .full {
    display: flex;
    width: 100%;
}

#page .full .firstcontainer {
    margin: 20px 20px 20px 320px !important;
    padding: 35px !important;
    width: 100%;
}

#page .side-bar .p_logo {
    align-items: center !important;
}

#page .side-bar {
    position: fixed;
    display: flex !important;
    flex-direction: column;

    padding-top: 20px !important;
    width: 300px !important;
    background-color: var(--clr-sidebar) !important;

    border-radius: 0;

    height: 100%;
    margin: 0 !important;
}

#page .side-bar .p_logo {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 15px;
}

#page .side-bar .p_logo img {
    width: 210px;
}

#page .side-bar i {
    margin-right: 10px;
    font-size: 20px !important;
}

#page .side-bar ul {
    padding: 0;
    margin: 0;
}

#page .side-bar li {
    color: #595959 !important;
    margin: 10px 11px 10px 11px;
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Lato", serif !important;
    padding: 6px !important;
    border-radius: 5px !important;

    transition-duration: 0.3s !important;
}

#page .side-bar a {color: var(--clr-nav) !important;}

#page .side-bar li:hover {
    background-color: #e3e3e3;
    transition-duration: 0.3s !important;
    box-shadow: 0px 0px 5px #545454;
    color: var(--clr-nav) !important;
}

#page .side-bar .sidebar-bottom li.user:hover {
    transition-duration: 0.3s !important;
}

#page .side-bar .sidebar-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;

    height: 100%;
}

#page .side-bar .sidebar-bottom .ui.top.pointing.dropdown.user {
    line-height: 27px !important;
}

.statistic {
    padding: 10px 40px 10px 40px;
    border-radius: 5px;
    background-color: #F8F8F9;
}

.statistic .value {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-nav) !important;
}

.statistic .value i {
    font-size: 3rem;
    margin-right: 20px !important;
}

.statistic .label {
    margin-top: 10px !important;
    color: var(--clr-nav) !important;
}

.th_action {
    text-align: center !important;
    width: 5% !important;
}

.td_action {
    text-align: center !important;
}

td {
    transition-duration: 0.2s !important;
}

td:hover {
    background-color: #eeeeee;
    transition-duration: 0.2s !important;
}

.citation {
    display: grid;
    grid-template-columns: 8% 92%;
    padding-left: 0 !important;
    height: 130px;
}

.citation .citation-icon {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.citation .citation-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100% !important;
}