body {
    background-size: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#logoflashd {
  width: auto;
  height: 90px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.podcasts-container {
    display: none;
}

.emissions {
    border-radius: 10px;
    border: 2px solid black;
    margin-left: 700px;
    margin-right: 700px;
    background-color: rgba(181, 145, 228, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}

.emissions-container {
    margin-left: 500px;
    margin-right: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}

.heure-container {
    width: 85%;
    max-width: 650px;
    margin: 15px 0;
    padding: 10px;
    background-color: #e3e3f7;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.heure {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 5px;
}

img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}


.emission h2 {
    font-size: 20px;
    color: #333;
}

.emission p {
    font-size: 16px;
    color: #555;
}

.emission .details {
    font-size: 14px;
    color: #888;
}

        .return-button {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 10px 20px;
            background-color: #007BFF;
            color: white;
            text-decoration: none;
            font-size: 16px;
            border-radius: 5px;
        }

        .return-button:hover {
            background-color: #0056b3;
        }

p, h2 {
    color: white;
}
