/*
Theme Name: JNews
Version: 11.6.8
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

.custom-article-label {
    position: absolute;
    top: 10px; /* Distance du haut */
    left: 10px; /* Distance de la gauche */
    background: rgba(0, 102, 255, 0.7); /* Bleu avec 70% de transparence */
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}

.custom-article-label-homepage {
    position: absolute;
    top: 10px; /* Position en haut */
    left: 6px; /* Aligné à gauche */
    background: rgba(0, 102, 255, 0.8); /* Bleu avec 80% de transparence */
    color: white;
    padding: 3px 6px; /* Réduction de l'espace autour du texte */
    font-size: 10px; /* Réduction de la taille de la police */
    font-weight: bold;
    border-radius: 2px; /* Coins légèrement arrondis */
    text-transform: uppercase;
    z-index: 9999;
}
.vc_single_image-wrapper {
    position: relative;
}
