/* ===============================
   box actualité 
   =============================== */
.boxed-feature {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px; }
  .boxed-feature i, .boxed-feature .feature-desc {
    display: inline-block;
    vertical-align: middle; }
  .boxed-feature i {
    font-size: 48px;
    font-size: 3em;
    color: #0f75bd;
    margin-right: 20px;
    margin-top: -10px; }
  .boxed-feature .feature-title {
    margin-bottom: 0;
    font-weight: 300; }

/* ===============================
   image  actualité 
   =============================== */

.text-image-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; /* 👈 clé du comportement demandé */
}

.right-image {
    max-width: 180px;
    height: auto;
}

.text-content {
    flex: 1;
    min-width: 250px;
}
