@media (max-width: 768px) {
    body {
        font-size: 0.95rem;
        padding: 10px;
    }
}

/* Très petits écrans */
@media (max-width: 480px) {
    body {
        font-size: 0.9rem;
            }
}

.photo img{
    width: 20%;
}

.image-2 img{
    max-width: 20%;
    margin: auto;
    display: block;
}
.texte-entete{
    color: #ccc;
    font-size: 1.5em;
    font-weight: bold;
}

.menu-deroulant {
    width: 250px;
    margin-bottom: 20px;
    position: relative;
    font-family: Arial, sans-serif;
}

.marquee{
    marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    color: rgb(243, 242, 247);
    font-size: 1.5em;
    font-weight: bold;
}
}
.liste-podcasts a:hover {
    background-color: #ff8c00; /* orange de ton site */
    color: #604fe4;               /* texte blanc */
}

@keyframes defilement {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.footer-ap62 {
    background: #0d0d0d;
    color: #f9f4f4;
    padding: 40px 20px 10px;
    margin-top: 50px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-col h3,
.footer-col h4 {
    color: #ff8c00;
    margin-bottom: 2px;
}

.footer-col p {
    color: #ccc;
    line-height: 1.4;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.2s;
}

.footer-col ul li a:hover {
    color: #ff8c00;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #bbb;
}
