/*
Theme Name: Cyber Jay New
Author: CreationSiteNet
Author URI: http://www.creationsitenet.com
Version: 1.0

*/

@media (max-width: 767px) {
    #infos-menu {
        padding: 1px 3px !important; /* Super rÃ©duit l'espace intÃ©rieur */
        font-size: 10px !important; /* TrÃ¨s petite taille de la police */
        height: auto !important; /* Ajuste la hauteur au contenu */
        line-height: 1 !important; /* Espace minimal entre les lignes */
        margin: 0 !important; /* Supprime toutes les marges extÃ©rieures */
        border-radius: 3px !important; /* Coins lÃ©gÃ¨rement arrondis */
    }
}

/* BanniÃ¨re principale */
#infos-menu {
    background: linear-gradient(135deg, #9b59b6, #d5a6ff) !important; /* DÃ©gradÃ© violet exact */
    color: white !important; /* Tout le texte en blanc */
    font-family: Arial, sans-serif !important;
    padding: 15px 0 !important;
    text-align: center !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
#infos-menu * {
    color: white !important; /* Forcer tout le contenu Ã  Ãªtre blanc */
}
/* Contenu de la banniÃ¨re */
.banner-content {
    color: white !important; /* Tout le texte en blanc */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Indicateur d'ouverture */
.banner-status {
    color: white !important; /* Tout le texte en blanc */
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
}

.status-indicator {
    color: white !important; /* Tout le texte en blanc */
    width: 12px;
    height: 12px;
    background-color: green;
    border-radius: 50%;
}

.status-text {
    color: white !important; /* Tout le texte en blanc */
    text-transform: uppercase;
}

/* DÃ©tails centraux */
.banner-details p {
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
    color: white !important; /* Texte blanc */
    white-space: nowrap !important; /* EmpÃªche les retours Ã  la ligne */
    overflow: hidden !important; /* Coupe le texte s'il dÃ©passe */
    text-overflow: ellipsis !important; /* Ajoute des points si le texte est trop long */
}

/* Contacts */
.banner-contacts {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important;
    color: white !important; /* Texte blanc */
    margin-top: 10px !important;
}

.contact-item {
    color: white !important; /* Tout le texte en blanc */
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}

.banner-details p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}


.contact-button,
.contact-phone {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: white !important; /* Fond blanc par dÃ©faut */
    border: 2px solid white !important; /* Bordure blanche */
    color: #7c4dff !important; /* Texte violet par dÃ©faut */
    padding: 12px 20px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    width: auto !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    color: white !important; /* Tout le texte en blanc */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-button *,
.contact-phone *,
.contact-button,
.contact-phone {
    color: white !important; /* Tout reste blanc Ã  l'intÃ©rieur */
}
.contact-button:hover,
.contact-phone:hover {
    color: white !important; /* Tout le texte en blanc */
    color: #7c4dff;
}

.contact-icon,
.phone-icon {
    color: white !important; /* Tout le texte en blanc */
    font-size: 18px;
}

/* IcÃ´ne de la dropdown */
.dropdown-icon {
    color: white !important; /* Tout le texte en blanc */
    font-size: 12px;
    color: white;
}


@media screen and (max-width: 768px) {
    /* BanniÃ¨re principale */
    #infos-menu {
        background: linear-gradient(135deg, #9b59b6, #d5a6ff) !important;
        color: white !important;
        padding: 20px 15px !important;
        text-align: center !important;
    }

    #infos-menu * {
        color: white !important; /* Forcer tout le contenu Ã  Ãªtre blanc */
    }

    /* Contenu de la banniÃ¨re */
    .banner-content {
        color: white !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }

    /* Indicateur d'ouverture */
    .banner-status {
        color: white !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }

    .status-indicator {
        color: white !important;
        width: 12px !important;
        height: 12px !important;
        background-color: green !important;
        border-radius: 50% !important;
    }

    .status-text {
        color: white !important;
        text-transform: uppercase !important;
    }

    /* Texte central */
    .banner-details p {
        color: white !important;
        font-size: 13px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        text-align: center !important;
        white-space: nowrap !important; /* EmpÃªche le retour Ã  la ligne */
        overflow: hidden !important; /* Cache le texte qui dÃ©borde */
        text-overflow: ellipsis !important; /* Ajoute "..." si le texte dÃ©passe */
    }

    /* Boutons */
    .banner-contacts {
        color: white !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .contact-button,
    .contact-phone {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        background-color: white !important; /* Fond blanc par dÃ©faut */
        border: 2px solid white !important; /* Bordure blanche */
        color: #7c4dff !important; /* Texte violet par dÃ©faut */
        padding: 12px 20px !important;
        border-radius: 30px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        width: auto !important;
        transition: background-color 0.3s ease, color 0.3s ease !important;
    }