
.top-bar,
.nav__menu > li > a:before {
    background: #2E4E97;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after,
.btn-color,
.entry__meta-category {
    background: #2E4E97!important;
}

.nav__menu > li > a:hover,
.entry__title:hover a,
.footer a:not(.social):hover,
.entry__meta a,
a {
    color: #2E4E97;
}

h1, h2, h3, h4, h5, h6,
label,
.entry__meta-category,
.entry-date-label,
.all-posts-url,
.final-review__score-number,
.comment-author,
.nav__megamenu-list a,
.nav__search-mobile-input,
.sidenav__menu-url,
.post-password-form label + input  {
    font-family: "Karrik", sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h3 {
    font-size: 16px;
}

body,
.btn,
.trending-now__label,
.entry__tags a,
figcaption,
.nav__menu > li > a,
.sidenav__menu-dropdown a
{
    font-family: "MaisonNeue-Light", sans-serif!important;
}

p,
.entry__article > p {
    font-size: 16px;
}

.entry__title {
    font-size: 20px;
}
.entry__excerpt,
.entry__excerpt p {
    font-size: 16px;
}
.breadcrumbs .breadcrumbs__item.breadcrumbs__item--current {
    font-weight: 700;
}
.btn-transparent {
    border-radius: 8px !important;
    border: 1px solid var(--Couleur-Primaire);
    background: #FFF !important;
    padding: 10px 10px !important;
    color: var(--Couleur-Primaire);
    font-family: Lato !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    letter-spacing: 0.25px;
    margin: 0 8px;
    text-decoration: none;
    min-height: auto;
    text-transform: none;
    white-space: break-spaces;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    border: 1px solid var(--Couleur-Primaire);
    background: #FFF !important;
    color: var(--Couleur-Primaire);
}
.btn-transparent img {
    margin-right: 8px;
    width: 15px;
}

.alert-light {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;

    border-radius: 8px;
    border: 2px solid var(--Blanc);
    background: var(--Blanc, #FFF);

    transition: all .3s;
}

.alert-light a {
    color: var(--Noir);

    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}

.alert-light:hover {
    border: 2px solid var(--Couleur-Secondaire);
    background: var(--Blanc, #FFF);
    color: var(--Couleur-Secondaire);
}

.alert-light b {
    color: var(--Noir);

    /* Title Medium */
    font-family: Karrik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}

.alert-light:hover a,
.alert-light:hover a b {
    color: var(--Couleur-Secondaire);
}  


/* recherche pagination */
.recherche_pagination.active {
    background-color: #2A3B65;
    color: white;
    cursor: auto;
}
.pagination__page {
    width: auto!important;
    min-width: 30px;
}

.white-link {
    color: white!important;
}
.white-link:hover {
    text-decoration: underline;
}
.template-404 {
    background-color: #fff;
    padding: 40px 0;
    border-radius: 20px;
}
.template-404 h2 {
    color: var(--Noir);
    font-family: Karrik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
}
.template-404 p {
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}
.template-404 .btn-lg {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--Couleur-Primaire);
    height: auto;
}
.template-404 .btn-lg span {
    line-height: normal;
}
.template-404 a.list_ent {
    color: var(--Noir);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    display: block;
}