/* =========================================================
   GRILLE & CARTES
========================================================= */
article.formation {
    margin-bottom: 40px;
}

.boxformation {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: box-shadow .2s ease, transform .2s ease;
    height: 100%;
}

.boxformation:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.boxformation h3 {
    margin: 0;
    padding: 5px 05px;
    padding-top: 35px;
    min-height: 245px;
    font-size: 21px !important;
    font-weight: 300;
}

.boxformation p.entry-content {
    padding: 15px;
    padding-top: 35px;
    margin: 0;
    min-height: 245px;
    max-height: 245px;
    overflow: hidden;
    background: #55a908 !important;
    color: #fff;
}

/* =========================================================
   IMAGE À LA UNE – FORMAT UNIFORME
========================================================= */
.boxformation img.wp-post-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* =========================================================
   CONTENU
========================================================= */
.boxformation .content {
    padding: 20px;
}

/* =========================================================
   DATE / BADGE SUR IMAGE (FORMATIONS À DATE)
========================================================= */
.formation-date {
    position: relative;
}

.formation-date date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    z-index: 2;
}

/* =========================================================
   LIEU – ÉTIQUETTE DANS L’IMAGE (BAS GAUCHE IMAGE)
========================================================= */
.formation-date .fdate {
    position: absolute;
    top: 160px; /* 200px image - marge */
    left: 12px;
    z-index: 2;

    background: #2e7d32;
    color: #fff;

    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    margin: 0;
}

/* Catalogue : badge simple, pas sur image */
.formation-catalogue date {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    background: #f1f1f1;
    color: #333;
}

/* =========================================================
   TITRE FORMATION
========================================================= */
.entry-title {
    margin: 12px 0 8px;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.entry-title a:hover {
    color: #2e7d32;
}

/* =========================================================
   EXCERPT
========================================================= */
.entry-content {
    font-size: 14px;
    color: #555;
}

/* =========================================================
   BARRE BASSE
========================================================= */
.bar {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar a small {
    font-size: 13px;
    font-weight: 600;
    color: #2e7d32;
    text-transform: uppercase;
}

.bar a:hover small {
    text-decoration: underline;
}

.plussign span {
    color: #2e7d32;
    font-size: 18px;
}

/* =========================================================
   TITRES DE SECTIONS
========================================================= */
.formations-section-title {
    width: 100%;
    margin: 60px 0 30px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #222;
}

.formations-section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #2e7d32;
    margin: 14px auto 0;
}
