/*!
 * News
 * Version - 1.1.1
 * Copyright (c) 2025

 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.
*/

/* 1. images */
.esm-article-post img {
    width: 100% !important;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
}

.esm-article-post h2,
.esm-article-post h2 * {
    font-size: 1.5rem !important;
    font-weight: 500;
    text-transform: lowercase;/
}

.esm-article-post h2::first-letter {
    text-transform: uppercase;
    /* Met la première lettre en majuscule */
}

.esm-article-post h3,
.esm-article-post h3 * {
    font-size: 1.2rem !important;
    font-weight: 400;
}

.esm-article-post p {
    font-size: 14px !important;
}

.image-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}