@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 {
    --color-black: #282828;
    --color-border: #d7d7d7;
    --color-bg: white;
    --color-layout: #f2f9ff;
    --color-segment: white;
    --clr-sidebar: #fff;
    --clr-nav: #171717;
    --clr-bg: rgb(230, 243, 255);
}

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

html, body {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    background-color: var(--color-bg) !important;
    font-family: 'Lato', sans-serif !important;
    overflow: hidden;
}

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;}
.button { border-radius: 7px !important; padding-right: 14px !important; padding-left: 14px !important; }
.ui.small.label { padding: 4px 8px !important; }
/*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; }