@font-face {
    font-family: 'Fjalla One';
    src: url('../../fonts/FjallaOne-Regular.woff2') format('woff2'),
    url('../../fonts/FjallaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fjalla-one {
    font-family: "Fjalla One";
}

.category-actualites.centered-template {
    background-color: #fff;
}

.category-actualites.centered-template nav.bg-blue {
    background-color: white;
}
.category-actualites.centered-template nav.bg-blue a.text-white {
    color: #0f114c;
}

.category-actualites.centered-template h2 {
    font-size: 40px;
}

.category-actualites.centered-template .post-link a {
    padding: 10px 20px;
    color: white;
    text-align: center;
    background-color: #012453;
    font-family: "Fjalla One";
    text-transform: uppercase;
    border-radius: 6px;
}
.category-actualites.centered-template .post-link a:hover {
    background-color: #0f114c;
}

@media(min-width: 1024px) {
    .category-actualites.centered-template .post-content {
        min-height: 90px;
    }

    .category-actualites.centered-template h2 {
        font-size: 70px;
    }
    #centered-nav nav .menu-item {
        min-width: 212px;
        text-align: center;
    }
}
