body{
    font-family: Plus Jakarta Sans, "Noto Sans", sans-serif;
    --main-page-color: #C41E26;
}

/* Conteneur plus large : tableaux dashboard / FIAP ne débordent plus */
@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1760px;
    }
}

.skip-link{
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 0.75rem 1rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.skip-link:focus,
.skip-link:focus-visible{
    left: 0.5rem;
    top: 0.5rem;
    outline: 3px solid #fff;
    outline-offset: 2px;
}

header .container{
    display: flex;
    padding: 10px;
}

header .container{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

header .container a{
    color: black;
    text-decoration: none;
}

header .container img{
    margin-right: 15px;
}

header .container span{
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 20px;
}

header .container .active{
    background: none !important;
    color:var(--main-page-color) !important;
}

.nav-link{
    padding: 5px 11px !important;
    font-size: 14px;
}

header button,
.btn-logout{
    display: inline-block;
    background: var(--main-page-color);
    color: white !important;
    border-radius: 9999px;
    border: 0;
    padding: 5px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

header button span,
.btn-logout span{
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 500;
    color: white !important;
}

.btn-primary{
    background-color: var(--main-page-color);
    border: 0;
}

.form-signin{
    max-width: 500px;
}

.btn-primary:hover, .btn-primary:active {
    background-color: var(--main-page-color);
}

body>.relative{
    position: relative;
    min-height: 100vh;
}

body>.relative>.container{
    padding-bottom: 3.5rem;
}

footer {
    color: #737373;
    position: absolute;
    bottom: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    height: 2.5rem;
}

footer a{
    color:#737373;
    text-decoration: underline;
}

.btn-secondary {
    color: black;
    background-color: lightgray;
    border: 0;
}

.sidebar>span{
    font-weight: 500;
}

.sidebar ul{
    margin-top: 35px;
    padding-left: 0;
}

.sidebar li{
    list-style: none;
    padding: 0.5rem;
    color: black;
    border-radius: 999px;
}

.sidebar li a{
    text-decoration: none;
    color: black;
}

.sidebar li a svg{
    margin-right: 10px;
}

.sidebar ul .active{
    background-color: #eee;
}

h1{
    font-weight: 900;
}

h2{
    font-size: 22px !important;
    font-weight: 700;
}

.btn {
    font-size: 14px !important;
    font-weight: 500;
}

p{
    color: #595959;
}

table{
    font-size: 14px;
}

.table>:not(caption)>*>*{
    color: #595959;
}

th{
    color: black !important;
}

h3 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.form-check-input:focus-visible,
.btn-logout:focus-visible{
    outline: 3px solid var(--main-page-color);
    outline-offset: 2px;
}
