/****/
@media (max-width: 480px) {
  .breaking-news .item {
    height: auto !important;
  }

  .breaking-news .post-block > span {
    display: block !important;
    width: 100% !important;
    padding: 0;
    line-height: 1.2 !important;
    text-align: center;
  }

  .breaking-news .post-block a {
    line-height: 1.2 !important;
    font-size: 12px !important;
  }

  .post-style-list.bg-black .post-image {
    display: none !important;
  }

  .post-style-list.bg-black .post-content {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .post-style-stick.v3 .item-list > ul > li, .post-style-stick-v4 .item-list > ul > li {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .post-style-stick.v3 .item-list > ul > li:first-child, .post-style-stick-v4 .item-list > ul > li:first-child {
    padding-right: 0 !important;
  }

  .post-slider.post-block.v1 .entry-title a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-small .post-small-item .post-title a {
    font-size: 11px;
  }
  .post-small .post-small-item .post-meta {
    display: none;
  }

  .post-slider.post-block.v1 .left, .post-slider.post-block.v1 .right {
    width: 100% !important;
  }
  .post-slider.post-block.v1 .right {
    float: left;
    width: 100%;
    border-top: none;
    position: static !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.field--label-inline {
  width: 100%;
  float: left;
}

.field--label-inline > div {
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.posts-big .post-image .post-categories {
  left: 15px;
}

.search-region .search-content .content.container-inline {
  width: 100% !important;
  padding: 20px;
}


/* ===============================
   COUNTER UP – MAURITANIE
================================ */

.counter-up {
    position: relative;
    background: linear-gradient(135deg, #0B7A3B, #064A2A);
    padding: 60px 20px;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

/* Overlay couleur officielle */
.counter-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 215, 0, 0.15); /* OR Mauritanie */
}

/* ===============================
   CONTAINER
================================ */
.counter-up .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* ===============================
   ITEM
================================ */
.counter-up .item {
    min-width: 200px;
}

/* ===============================
   NUMBER
================================ */
.counter-up .number {
    font-size: 42px;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 8px;
}

/* ===============================
   TEXT
================================ */
.counter-up .text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .counter-up .number {
        font-size: 34px;
    }
}

.menu-hover .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    padding: 6px 24px !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
}
