/* ==========================================================================
   VARIABLES & DESIGN SYSTEM
   ========================================================================== */  
:root {
    --primary: #0ea5e9;
    --primary-dark: #0284c7;
    --success: #10b981;
    --danger: #f43f5e;
    --warning: #f59e0b;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border: rgba(255, 255, 255, 0.2);
    --glass-bg: rgba(255, 255, 255, 0.85);
}

body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    background-image: linear-gradient(rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0.25)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    color: var(--text-dark);
}

/* ==========================================================================
   BANNER & NAVIGATION (CENTRAGE)
   ========================================================================== */
.banner {
    width: 100%;
    min-height: 450px;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/sorties-vendee-85.firebasestorage.app/o/Image%2Fbandeau.png?alt=media&token=b7e749a6-50e9-4468-ac0e-d997c075ec13');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;      /* Centre horizontalement */
    justify-content: flex-start;
    color: white;
    padding-top: 20px;
    text-align: center;
}

.banner-logo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.banner-content {
    margin-bottom: 20px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.btn-nav {
    padding: 9px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
    color: white;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.5);
}

/* ==========================================================================
   GRID PRINCIPALE & SORTIES
   ========================================================================== */
.main-layout {
    display: grid;
    grid-template-columns: 260px 1fr 380px;
    gap: 20px;
    max-width: 1550px;
    margin: 20px auto;
    padding: 0 15px;
}

.left-col, .center-col, .right-col { 
    min-width: 0; 
}

.side-block { 
    background: var(--glass-bg); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-radius: 14px; 
    padding: 16px; 
    margin-bottom: 15px; 
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08); 
    border: 1px solid var(--border); 
}

.side-block h3 { 
    margin: 0 0 12px 0; 
    font-size: 0.88em; 
    color: #475569; 
    text-transform: uppercase; 
    letter-spacing: 0.8px; 
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); 
    padding-bottom: 6px; 
}

.avenir-mini-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 6px solid #cbd5e1;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}


