@font-face {
    font-family: 'Source Sans Pro';
    src: url("../fonts/source-sans-pro/SourceSansPro-Light-vet8xuu.woff2") format("opentype");
}

.bg-ocre-rouge, .dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}

.text-ocre-rouge {
    color: var(--primary-color);
}

.btn-ocre-rouge {
    background-color: var(--primary-color);
}
.btn-ocre-rouge:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}


a, i {
    color: var(--primary-color);
}


main a:hover, main i:hover {
    color: var(--secondary-color) !important;
}

button:hover > .fas-hover-white{
    color: white !important;
}

.nav-link, .nav-link:hover {
    color: white !important;
}

body{
    font-family: sans-serif;
    height: 100%;
}

footer{
    background: #4a4949;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover{
    color: white;
    text-decoration: underline;
}

tbody{
    cursor: pointer;
}

#accessibility_information{
    background: #0a0a0a;
    user-select: none;
}

#accessibility_information:hover{
    background: white;
    color: black;
}

h1, h2 {
    font-family: 'Source Sans Pro', sans-serif;
}

.table-title-border{
    border-color: var(--secondary-color) !important;
}

.text-warp {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* Carte d'information en haut de la page d'accueil */
.info-card {
    width: 350px;
}

/* boutons de pagination en bas de la page d' archives */
.paginator .active span{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.paginator a{
    color: var(--secondary-color);
}
.hover-white:hover{
    color: white !important;
}
