.bg-article h1 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
}

.bg-article .article-date {
    font-size: 16px;
    color: #999;
}

.bg-article .article-description {
    text-align: justify;
    font-size: 20px;
    font-family: Georgia, serif;
}

.bg-article h2 {
    color: #000;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.bg-article h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.bg-article .btn {
    font-family: 'Quicksand', sans-serif;
}

.bg-article .btn-green {
    background-color: #1c9b7c;
}

.article-navbar {
    padding-left: 5px;
    font-size: 24px;
}

.article-navbar i {
    cursor: pointer;
}

.article-body {
    color: #000;
    font-size: 20px;
    font-family: Georgia, serif;
}

.bg-article {
    color: #000;
    background-color: #FFF;
    font-size: 18px;
}

.bg-article .coffee {
    padding: 20px;
    background-color: #EEE;
    border-radius: 10px;
}

.article-video {
    background-color: #040c18;
}

.article-thumbnail {
    height: 200px;
    background-size: contain;
}

.social-share i {
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}

.article-author {
    font-size: 18px;
    font-family: Georgia, serif;
    color: #AAA;
}

/** RECOMMENTAITIONS **/

.recommedations {
    background-color: #FFF;
}

.recommedations h1 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
}

.recommendation {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.recommendation:hover {
    opacity: 1;
}

nav.navbar {
    background-color: #000;
}

/* Barre de progression */
.progress-container {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.progress-bar {
    height: 100%;
    background: #4490ff;
    width: 0%;
    transition: width 0.3s ease-out;
}