.clear-fix {
    width: 100%;
    clear: both;
    height: 10px;
    position: relative;
}

.container-flag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.flags {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    border: solid 1px #ccc;
}

.title-post {
    margin: 8px 0 5px 0 !important;
    color: #0020bb !important;
    font-size: 27px !important;
    font-weight: 800;
    text-align: center;
}

#naxialis-widget-contrainer p {
    color: #0020bb !important;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

#naxialis-widget-contrainer {
    background: #fff;
    max-width: 336px;
    margin: 0 auto;
    overflow: hidden;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}

/* Conteneur de l’image principale */
#naxialis-widget-contrainer > a:first-child {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

/* Image principale */
#naxialis-widget-contrainer > a:first-child > img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

/* Les drapeaux restent centrés */
#naxialis-widget-contrainer .flags {
    display: block;
    margin: 0;
}

.title-post-container {
    min-height: 140px;
}

.read-link {
    width: 28px;
    height: 23px;
    background: url(img/arrow-post.svg) no-repeat center;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.read-link:hover {
    background-image: url(img/arrow-post-green.svg);
    transition: all 0.5s ease;
}

.recent-post-sprp {
    margin: 0;
    padding: 0;
}