:root {
    --font-size-base: 16px;
    --font-family-sans: "Inter", Arial, sans-serif;
    --font-family-serif: "Merriweather", Georgia, serif;
    --line-height-base: 1.6;
    --color-text: #333;
    --color-link: #007BFF;
}

body {
    /* font-family: 'Inter', sans-serif; */
    /* font-family: var(--font-family-sans); */
    font-family: "Roboto", serif;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text);
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-family: var(--font-family-sans);
    padding: 5px;
}

h2 {
    font-size: 1.55rem;
    line-height: 1.3;
    padding: 5px;
}

h3 {
    font-size: 1.4rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--color-link);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    font-size: 1.25rem;
    font-style: italic;
    border-left: 4px solid #ccc;
    padding: 1rem;
    margin: 1.5rem 0;
}

.rubrique-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000000;
    padding-top: 5px;
    font-size: 125%;
}


.header-tab-proportion {
    font-weight: 600;
    font-size: 95%;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    border: 1px solid #5c5f6f;
    padding: 2px !important;
    max-width: 100px !important;
}

.header-tab-body-date {
    font-weight: 600;
    line-height: 1.4;
    border: 1px solid #5c5f6f;
    text-align: center;
    position: relative;
    padding: 2px !important;
    min-width: 100px;
}

.header-tab-body {
    font-family: Lato-Bold;
    font-size: 110%;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid #5c5f6f;
    text-align: center;
    position: relative;
    padding: 2px !important;
    min-width: 50px !important;
}

.input-filter {
    position: absolute;
    left: -1px;
    top: -7px;
    background: #fff;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    z-index: 99;
    box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
    padding: 5px;
    ;
}

.multiselect__container>* {
    color: #656565;
    font-size: 12px;
}


.font-weight-bold {
    font-weight: 500;
}

.select-multi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #cad1d9;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: flex;
    font-size: 96%;
    height: 100%;
    max-height: 30px;
    width: 200px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.2rem;
    min-width: 0;
    padding: 0 0.8rem;
    margin: 0 5px;
    padding: 6px 2px 2px 5px;
}

