@charset "utf-8";
#compte-rebours-dynamique {
    background: #f0f8ff;
    color: #003366;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


