/* =============================== */
/* DISCORD SECTION RESPONSIVE     */
/* =============================== */

/* Supprime fond + vague */
#discord {
    background: transparent !important;
}

#discord #wave {
    display: none !important;
}

/* Section en colonne */
#discord .section-2{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    background: transparent !important;
    padding: 30px 20px !important;
}

/* =============================== */
/* BOUTON IMAGE DESKTOP           */
/* =============================== */

.arcana-discord-image-btn{
    display:block;
    width:100%;
    max-width:1200px;   /* largeur Deluxe */
    margin:40px auto 0;
    padding:0 20px;     /* espace latéral */
}

.arcana-discord-image-btn img{
    width:100%;
    height:auto;
    border-radius:30px;
    box-shadow:none !important;
    display:block;
}

.arcana-discord-image-btn:hover{
    transform: scale(1.02);
    transition: 0.2s ease;
}

/* =============================== */
/* MOBILE                         */
/* =============================== */

@media (max-width: 768px){

    #discord .section-2{
        padding: 20px 15px !important;
    }

    .arcana-discord-image-btn{
        max-width:100%;
        margin-top:25px;
        padding:0 10px;
    }

    .arcana-discord-image-btn img{
        width:100%;
        max-height:140px;      /* limite hauteur mobile */
        object-fit:contain;
        border-radius:18px;
    }

    .discord-online-count{
        font-size:14px;
        margin-top:15px;
    }
}

/* =============================== */
/* ONLINE COUNT                   */
/* =============================== */

.discord-online-count{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:20px;
    font-weight:700;
    color: rgba(255,255,255,.85);
}

.discord-online-count .dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background: #37c6ff;
    box-shadow: 0 0 12px rgba(55,198,255,.6);
}
