.index-page, .landing-page, .profile-page, .register-page {
    background-image: url("../img/dots.png");
    background-size: contain;
}

div.main {
    padding-top: 30px;
}

h1.card-title {
    color: white !important;
    padding-left: 20px !important;
    padding-top: 15px !important;
    font-size: 36px !important;
    text-transform: none !important;
}

.footer {
    padding: 30px 0;
}

.color-twitch {
    color: #9146FF; /* Violet Twitch */
}

.color-youtube {
    color: #C4302B; /* Route Youtube */
}

.favorite-btn {
    color: #9146FF; /* Violet Twitch */
    transition: color 0.3s;
}

.favorite-btn:hover {
    cursor: pointer;
    color: #772ce8;
}

.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    text-align: center;
    transition: transform 0.3s;
}

.icon-circle:hover {
    transform: scale(1.1);
}

.icon-circle i {
    font-size: 24px;
}



/* Style pour la liste des programmes */
.program-item {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-item:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.program-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
}

.program-time {
    font-size: 0.9rem;
    color: #777;
}

.badge-info {
    background-color: #007bff; /* Badge bleu */
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 20px;
}

.btn-outline-primary {
    border-radius: 20px;
    font-size: 0.8rem;
}

/* Styles pour le message de "Pas de programme disponible" */
.text-muted {
    font-size: 1.2rem;
    font-weight: 500;
}
