.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}



/* ===============================
   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;
    }
}
.counter-up .box {
  text-align: center;
  padding: 20px;
}

.counter-up .icon {
  margin-bottom: 10px;
}

.counter-up .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.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;
}