/*
Theme Name: Rev 7.0.2
Author: Radio Télévision Plus
Description: Page en construction avec logo dynamique, contact WhatsApp et lecteur streaming.
Version: 7.0.2
*/

body {
    margin:0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background:#fff;
    color:#1f8f4a;
    text-align:center;
}

.container {
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:30px 20px;
}

.site-logo img {
    max-width:240px;
    height:auto;
    margin-bottom:20px;
}

h1 {
    margin:10px 0;
}

.player {
    background:#1f8f4a;
    padding:14px;
    border-radius:10px;
    margin:20px 0;
}

audio {
    width:260px;
}

.note {
    max-width:820px;
    background:#f6fdf9;
    border-left:6px solid #1f8f4a;
    padding:25px 30px;
    text-align:left;
    line-height:1.7;
    color:#333;
    border-radius:8px;
}

.whatsapp {
    margin-top:25px;
    font-size:1.1rem;
    color:#1f8f4a;
}

.whatsapp img {
    width:22px;
    vertical-align:middle;
    margin-right:8px;
}

.footer {
    margin-top:35px;
    font-size:0.85rem;
    color:#666;
}
