#site-head {
    padding: 5px 0;
    color: #000000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #f2f2f2;
    border-bottom: 1px solid rgba(136, 136, 136, 0.06);
}

#site-foot {

    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.8rem;
}

.uk-section-xsmall {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.uk-logo img {
    width: 50px;
}


.uk-card {
    border-top: 2px solid;
    position: relative;
    transition: box-shadow 0.15s ease-out;
    border-radius: 3px;
}

.uk-card:hover {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.045);
}

.uk-card .uk-inline {
    z-index: 99;
}

.uk-card .uk-card-footer {
    padding: 0.55rem 1rem;
}

.uk-card .uk-card-header {
    padding: 0.55rem 1rem;
}

.uk-card .cat-txt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.nature-card .uk-card {
    border-top-color: #ff0000;
}

.uk-subnav li a {
    border-radius: 3px;
}

.uk-subnav li.uk-active:nth-child(3) a {
    background-color: #8630F0;
}

.uk-subnav li.uk-active:nth-child(4) a {
    background-color: #F03A7F;
}

.uk-subnav li.uk-active:nth-child(5) a {
    background-color: #E84DF0;
}


.uk-card .uk-overlay-primary {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.7;
}

img[data-src][src*='data:image'] {
    background: rgba(0, 0, 0, 0.1);
}

.search-fld {
    border-radius: 50px;
    padding: 0 1rem;
}

.uk-dropdown.drop-nav {
    border-radius: 4px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
    width: 300px;
}

.uk-dropdown.drop-comments {
    width: 370px;
}

.drop-nav::after {
    bottom: 100%;
    right: 4%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.uk-dropdown.uk-dropdown-right-center::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 6px;
    margin-top: -6px;
}

.uk-dropdown.uk-dropdown-left-center::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 6px;
    margin-top: -6px;
}

.message {
    font-size: 0.85rem;
    display: block;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}

.uk-notification-message {
    background-color: #1e87f0;
    color: white;
    font-size: 0.9rem;
    border-radius: 3px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.uk-icon-button.facebook {
    background-color: #3b5998;
    /* Couleur bleue de Facebook */
    color: white;
    /* Couleur de l'icône en blanc */
}

.uk-icon-button.twitter {
    background-color: #000000;
    /* Couleur noire pour X (Twitter) */
    color: white;
    /* Couleur de l'icône en blanc */
}

.uk-icon-button.instagram {
    background-color: #FCCC63;
    /* Couleur jaune pour Instagram */
    color: white;
    /* Couleur de l'icône en blanc */
}