@media (min-width: 1400px) {
    .container {
        width: 95%; /* 95% de l'écran */
        max-width: 95%;
    }
}
.modal-body {
    text-align: left !important;
}
#formulaire_ask_ask,
#fileGetTextResum,
#bbcode
{
    height: 250px;
    width: 100%;
}

form textarea {
    height: 250px;
    width: 100%;
}

.btn img {
    width: 20px;
    height: 20px;
}
ul badge img {
    width: 20px;
    height: 20px;
}

.issue_priority_icon {
    width: 20px;
    height: 20px;
}

#autosave-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1e293b;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    transform: translateY(20px);
    z-index: 1000;
    font-size: 14px;
}

/* Fond “travaux” pour dev */
body.dev-mode .navbar {
    background: repeating-linear-gradient(
        -45deg,
        #fffbea,   /* jaune pâle */
        #fffbea 10px,
        #f0f0f0 10px,  /* gris clair */
        #f0f0f0 20px
    );
}

/** google **/
.google-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: grey; /* état inconnu */
}

.google-auth-connected {
    background-color: #2ecc71 !important; /* vert */
}

.google-auth-disconnected {
    background-color: #e74c3c !important; /* rouge */
}

.agenda-list li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
}

.agenda-date {
    width: 80px;
    text-align: right;
    font-size: 0.85rem;
    color: #999;
    margin-right: 1rem;
    flex-shrink: 0;
}

.agenda-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.5rem;
    margin-top: 4px;
}

.agenda-content {
    flex: 1;
}

.agenda-time {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.2rem;
}

.agenda-title {
    font-size: 0.95rem;
}

.agenda-title.anniv {
    font-weight: bold;
}

img.icon {
    height:1.25rem;
    width:auto;
    border:1px solid #ccc;
    border-radius:4px;
    background: #f0f0f0;
}