body {
    background-color: #FFFFFF;
    font-size: 14px ! important;
}
.custom-popover-interpretes {
    --bs-popover-max-width: 50rem;
}
.custom-popover-credits {
    --bs-popover-max-width: 90rem;
}
.popover-large{
    --bs-popover-max-width: 90rem;
}
.popover-body{
    font-size: 12px ! important;
}
.popover-header{
    font-size: 12px ! important;
}
.copie-texte-soutien:hover{
    cursor: pointer;
}
.nav-link:not(.active) {
    color: #aeaeae !important;
}
.drop-zone {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}
.drop-zone:hover {
    background-color: #f0f8ff;
}
.positionedModal {
    position: absolute;
    z-index: 1050;
    width: 300px;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.positionedModal.active {
    opacity: 1;
    pointer-events: auto;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


.stats-card{max-width:900px;margin:16px auto;background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);overflow:hidden;font-family:Inter,system-ui,Arial}
.stats-card .head{padding:18px;border-bottom:1px solid #f2f4f7}
.stats-card h2{margin:0;font-size:18px;color:#111}
.stats-table{width:100%;border-collapse:collapse}
.stats-table th{padding:12px 16px;text-align:left;color:#6b7280;font-weight:600;background:#fbfdfe}
.stats-table td{padding:14px 16px;border-top:1px solid #f2f4f7}
.big-num{font-size:20px;font-weight:700}
.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;margin-left:8px}
.badge.warn{background:#fff4e5;color:#92400e}
.badge.danger{background:#fff1f2;color:#9f1239}
@media (max-width:640px){
    .stats-table thead{display:none}
    .stats-table tr{display:block;margin-bottom:12px}
    .stats-table td{display:flex;justify-content:space-between;align-items:center}
    .stats-table td::before{content:attr(data-label);color:#6b7280;font-size:12px}
}

