.hijack-bar {
    background-color: #ffcc00; /* Couleur Hijack */
    color: #333;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Assurez-vous qu'elle est au-dessus de la navbar */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    height: 50px;
}

.hijack-bar p {
    margin: 0;
}

.hijack-bar button {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.hijack-bar button:hover {
    background-color: #c9302c;
}

#djhj, .djhj {
display: none !important;
}