/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans';
    font-weight: 500 !important;
    color: black !important;
}

.deco{background-color: red;
    color: white !important; font-weight: bold;}

.uk-panel-box {
color: #292828;
    font-weight: 500;
}
em {
    color: #FC725E;
}

html {
color: #292828;
    font-weight: 500;
}

.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    margin-top: 5px;
    padding: 15px;
    background: #ffffff;
    color: #515355;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
}

/* GRAS SUR MENU */
.uk-nav-navbar > li > a {
    color: #515355;
    font-weight: bold;
}

.uk-nav-navbar ul a {
    color: #ef5a4f;
    font-weight: bold;
}

.uk-nav-navbar .uk-nav-header {
    color: #94979a;
    font-weight: bold;
}

.mod-articles-category-title{
    font-weight: bold;
}