.avenir-mini-card:hover {
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Mapping des couleurs dynamiques basé sur les variables */
.cat-meca     { border-left-color: var(--primary-dark); }
.cat-culture  { border-left-color: #a855f7; }
.cat-sport    { border-left-color: var(--success); }
.cat-fete     { border-left-color: var(--danger); }
.cat-general  { border-left-color: var(--primary); }

.avenir-titre { 
    font-size: 0.85em; 
    font-weight: 600; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.avenir-date { 
    font-size: 0.75em; 
    color: #64748b; 
    margin-top: 2px; 
}

/* Couleur de la bordure gauche pour les catégories "Mes sorties" */
.cat-sport    { border-left: 5px solid #10b981; } /* Vert */
.cat-culture  { border-left: 5px solid #a855f7; } /* Violet */
.cat-fete     { border-left: 5px solid #f43f5e; } /* Rose */
.cat-meca     { border-left: 5px solid #64748b; } /* Gris */
.cat-general  { border-left: 5px solid #0ea5e9; } /* Bleu */


/* ==========================================================================
   ACCORDÉONS DE SORTIES & CARTES
   ========================================================================== */
/* 1. Centrage du titre des sorties */
.card-flux-wrapper h2 {
    font-size: 1.4em;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    text-align: center; /* Ajouté pour centrer le titre */
}

.sortie-item-accordion { 
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 14px; 
    margin-bottom: 14px; 
    overflow: hidden; 
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05); 
    border: 1px solid rgba(226, 232, 240, 0.8); 
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

.sortie-item-accordion:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.14);
}

.accordion-trigger-header { 
    display: flex; 
    align-items: center; 
    gap: 14px; 
    padding: 12px 16px; 
    cursor: pointer; 
    background: var(--bg-categorie, #ffffff); 
    color: var(--text-categorie, var(--text-dark)) !important;
    transition: background-color 0.2s, filter 0.2s;
}

.accordion-trigger-header:hover {
    filter: brightness(0.95);
}

.active-trigger { 
    filter: brightness(0.9);
}

.sortie-mini-thumb { 
    width: 120px !important; 
    height: 120px !important; 
    min-width: 120px !important;
    border-radius: 8px; 
    object-fit: cover; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border: 2px solid white;
}

.accordion-trigger-header div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
}

.accordion-trigger-header h3 {
    margin: 0;
    font-size: 1.05em !important;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: inherit !important;
    
    /* Ajoute ces 3 lignes pour centrer le titre */
    text-align: center !important;
    flex: 1; 
    display: block;
}

.accordion-trigger-header small {
    font-size: 0.8em;
    font-weight: 500;
    color: inherit !important;
    opacity: 0.9;
}

.arrow-toggle { 
    color: currentColor; 
    opacity: 0.8;
    transition: transform 0.2s; 
    font-size: 1em; 
    margin-left: auto;
}

.active-trigger .arrow-toggle { 
    transform: rotate(180deg); 
    opacity: 1;
}

.accordion-content-panel { 
    padding: 16px; 
    border-top: 1px solid #f1f5f9; 
    background: #ffffff; 
}

.hidden-panel {
    display: none !important;
}

.active-trigger i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.creator-p { margin: 0 0 6px 0; font-size: 0.85em; color: #64748b; text-align: left; }
.desc-p { margin: 0 0 8px 0; font-size: 0.9em; line-height: 1.4; color: #334155; text-align: left; }
.lieu-p { margin: 4px 0 10px 0; font-size: 0.82em; color: #475569; text-align: left; }

#map-global { 
    height: 180px !important; 
    border-radius: 8px; 
    width: 100%; 
    margin-top: 4px; 
    /* Ajoute ceci pour être sûr que la carte s'affiche bien */
    display: block; 
    background-color: #f1f5f9; /* Couleur de fond temporaire pour voir le bloc */
}

/* ==========================================================================
   ZONE DE COMMENTAIRES DANS LES SORTIES
   ========================================================================== */
.comment-section {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #cbd5e1;
}

.comment-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.85em;
    box-sizing: border-box;
    margin-bottom: 8px;
    resize: vertical;
    font-family: inherit;
    min-height: 60px;
}

.comment-input:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}

.btn-comment {
    background: var(--primary);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.85em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}

.btn-comment:hover {
    background: var(--primary-dark);
}

/* ==========================================================================
   PARTICIPANTS & PARTAGE SOCIAL
   ========================================================================== */
.accordion-participants-list { 
    display: flex; 
    gap: 5px; 
    flex-wrap: wrap; 
    margin-top: 4px; 
}

.avatar-mini-participant { 
    width: 28px; 
    height: 28px; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 2px solid white; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.15); 
    cursor: pointer; 
}

.social-share-container { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    padding: 12px 0; 
    border-top: 1px dashed var(--border); 
    margin-bottom: 8px; 
    width: 100%; 
    box-sizing: border-box;
}

.social-share-container .share-icon-btn { 
    flex: 1; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 6px; 
    padding: 9px 12px; 
    border: none;
    border-radius: 8px; 
    color: white; 
    font-size: 0.82em; 
    font-weight: 600;
    font-family: inherit;
    text-decoration: none; 
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out;
}

.social-share-container .share-icon-btn.fb { background: #1877f2; }
.social-share-container .share-icon-btn.fb:hover { 
    background: #145dbf; 
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.25);
    transform: translateY(-1px);
}

.social-share-container .share-icon-btn.wa { background: #25d366; }
.social-share-container .share-icon-btn.wa:hover { 
    background: #1ea851; 
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25);
    transform: translateY(-1px);
}

.social-share-container .share-icon-btn.tw { background: #111111; }
.social-share-container .share-icon-btn.tw:hover { 
    background: #2a2a2a; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.social-share-container .share-icon-btn.agenda { background: #4285f4; }
.social-share-container .share-icon-btn.agenda:hover { 
    background: #2a6df1; 
    box-shadow: 0 4px 10px rgba(66, 133, 244, 0.25);
    transform: translateY(-1px);
}

.action-footer-row { 
    display: flex; 
    gap: 6px; 
}

.btn-action-card { 
    padding: 8px 12px; 
    border: none; 
    border-radius: 6px; 
    font-weight: bold; 
    font-size: 0.85em; 
    cursor: pointer; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 4px; 
    transition: background-color 0.2s, transform 0.1s;
}
.btn-action-card:active { transform: scale(0.98); }
.btn-action-card.btn-success { background: var(--success); color: white; }
.btn-action-card.btn-danger { background: var(--danger); color: white; }
.btn-action-card.btn-salon-theme { background: #0d9488; color: white; }

/* ==========================================================================
   BLOC DE TCHAT INTERACTIF (CORRIGÉ POUR LA GESTION DES ONGLETS)
   ========================================================================== */
.chat-side-block { 
    display: flex;
    flex-direction: column;
    height: 480px !important; 
    max-height: 480px !important;
    padding: 10px; 
    flex-shrink: 0;
    background: #ffffff; 
    border-radius: 16px;
    width: 100%;
    overflow: hidden; 
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.tabs-navigation-bar { 
    display: flex; 
    gap: 2px; /* Gap réduit pour gagner de la place */
    border-bottom: 2px solid #cbd5e1; 
    padding-bottom: 4px; 
    overflow-x: auto; 
    white-space: nowrap; 
    flex-shrink: 0; 
    width: 100%;
    scrollbar-width: none; /* Cache la scrollbar proprement */
}

.tabs-navigation-bar::-webkit-scrollbar { display: none; }

.chat-inner-wrapper { 
    display: flex; 
    flex-direction: column; 
    flex: 1; 
    overflow: hidden; 
    min-height: 0; 
    margin-top: 6px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px solid var(--border);
    box-sizing: border-box;
    width: 100%;
}

.tab-link-item { 
    padding: 6px 10px; 
    border-radius: 8px 8px 0 0; 
    font-size: 0.72em; 
    font-weight: 700; 
    background-color: #f1f5f9; 
    color: #64748b; 
    border: none;
    margin-right: 2px;
    transition: all 0.2s ease;
    
    /* MODIFICATIONS CLÉS POUR LA RÉDUCTION AUTOMATIQUE */
    flex: 0 1 auto;      /* L'onglet peut rétrécir si besoin */
    min-width: 50px;     /* Taille minimale avant de ne plus réduire */
    max-width: 120px;    /* Taille max pour garder un équilibre */
    overflow: hidden;    /* Coupe le texte si trop long */
    text-overflow: ellipsis; /* Affiche "..." si le texte est trop long */
    white-space: nowrap;
    cursor: pointer;
}

.tab-link-item:hover {
    background-color: #e2e8f0;
    color: var(--text-dark);
}

.tab-link-item.tab-active { 
    background-color: var(--tab-accent-color, var(--primary)); 
    color: white !important; 
    box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
}

.unread-notification-dot { 
    background: var(--danger); 
    color: white; 
    font-size: 0.75em; 
    padding: 1px 5px; 
    border-radius: 10px; 
    font-weight: bold; 
    margin-left: 2px; 
}

/* Zone textuelle interne */
.chat-container-box, 
.community-tab-panel, 
#tchat-messages, 
#tchat-messages-publics { 
    flex: 1 !important; 
    height: 350px !important; 
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px; 
    font-size: 0.82em; 
    box-sizing: border-box; 
    min-height: 0; 
    border: none; 
}

.community-tab-panel { 
    background: white; 
    display: flex; 
    flex-direction: column; 
    gap: 5px; 
}

.bg-tab-general  { background-color: #f0f9ff; }
.bg-tab-private  { background-color: #fff1f2; } 
.bg-tab-meca     { background-color: #f8fafc; }   
.bg-tab-culture  { background-color: #faf5ff; } 
.bg-tab-sport    { background-color: #f0fdfa; }   
.bg-tab-loisirs  { background-color: #ecfeff; }  
.bg-tab-nature   { background-color: #f0fdf4; }   
.bg-tab-fete     { background-color: #fff5f5; }     
.bg-tab-gourmand { background-color: #fff7ed; } 
.bg-tab-brocante { background-color: #fefce8; } 
.bg-tab-entraide { background-color: #f0fdfa; } 
.bg-tab-famille  { background-color: #fdf2f8; }

.chat-bubble-item { 
    background: #ffffff; 
    padding: 8px 12px; 
    border-radius: 12px; 
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    margin-bottom: 5px; 
    text-align: left; 
    word-break: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 
    max-width: 100%;
}

/* ==========================================================================
   COMMUNAUTE & MEMBRES
   ========================================================================== */
.community-panel-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding-bottom: 3px; 
    border-bottom: 1px solid var(--border); 
}

.community-panel-header h4 { 
    margin: 0; 
    font-size: 0.85em; 
    color: #475569; 
}

.member-row-item { 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    padding: 5px 8px; 
    border-radius: 5px; 
    background: #f8fafc; 
    border: 1px solid var(--border); 
    margin-bottom: 3px; 
    cursor: pointer; 
}

.avatar-mini { 
    width: 22px; 
    height: 22px; 
    border-radius: 50%; 
    object-fit: cover; 
}

.status-indicator { 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
}

.online-dot { background: var(--success); }
.offline-dot { background: #94a3b8; }

.btn-action-small-chat { 
    background: var(--primary); 
    color: white; 
    border: none; 
    padding: 3px 8px; 
    border-radius: 4px; 
    font-size: 0.72em; 
    cursor: pointer; 
    font-weight: bold; 
}

.online-users-row-container { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    padding-top: 8px; 
    border-top: 1px solid var(--border); 
    margin-top: 6px; 
    flex-shrink: 0; 
    box-sizing: border-box; 
}

.online-label { 
    font-size: 0.72em; 
    font-weight: bold; 
    color: #64748b; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}

.online-avatars-scroll { 
    display: flex; 
    gap: 6px; 
    overflow-x: auto; 
    flex: 1; 
    padding: 2px 0; 
    scrollbar-width: none; 
}

.online-avatars-scroll::-webkit-scrollbar { display: none; }

.online-avatar-item { 
    position: relative; 
    width: 28px; height: 28px; 
    cursor: pointer; 
    flex-shrink: 0; 
}

.online-avatar-item img { 
    width: 100%; 
    height: 100%; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 1px solid var(--border); 
}

.online-badge-dot { 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    width: 7px; 
    height: 7px; 
    background-color: var(--success); 
    border-radius: 50%; 
    border: 1.5px solid #ffffff; 
}

/* ==========================================================================
   MODALES
   ========================================================================== */
.modal { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(15, 23, 42, 0.4); 
    z-index: 1000; 
    align-items: center; 
    justify-content: center; 
}

.modal-content { 
    background: #ffffff; 
    padding: 24px; 
    border-radius: 16px; 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 90%; 
    max-width: 440px; 
    max-height: 90vh; 
    overflow-y: auto; 
}

.form-group { 
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
    text-align: left; 
}

.form-group label { 
    font-size: 0.8em; 
    font-weight: bold; 
    color: #475569; 
}

.form-group input, .form-group textarea, .form-group select { 
    padding: 10px; 
    border-radius: 8px; 
    border: 1px solid #cbd5e1; 
    font-size: 0.85em; 
    width: 100%; 
    box-sizing: border-box; 
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
    outline: none;
}

.form-row { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 8px; 
}

.form-actions { 
    display: flex; 
    gap: 6px; 
    margin-top: 12px; 
}

.form-actions button, .w-100-btn { 
    flex: 1; 
    padding: 8px; 
    border: none; 
    border-radius: 6px; 
    font-weight: bold; 
    font-size: 0.85em; 
    cursor: pointer; 
}

.btn-cancel { background: #e2e8f0; color: #475569; }
.btn-success-action { background: var(--success); color: white; }
.btn-warn-action { background: var(--warning); color: white; }
.btn-danger-action { background: var(--danger); color: white; }

.hidden-block { 
    display: none !important; 
}

/* --- Barre de notification globale sous le menu --- */
.notifications-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 35px; /* Évite que la page ne saute quand les badges apparaissent */
}

.notif-badge {
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 0.85em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.notif-badge:hover {
    transform: scale(1.03);
}

.notif-mp { 
    background: #fee2e2; 
    color: #991b1b; 
    border: 1px solid #fecaca; 
}

.notif-salon { 
    background: #dcfce7; 
    color: #166534; 
    border: 1px solid #bbf7d0; 
}

/* La classe hidden-block (déjà dans votre CSS) s'occupe de masquer les éléments */

/* ==========================================================================
   MEDIA QUERIES INTEGRALEMENT CORRIGÉS (Bannière immersive + Menu Mobile)
   ========================================================================== */
@media (max-width: 1200px) { 
    .main-layout { grid-template-columns: 240px 1fr; } 
    .right-col { grid-column: span 2; } 
}

@media (max-width: 768px) { 
    /* 1. Ajustement de la bannière sur mobile */
    .banner {
        min-height: 300px !important; /* Bannière plus équilibrée sur mobile */
    }
    .banner-logo {
        width: 100px !important;
        height: 100px !important;
        /* Supprime top et right pour ne pas forcer le décalage à droite */
        position: relative !important; 
        margin-bottom: 10px !important;
    }
    
    /* 2. Menu mobile en grille 2x3 pour éviter le désalignement */
    .nav-buttons { 
        display: grid !important;
        grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
        gap: 8px !important;
        padding: 10px !important;
        margin-top: 20px !important;
    }

    .btn-nav {
        width: 100% !important;
        font-size: 0.75em !important;
        padding: 8px 4px !important;
        justify-content: center;
    }

    /* 3. Mise en page principale */
    .main-layout { 
        display: flex !important; 
        flex-direction: column !important; 
        width: 100% !important; 
        margin: 0 !important; 
        padding: 10px !important;
        box-sizing: border-box !important;
    } 

    .left-col, .center-col, .right-col { 
        width: 100% !important; 
        margin: 0 0 15px 0 !important; 
    }

    .left-col { order: 1 !important; }
    .center-col { order: 2 !important; }
    .right-col { order: 3 !important; }

    /* 4. Tchat mobile */
    .chat-side-block { height: 340px !important; }
    .chat-container-box { height: 220px !important; }

    .social-share-container { 
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
}
/* Cible les titres à l'intérieur de tes blocs de sorties */
.sortie-card h3, 
.sortie-card h4 {
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
/* Force l'agrandissement des images */
.sortie-mini-thumb {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

@media (max-width: 768px) {
    .sortie-mini-thumb {
        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        min-height: 100px !important;
    }
}